Commit Graph

317 Commits

Author SHA1 Message Date
afc1f7823e properly schedule the next alarm at cancelling one 2020-05-28 19:26:26 +02:00
1d45ae9b48 make sure the alarm uses the Alarm stream 2020-05-28 19:16:41 +02:00
7974381e76 use rounded corners at the widget background 2020-05-28 19:00:25 +02:00
8c04934ed4 use round widget corners at the config screen 2020-05-28 18:16:36 +02:00
4d80fb4347 tweaking some widget config activity code, make it consistent with other apps 2020-05-28 18:06:17 +02:00
97a41471b0 removing some redundant xml tags 2020-05-28 17:53:27 +02:00
1d4113545a using a helper function for ensuring background thread 2020-03-20 17:02:20 +01:00
45822c1359 Fixed syntax 2020-03-16 19:51:14 +01:00
e85bbb35e1 Widget - not always updating time. 2020-03-16 19:41:09 +01:00
80fef36d7f Merge branch 'master' into request_2
# Conflicts:
#	app/src/main/kotlin/com/simplemobiletools/clock/helpers/Constants.kt
2020-03-15 07:50:45 +01:00
ceeb3ccd22 Clock - Add labels to timers 2020-03-15 07:47:59 +01:00
1163a8bcd9 Clock - Properly handle vibration toggle at timer reminder 2020-03-14 14:41:13 +01:00
08aa7bf62c show the default timer time at reseting it manually too 2020-03-12 20:32:34 +01:00
51860d6b4e Merge pull request #180 from SimpleMobileTools/request_1
Clock - If a timer is inactive, show the default time at the top, not…
2020-03-12 20:30:24 +01:00
f4416a8798 do not show a toast at stopping timer, it made sense only in background 2020-03-12 20:23:21 +01:00
1ea4c030ee properly color the initial Timer button icon 2020-03-12 20:22:22 +01:00
d07ebb9c29 properly update the Timer fragment button icon color too 2020-03-12 20:17:10 +01:00
00994df725 Clock - If a timer is inactive, show the default time at the top, not 00:00 2020-03-12 18:35:38 +01:00
245f5ac10d Fixed - Button color incorrect 2020-03-12 18:11:19 +01:00
3473bfafee Fixed - remember last used alarm config 2020-03-11 08:41:24 +01:00
09ff527a1e minor style cleanup, moving some classes into own files 2020-03-10 17:28:40 +01:00
060b8c6a23 Reworked logic - show notification only if is timer running iin the background 2020-03-10 15:20:02 +01:00
f6d9c5aece Fixed issue #77 Do not stop the timer at closing the app 2020-03-09 06:49:49 +01:00
44ac30ada4 Almost done 2020-03-08 21:42:23 +01:00
ed18715b39 wip3 2020-03-08 10:47:42 +01:00
c3ab1f9330 wip 2 2020-03-04 16:27:48 +01:00
046f0323d1 wip 2020-03-04 08:42:19 +01:00
b3f6b31634 removing an empty database reference 2020-02-24 10:42:45 +01:00
e56129773c show the Simple Thank You setting item from the beginning 2020-02-14 19:36:45 +01:00
6faf369636 add new alarms for the next day by default 2020-02-14 19:32:37 +01:00
232361d807 fix #117, fixing some glitch related to alarms toggline on/off 2020-02-14 19:21:49 +01:00
37369233cf updating commons and target SDK to 29 2020-02-14 19:09:03 +01:00
b85333c984 fix #160, alarm on Android 10. Originally by coxtor 2020-02-14 19:00:04 +01:00
b4968e6863 adding a comment related to wrong table name 2020-02-13 10:26:59 +01:00
c51d2959a6 updating kotlin, commons, gradle 2019-12-09 17:17:23 +01:00
2cd196a35a updating gradle, commons, kotlin 2019-10-09 21:28:58 +02:00
6309c9e324 lets replace an icon with a vector drawable for testing 2019-08-07 21:03:52 +02:00
9c827b3ca7 updating commons, kotlin, gradle 2019-08-07 20:28:56 +02:00
9a76a82c32 updating kotlin, gradle, commons 2019-04-08 10:40:02 +02:00
e0078d8f2a implementing some adapter deleting 2019-01-24 21:55:28 +01:00
921873f9a6 updating Commons + many other things 2019-01-24 21:47:36 +01:00
7148268375 add some special widget handling for devices before Oreo 2018-09-18 23:34:57 +02:00
fbb3fc6b7b fix #20, make widget text scaling more dynamic 2018-09-18 22:53:15 +02:00
07894ef11b take new color picker values into consideration only if OK was pressed 2018-09-18 21:36:44 +02:00
2dba635e2f catch exceptions thrown at setting up mediaplayer 2018-09-14 14:02:26 +02:00
0574d834e7 couple backgrounded timer related improvements 2018-08-10 22:16:35 +02:00
1581e0ce56 show a timer notification if the app gets paused while it runs 2018-08-10 21:59:24 +02:00
4dc0ec2201 adding the Purchase Thank You button in the app settings 2018-08-10 20:48:56 +02:00
807fa7875d update commons to 4.6.5 2018-08-10 20:47:07 +02:00
c1ac6c35a0 save current tab in onStop
onDestroy sometimes (often) isn't called
2018-07-16 10:12:21 -05:00