Commit Graph

6302 Commits (e43181da7d439f61b63ef2811cca83cdcbb8402b)

Author SHA1 Message Date
Marko.Kl.Berkenbusch@gmail.com e43181da7d Fix name of settings json file 2022-02-23 22:32:43 -05:00
Marko.Kl.Berkenbusch@gmail.com 08f3f3059e Change naming conventions 2022-02-22 23:06:15 -05:00
Marko.Kl.Berkenbusch@gmail.com 746b79511b Fix settings 2022-02-22 22:48:46 -05:00
Marko.Kl.Berkenbusch@gmail.com fea883c349 Fix meta file 2022-02-22 22:42:39 -05:00
Marko.Kl.Berkenbusch@gmail.com 7e9044d7d2 New openwind app 2022-02-22 22:32:22 -05:00
marko f99fe06aab Fix typo in settings 2022-02-18 22:25:06 -05:00
marko d558f8bba5 Add settings to metadata 2022-02-18 22:10:38 -05:00
marko e256a81880 Add settings 2022-02-18 22:07:25 -05:00
marko 0c7a5f3d05 Add course marker 2022-02-18 17:34:25 -05:00
marko 3944dbf013 Fix typo 2022-02-17 18:49:03 -05:00
marko caf8bc3e47 Use correct coords (local object 'm') and fix sign error in scrolling 2022-02-17 18:34:53 -05:00
marko 2b81b07b2b forgot semicolon 2022-02-17 17:29:49 -05:00
marko 0870c9a639 use linear projection/interpolation in openseachart.js 2022-02-17 17:26:44 -05:00
marko 3b1e964166 make maptiles smaller 2022-02-17 14:00:10 -05:00
marko 21dbe9329b enlarge tile size 2022-02-17 13:46:04 -05:00
marko 262274fcd8 change naming 2022-02-17 11:13:32 -05:00
marko 7d83da1f15 blabla 2022-02-16 22:54:52 -05:00
marko c41947a497 bla 2022-02-16 22:42:14 -05:00
marko 7cdc55a513 sizing 2022-02-16 22:33:26 -05:00
marko 79b55c50a7 crop image to multiple of 64 (896) 2022-02-16 22:32:34 -05:00
marko 7a41f6934e again 2022-02-16 22:11:25 -05:00
marko e3c9311668 Host image on github 2022-02-16 22:10:17 -05:00
marko af6616332c Store map locally 2022-02-16 21:55:53 -05:00
marko 4a1e101fa8 Hack uploader 2022-02-16 21:32:39 -05:00
marko 5514ed8ea0 Delete old dir 2022-02-16 19:16:13 -05:00
marko ac83cf1a07 Remove spurious file 2022-02-16 19:14:14 -05:00
marko 65f4bfb8ce Fix another typo 2022-02-16 19:07:34 -05:00
marko 047c8e1ec0 Get spelling right 2022-02-16 19:02:06 -05:00
marko fd7139bb37 edit metadata 2022-02-16 18:44:01 -05:00
marko d62e53baf8 Add seachart app 2022-02-16 18:01:49 -05:00
marko e923858e4e delete seachart 2022-02-16 17:55:00 -05:00
berkenbu 29c4f1cbac
Merge branch 'espruino:master' into master 2022-02-16 17:41:25 -05:00
Gordon Williams 50c4bfb559
Merge pull request #1403 from halemmerich/bthrv
bthrv - Always write interval data on kill and reset if at least the first measurement is available
2022-02-16 14:44:11 +00:00
Gordon Williams b896d5d03b
Merge pull request #1459 from storm64/master
sleeplog: Fix #1445, display loading info, add icons to display service states
2022-02-16 14:43:02 +00:00
Gordon Williams 076ddd268f
Merge pull request #1457 from HilmarSt/master
GPS Adventure Sports App now also runs on Bangle.js 2 with basic functionality
2022-02-16 14:42:44 +00:00
Gordon Williams 6d25243580 tweak 2022-02-16 14:42:17 +00:00
storm64 b32cc829f5 sleeplog: Update screenshots 2022-02-16 13:21:00 +01:00
storm64 ef4c2d0e12 sleeplog: Switch disabled.png and powersaving.png 2022-02-16 13:04:09 +01:00
storm64 9885caff71 Update README.md
Change description to icons
2022-02-16 13:00:39 +01:00
storm64 1ffcc42a93 Update ChangeLog
Remove commit description
2022-02-16 12:54:40 +01:00
storm64 a110a30ad5 sleeplog: Fix logfile disabling, add status icons
Update app.js
 - adjust label position to improve readability on light themes
 - add icons to display service states
Update ChangeLog
 - compact old and add new changes
Update lib.js
 - fix logfile correction in `setEnabled(...)` to make disable logging possible
 - simplify logfile checks
Update README.md
 - add icons of the service states
Update settings.js
 - fix error on reading a non string logfile value
Add icons: disabled.png, nolog.png and powersaving.png
2022-02-16 12:52:00 +01:00
storm64 a4b695f8e6 Merge branch 'master' of https://github.com/storm64/BangleApps 2022-02-15 21:17:15 +01:00
storm64 01450290c4 Update README.md
Update README.md
 - change missed beautified menu entries according to changes in settings.js
2022-02-15 21:17:07 +01:00
storm64 02b0aa5869
Merge branch 'espruino:master' into master 2022-02-15 20:15:50 +00:00
Daniel Cox 8ea5f8e1de
Fixed theme honoring and made images 2 bit
This update should fix theme honoring so the watch face now changes to match the theme set on the watch.
The images have also been updated to be better compatible with 2 bit and also now set to 2 bit to save ram.
Also fixed the date text as that stopped displaying in the last update.
2022-02-16 08:46:48 +13:00
storm64 8c4f2f18c9 sleeplog: Correct fix #1445, display loading info while calculating sleep data
Update app.js
 - move complex data analysis into separate function
 - add displaying a loading info
 - faster feedback by calling the analysis through a timeout
Update boot.js
 - correct fix #1445 as mentioned by splitting the `stop()` function to only remove the kill listener on a manual stop
 - optimize `start()` and `stop()` functions
Update README.md
 - change beautified menu entries according to changes in settings.js
Update settings.js
 - replace `circulate()` function with internal `wrap: true`
 - move delay for menu redraw as suggested in espruino/Espruino#2149
 - beautify menu entries for new touchscreen E.showMenu system (> fw 2v.13.32)
2022-02-15 19:47:15 +01:00
Hilmar Strauch 3316897c34
Update app.js 2022-02-15 18:43:03 +01:00
Hilmar Strauch 67ee66193b
Update app.js 2022-02-15 18:36:30 +01:00
Hilmar Strauch e9c29e0a01
Update metadata.json 2022-02-15 18:26:05 +01:00
Hilmar Strauch b1f4548ee1
Update app.js 2022-02-15 18:24:36 +01:00