1014 Commits

Author SHA1 Message Date
Rex_sa
82187b20af
Translated using Weblate (Arabic)
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/ar/
2023-09-07 06:29:10 +02:00
Josep M. Ferrer
33bbd0f19f
Translated using Weblate (Catalan)
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/ca/
2023-09-07 06:29:09 +02:00
Eric
051e1d9809
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/zh_Hans/
2023-09-07 06:29:09 +02:00
winver
a451f2ed8b
Translated using Weblate (Ukrainian)
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/uk/
2023-09-07 06:29:09 +02:00
Oğuz Ersen
bb09acca54
Translated using Weblate (Turkish)
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/tr/
2023-09-07 06:29:09 +02:00
solokot
632ae4b6dd
Translated using Weblate (Russian)
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/ru/
2023-09-07 06:29:08 +02:00
Agnieszka C
b8c48a7f4c
Translated using Weblate (Polish)
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/pl/
2023-09-07 06:29:08 +02:00
Guillaume
a83221bbc3
Translated using Weblate (Dutch)
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/nl/
2023-09-07 06:29:08 +02:00
Priit Jõerüüt
db9e61eebe
Translated using Weblate (Estonian)
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/et/
2023-09-07 06:29:07 +02:00
VfBFan
1d5d30e366
Translated using Weblate (German)
Currently translated at 100.0% (45 of 45 strings)

Translation: Simple Mobile Tools/Simple Clock
Translate-URL: https://hosted.weblate.org/projects/simple-mobile-tools/simple-clock/de/
2023-09-07 06:29:07 +02:00
Tibor Kaputa
149c072713
Merge pull request #505 from pudup/master
Fix #502
2023-09-05 11:28:16 +02:00
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
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
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
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
pudup
a75dce80f1 Fix #502 2023-08-30 10:38:45 +05:30
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
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
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
fatih ergin
e42236b87b fix bit set check 2023-08-21 21:29:49 +03:00
Ensar Sarajčić
68de0e8d79 Fix issue with sort not working after rotating device 2023-08-17 16:54:56 +02:00
Ensar Sarajčić
c1e30b5f42 Properly update alarms list when adding a new alarm 2023-08-17 16:42:19 +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
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
Ensar Sarajčić
e816a02fde Simplify callbacks for handleFullScreenNotificationsPermission 2023-08-07 08:22:35 +02:00