Commit graph

1406 commits

Author SHA1 Message Date
Tibor Kaputa
35132e7074
Merge pull request #506 from esensar/feature/357-new-intents
Add new intents for alarms and timers
2023-09-05 11:27:25 +02:00
Tibor Kaputa
8ab5eff717
updating the new strings into slovak 2023-09-05 11:27:15 +02:00
Tibor Kaputa
11c1412089
Merge pull request #509 from Usland123/patch-1
Update strings.xml
2023-09-05 11:21:47 +02:00
Tibor Kaputa
b80798b73f
Merge pull request #511 from weblate/weblate-simple-mobile-tools-simple-clock
Translations update from Hosted Weblate
2023-09-05 11:21:35 +02:00
Ensar Sarajčić
e0143bebbb Remove helper version variable from DBHelper migration code 2023-09-04 10:06:24 +02:00
Alexander Gabilondo
c158408fee
Translated using Weblate (Basque)
Currently translated at 100.0% (42 of 42 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/eu/
2023-09-04 07:15:00 +02:00
Usland
d9c063a28f
Update strings.xml 2023-09-02 20:59:06 +03:00
Ensar Sarajčić
3ed178c2f5 Merge branch 'master' into feature/357-new-intents 2023-09-01 10:35:05 +02:00
Ensar Sarajčić
68a2833a5b Add quotes around migration table and column names 2023-09-01 10:27:35 +02:00
Tibor Kaputa
f2b905192d
Merge pull request #501 from weblate/weblate-simple-mobile-tools-simple-clock
Translations update from Hosted Weblate
2023-08-31 16:47:48 +02:00
J. Lavoie
f2aa374f59
Translated using Weblate (Italian)
Currently translated at 100.0% (42 of 42 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/it/
2023-08-31 16:47:15 +02:00
Tibor Kaputa
eb81c8f992
Merge pull request #507 from esensar/fix/504-unselecting-glitch
Properly disable alarms when dismissed via ReminderActivity
2023-08-31 16:47:11 +02:00
Tibor Kaputa
5b362b097d
adding an empty line 2023-08-31 16:47:03 +02:00
Tibor Kaputa
e7a22bf975
Merge pull request #508 from esensar/fix/upcoming-disabled-alarm-notification
Cancel early dismissal notification when cancelling alarm
2023-08-31 16:46:30 +02:00
Ensar Sarajčić
f507875c0f Cancel early dismissal notification when cancelling alarm 2023-08-31 16:16:28 +02:00
Ensar Sarajčić
663bfebc78 Properly disable alarms when dismissed via ReminderActivity
This closes #504
2023-08-31 16:00:52 +02:00
Ensar Sarajčić
d69d25907b Make alarms created by Intent single shot if created without UI 2023-08-31 15:57:15 +02:00
Ensar Sarajčić
fe490f6683 Ensure that intent alarms are not repeating by default 2023-08-31 13:55:46 +02:00
Ensar Sarajčić
12f5e530e6 Reuse existing alarms on ACTION_SET_ALARM 2023-08-31 12:14:47 +02:00
Ensar Sarajčić
21031a9089 Add new intents for alarms and timers
Added support for new intents:
- `ACTION_SET_ALARM`
- `ACTION_SET_TIMER`
- `ACTION_DISMISS_ALARM`
- `ACTION_SNOOZE_ALARM`
- `ACTION_DISMISS_TIMER`
- `ACTION_SHOW_TIMERS`

This closes #357
2023-08-31 08:47:10 +02:00
tibbi
f002d10179 updating commons 2023-08-22 23:59:05 +02:00
Tibor Kaputa
a85ad5cef9
Merge pull request #500 from fatihergin/fix/ISSUE-493-alarms-messed-up-global-alarm-volume
reset device alarm volume to initial after alarm ends
2023-08-22 10:03:28 +02:00
Tibor Kaputa
1754a7233c
Merge pull request #499 from fatihergin/fix/ISSUE-423-stopwatch-is-not-accurate
replace handler with timer for stopwatch tasks
2023-08-21 23:23:34 +02:00
fatih ergin
fef105d986 respects to user defined alarm volume while increasing it gradually 2023-08-21 23:02:09 +03:00
fatih ergin
09ff33ab84 remove misused and unnecessary media player method setVolume.
it just break alarm volume level in a wrong way.
2023-08-21 23:00:28 +03:00
fatih ergin
c2d1a08d1d preserve initial device alarm volume 2023-08-21 22:58:49 +03:00
fatih ergin
a51886870e adjust initial alarm volume before media player starts playing. 2023-08-21 22:57:28 +03:00
fatih ergin
44d01742cb replace handler with timer for stopwatch tasks 2023-08-21 22:36:35 +03:00
Tibor Kaputa
9046c4a2d6
Merge pull request #498 from weblate/weblate-simple-mobile-tools-simple-clock
Translations update from Hosted Weblate
2023-08-21 21:16:18 +02:00
Slávek Banko
262898c46f
Translated using Weblate (Czech)
Currently translated at 100.0% (42 of 42 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/cs/
2023-08-21 21:13:44 +02:00
FTno
05a0500119
Translated using Weblate (Norwegian Bokmål)
Currently translated at 100.0% (42 of 42 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/nb_NO/
2023-08-21 21:13:44 +02:00
Tibor Kaputa
b1a7af2640
Merge pull request #496 from fatihergin/fix/ISSUE-485-wrong-alarm-date-on-widget-home-page
fix bit set check
2023-08-21 21:13:39 +02:00
fatih ergin
e42236b87b fix bit set check 2023-08-21 21:29:49 +03:00
Tibor Kaputa
c88b9af155
Merge pull request #495 from esensar/fix/sort-rotation
Fix issue with sort not working after rotating device
2023-08-17 17:09:07 +02:00
Ensar Sarajčić
68de0e8d79 Fix issue with sort not working after rotating device 2023-08-17 16:54:56 +02:00
Tibor Kaputa
8ab9448f54
Merge pull request #494 from esensar/fix/new-alarm-refresh
Properly update alarms list when adding a new alarm
2023-08-17 16:45:05 +02:00
Ensar Sarajčić
c1e30b5f42 Properly update alarms list when adding a new alarm 2023-08-17 16:42:19 +02:00
tibbi
a3461ee074 updating commons 2023-08-17 15:39:55 +02:00
tibbi
091461e1a3 updating commons 2023-08-17 11:55:32 +02:00
Tibor Kaputa
5692735b01
Merge pull request #487 from esensar/viewbinding-migration
Migrate to viewbinding, kotlin gradle scripts and SDK 34
2023-08-17 11:51:32 +02:00
Tibor Kaputa
d90f78adc6
properly center some texts 2023-08-17 11:50:50 +02:00
Tibor Kaputa
e4c77d2955
properly center a text 2023-08-17 11:50:25 +02:00
Ensar Sarajčić
af84c04acc Fix colors updating on resume on main activity tabs 2023-08-16 12:51:06 +02:00
Ensar Sarajčić
69330a24f7 Make paddings between lines same in edit alarm and edit timer 2023-08-16 12:04:35 +02:00
Ensar Sarajčić
c37c11dcdc Use delegated property viewbinding for activities 2023-08-15 13:31:06 +02:00
Tibor Kaputa
acb2388fa0
Merge pull request #486 from weblate/weblate-simple-mobile-tools-simple-clock
Translations update from Hosted Weblate
2023-08-14 17:39:43 +02:00
Tibor Kaputa
539c905971
Update short_description.txt 2023-08-14 17:39:31 +02:00
Milan Šalka
bd628688b5
Translated using Weblate (Slovak)
Currently translated at 100.0% (10 of 10 strings)

Translation: Simple Mobile Tools/Simple Clock metadata
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock-metadata/sk/
2023-08-11 11:49:06 +02:00
Milan Šalka
b3bd52148d
Translated using Weblate (Slovak)
Currently translated at 100.0% (42 of 42 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/sk/
2023-08-11 11:49:06 +02:00
Alexander Gabilondo
bf1adaf23c
Translated using Weblate (Basque)
Currently translated at 100.0% (42 of 42 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/eu/
2023-08-10 00:51:48 +02:00