Commit Graph

27 Commits (001cbe87fece95cc020e8918237808eba95cb373)

Author SHA1 Message Date
nxdefiant 0e0415fefa
Merge branch 'master' into master 2022-04-21 11:56:11 +02:00
Alessandro Cocco 85268b8f82 [Alarms & Timers] Avoid time reset after a dow change 2022-04-21 11:17:55 +02:00
Erik Andresen 8c048f321c Refactor some methods to scheduling library 2022-04-20 19:32:23 +02:00
Alessandro Cocco c5e28b96ec [Alarms & Timers] Integrate with new 'sched' factories
Minor code clean up (let instead of var, whitespaces between operators, etc.)
2022-04-20 14:35:51 +02:00
Alessandro Cocco bcae05d257 [Alarms & Timers] Update labels and add LANG placeholders 2022-04-20 14:35:51 +02:00
Gordon Williams 1dd232ffce alarm fixes (fix #1667) 2022-04-07 15:47:01 +01:00
Gordon Williams 2c36071a37 alarm 0.18: Cope with >1 identical alarm at once (#1667) 2022-04-07 14:21:36 +01:00
Gordon Williams 25aafe1ccf more refactoring to try and reduce code duplication 2022-04-04 16:58:17 +01:00
Gordon Williams 5c84ec9e2c Refactored alarm into separate 'sched' library/app 2022-04-04 15:49:45 +01:00
Gordon Williams 5c33cad685 Adding alarm.vibrate and menu 2022-04-01 13:27:37 +01:00
Gordon Williams 771950f51b docs 2022-04-01 12:50:36 +01:00
Gordon Williams 9055cd7990 Fixes, README and alarm lib 2022-03-31 15:32:26 +01:00
Gordon Williams 0feebdb318 improved alarm app 2022-03-31 13:48:45 +01:00
Gordon Williams d811398a59 oops - fix errors in prev commit 2022-02-23 16:36:25 +00:00
Gordon Williams a452887ba6 Fix settings wrapping code for new menu system 2022-02-23 16:11:34 +00:00
Gordon Williams 26a8755da0 Add translations from #202 2021-12-15 10:11:02 +00:00
Gordon Williams 4a3ef4829c alarm 0.14: Order of 'back' menu item 2021-11-08 10:03:33 +00:00
Gordon Williams e53099aea6 Widgets now shown on Alarm screen
Alarm widget state now updates when setting/resetting an alarm
2021-10-06 10:05:15 +01:00
Gordon Williams ce358e4b55 Add timer capability to alarms app 2021-10-06 09:47:37 +01:00
Gordon Williams 8309804985 0.10: Fix auto-snooze option (this stopped new alarms being added) (fix #506) 2020-06-23 08:17:52 +01:00
Sabin Iacob 89909c0746 Add auto-snooze option to alarms 2020-06-01 20:12:14 +03:00
Gordon Williams 3b7eec70e3 Alarm: Change 'New Alarm' to 'Save', allow Deletion of Alarms 2020-04-08 09:35:38 +01:00
Gordon Williams 441e518885 Alarm: fix More alarm scheduling issues 2020-03-02 17:32:01 +00:00
Gordon Williams 6cfe9c340b Take advantage of recent nonbreaking change that stops readJSON from causing errors 2020-02-28 17:02:26 +00:00
Gordon Williams 1354227b6a Fix issues with alarm scheduling 2020-02-28 15:34:31 +00:00
Gordon Williams 50e3c852fb MASSIVE REFACTOR
New Bangle.js firmwares remove 8 char name restriction so we're ditching the first char -> file type and using normal file extensions
Took the opportunity to remove code for older Bangle.js (since the new stuff won't work anyway)
Also removed the need for an 'app.json' - it's now renamed 'app.info' on the watch, and we just auto-generate it
Renamed a few apps so widgets all start with 'wid'
2020-02-28 11:44:25 +00:00
Gordon Williams 47205bfe61 Add alarms app (fix #83) 2020-02-12 10:48:14 +00:00