Ben Merritt
1dd4344e75
Fix a menu crash in alarms app
2023-03-18 08:30:57 -07:00
thyttan
b3a59ff35c
Use substring of message as label when it's longer than fits the designated menu entry. Also add some semicolons.
2023-03-16 21:36:41 +01:00
Rob Pilling
4f25ee7ca1
Comment-out unused variable
2023-03-09 21:06:13 +00:00
Gordon Williams
871566ed0b
Revert changes that took out localisation of the date
2023-03-07 11:37:35 +00:00
Gordon Williams
00980611e0
Merge branch 'master' into event_date_repeat
2023-03-07 11:23:13 +00:00
Erik Andresen
c3ac80374d
alarm: menu changes
...
- Display date in locale
- When switching 'repeat' from 'Workdays', 'Weekends' to 'Custom' preset Custom menu with previous selection
- Display alarm label in delete prompt
2023-01-31 19:04:06 +01:00
lauzonhomeschool
a1097a3eea
[sched, alarm] allow dated Event repeat
2023-01-24 22:10:31 -05:00
lauzonhomeschool
78feac8638
add message input and dated Events
2022-12-19 19:18:08 -05:00
thyttan
481ddb6a22
add more /*LANG*/ to some of the most installed apps
2022-12-01 21:03:15 +01:00
Dustin Richards
edcfd198fe
[alarm] add confirm button to edit timer menu
2022-12-01 02:29:00 -07:00
Dustin Richards
6fe79f47b6
[alarm] fix broken lambda
2022-12-01 02:10:00 -07:00
Dustin Richards
41046b9bb1
[alarm] add confirm button to edit alarm menu
2022-12-01 02:03:23 -07:00
Leon Matthes
00546163ec
[Alarms & Timers] Allow hiding timers/alarms
2022-07-08 18:32:01 +02:00
Alessandro Cocco
c99a7a0075
[Alarms & Timers] Add new option for delete a timer after it expires
2022-06-19 16:19:01 +02:00
Alessandro Cocco
2247ee07bb
[Alarms & Timers] Restore "Cancel" in timer view
...
Oooops
2022-06-07 21:56:14 +02:00
Alessandro Cocco
48164384eb
[Alarms & Timers] Add seconds to timers
2022-06-07 21:53:57 +02:00
Alessandro Cocco
99f3c6ab26
[Alarms & Timers] Fix "enable all"
2022-05-29 15:22:32 +02:00
Alessandro Cocco
280fd5e665
[Alarms & Timers] Fix dow handling for timers
2022-05-25 23:14:50 +02:00
Alessandro Cocco
f432e10b35
[Alarms & Timers] Replace showPrompt with showAlert
2022-05-20 23:05:13 +02:00
Alessandro Cocco
de56796580
[Alarms & Timers] Fix repeat when user unchecks ALL the days
2022-05-20 23:05:13 +02:00
Alessandro Cocco
f1170b3e34
[Alarms & Timer] Fix label
2022-05-20 22:08:59 +02:00
Alessandro Cocco
fbc5e96439
[Alarms & Timers] Fix bug with alarms not firing when configured to fire only once
2022-05-20 18:21:32 +02:00
Alessandro Cocco
f22f113687
[Alarms & Timers] Full UI rewrite
2022-05-13 15:25:28 +02:00
Gordon Williams
8d499a10b4
minor tweak
2022-05-04 09:42:27 +01:00
Alessandro Cocco
00ccc21fe7
[Alarms & Timers] Code quality fix
...
https://github.com/espruino/BangleApps/pull/1773#pullrequestreview-961431288
2022-05-04 10:34:34 +02:00
Alessandro Cocco
ea70f01185
[Alarms & Timers] Add support for Monday as first day of the week
2022-05-03 23:22:50 +02:00
storm64
e79decdb3e
[alarm] Revert check-mark changes
...
see espruino/BangleApps#1750
2022-04-28 09:28:57 +02:00
storm64
31df8ffeff
[alarm] Increase dow submenu delay
2022-04-28 02:24:17 +02:00
storm64
dade894294
[alarm] Fix redrawing entry inside dow submenu
...
Apply redrawing fix to dow submenu, too.
2022-04-28 02:17:46 +02:00
storm64
89b4a6b02c
[alarm] Fix redrawing entry inside edit submenu
...
- Fix redrawing selected Alarm/Timer entry inside edit submenu through opening the menu after a short timeout.
- Removing the obsolete check-mark images.
- Removing format on boolean values to use new check-marks
2022-04-28 02:11:08 +02:00
Alessandro Cocco
6c8c3805bf
[Alarms & Timers] Automatically save the alarm/timer when the user returns to the main menu using the back arrow
2022-04-26 12:03:30 +02:00
Alessandro Cocco
a2c4e59037
[Alarms & Timers] Add bulk actions
2022-04-25 18:37:31 +02:00
Alessandro Cocco
65f8e20575
[Alarms & Timers] Add missing require("sched")
2022-04-24 21:36:17 +02:00
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