Commit Graph

348 Commits

Author SHA1 Message Date
2d4ea903d1 fix #23, sort week days at the edit alarm dialog properly with sunday as first day 2018-03-28 23:16:50 +02:00
3dd7ffddc5 show two digits at seconds when the stopwatch is above 1 minute 2018-03-28 23:09:22 +02:00
9262e7f072 fix #21, wrong time at stopwatch This lap 2018-03-28 23:05:55 +02:00
2810497771 do not sort laps in the fragment itself 2018-03-28 23:00:51 +02:00
d4de429898 clone items in the adapter, do not use the object itself 2018-03-28 22:56:25 +02:00
a20e1ce8f9 cancel active alarms before deleting 2018-03-28 19:13:20 +02:00
02ea628762 fix #16, enable alarm by default after creating 2018-03-28 19:10:04 +02:00
22454df944 fix #13, use proper short day versions, dont always substring to 3 chars 2018-03-28 19:07:13 +02:00
f3c018f6b4 get a db reference at app launch just to make sure it is initialized 2018-03-28 18:38:36 +02:00
649169c268 use a default alarm title "Alarm" 2018-03-28 18:32:48 +02:00
290267594e avoid setting 0 seconds at the timer, set to 10 by default 2018-03-28 17:37:33 +02:00
247009602e fix #26, show Hours field at duration if it is exactly 3600 seconds 2018-03-28 17:32:46 +02:00
32c41e9261 show the alarm label at notification and reminder screen, if set 2018-03-28 17:23:13 +02:00
fe11e1aa8e catch and show exceptions thrown at querying alarms 2018-03-14 20:56:34 +01:00
ebd4f8ef54 use AppCompat for setting alarms 2018-03-14 20:35:46 +01:00
732fc3c668 show the current time at alarm notifications to avoid confusion at snooze 2018-03-14 20:19:50 +01:00
f827645522 handle Snooze at Reminder activity 2018-03-14 20:15:01 +01:00
3c5fe3b935 add a Snooze button to Reminder activity 2018-03-14 19:21:03 +01:00
10c5b07c90 add a Dismiss button to the alarm reminder 2018-03-14 18:46:43 +01:00
49edf70f61 hide reminder activity at Alarms too when appropriate 2018-03-14 18:36:50 +01:00
ee5e15c384 remove Reminder activity on notification swipe 2018-03-14 18:21:34 +01:00
516341bf1b use the Reminder activity for alarms too 2018-03-14 17:57:13 +01:00
4fa13283c8 move the Alarm notification handling in context extension 2018-03-14 17:27:44 +01:00
afe7c695af add a stop button to the reminder activity 2018-03-14 15:54:58 +01:00
50f5cf3cc5 hide the timer notification if the Reminder activity is destroyed 2018-03-14 15:00:45 +01:00
f28fe26a4d move the Timer reminder creation in context extensions 2018-03-14 14:16:43 +01:00
f2253f80c4 make sure the ringtones at the selector dialog loop 2018-03-14 13:51:47 +01:00
f1fe2cf1fa send the reminder title and text to ReminderActivity via extras 2018-03-14 13:50:51 +01:00
472fc90d22 show an activity over the lockscreen at Timer notification, if screen is off 2018-03-14 12:33:43 +01:00
25fd5c5098 remove a redundant setting of showing other timezones 2018-03-14 10:17:24 +01:00
b7faad8742 catch and show exceptions thrown at playing sounds 2018-03-14 10:11:16 +01:00
5e564bfa25 make sure the reminder sounds and vibrations loop 2018-03-14 10:01:57 +01:00
b6e0d8381f properly handle daylight savings 2018-03-14 09:43:37 +01:00
e38bd8e660 adding a shadowed version of the Next alarm image on the widget 2018-03-13 21:55:17 +01:00
c2cabfa84f handle null getNextAlarm() 2018-03-13 19:45:58 +01:00
579a4057c6 update text colors on resume if they changed 2018-03-13 19:26:16 +01:00
8d9e7181a0 adding an extra check to make sure alarms are scheduled at app launch 2018-03-13 18:51:14 +01:00
94599b9dd7 couple widget UI adjustments 2018-03-13 18:32:34 +01:00
291220404e open the app at pressing the alarm in the launcher 2018-03-13 18:08:48 +01:00
7d862313ec do not allow confirming the Edit Alarm dialog with no days selected 2018-03-13 17:51:52 +01:00
711c230ac1 handle another case of Alarm sound URI fetching 2018-03-13 17:40:52 +01:00
0626a9be26 make sure the widget gets updated when the time/timezone or alarm changes 2018-03-13 17:22:17 +01:00
561dbd3d34 update widget at toggling an alarm 2018-03-13 16:32:56 +01:00
b4a1d6fce8 properly format the next alarm time 2018-03-13 16:22:24 +01:00
cb1156fe01 Show the next alarm time on the widget 2018-03-13 15:40:43 +01:00
f1fd39ab8f improve am/pm displaying at the widget 2018-03-13 00:03:37 +01:00
e17ca5920b use 12 hour formatting on other places when appropriate too 2018-03-12 22:31:44 +01:00
2243e9561f adding a setting for toggling 24 hour format 2018-03-12 22:11:21 +01:00
68ee5a40c6 add a toggle for setting Sunday as the first day 2018-03-12 20:06:05 +01:00
d91895f336 make sure the Clock tab is opened at widget press 2018-03-12 20:03:31 +01:00