1
0
Fork 0
Commit Graph

26 Commits (d7a5f8ba2d4fc3742acb333a256fad978a5d8316)

Author SHA1 Message Date
Pavel Machek c34d32530a waypoints: Mark this as version 0.06 2024-11-22 19:02:06 +01:00
Pavel Machek f799d7752c waypoints: cleanups, use gps handling from library 2024-11-22 19:02:06 +01:00
Pavel Machek 33a8e7672b waypoints: fix waypoint deletion 2024-11-22 19:02:06 +01:00
Pavel Machek 22fb1483ee waypoints: cleanups, reduce ammount of global functions 2024-11-22 19:02:06 +01:00
Pavel Machek 20557732f3 waypoints: cleanups from patch review
bobrippling suggested useful cleanups during review
2024-11-22 19:02:06 +01:00
Pavel Machek e6312218a9 waypoints: fix/workaround warnings.
The code still needs refactoring, but make lint happy for now.
2024-11-13 20:38:39 +01:00
Pavel Machek 93076f12d5 waypoints: mark this as 0.05 version 2024-11-13 13:43:38 +01:00
Pavel Machek 5219dc25df waypoints: implement goto functionality. 2024-11-13 13:43:33 +01:00
Pavel Machek de755fc78b waypoints: cleanups, mostly formatting / whitespace. 2024-11-13 13:43:21 +01:00
Pavel Machek 2b7062939e waypoints: update to newer libraries 2024-11-13 13:43:21 +01:00
Pavel Machek 85afccc182 waypoints: save altitude from GPS 2024-11-13 13:43:05 +01:00
Pavel Machek 6d2f3c3719 [] waypoints: I updated the library 2024-11-13 13:43:05 +01:00
Pavel Machek f55056b69c [] waypoints: use fmt to format position. 2024-11-13 13:43:05 +01:00
Pavel Machek 75f64e8004 [] waypoints: handle removal in similar way to show. 2024-11-13 13:43:05 +01:00
Pavel Machek affdb2f32c [] waypoints: remove waypoint names from main menu 2024-11-13 13:43:04 +01:00
Pavel Machek da63f87dde [] waypoints: start using gps/fmt libraries. 2024-11-13 13:43:04 +01:00
Pavel Machek 804f86e6c9 waypoints: attempt to fix marking. 2024-11-13 13:42:53 +01:00
Anton 2a10df7f45 Bump app versions 2024-03-04 22:32:06 +01:00
Anton 2e4cb8eb11 Fix no-unused-vars in existing apps 2024-03-04 21:34:50 +01: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
Pavel Machek afa7d801c3 waypoints: Merge waypoint_editor into waypoints application
Waypoint editor is reasonably small piece of javascript, so merge it
with waypoints and make it always-available.
2023-11-14 12:27:51 +01:00
mbks 3a47aad355
fixed format string evaluation 2022-08-09 18:42:17 +02:00
mbks caf778fdff
Replaced invalid backticks with quotes 2022-08-09 18:25:52 +02:00
Gordon Williams 87f90f8634 should be on bangle.js 1 too, fix #2077 2022-08-09 11:17:38 +01:00
Gordon Williams 91728c147f Big refactor to attempt to merge all the waypoints code into one place. At least 3 apps had basically identical interface.html files, and yet wpmoto had a great map-based editor. 2022-07-26 16:14:04 +01:00