1
0
Fork 0
Commit Graph

17663 Commits (d4f2ecd8feaaed5248bc4ea5d7c2a9e60d89832d)

Author SHA1 Message Date
Felipe Manga d4f2ecd8fe Try to skip loading screen 2024-01-30 12:29:35 +00:00
Felipe Manga ca9ae0f7fe Give the starfield a slight twist 2024-01-30 12:29:35 +00:00
Felipe Manga d202e4c76e Track charging status 2024-01-30 12:29:35 +00:00
Felipe Manga 15b6d92bff Make starfield into a tube 2024-01-30 12:29:35 +00:00
Felipe Manga f82a15abd6 Added screenshot 2024-01-30 12:29:35 +00:00
Felipe Manga e81283a85a Fix incorrect file name in manifest 2024-01-30 12:29:35 +00:00
Felipe Manga ed5aba2151 Add Warpdrive watchface 2024-01-30 12:29:35 +00:00
Rob Pilling ed2d6e8794
Merge pull request #3171 from flaparoo/aviatorclk
New app: aviatorclk (and module "avwx")
2024-01-29 22:32:24 +00:00
Gordon Williams a69dcdcd7f Update EspruinoTools with pretokeniser that converts strings 2024-01-29 20:01:48 +00:00
Gordon Williams 5e7c005776
Fix CRC detection for older bootloaders
Fixes #3172
2024-01-29 13:41:46 +00:00
Flaparoo a809b128bc New app: aviatorclk (and module avwx) 2024-01-29 17:59:03 +08:00
thyttan dc18fb14b6
Merge pull request #3170 from bobrippling/fix/drained-clock
drained: improve escape menu and remove clock type+tag
2024-01-29 00:46:40 +01:00
Rob Pilling 1a3ffca9a1
Merge pull request #3162 from Hairo/master
Add fullscreen option to Rebble Clock.
2024-01-28 20:50:53 +00:00
Rob Pilling b96a1c0271 drained: remove clock from type & tags 2024-01-28 20:43:05 +00:00
Rob Pilling 6fd81fd36a drained: add more options to menu for escaping 2024-01-28 20:42:42 +00:00
Rob Pilling cb2593337d
Merge pull request #3165 from nxdefiant/master
tetris: Save/Restore game state
2024-01-26 18:32:49 +00:00
Gordon Williams 367ad5d285 update FW update prompt 2024-01-26 09:38:31 +00:00
Gordon Williams 19ee5bb8ae pebbled 0.06: Fix Settings page to ensure that the currently set distance is displayed (not 0.75) 2024-01-25 12:23:50 +00:00
Rob Pilling 23a294d1df
Merge pull request #3147 from pglez82/master
Two app updates plus one new application
2024-01-24 07:31:31 +00:00
Erik Andresen e5c9286e77 tetris: fix level setting 2024-01-23 21:32:11 +01:00
Erik Andresen a57de7766e tetris: Save/Restore game state 2024-01-23 20:28:39 +01:00
pglez82 28dd5da804 changing the setui call before loadwidgets call 2024-01-23 12:42:15 +01:00
Rob Pilling cf39ed1570
Merge pull request #3163 from Anonymous941/master
tetris: major overhaul
2024-01-22 21:01:27 +00:00
Anonymous941 a08e4dbd4f tetris: add clear effect and more bug fixes 2024-01-22 13:36:45 -05:00
Anonymous941 60bab26d83 tetris: bug fixes, add back swipe controls 2024-01-22 10:52:51 -05:00
Gordon Williams a98ce79c43 Add new, more useful spirit level app 2024-01-22 15:30:17 +00:00
Gordon Williams a4c822c0f5 swap screenshots so more important one is first 2024-01-22 14:45:54 +00:00
Gordon Williams 812a4cfaf4 Add VT100 termional app 2024-01-22 14:39:13 +00:00
Anonymous941 1a1b79d41b tetris: major overhaul
Added score, levels, bugfixes and misc, inspired by NES tetris
2024-01-21 19:24:31 -05:00
Hairo 02cb97ee5d [Rebble] Update metadata and readme 2024-01-21 19:12:20 -04:00
Hairo 3bce4cfb75 [Rebble] Fix build issues 2024-01-21 18:53:59 -04:00
Hairo 7b8762b5ce [Rebble] add fullscreen option 2024-01-21 18:43:16 -04:00
thyttan daf7e745ec
Merge pull request #3148 from deepDiverPaul/app/line-clock
New App: Line clock
2024-01-20 23:01:57 +01:00
thyttan ef94eab363
Update settings.js
Delete custom formatting for booleans in settings, falling back on the default checkboxes.
2024-01-20 22:58:30 +01:00
Rob Pilling 2a99527ecf
Merge pull request #3146 from hanna0616/hanna0616-patch-1
Hanna0616 patch 1
2024-01-20 20:17:59 +00:00
Rob Pilling aa70f71858
Merge pull request #3149 from bobrippling/sanitycheck/boolean-formatters
Remove unnecessary boolean formatters
2024-01-20 20:15:29 +00:00
Paul Spenke c21ea99724 Refactor settings in line_clock app
The `settings` object has been renamed to `initialSettings` for better clarity as these values represent the initial, default settings. Also, the code to remove the clock UI has been commented out, possibly signaling future work on applying the Fast Load system, but this needs to be confirmed. Lastly, calling settings to draw locking and minute indicators has been updated to call the renamed `initialSettings` object.
2024-01-20 19:48:33 +01:00
Rob Pilling 7cd597ccf9
Merge pull request #3161 from thyttan/forge
forge: Compatibility with Fastload Utils
2024-01-18 20:19:54 +00:00
Rob Pilling a14b2b2ca3
Merge pull request #3160 from shansou504/master
Bin Clock - add fullscreen option
2024-01-18 18:49:38 +00:00
Rob Pilling 4133a27f73
Merge pull request #3159 from espruino/dependabot/submodules/core-e6a65a8
build(deps): bump core from `41e586e` to `e6a65a8`
2024-01-18 18:49:09 +00:00
Rob Pilling fa88a3edc0 sanitycheck: improve boolean formatter regex
check for "on", and make case-insensitive
2024-01-18 18:43:14 +00:00
thyttan 3f16edcaf8 forge: Compatibility with Fastload Utils
... by adding the string `"Bangle.loadWidget()";`. This way Fastload
Utils thinks widgets would be present and so fastloads. But in the
absence of Fastload Utils no widgets will be loaded, and so no overhead
is added for the usual case.
2024-01-18 19:18:28 +01:00
shansou504 67605dc69c
Merge branch 'espruino:master' into master 2024-01-18 09:48:52 -05:00
shansou504 657c8898cc remove extra files 2024-01-18 09:45:14 -05:00
shansou504 c06612b400 add fullscreen option 2024-01-18 09:34:29 -05:00
dependabot[bot] 3deef94948
build(deps): bump core from `41e586e` to `e6a65a8`
Bumps [core](https://github.com/espruino/EspruinoAppLoaderCore) from `41e586e` to `e6a65a8`.
- [Commits](41e586e3bb...e6a65a8cb2)

---
updated-dependencies:
- dependency-name: core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 00:31:10 +00:00
shansou504 9175d5cc0e added settings for fullscreen 2024-01-17 13:26:28 -05:00
Gordon Williams cc990541fb
Merge pull request #3154 from bobrippling/fix/fwupdate-reset
fwupdate: don't reset the watch after upload
2024-01-17 09:09:59 +00:00
Rob Pilling c7cddf7a41
Merge pull request #3157 from nxdefiant/master
calendar: Load holidays before events
2024-01-15 21:01:07 +00:00
Rob Pilling fd0c46608a fwupdate: pass { noFinish: true } for app 2024-01-15 20:53:10 +00:00