Commit Graph

16263 Commits (c63e940ddd85593decf516fac1180774ae93d51b)

Author SHA1 Message Date
Rob Pilling c63e940ddd settings: whitelist menu restores itself
... rather than pushing
2024-11-19 22:13:08 +00:00
Rob Pilling 9c9de9b063 settings: fix main menu comment 2024-11-19 22:11:59 +00:00
Rob Pilling 6c1596de1d settings: restoreMenu reuses the current menu's scroll
... not the one from the level up
2024-11-19 22:11:59 +00:00
Rob Pilling 6c00324db6 settings: restore ble menu after connectable
... rather than going back to the main menu
2024-11-19 22:11:59 +00:00
Rob Pilling 3bdde4d629 settings: fix missing call on reset menu 2024-11-19 22:11:59 +00:00
Rob Pilling 726807b0f8 settings: fix missing call for touch calibration menu 2024-11-19 22:07:51 +00:00
Rob Pilling 516e17d0d8 settings: return the new menu from popMenu
(for theme)
2024-11-19 22:07:09 +00:00
Rob Pilling 83e647ac9b settings: bump version 2024-10-30 18:24:54 +00:00
Rob Pilling 75ed3daf52 settings: special-case theme menu (push & pop) 2024-10-30 08:53:23 +00:00
Rob Pilling 9503c0fc6b settings: remember previous menu's scroll position 2024-10-30 08:43:08 +00:00
Rob Pilling d7d60b4bca settings: delete duplicate "< Back" setting 2024-10-30 08:41:24 +00:00
Rob Pilling b44dd75e3e settings: fix indent 2024-10-30 08:40:57 +00:00
thyttan ed3bf8cbac
Merge pull request #3626 from bobrippling/fix/drained-restore
drained: fix not restoring when charge threshold met
2024-10-29 22:51:47 +01:00
Rob Pilling 93de0b5965
Merge pull request #3629 from thyttan/dtlaunch
dtlaunch: postpone load icons not initially needed
2024-10-29 21:48:46 +00:00
Rob Pilling b721023daa drained: only check for power-restore when charging 2024-10-29 21:21:32 +00:00
thyttan 257d88dc2e dtlaunch: postpone load icons not initially needed
Draw the first screen, then load in the rest of the icons from storage.
2024-10-29 20:16:15 +01:00
Gordon Williams 9805bb1644 Add sudoku game 2024-10-29 14:50:06 +00:00
Gordon Williams 69e344fbc5 minor regex tweaks 2024-10-29 11:10:03 +00:00
Rob Pilling 8742e11581 drained: fix not restoring when charge threshold met
previously the assumption was that the `"changing"` event would be fired
periodically when charging.

fixes #3625
2024-10-28 18:15:09 +00:00
Gordon Williams f0c9ae183c Add check for widgets that clear the screen!
Remove clear of the screen on reload (will break currently running app)
2024-10-28 17:27:31 +00:00
Gordon Williams a4f5978fb6 widbt_notify 0.18: Use notify lib to stop this widget clearing the screen of the running clock/app 2024-10-28 17:21:31 +00:00
Gordon Williams cd340ed83f Add meridians to try and get rid of some errors, and some context for some locale errors. 2024-10-28 16:34:26 +00:00
Gordon Williams f73b02deaf assistengps 0.07: Bangle.js 2 now gets estimated time + lat/lon from the browser (~3x faster fix) 2024-10-28 12:21:08 +00:00
Gordon Williams 6c050b5107 hworldclock 0.37: Fix settings (show default as '90' not 'off') 2024-10-28 11:51:12 +00:00
Pavel Machek e7392aca3d trail: mark this as 0.11 2024-10-25 20:16:55 +02:00
Pavel Machek feb5f6213b trail: Disable demo/debugging hacks. 2024-10-25 20:16:55 +02:00
Gordon Williams f7381a7d31 boot 0.65: Only display interpreter errors if log is nonzero 2024-10-25 09:39:45 +01:00
Gordon Williams 242eda245b clockbg 0.06: 25% speed improvement if Math.randInt exists (2v25 fw) 2024-10-25 09:38:00 +01:00
Gordon Williams 4ff01d1db0 widmessages 0.07: Only load messages module if we have messages (30ms speed improvement) 2024-10-25 09:37:43 +01:00
Gordon Williams e00cba4094 sched 0.29: Improve clkinfo startup time by 10ms 2024-10-25 09:36:51 +01:00
Gordon Williams 385d2799d5 android 0.39: Move GB message handling into a library to reduce boot time from 40ms->13ms 2024-10-25 09:35:55 +01:00
Gordon Williams 9185793042 use slightly slower code to deal with the fact that many apps put semi-colons on clockinfo/settings that are supposed to be evaluated 2024-10-24 20:09:19 +01:00
Gordon Williams 1ec8fba5ba bootloader and clock_info update - checking hash of all js vs just boot.js is the same cost, so we make caches of widgets and clockinfos in bootupdate - this drastically improves boot time 2024-10-24 19:56:17 +01:00
Gordon Williams 66b0edf6c2 clock_info 0.13: Cache loaded ClockInfos so if we have clockInfoWidget and a clock, we don't load them twice (saves ~300ms) 2024-10-24 12:43:16 +01:00
thyttan 7041a9d77d
Merge pull request #3618 from retcurve/edgewrite
EdgeWrite keyboard
2024-10-21 21:29:32 +02:00
thyttan 141981a40a
Merge pull request #3615 from pavelmachek/m_33_sixths
sixths 0.11: implement sunrise/sunset times
2024-10-21 21:26:50 +02:00
thyttan ad9a3003d4
Merge pull request #3616 from pavelmachek/m_34_trail
trail 0.10: Redesign to make screen updates fast
2024-10-21 21:25:17 +02:00
thyttan 5c2760ab02
Merge pull request #3614 from bobrippling/feat/promenu-scroll-no-dots
promenu: don't show "..." when a string is fully scrolled in
2024-10-21 21:22:20 +02:00
Ian Ward 77f82b7c1e hide widget bar 2024-10-21 19:48:12 +01:00
Ian Ward 993873c9a7 New keyboard 2024-10-21 15:45:46 +01:00
Gordon Williams 2c534e5a44 docs 2024-10-21 10:34:46 +01:00
Gordon Williams fcdced1c86 0.02: Removed many non-interesting facts 2024-10-21 10:34:45 +01:00
thyttan 50604037c1
Merge pull request #3565 from bobrippling/feat/pace-app
New app: pace
2024-10-18 13:24:51 +02:00
Pavel Machek 6da5a5eb09 trail: remove unused functions 2024-10-17 18:29:15 +02:00
Pavel Machek 4a654cc75d trail: mark this as 0.10. 2024-10-17 18:26:03 +02:00
Pavel Machek 2b84cc3760 trail: fix distance when line is zero length. 2024-10-17 18:26:03 +02:00
Pavel Machek 50cf977f79 trail: fix end-of-track in demo, cleanups 2024-10-17 18:25:59 +02:00
Pavel Machek 594a7e446a trail: actually redraw when we are near the boundary
avoid repainting same segments over and over to make stuff faster.
Speed optimalizations (faster but less correct).
2024-10-17 18:25:45 +02:00
Pavel Machek 3d4661c099 trail: get arrow painting back to work. 2024-10-17 18:25:45 +02:00
Pavel Machek 148abc5ac2 trail: Provide a bit of feedback while loading. 2024-10-17 18:25:45 +02:00