Commit Graph

22 Commits (893a4f66f920c64a1e5f310ffab75c8c0de7261a)

Author SHA1 Message Date
Gordon Williams be556e859e add floral clock 2021-10-07 11:09:41 +01: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
hughbarney 88f8138ecf fix alarm widget for b2, set widget size for widpedom with large text 2021-09-20 12:20:50 +01:00
Richard de Boer f459839c12 alarm: respect Quiet Mode 2021-03-25 23:53:51 +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 6cf4124290 make original time checking more robust, we want this to work for alarms triggering at 00:00 2020-06-01 20:32:53 +03:00
Sabin Iacob 07bcd7528b only save the original hour on the first snooze 2020-06-01 20:26:41 +03:00
Sabin Iacob b1f3e5e125 restore the alarm hour after snoozing 2020-06-01 20:22:04 +03:00
Sabin Iacob 89909c0746 Add auto-snooze option to alarms 2020-06-01 20:12:14 +03:00
Sabin Iacob cb491d0678 also schedule the alarm for the next day if the alarm time is less than current time 2020-05-27 11:55:15 +03:00
Sabin Iacob 8e8e56098a Bump alarm version 2020-05-27 11:47:20 +03:00
Sabin Iacob b13c5d13f4 Make the alarm scheduling more reliable
Fixes https://github.com/espruino/BangleApps/issues/433
2020-05-27 08:14:48 +03:00
Richard de Boer 9358b4b599 alarm: Save settings in data file 2020-04-17 21:43:03 +02:00
Gordon Williams 3b7eec70e3 Alarm: Change 'New Alarm' to 'Save', allow Deletion of Alarms 2020-04-08 09:35:38 +01:00
Gordon Williams e2247b211d Provide an easy way to run code at boot time #163 2020-03-31 15:04:51 +01:00
Gordon Williams e0d29c81f2 Big refactor #2 - variable width widgets 2020-03-05 13:15:27 +00: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