BangleApps/apps/multitimer
Rob Pilling b61ede2ba8 multitimer: remove unused code 2023-06-30 12:20:00 +01:00
..
ChangeLog multitimer/sched: version bump 2023-06-11 22:17:42 +01:00
README.md multitimer: trim whitespace 2023-06-07 17:57:52 +01:00
app-icon.js Update app-icon.js 2022-05-19 19:16:10 -07:00
app.js multitimer: remove unused code 2023-06-30 12:20:00 +01:00
app.png Add files via upload 2022-05-14 11:23:50 -07:00
boot.js multitimer/sched: use triggercheck for pre-alarm code 2023-06-11 22:17:42 +01:00
ext.js multitimer/sched: use triggercheck for pre-alarm code 2023-06-11 22:17:42 +01:00
metadata.json multitimer/sched: use triggercheck for pre-alarm code 2023-06-11 22:17:42 +01:00
screenshot1.png Add files via upload 2022-05-14 11:23:50 -07:00
screenshot2.png Add files via upload 2022-05-14 11:23:50 -07:00
screenshot3.png Add files via upload 2022-05-14 11:23:50 -07:00

README.md

Multi Timer

With this app, you can set timers and chronographs (stopwatches) and watch them count down/up in real time. You can also set alarms - swipe left or right to switch between the three functions.

"Hard mode" is also available for timers and alarms. It will double the number of buzz counts and you will have to swipe the screen five to eight times correctly - make a mistake, and you will need to start over. "Oneshot" can be set on timers and alarms to have it delete itself once it's sounded (uses the "Delete after expiration" setting from the alarm app).

WARNING

  • Editing timers in another app (such as the default Alarm app) is not recommended. Editing alarms should not be a problem (in theory).
  • This app uses the Scheduler library.
  • To avoid potential conflicts with other apps that uses sched (especially ones that make use of the data and js field), this app only lists timers and alarms that it created - any made outside the app will be ignored. GB alarms are currently an exception as they do not make use of the data and js field.
  • A keyboard app is only used for adding messages to timers and is therefore not strictly needed.