Commit Graph

4047 Commits (11a598e024bb6da7257d28d9887afc8a4c766b7c)

Author SHA1 Message Date
hughbarney 11a598e024 Widbata: documentation tweaks 2021-12-05 12:22:14 +00:00
hughbarney ffc1b09264 Widbata: battery level status using clocks colour theme 2021-12-05 11:46:47 +00:00
hughbarney bb81f98dc8 Merge remote-tracking branch 'upstream/master' 2021-12-05 11:39:48 +00:00
hughbarney 34f73b85da Widbata: battery level status using clocks colour theme 2021-12-05 11:39:21 +00:00
Gordon Williams a385c09922 openstmap .10: Improve scale factor calculation to fix scaling issues (#984) 2021-12-03 12:04:40 +00:00
Gordon Williams 6baddd3b43 Add gbdebug app 2021-12-03 09:15:37 +00:00
Gordon Williams b5fa5fb64e tweak for lint errors - still some assignment warnings 2021-12-03 08:24:12 +00:00
Gordon Williams d504017782
Merge pull request #986 from stephenPspackman/master
pooq Roman - a watch face
2021-12-03 08:18:47 +00:00
Gordon Williams e2ae57faa4
Merge pull request #951 from rigrig/qmsched-clean
Move Quiet Mode LCD options from global settings to the Quiet Mode Schedule app
2021-12-03 08:13:52 +00:00
stephenPspackman 633cad5cd3
Update app.js
Fix (hopefully) time zone issues and boundaries in the event scanner.
2021-12-03 00:11:07 -08:00
hughbarney b595e60333 Pebble: switched to LECO1976 font and slanting boot icon 2021-12-02 22:17:00 +00:00
Richard de Boer 3595fab079 qmsched: manage LCD options
Also migrates old settings file: we now store options in qmsched.json,
instead of in the global setting.json.
2021-12-02 22:54:16 +01:00
Richard de Boer d743b2266a boot: remove Quiet Mode options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
2021-12-02 22:54:16 +01:00
Richard de Boer c24f67b06b settings: remove Quiet Mode LCD options
Updating these will be handled by the Quiet Mode Schedule app (qmsched)
2021-12-02 22:54:16 +01:00
stephenPspackman ade94521b7
Update README.md
Github flubs UTF-8? Really?
2021-12-02 12:57:25 -08:00
stephenPspackman 9c8fd93783
Create README.md 2021-12-02 12:53:18 -08:00
stephenPspackman 6ed4565ee1
Add files via upload
Upload the right file this time :-}.
2021-12-02 12:16:53 -08:00
stephenPspackman 98bb9c28b3
Add files via upload 2021-12-02 12:02:15 -08:00
stephenPspackman 4803365ab3
Update app.js
Conform to filename conventions for our settings file—it is json.
2021-12-02 11:49:28 -08:00
stephenPspackman 8ff08cbaab
Create resourcer.js 2021-12-02 11:35:39 -08:00
stephenPspackman ad96a97ae9
Create app-icon.js 2021-12-02 11:34:25 -08:00
stephenPspackman 2fc3cee139
Create app.js 2021-12-02 11:27:53 -08:00
hughbarney 43a68fb908 Pebble: 0.03 changed font to Leco1976, updated screenshots 2021-12-02 19:01:40 +00:00
Gordon Williams 9d26a6448e launcher 0.09: Bangle.js 2 - pressing the button goes back to clock (fix #971)
After 10s of being locked, the launcher goes back to the clock screen
2021-12-02 10:28:38 +00:00
Gordon Williams 5b967184b6 0.03: Fix unfreed memory, and clearInterval that disabled all clocks at midnight (fix #946)
Fix app icon
      Change menu order so 'back' is at the top
2021-12-02 10:08:11 +00:00
Gordon Williams 829ee9129a
Merge pull request #983 from hughbarney/master
Pebble: deploy settings file, updated README
2021-12-02 09:06:21 +00:00
Andrew Gregory cb8ee70625
Update app.js 2021-12-02 16:05:36 +08:00
Andrew Gregory 012982e910
Update README.md 2021-12-02 16:03:22 +08:00
hughbarney 7a1bb02bce Pebble: updated README 2021-12-01 21:07:41 +00:00
hughbarney bd8bb638d4 Pebble: deploy pebble.settings.js in apps.json 2021-12-01 20:29:34 +00:00
Andrew Gregory b848c45ce4
Improve token display
Limit label length. Reduce digits font size until it fits.
2021-12-01 23:42:17 +08:00
Andrew Gregory 86ea0554b3
Colour icon 2021-12-01 23:26:45 +08:00
Andrew Gregory 3305a5db6a
Colour icon 2021-12-01 23:23:44 +08:00
Andrew Gregory 26cc978a40
Update README.md 2021-12-01 22:29:37 +08:00
Andrew Gregory 21961edf42
Update ChangeLog 2021-12-01 22:26:01 +08:00
Andrew Gregory 16f20970d9
Limit scanned label length
Fixed #5
2021-12-01 22:21:21 +08:00
Andrew Gregory d4ddf22399
Try new JSON settings format 2021-12-01 22:15:55 +08:00
Andrew Gregory 60a8c487ad
Support updated settings file 2021-12-01 22:05:53 +08:00
Andrew Gregory 7a9b64a7fd
Merge branch 'espruino:master' into master 2021-12-01 21:28:07 +08:00
Andrew Gregory dfd7a02e12
Show placeholder "Calculating"
Fixes #2
2021-12-01 21:26:41 +08:00
Marco H a789e0bea4
Icon white with 1px black border 2021-12-01 13:55:25 +01:00
Marco H ca6b73e3e4
Icon white with 1px black border 2021-12-01 13:54:49 +01:00
Marco H 871c345cea
Update README.md 2021-12-01 13:49:25 +01:00
Marco H e2a4428be2
Fix gramar and link in README 2021-12-01 13:48:03 +01:00
Marco H 2d190278f2
Change app icon color to white 2021-12-01 13:45:24 +01:00
Marco H f3dffdb3e1
Change app icon to white 2021-12-01 13:44:12 +01:00
Gordon Williams adca628e2c Merge branch 'master' of github.com:espruino/BangleApps 2021-12-01 12:06:47 +00:00
Marco H 43312a782a
Update README.md
Fix spelling of the Scottish capital city in the README :)
2021-12-01 10:23:07 +01:00
Gordon Williams a9530f64ea
Merge branch 'master' into widbars 2021-12-01 09:00:08 +00:00
Gordon Williams 527bbf8e59
Merge pull request #974 from rigrig/widbatpc-fix
widbatpc: Fix drawing the bar when charging
2021-12-01 08:59:27 +00:00