d7fa3ca4dc
Removed use of coroutines and using ensureBackgroundThreadWithResult
2023-07-07 23:43:35 +05:30
58953f2b22
Removed getNextAlarm with new function
2023-07-06 21:14:29 +05:30
8bc80fd28f
Merge branch 'master' into next-alarm-fix
2023-07-05 15:44:33 +05:30
8543f2dafe
Removed time formatting function to avoid code duplication
2023-07-05 14:05:58 +05:30
528f0033cb
Fix for showing accurate next enabled alarm
2023-07-05 01:04:52 +05:30
381145fe1c
updating some constants
2023-07-04 15:34:22 +02:00
5208161366
Updated constant ids
2023-07-03 15:47:33 +05:30
7af2a25fa8
Early dismissal of alarm
2023-07-02 17:34:26 +05:30
f3402b5a61
Notification channel cleanup
2023-06-28 19:25:39 +05:30
1fee00d8a1
correcting an intent action label
2022-11-22 18:55:16 +01:00
91031b07b0
Changes after review
2022-11-18 14:34:40 +05:30
9dc2c48df6
Added app shortcut to start the stopwatch
2022-11-18 14:23:41 +05:30
557e84b426
skip config screen at the first widget setup on Simple Phone
2022-11-01 23:07:12 +01:00
1ed261e534
removing timerState config, not sure why was it needed
2022-07-03 15:26:39 +02:00
aae9f1ea2f
day and alarm time sorting order
2022-06-15 15:59:02 +03:00
af8f21f4a7
removing some unused things
2022-05-02 15:26:10 +02:00
d26372296d
start a new foreground service when the stopwatch is active and the app is moved to the background
2022-05-02 08:59:24 +03:00
20a59bfd1e
extract stopwatch logic to separated file
2022-05-02 08:56:31 +03:00
4e644dbfd5
use TextClock at the clock tab, always show seconds
2022-04-21 13:58:23 +02:00
ee09b59cda
always use shadow at the widget text
2022-04-21 11:37:49 +02:00
d9a72b81a7
Merge branch 'SimpleMobileTools:master' into feat/multiple-timers
2021-09-10 14:34:45 +01:00
a214ef9327
Handle deletion of timers when running
2021-09-08 00:03:49 +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
9df105ae8d
Handle timer notifications
2021-09-02 20:27:07 +01:00
8474e6a800
handle multiple timer states
...
- feat: separate timer actions from states by adding a new class TimerEvent to hold actions Reset, Start, Pause, Finish, Refesh that could be performed on a timer.
- feat: handle multiple countdown timers in the App file by creating a map of the timer id to the countdown timer.
- fix: use gson instance from TypeAdapter in Room's Converters class
- ref: remove scroll view parent from each timer item, a fix for the keyboard obscuring a label will be implemented in a future commit
2021-09-01 19:58:38 +01:00
e55497f4ee
correcting the Venezuela/Caracas time zone to -4:00
2021-09-01 18:17:16 +02:00
921ca92885
Setup adding/removing multiple timers
2021-08-31 21:18:45 +01:00
f5aef41a6e
simplifying alarm sorting handling
2021-04-19 15:34:52 +02:00
12ee706b4e
feat: Add option to sort alarms
2021-01-12 19:20:15 +01:00
5ac5bf8a0c
adding more dayless alarm improvements
2020-11-05 11:05:21 +01:00
b0c8dfe535
adding some UI improvements to dayless alarms
2020-11-05 10:44:19 +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
3473bfafee
Fixed - remember last used alarm config
2020-03-11 08:41:24 +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
b85333c984
fix #160 , alarm on Android 10. Originally by coxtor
2020-02-14 19:00:04 +01: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
fe16f35c66
update Commons, allow selecting No Sound at notifications
2018-04-11 12:14:29 +02:00
f24104fbdd
update commons to 3.17.13
2018-03-30 17:16:33 +02:00
e93dbdc327
moving SelectAlarmSoundDialog in Commons
2018-03-30 16:00:35 +02:00
031f2d0138
implement the intent for picking audio file as an alarm sound
2018-03-29 15:52:25 +02: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
f28fe26a4d
move the Timer reminder creation in context extensions
2018-03-14 14:16:43 +01:00
f1fe2cf1fa
send the reminder title and text to ReminderActivity via extras
2018-03-14 13:50:51 +01:00