Commit Graph

348 Commits

Author SHA1 Message Date
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
bac8b805aa call finishActivity instead of finish at pressing reminder Stop 2018-07-08 22:48:33 +02:00
4010ce3317 revert to the old UI if a Timer invokes the reminder activity 2018-07-08 22:48:03 +02:00
037ff0c55f show a swipe guide if the user doesnt finish swiping in any side 2018-07-08 22:21:54 +02:00
104a832354 adding a dot after the swipe dismiss message, as it will not be a toast 2018-07-08 22:15:55 +02:00
75510eb7c5 show a toast if the user doesnt finish swiping at the reminder screen 2018-07-08 21:53:49 +02:00
e1076b8826 make sure we trigger reminder actions max once 2018-07-08 15:50:12 +02:00
cde58b8c8c allow snoozing or dismissing alarm by dragging the middle element 2018-07-08 15:40:15 +02:00
9352fa0221 allow dragging the center item at the ReminderActivity 2018-07-08 15:03:20 +02:00
72b31819d8 split ReminderActivty setup into some smaller functions 2018-07-08 14:26:05 +02:00
c5f9dd2906 do not finish the ReminderActivity if Snooze dialog is cancelled 2018-07-08 14:23:00 +02:00
d7c2323489 add a pulsing background to the reminder activity draggable element 2018-07-08 14:17:25 +02:00
5552ac2c65 reworking the Reminder activity screen a bit 2018-07-08 12:50:56 +02:00
cf05ba6565 destroy mediaplayer at ReminderActivity at onDestroy, not onStop 2018-07-07 23:54:05 +02:00
d69ed5543c add gradual volume increasing at the ReminderActivity as appropriate 2018-07-07 23:46:00 +02:00
b4e4cc5cfc use mediaplayer at the ReminderActivity instead of a notification 2018-07-07 23:29:38 +02:00
d771ec5e75 removing some functionality related to hiding reminder activity 2018-07-07 23:21:13 +02:00
12d9aecc28 adding a setting for increasing volume gradually 2018-07-06 23:27:54 +02:00
ea0e2b8230 fix #65, listen to alarm toggle changes in general, not just clicks 2018-07-06 21:37:34 +02:00
545f973d56 update commons to 4.3.31 2018-07-06 21:31:47 +02:00