Commit Graph

8292 Commits (358683d319861ba70738029d7d488bc6a7555584)

Author SHA1 Message Date
Ronin0000 358683d319
Update metadata.json 2022-02-17 17:07:13 -08:00
Ronin0000 9b1e977f09
Create appb2.js 2022-02-17 17:05:47 -08:00
Gordon Williams eb64a7a436 Fix build issues created with #1465 2022-02-17 16:45:24 +00:00
Gordon Williams 16f6c577b9 Merge branch 'master' of github.com:espruino/BangleApps 2022-02-17 16:38:25 +00:00
Gordon Williams 8ddbc90c33 > specificlly check for Jekyll markup
> Add ability to scan the server for metadata.json files if no apps.json is present
  > Tidying up search box/chip handling to avoid global vars - just work out what to filter from window location each time
  > Under device info, show installed apps
  > Allow left-click and copy link for links
  > Merge pull request #18 from myxor/chips_quickfix
2022-02-17 13:39:35 +00:00
Gordon Williams eb9c3ff2c3
Merge pull request #1465 from DDDanny/timecal-clock-0.04
v 0.04 fixes #1154
2022-02-17 10:14:31 +00:00
Gordon Williams 799aaf76ab
Merge pull request #1463 from halemmerich/widbars
widbars - Yellow battery bar on charge and prevent GC on every draw
2022-02-17 10:13:47 +00:00
Gordon Williams 27e6cd7067
Merge pull request #1461 from peerdavid/master
[NeonX & IO X] Added optional fullscreen mode.
2022-02-17 10:10:06 +00:00
Gordon Williams 952c1ad93e
Merge pull request #1462 from hughbarney/master
Pastel: make new boolean setting work
2022-02-17 10:08:56 +00:00
Danny 63156bcca8 v 0.04 fixes #1154 2022-02-17 02:42:21 +01:00
Martin Boonk 864faef961 widbars - Yellow battery bar on charge and prevent GC on every draw 2022-02-16 21:59:28 +01:00
David Peer ece775bb8e Minor change 2022-02-16 21:31:46 +01:00
hughbarney 9dd3e9b069 Pastel: make new boolean setting work 2022-02-16 20:02:56 +00:00
David Peer f667993f06 Merge branch 'master' of https://github.com/peerdavid/BangleApps 2022-02-16 20:44:38 +01:00
David Peer 50f973b3d3 Pagination bugfix. 2022-02-16 20:44:35 +01:00
Peer David e6e073b8f9
Merge branch 'espruino:master' into master 2022-02-16 20:05:34 +01:00
David Peer 88ea3bd0b1 Added README to metadata 2022-02-16 20:02:20 +01:00
David Peer b505ff02a6 Added screenshots 2022-02-16 20:00:33 +01:00
David Peer 88e9fca8e4 Add simple info app 2022-02-16 19:57:22 +01:00
David Peer 307527386e Minor position fix 2022-02-16 18:07:15 +01:00
David Peer 08af40ff9a Allow a thickness of 6 - looks nice in fullscreen mode. 2022-02-16 18:05:22 +01:00
David Peer d6da125df7 Added optinoal fullscreen mode. 2022-02-16 17:54:12 +01:00
Gordon Williams b7e7e7819c Merge branch 'master' of github.com:espruino/BangleApps 2022-02-16 16:50:59 +00:00
Gordon Williams 0398ffd855 new core 2022-02-16 16:30:40 +00: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
Gordon Williams d41c42c9b3
Merge pull request #1458 from DC959/master
Fixed theme honoring and made images 2 bit
2022-02-16 14:41:44 +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
Hilmar Strauch 8c579f274c
Update settings.js 2022-02-15 17:55:26 +01:00
Hilmar Strauch 73c755f74a
Update metadata.json 2022-02-15 17:54:06 +01:00
Hilmar Strauch 92e03e13e0
Update ChangeLog 2022-02-15 17:44:30 +01:00
Hilmar Strauch 029b7734e2
Update README.md 2022-02-15 17:43:09 +01:00
Gordon Williams c1db203205 settings 0.42: Fix theme customizer on new Bangle 2 firmware 2022-02-15 15:07:11 +00:00
Gordon Williams ef9f772a49 better search 2022-02-15 12:17:40 +00:00
Gordon Williams fc58ef1089 add updated core 2022-02-15 09:20:26 +00:00