2020-04-07 20:41:57 +00:00
|
|
|
0.01: New App!
|
2020-04-08 20:22:51 +00:00
|
|
|
0.02: Fix marker position, color, and map scaling
|
2020-05-08 21:06:36 +00:00
|
|
|
0.03: Show widgets (mainly so we can use the GPS recorder widget)
|
2020-12-08 15:40:15 +00:00
|
|
|
0.04: Move map rendering to a module (fix #396)
|
2020-12-08 15:56:53 +00:00
|
|
|
0.05: Show currently active gpsrec GPS trace (fix #395)
|
2021-06-11 10:34:05 +00:00
|
|
|
0.06: Add support for scrolling, option for 3 bit maps
|
2021-06-21 12:46:16 +00:00
|
|
|
0.07: Move to 96px tiles - less files (64 -> 25) and speed up rendering
|
2021-06-24 10:37:30 +00:00
|
|
|
0.08: Update for drag event refactor
|
2021-09-15 15:40:34 +00:00
|
|
|
0.09: Use current theme cols when drawing GPS info
|
2021-12-03 12:04:40 +00:00
|
|
|
0.10: Improve scale factor calculation to fix scaling issues (#984)
|
2021-12-06 15:35:24 +00:00
|
|
|
0.11: Add slight offset to OSM data to align it properly (fix #984)
|
|
|
|
Fix alignment of satellite info text
|
2022-07-21 14:12:39 +00:00
|
|
|
0.12: switch to using normal OpenStreetMap tiles (opentopomap was too slow)
|
2022-07-21 14:45:17 +00:00
|
|
|
0.13: Use a single image file with 'frames' of data (drastically reduces file count, possibility of >1 map on device)
|
2022-11-25 15:34:51 +00:00
|
|
|
0.14: Added ability to upload multiple sets of map tiles
|
|
|
|
Support for zooming in on map
|
2022-11-25 16:08:40 +00:00
|
|
|
Satellite count moved to widget bar to leave more room for the map
|
2022-11-28 11:16:36 +00:00
|
|
|
0.15: Make track drawing an option (default off)
|
2023-08-01 19:54:18 +00:00
|
|
|
0.16: Draw waypoints, too
|
2023-04-25 09:09:07 +00:00
|
|
|
0.17: With new Recorder app allow track to be drawn in the background
|
2023-06-28 09:08:19 +00:00
|
|
|
Switch tile layer URL for faster/more reliable map tiles
|
|
|
|
0.18: Prefer map with highest resolution
|
2023-07-04 19:46:16 +00:00
|
|
|
0.19: Remember latitude, longitude & scale
|
2023-07-12 13:30:45 +00:00
|
|
|
0.20: Make Satellite counter widget 24px wide (was 48)
|
|
|
|
Move 'Center GPS' to the top of the menu
|
2023-07-14 20:36:38 +00:00
|
|
|
If 'Recorder' app installed, add a 'Record' menu item
|
|
|
|
0.21: Draw a current position marker (Bangle.js 2 only)
|
|
|
|
Enable/Disable previous position marker in new setting "Draw cont. position"
|
2023-07-22 18:12:18 +00:00
|
|
|
0.22: Replace position marker with direction arrow
|
2023-07-24 09:33:10 +00:00
|
|
|
0.23: Bugfix: Enable Compass if needed
|
2023-08-01 19:54:18 +00:00
|
|
|
0.24: Allow zooming by clicking the screen
|
2023-10-09 11:50:06 +00:00
|
|
|
0.25: Enable scaled image filtering on 2v19+ firmware
|
2023-11-30 20:00:05 +00:00
|
|
|
0.26: Ensure that when redrawing, we always cancel any in-progress track draw
|
|
|
|
0.27: Display message if no map is installed
|
2024-01-27 09:15:31 +00:00
|
|
|
0.28: Fix rounding errors
|
2024-02-02 09:34:36 +00:00
|
|
|
0.29: Keep exit at bottom of menu
|
2024-03-13 10:56:27 +00:00
|
|
|
Speed up latLonToXY for track rendering
|
|
|
|
0.30: Minor code improvements
|