Commit Graph

659 Commits (e474c99c42f73abbbe5640bc85d557d0eff4ac3d)

Author SHA1 Message Date
Gordon Williams f1ba5d8284 pixel update 2020-03-05 15:25:29 +00:00
Gordon Williams e0d29c81f2 Big refactor #2 - variable width widgets 2020-03-05 13:15:27 +00:00
Gordon Williams a772280871 Add ChangeLog checking 2020-03-05 13:15:03 +00:00
Gordon Williams c3d6513d92 keywords 2020-03-05 11:10:22 +00:00
Gordon Williams 18a9f2c71f Allow translate to work even if not given a string 2020-03-05 10:01:16 +00:00
Gordon Williams 0232fc00cc Translate now returns untranslated text if it can't find a translation 2020-03-05 09:23:50 +00:00
Gordon Williams 1bf8ac0ed7 minor tweaks after merge 2020-03-05 08:27:49 +00:00
Gordon Williams 1323bd2bd6
Merge pull request #112 from MaBecker/widget_id
New widget  widid
2020-03-05 08:25:15 +00:00
MaBecker ffc59450b5 widid
indent
2020-03-05 06:50:32 +01:00
MaBecker 98d5c25436 widid
ident and syntax
2020-03-05 06:48:50 +01:00
MaBecker 0da5b38b3e widid 2020-03-04 21:24:34 +01:00
MaBecker 54f5a3b8ea widid 2020-03-04 21:21:47 +01:00
MaBecker 09f146cf63 widid 2020-03-04 21:14:49 +01:00
MaBecker 2c1397ab92 widid 2020-03-04 20:59:27 +01:00
Gordon Williams ab356fd619 tweak for sanity checker 2020-03-04 16:46:49 +00:00
Gordon Williams e0ccfe82e7 Added locale loader courtesy of @MaBe's extremely hard work! (ref #105) 2020-03-04 16:42:44 +00:00
Gordon Williams 909a2b4641 style 2020-03-04 16:41:10 +00:00
Gordon Williams 7f27796093 Fix issue uploading then cancelling custom app 2020-03-04 16:40:25 +00:00
Gordon Williams b93c094340 Fix GPS apps if time not set in GPS (fix #110) 2020-03-04 15:04:21 +00:00
Gordon Williams 107d8ef7e0 Add torch app 2020-03-03 16:00:33 +00:00
Gordon Williams 7823f1cc83 Update examples to new firmware style 2020-03-03 15:58:52 +00:00
Gordon Williams 4fe8cc3fd6 Fix "Unknown app undefined" in 'My Apps' when installing a new app (fix #106) 2020-03-03 09:10:28 +00:00
Gordon Williams b982231408 Upload files one by one, avoiding flow control issues on Android - should make uploads much more reliable 2020-03-03 09:03:10 +00:00
Gordon Williams b001cd5798 Fix issues if BLE=off, 'Make Connectable' is chosen, and the loader resets Bangle.js (fix #108) 2020-03-02 17:43:56 +00:00
Gordon Williams 441e518885 Alarm: fix More alarm scheduling issues 2020-03-02 17:32:01 +00:00
Gordon Williams 9a63beefb8 About app: Update version checker for new filename type 2020-03-02 17:16:51 +00:00
Gordon Williams e755d64cc1 tweak welcome app to cope with no JSON 2020-03-02 07:55:26 +00:00
Gordon Williams 6eabd60139 Fix 'try in emulator' after recent filename changes (fix #107) 2020-03-01 18:14:13 +00:00
Gordon Williams 6cfe9c340b Take advantage of recent nonbreaking change that stops readJSON from causing errors 2020-02-28 17:02:26 +00:00
Gordon Williams 3998688179 Tweaks - now try and parse files 2020-02-28 17:01:29 +00:00
Gordon Williams dc750df4a9 Fix 'My Apps' page
Fix minor formatting gotcha
2020-02-28 15:34:58 +00:00
Gordon Williams 1354227b6a Fix issues with alarm scheduling 2020-02-28 15:34:31 +00:00
Gordon Williams 17010f62a2 Show build status 2020-02-28 14:48:22 +00:00
Gordon Williams 434892a409 Travis works! Re-apply fix 2020-02-28 14:38:33 +00:00
Gordon Williams df7c55508d Deliberately introduce error to test Travis 2020-02-28 14:36:49 +00:00
Gordon Williams 5266227ee0 Start travis builds (hopefully!) 2020-02-28 14:28:15 +00:00
Gordon Williams 8220765c11 Added bin/sanitycheck.js to perform a bunch of tests to make sure everything is correct 2020-02-28 14:17:22 +00:00
Gordon Williams 122ee5342a fix pedometer naming 2020-02-28 12:18:19 +00:00
Gordon Williams 3726a44fb5 New notes about breaking changes 2020-02-28 12:16:57 +00:00
Gordon Williams 50e3c852fb MASSIVE REFACTOR
New Bangle.js firmwares remove 8 char name restriction so we're ditching the first char -> file type and using normal file extensions
Took the opportunity to remove code for older Bangle.js (since the new stuff won't work anyway)
Also removed the need for an 'app.json' - it's now renamed 'app.info' on the watch, and we just auto-generate it
Renamed a few apps so widgets all start with 'wid'
2020-02-28 11:44:25 +00:00
Gordon Williams 95a42582f3 Fix Settings json 2020-02-27 16:01:17 +00:00
Gordon Williams 5c3d1a48fa Fix issues caused by Storage.eraseAll taking too long (fix #64)
Add progress bar and description to erase, uploads, and getting file info
2020-02-27 15:52:20 +00:00
Gordon Williams d1fe3c5c97 Remove 'My Files' tab for now - it slowed down app uploads, may have confused non-techy users, and didn't cope with StorageFile.
https://www.espruino.com/ide/ now has a shiny file loader that allows  viewing, deleting, and saving along with StorageFiles
Issue open for 2 weeks and no interest either way so I'm assuming this is ok - shame though as it was a really neat addition (fix #99).
2020-02-25 14:05:59 +00:00
Gordon Williams cea2c9f7ba Properly Fix GPS time display in gpsrec app (fix #98) 2020-02-25 14:01:40 +00:00
Gordon Williams 2775693936 BTN3 now won't restart when at the end of welcome screen 2020-02-25 13:35:10 +00:00
Gordon Williams 9a76d6d800 Disable GPS time log messages, add (default=1) setting to hide log messages 2020-02-25 13:34:06 +00:00
Gordon Williams f3efada354 0.03: Fix time output on new firmwares when no GPS time set (fix #104) 2020-02-24 17:04:01 +00:00
Gordon Williams f7024407de Fix GPS time display in gpsrec app (fix #98) 2020-02-24 16:54:37 +00:00
Gordon Williams 39c23d0654
Merge pull request #103 from detached/pipboy-clock
Clock: Pipboy
2020-02-24 08:23:35 +00:00
Simon Weis d4f930502c Rename app 2020-02-16 00:16:04 +01:00