Commit Graph

352 Commits

Author SHA1 Message Date
20a59bfd1e extract stopwatch logic to separated file 2022-05-02 08:56:31 +03:00
c365d1e594 adding more widget config related UI improvements 2022-04-24 20:23:06 +02:00
4435d135fc adding some widget config UI changes 2022-04-24 19:58:04 +02:00
453490a023 replace all listed days with Every day at alarm repetitions 2022-04-24 19:39:55 +02:00
cbda18faac do not show exceptions thrown at reminder screen 2022-04-22 14:33:26 +02:00
41ad3be223 minor style update for better readability 2022-04-21 23:34:35 +02:00
c601febfaa vibrate at elapsed timers only if needed 2022-04-21 23:30:27 +02:00
d98ac9ee47 fix #3, allow creating an analogue clock widget 2022-04-21 22:48:06 +02:00
55b23a2ff3 renaming the digital clock related widget file 2022-04-21 22:00:12 +02:00
80de1c3a79 require Simple Thank You for the widget 2022-04-21 15:20:50 +02:00
15c0a30ff3 removing the stopwatch vibrating related setting 2022-04-21 15:01:11 +02:00
2fc937d25d simplify alarm time updating at widget 2022-04-21 14:17:35 +02:00
ec508c46db fix small letters at am/pm 2022-04-21 14:05:39 +02:00
4e644dbfd5 use TextClock at the clock tab, always show seconds 2022-04-21 13:58:23 +02:00
bf807d7ca9 do not allow toggling between 12/24 time format in the app itself 2022-04-21 13:42:28 +02:00
980c81466b use text_clock at the widget for updating the time 2022-04-21 13:33:11 +02:00
ee09b59cda always use shadow at the widget text 2022-04-21 11:37:49 +02:00
fc188c71ab shortening the alarm string used 2022-04-20 22:46:15 +02:00
77556c2481 lets set the minimal required OS version to Android 10 2022-04-20 20:15:22 +02:00
6daddd310a updating commons and some libraries 2022-04-20 20:05:21 +02:00
deba1c77d6 updating gradle, target SDK to 31 2022-04-20 19:46:47 +02:00
26294b1d54 Update Simple-Commons and remove useless annotations
The reason they were needed was the linter couldn't understand
their usage when they aren't in the same project but with the
updated Simple-Commons it now can.
2021-12-06 00:43:14 +03:30
62cb24f5d6 Use ContextCompat.startForegroundService in startTimerService
The compat one has the logic method has, let's use that instead.
2021-12-04 22:22:01 +03:30
6dead1ea80 properly handle coloring compound drawables 2021-11-19 16:59:37 +01:00
dfd13c5286 tweaking some dialog UI 2021-11-19 16:42:37 +01:00
adac520044 redesigning the app settings 2021-11-19 16:16:37 +01:00
1ff1665515 fixing some timer threading 2021-11-19 15:46:27 +01:00
36f94c2ebd make the view compound drawable coloring more reliable 2021-11-19 13:31:56 +01:00
c812483f13 updating some icons 2021-11-19 13:29:28 +01:00
62d1cb2460 updating commons, kotlin, gradle and some details 2021-11-19 12:02:22 +01:00
44052fec76 changing some database related settings for consistency with our other apps 2021-09-24 22:42:32 +02:00
3baf841211 make sure we update the timers on the proper thread 2021-09-24 22:21:32 +02:00
7df773c4d9 fix timer max reminder duration, format App file 2021-09-24 00:05:00 +01:00
806c724097 make sure we show the initial timer created asynchronously 2021-09-15 12:35:07 +02:00
acab6a2ef0 Add Plural strings 2021-09-12 15:01:04 +01:00
eee6565d72 Recreate adapter when text color changes so it updates correctly 2021-09-10 22:29:33 +01:00
b98d9c9e42 Change edit_timer_initial_time left drawable color with theme 2021-09-10 17:39:42 +01:00
d9a72b81a7 Merge branch 'SimpleMobileTools:master' into feat/multiple-timers 2021-09-10 14:34:45 +01:00
a1894cee86 Fix play/pause button color 2021-09-10 14:33:37 +01:00
2a87d747da Fix timer notification not dismissing on delete 2021-09-10 14:27:08 +01:00
666a9ef44d Reduce timer icon sizes, add animation for timer removal 2021-09-08 20:00:59 +01:00
a91bc07dd3 Handle notification for multiple timers
- update title for timer notification in finished state to be the label if it is empty
- remove duration field from the TimerEvent.Reset
2021-09-08 09:04:25 +01:00
a214ef9327 Handle deletion of timers when running 2021-09-08 00:03:49 +01:00
dc3ddacffa Implement concise view for timer 2021-09-07 23:34:30 +01:00
db3e0c9d07 Implement action mode, select to delete 2021-09-07 23:15:33 +01:00
e1357ecd8f Implement concise view for timer
- implement EditTimerDialog
- adding a new timer would show the dialog
- clicking on a timer item would show the dialog
2021-09-07 15:24:21 +01:00
bd05a41b35 Remove PagerIndicator and related files 2021-09-03 19:44:14 +01:00
2e78d67529 ref: change timer UI to use RecyclerView
- update commons library
2021-09-03 19:42:25 +01:00
8d6b5770ed fix: reset/delete button getting hidden after multiple updates 2021-09-03 00:55:28 +01:00
570279bb21 cleanup, remove logs 2021-09-03 00:19:42 +01:00