mirror of https://github.com/espruino/BangleApps
21 lines
1.2 KiB
Plaintext
21 lines
1.2 KiB
Plaintext
0.01: New App!
|
|
0.02: Fix marker position, color, and map scaling
|
|
0.03: Show widgets (mainly so we can use the GPS recorder widget)
|
|
0.04: Move map rendering to a module (fix #396)
|
|
0.05: Show currently active gpsrec GPS trace (fix #395)
|
|
0.06: Add support for scrolling, option for 3 bit maps
|
|
0.07: Move to 96px tiles - less files (64 -> 25) and speed up rendering
|
|
0.08: Update for drag event refactor
|
|
0.09: Use current theme cols when drawing GPS info
|
|
0.10: Improve scale factor calculation to fix scaling issues (#984)
|
|
0.11: Add slight offset to OSM data to align it properly (fix #984)
|
|
Fix alignment of satellite info text
|
|
0.12: switch to using normal OpenStreetMap tiles (opentopomap was too slow)
|
|
0.13: Use a single image file with 'frames' of data (drastically reduces file count, possibility of >1 map on device)
|
|
0.14: Added ability to upload multiple sets of map tiles
|
|
Support for zooming in on map
|
|
Satellite count moved to widget bar to leave more room for the map
|
|
0.15: Make track drawing an option (default off)
|
|
0.16: Draw waypoints, too.
|
|
0.17: With new Recorder app allow track to be drawn in the background
|
|
Switch tile layer URL for faster/more reliable map tiles |