Commit Graph

17452 Commits (77edfe693691df6d21443d99ae71aea620973567)

Author SHA1 Message Date
7kasper 77edfe6936
Code cleanup + windows 11 support 2023-11-28 19:30:12 +01:00
Gordon Williams 62686795a5 Add clock info clock widget 2023-11-24 16:46:22 +00:00
Gordon Williams c7efd4fc10
Merge pull request #3110 from espruino/relaxed_json
Added Utils.readStorageJSON with relaxed JSON parser
2023-11-24 12:44:45 +00:00
Gordon Williams 4fc5fa285a update global settings 2023-11-24 08:36:29 +00:00
Gordon Williams ed23ccfadc
Fix typo
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-11-24 08:32:06 +00:00
Gordon Williams acd01ce4bc
Update apps/openstmap/interface.html
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-11-24 08:31:12 +00:00
Gordon Williams fcebbf3ef4 Added Utils.readStorageJSON and relaxed JSON parser, and swap all interface.html over
to using it.

This allows Bangle.js 2v20 (or cutting edge) and later to store a relaxed
'JSON' on internal storage which (while still normal JS) is smaller and faster
(and preserves unicode better)

See https://github.com/espruino/Espruino/issues/2429
2023-11-23 12:52:48 +00:00
Rob Pilling 0e4fa182eb Merge pull request #3108 from g-rden/dwm-clock
Daylight world map clock
2023-11-22 08:03:04 +00:00
Rob Pilling 22e5fe8ebf
Merge pull request #3107 from pavelmachek/m_20_altimeter
altimeter: use system variables to calibrate altimeter.
2023-11-22 07:58:19 +00:00
Rob Pilling 05193753de
Merge pull request #3102 from thyttan/recorder
Recorder: 1 second period with 1 decimal place
2023-11-22 07:53:54 +00:00
g-rden 528dcbaafd
use different colour settings 2023-11-20 13:49:20 +00:00
g-rden c8d3f3c146
Create app.js 2023-11-20 13:46:37 +00:00
g-rden 4a3049ad2a
Create README.md 2023-11-20 13:39:47 +00:00
g-rden 4005eb59a3
Create app-icon.js 2023-11-20 13:23:16 +00:00
g-rden ae86f6a0b8
add app.png 2023-11-20 13:21:56 +00:00
g-rden cf5ed643e2
add screenshot 2023-11-20 13:07:08 +00:00
g-rden e985aa28bd
Create metadata.json 2023-11-20 12:59:20 +00:00
g-rden f0738b6179
Create ChangeLog 2023-11-20 12:51:08 +00:00
Gordon Williams 862ca36cb3
Merge pull request #3105 from bobrippling/sanity-check-types
sanitycheck.js: detect apps that may mistakenly have an app.js file
2023-11-20 10:13:32 +00:00
Gordon Williams c0dbd64a43
Merge pull request #3106 from nxdefiant/master
health/interace: Replace moving average for bpm with avg
2023-11-20 09:30:14 +00:00
Erik Andresen 69dbc18eee health/interface: replace moving average with average 2023-11-20 07:47:53 +01:00
Pavel Machek aad5aae3ca [] altimeter: update to v0.04 2023-11-19 17:08:59 +01:00
Pavel Machek 0c220b4091 [] altimeter: immediately show altitude after calibration changes 2023-11-19 17:08:59 +01:00
Pavel Machek ae5bb890e8 [] altimeter: use system variables to calibrate altimeter. 2023-11-19 17:08:59 +01:00
Erik Andresen 12dcefedf5 health: Fix bpm for not continous data 2023-11-19 09:42:35 +01:00
Rob Pilling 7852bf2f88 sanitycheck.js: detect apps that may mistakenly have an app.js file 2023-11-18 10:35:31 +00:00
thyttan c82feadca4 recorder: 1 decimal place for 1 second period logs 2023-11-17 22:51:21 +01:00
Gordon Williams 9ea23e39a5 misc adjustment - forgot to add to the last commit 2023-11-17 17:05:46 +00:00
Gordon Williams 9aefeb9fe6 messages: Handle text with images in messages list by just displaying the first line 2023-11-17 16:19:06 +00:00
Rob Pilling 8f67f1a8d8
Merge pull request #3101 from Rarder44/Messages-Light
messages_light: Fix js issues
2023-11-17 09:00:19 +00:00
Gordon Williams baf13d10fc
Merge pull request #3099 from nxdefiant/master
Fixes for alarm, settings & waypoints
2023-11-17 08:45:55 +00:00
Erik Andresen 61b207e0fa waypoints: Fixes for Bangle.js 1 2023-11-17 04:09:45 +01:00
Erik Andresen 61804505d7 waypoints fixes
- Do not register as type waypoint - show in launcher
- Fixes for Bangle.js 1
- Fixes for not installed textinput
2023-11-16 21:39:37 +01:00
Erik Andresen df78381823 settings: Fix syntax error 2023-11-16 19:30:26 +01:00
nxdefiant 6a0236aa44
Merge branch 'espruino:master' into master 2023-11-16 19:12:39 +01:00
Gordon Williams 681bd41945 Rename 'Wake on BTN1/Touch' to 'Wake on Button/Tap' on Bangle.js 2 2023-11-16 15:04:24 +00:00
Rarder44 56b4709421 messages_light: Fix removal notification from the list of current notifications 2023-11-16 15:53:24 +01:00
thyttan 3f0dbc04c7
Merge pull request #3100 from bobrippling/fix/recorder-array
recorder: handle initial/non-settings load
2023-11-16 10:34:52 +01:00
Rob Pilling a4716c8718 recorder: introduce `settings` in getActiveRecorders() 2023-11-15 22:42:03 +00:00
Rob Pilling 22706db541 recorder: handle initial/non-settings load 2023-11-15 21:54:04 +00:00
thyttan 47d33568cc
Merge pull request #3098 from bobrippling/fix/recorder-fields
recorder: don't prompt the user when the columns change - force new file
2023-11-15 22:47:16 +01:00
Rob Pilling 301f0ee227
Merge pull request #3094 from pavelmachek/m_18_skyspy
skyspy: view sattelitte positions
2023-11-15 21:36:03 +00:00
Erik Andresen fc00a21a91 alarm: Fix typo in changelog 2023-11-15 21:41:31 +01:00
Erik Andresen 8bdc54dd4f alarm: defaultDeleteExpiredTimers detection
Fix new alarm when selectedAlarm is undefined
2023-11-15 21:36:44 +01:00
Rob Pilling f5ac8ade61 recorder: don't prompt the user when the columns change - force new file 2023-11-15 19:37:27 +00:00
Rob Pilling 865ca1f518
Merge pull request #3093 from pavelmachek/m_17_forge
forge: Initial version of application to help developers
2023-11-15 18:12:53 +00:00
Pavel Machek 29c1f0a1fa skyspy: I misunderstood implications of "back", should now be fixed 2023-11-15 11:01:38 +01:00
Pavel Machek 1b8cc09513
Simplify forge.app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-11-15 10:55:14 +01:00
Rob Pilling 98e560a756
Merge pull request #3095 from pavelmachek/m_19_wpedit
waypoints: Merge waypoint_editor into waypoints application
2023-11-15 08:57:48 +00:00
Rob Pilling 7047d40bf1
Merge pull request #3089 from Mineinjava/master
Add weather and calendar data to iOS integration
2023-11-14 22:08:51 +00:00