Commit Graph

38 Commits (4d83a5675e7f12b3456584c9f6d955277cd66455)

Author SHA1 Message Date
Anton ad8f236a56 `gpsinfo` Fix memory leaks 2024-04-02 20:24:59 +02:00
Marco H 2551f02f2f Only render when no fix 2023-01-15 17:09:09 +01:00
Marco H ab1da4278b Fix number of packets received 2023-01-15 15:46:54 +01:00
Marco H 9c44e6d518 GPSInfo: Show number of packets received 2023-01-01 18:51:06 +01:00
Erik Andresen b6c1b9224e gpsinfo: add outdoors tag 2022-11-18 21:55:58 +01:00
Eskild Hustvedt 78e135b80d Tagging bootloader messages, and all "Loading..." messages 2022-04-10 21:35:46 +02:00
Adam Schmalhofer d3af80efc9 Merge branch 'master' into jekyll-apps.json 2022-01-19 15:21:50 +01:00
Hilmar Strauch feef089aba
Update gps-info.js 2022-01-18 11:44:31 +01:00
Hilmar Strauch 97fb4d77dc
debug mode 2022-01-17 16:46:41 +01:00
Hilmar Strauch a253aaa148
Update ChangeLog 2022-01-17 16:39:16 +01:00
Hilmar Strauch f03c566ee2
Update gps-info.js
Show satellites "in view" separated by GNS-system
2022-01-17 16:38:44 +01:00
Adam Schmalhofer 81aac6f020 Merge 'master' into jekyll-apps.json 2022-01-11 18:33:56 +01:00
Romek 0c0d7e9dd1 Update changelog and version 2022-01-11 11:10:54 +01:00
BartS23 8053de3307 Fix layout and double enabling of event GPS-raw 2022-01-11 10:25:30 +01:00
BartS23 7905d3cffc Reduce FIFO_FULL messages
1. the lazy layout rendering takes too much time.
2. enable the gps at the end of the file.
3. save SATinView to detect changes.
2022-01-11 10:25:21 +01:00
Adam Schmalhofer 9a0b3f07e8 Merge remote-tracking branch 'upstream/master' into jekyll-apps.json 2022-01-06 23:26:43 +01:00
Adam Schmalhofer cec31972b5 Merge remote-tracking branch 'upstream/master' into jekyll-apps.json
Ported all of apps.json to metadata.json
2022-01-06 12:47:26 +01:00
Hilmar Strauch f59e97c5fc
Update gps-info.js
Leave GPS power switched on on exit (will switch off after 0.5 seconds anyway).
2022-01-06 11:04:14 +01:00
Hilmar Strauch f6e374838f
Update ChangeLog 2022-01-06 11:04:01 +01:00
Hilmar Strauch f167ab829b
Update ChangeLog 2022-01-05 23:17:04 +01:00
Hilmar Strauch 97200f4ac5
Update ChangeLog 2022-01-05 23:16:33 +01:00
Hilmar Strauch 71228efb4b
Update gps-info.js
Resolve one FIFO_FULL case and exit App with button press
2022-01-05 23:12:16 +01:00
Gordon Williams 7eb746ae48 Merge branch 'master' of github.com:espruino/BangleApps 2022-01-04 10:13:24 +00:00
Gordon Williams 61b214da81 Update version for #1167 2022-01-04 10:13:20 +00:00
Hilmar Strauch aa45ecdb96
Update gps-info.js : make nofBD and nofGP global
...otherwise one of them is always zero.
Thanks, BartS23
2022-01-03 11:49:43 +01:00
Hilmar Strauch 495ee69251
Update apps/gpsinfo/gps-info.js (nofBD and/or nofGP are not recognized as numbers)
Co-authored-by: BartS23 <10829389+BartS23@users.noreply.github.com>
2022-01-03 11:08:32 +01:00
Hilmar Strauch d76a89b89a
Update gps-info.js
Sum up number of GPS and Beidou satellites in view.
2021-12-24 12:42:25 +01:00
Hilmar Strauch 3615d7fe4c
Update gps-info.js
1. (bugfix) Workaround for a crash in toUTCString() if fix.time has the value "undefined", see https://github.com/espruino/BangleApps/issues/1155
2. (improvement) The 4-dot progress indicator is replaced by the number of satellites in view.
Tested on Bangle.js 2 with firmware 2v11
2021-12-22 22:57:05 +01:00
Gordon Williams 3f26b8b88e Layout module now allows 'soft' buttons to be cycled through and selected using up/down on Bangle.js 1 2021-10-18 11:32:46 +01:00
Gordon Williams d0fd2f0172 GPS info update for Bangle 2 2021-09-30 17:02:17 +01:00
Gordon Williams ae5b7ba7b9 Bump for b65b73ed4b 2020-11-16 09:17:33 +00:00
Fscked-In-The-Head 756839f534
Update gps-info.js 2020-11-15 12:39:04 -08:00
Fscked-In-The-Head 1adc23377a
Added maidenhead readout
I wrote a new function specifically to calculate maidenhead squares on Bangle.js.
2020-11-15 12:27:12 -08:00
Marco Heiming 9edc3a6592 GPS Info: Show number of satellites while waiting for fix 2020-04-08 12:12:25 +02: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 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
Ákos Lukács 5ed970abc2
GPS needs more speed!
Some tweaks to the GPS info app:
 - Speed is shown on the screen
 - "Animation" on the "Waiting for GPS" screen
 - With 10px padding feels a bit nicer :)
2019-12-05 11:10:20 +01:00
ra100 da1d4d768c
🚚 Move apps to subfolders #46 2019-11-17 23:43:58 +01:00