Commit Graph

17498 Commits (799c0b4e8957ee6e211a6b3fdff86561652d0d78)

Author SHA1 Message Date
Erik Andresen 799c0b4e89 health: include step data for today 2023-12-11 07:32:58 +01:00
Erik Andresen b639dd41f9 myprofile updates 2023-12-10 10:30:55 +01:00
Erik Andresen df662ef2ad myprofile: updated README 2023-12-10 10:09:25 +01:00
Erik Andresen 7fc2ce0375 Added myprofile 2023-12-10 09:39:13 +01:00
Erik Andresen b723512dce health: move strideLength to new app myprofile 2023-12-10 09:18:21 +01:00
Erik Andresen ef74b85ef9 health: calculate distance from steps
bring back locale, rounding fixes
2023-12-05 21:03:32 +01:00
Erik Andresen e37b7c804a health: calculate distance from steps
Simplify stride length setting, remove locale
2023-12-04 19:02:45 +01:00
Erik Andresen 8fe9bf1b64 Merge remote-tracking branch 'origin/master' 2023-12-03 20:49:56 +01:00
Erik Andresen dbf8995b14 health: calculate distance from steps
- multiplies step counts with stride length
- distance menu under step counting is only available if stride length is
set
2023-12-03 20:45:28 +01:00
Rob Pilling e513b90bf4
Merge pull request #3117 from wagnerf42/master
gipy: new release
2023-12-01 22:21:12 +00:00
Gordon Williams 99076fa3ef Fix errant trailing spaces for long time output in some locales 2023-12-01 08:52:56 +00:00
Gordon Williams 35105e3bd3
Merge pull request #3118 from nxdefiant/master
openstmap & widmp fixes
2023-12-01 08:40:41 +00:00
Erik Andresen 4f38e475a8 fix ChangeLog 2023-11-30 22:24:26 +01:00
Erik Andresen 68b1a36780 widmp: Fix variable definitions 2023-11-30 22:20:48 +01:00
Erik Andresen e96ffad55f openstmap: fix if no map
Display message if no map is installed
2023-11-30 21:00:05 +01:00
Gordon Williams e5ebb03e13
Merge pull request #3115 from 7kasper/master
Presentor V0.08 -> V0.14
2023-11-30 09:38:16 +00:00
wagnerf42 f4d4307229
Merge branch 'espruino:master' into master 2023-11-30 10:26:11 +01:00
Gordon Williams b16ea5b7d2 hworldclock: Tidy up and fix clearInterval(undefined) errors 2023-11-30 09:05:27 +00:00
7kasper 65fa387739
Fixes and add spotlight and default screen 2023-11-29 11:20:07 +01:00
Rob Pilling 7a1eaf3622
Merge pull request #3113 from lauzonhomeschool/show_alarm_groups
[alarm] show alarm groups if setting is ON; scroll alarms menu to previous position when going back
2023-11-29 08:14:33 +00:00
7kasper ff4a57de76
Remove dragging and fix cntrl (hopefully) 2023-11-29 01:16:42 +01:00
7kasper a0b42267ff
Testing ctrl keypress 2023-11-29 01:03:57 +01:00
7kasper d160a78231
Next attempt at holding mouse 2023-11-29 00:54:41 +01:00
7kasper 825450f663
Try drag mouse support 2023-11-29 00:31:20 +01:00
7kasper 5a400480e0
Fix mousemove getting stuck. 2023-11-29 00:18:59 +01:00
7kasper 1c160d7737
Little better readme 2023-11-28 23:01:11 +01:00
7kasper 4db81c95ef
Do some bugfixes on presentor app. 2023-11-28 20:08:39 +01:00
7kasper fc50f3d14f
First readme fix. 2023-11-28 19:52:04 +01:00
7kasper 7c8daaa6aa
also add changelog >.< 2023-11-28 19:34:38 +01:00
7kasper 77edfe6936
Code cleanup + windows 11 support 2023-11-28 19:30:12 +01:00
lauzonhomeschool 96778b6be1
Update app.js compact showAlarm boolean 2023-11-27 22:27:13 -05:00
frederic wagner 7e6b77ff4e gipy: fix for zoom + touch update 2023-11-27 09:34:41 +01:00
lauzonhomeschool 9571d6ab97
Update app.js save a few chars on the showAlarm boolean 2023-11-24 15:30:57 -05:00
lauzonhomeschool 85ce98a126
Update app.js for idiomatic group || 2023-11-24 14:54:45 -05:00
lauzonhomeschool d4f5c37f67
Update apps/alarm/app.js
Co-authored-by: Rob Pilling <robpilling@gmail.com>
2023-11-24 14:38:42 -05: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
lauzonhomeschool 10fd71ee0c [alarm] version 0.46 2023-11-23 22:38:37 -05:00
lauzonhomeschool 1e8165be8a [alarm] scroll alarms menu to prev position 2023-11-23 22:30:16 -05:00
lauzonhomeschool 1aa407963e [alarm] show alarm groups if setting is ON, fix 0.44 selectedAlarm bug 2023-11-23 22:29:00 -05: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