Commit Graph

133 Commits

Author SHA1 Message Date
tibbi eb48cf0fab do not force portrait mode at the widget config activity 2018-03-13 19:54:48 +01:00
tibbi 94bd7900bb use constant text size on the widget on tablets too 2018-03-13 19:48:49 +01:00
tibbi c2cabfa84f handle null getNextAlarm() 2018-03-13 19:45:58 +01:00
tibbi 579a4057c6 update text colors on resume if they changed 2018-03-13 19:26:16 +01:00
tibbi 8d9e7181a0 adding an extra check to make sure alarms are scheduled at app launch 2018-03-13 18:51:14 +01:00
tibbi 94599b9dd7 couple widget UI adjustments 2018-03-13 18:32:34 +01:00
tibbi 291220404e open the app at pressing the alarm in the launcher 2018-03-13 18:08:48 +01:00
tibbi 53a373b3e9 adding a widget preview image 2018-03-13 17:53:35 +01:00
tibbi 7d862313ec do not allow confirming the Edit Alarm dialog with no days selected 2018-03-13 17:51:52 +01:00
tibbi 711c230ac1 handle another case of Alarm sound URI fetching 2018-03-13 17:40:52 +01:00
tibbi 23cf40108b change some sizes on the widget config screen 2018-03-13 17:28:36 +01:00
tibbi 0626a9be26 make sure the widget gets updated when the time/timezone or alarm changes 2018-03-13 17:22:17 +01:00
tibbi 1c29b08ef7 add some bottom padding to the widget 2018-03-13 17:17:10 +01:00
tibbi 561dbd3d34 update widget at toggling an alarm 2018-03-13 16:32:56 +01:00
tibbi b4a1d6fce8 properly format the next alarm time 2018-03-13 16:22:24 +01:00
tibbi cb1156fe01 Show the next alarm time on the widget 2018-03-13 15:40:43 +01:00
tibbi f1fd39ab8f improve am/pm displaying at the widget 2018-03-13 00:03:37 +01:00
tibbi 803e88992c remove the "Digital" from widgets name for consistency 2018-03-12 23:49:28 +01:00
tibbi e17ca5920b use 12 hour formatting on other places when appropriate too 2018-03-12 22:31:44 +01:00
tibbi 2243e9561f adding a setting for toggling 24 hour format 2018-03-12 22:11:21 +01:00
tibbi 68ee5a40c6 add a toggle for setting Sunday as the first day 2018-03-12 20:06:05 +01:00
tibbi d91895f336 make sure the Clock tab is opened at widget press 2018-03-12 20:03:31 +01:00
tibbi 01429207c9 schedule a widget update in onUpdate too, just to be sure 2018-03-12 19:30:01 +01:00
tibbi ef69dddbd6 add APPWIDGET_ENABLED to the manifest intent filters 2018-03-12 19:05:02 +01:00
tibbi 8d8d98e88d properly update the widget every new minute 2018-03-12 18:53:38 +01:00
tibbi 95a66b8a75 fix seconds ticking on Clock fragment 2018-03-12 18:20:37 +01:00
tibbi a542775a84 hide timer notification at Reset or play/pause toggle too 2018-03-12 17:54:53 +01:00
tibbi 256c686a03 open the proper tab at clicking the timer or alarm notification 2018-03-12 17:39:35 +01:00
tibbi b2441efee4 properly handle SHOW_ALARMS intent 2018-03-12 17:10:17 +01:00
tibbi f399a3506a open the app after clicking on the widget 2018-03-12 16:46:12 +01:00
tibbi c1feb66b91 add optional text shadow to widget for better readability 2018-03-12 00:01:20 +01:00
tibbi 3b5bf64066 properly update widget date and time 2018-03-11 23:12:36 +01:00
tibbi 9bb9caf7c5 add a helper extension function for getting formatted time 2018-03-11 22:50:36 +01:00
tibbi ef9c8fe0aa show proper date, time and colors on the widget config screen 2018-03-11 21:37:47 +01:00
tibbi d85980fb9e replace "Max reminder length" string with "Max reminder duration" 2018-03-11 21:19:46 +01:00
tibbi 1949e433c7 adding some core widget related things 2018-03-11 21:12:46 +01:00
tibbi 3fed41e03b allow customizing the default max timer reminder duration 2018-03-11 20:27:10 +01:00
tibbi afa4599f5e allow customizing max reminder length at Alarm 2018-03-11 19:27:41 +01:00
tibbi b4bb2172c6 explicitly remove the Fingerprint permission 2018-03-11 19:26:05 +01:00
tibbi 3f7da61c3f stop the timer on expiration if backgrounded 2018-03-11 12:03:41 +01:00
tibbi 49937ede5c trigger some reminders when the Timer expires 2018-03-11 11:17:19 +01:00
tibbi a21ba3852c calculate the vibration duration more dynamically 2018-03-09 23:12:20 +01:00
tibbi 94757ae38a try vibrating during the whole alarm duration, if enabled 2018-03-09 23:09:58 +01:00
tibbi d57a075ce8 removing some duplicate Timer clicklisteners 2018-03-09 23:05:40 +01:00
tibbi d015bd2901 hide the alarm notification automatically after 5 minutes 2018-03-09 22:59:27 +01:00
tibbi 5315c56661 prepend remaining time with a Minus sign at negative time 2018-03-09 22:49:23 +01:00
tibbi 5878af2cc5 show a toast at stopping timer or stopwatch if it is running at onDestroy 2018-03-09 21:57:49 +01:00
tibbi b771f05881 allow changing the Timer ringtone 2018-03-09 21:44:01 +01:00
tibbi 071105d749 adding Number Picker license 2018-03-09 14:44:31 +01:00
tibbi df44a87e93 add colons between the number pickers 2018-03-09 14:31:45 +01:00