677 Commits

Author SHA1 Message Date
stopflock 9a0928d22d version bump v2.10.3-release 2026-07-15 21:58:29 -05:00
stopflock b3001927c6 Merge pull request #176 from FoggedLens/no-429-splitting
No 429 splitting, bring back query reduction
2026-07-15 21:39:25 -05:00
stopflock b9d82d6de7 change mock node color to green 2026-07-15 21:29:54 -05:00
stopflock 38eee8d125 Bring back profile subsumption elimination for overpass queries 2026-07-15 21:20:44 -05:00
stopflock f8632b6a06 remove extraneous unreferenced file 2026-07-15 19:39:06 -05:00
stopflock be2fe84db5 first pass 2026-07-15 18:01:29 -05:00
stopflock 2cddcbef7d forgot a file - maybe why suspected locations not updating 2026-07-15 16:29:55 -05:00
stopflock 60c17c41bf Merge pull request #174 from FoggedLens/overpass-load-2
fuck me
2026-07-14 14:32:48 -05:00
stopflock ee8ead6695 fuck me 2026-07-14 14:32:27 -05:00
stopflock 4d6bea8cfe Merge pull request #173 from FoggedLens/reduce-overpass-query-heaviness
out skel -> out ids
2026-07-14 14:22:57 -05:00
stopflock 25c1611fd3 out skel -> out ids 2026-07-14 14:21:39 -05:00
stopflock 7ed1d7386d specify apple app ID v2.10.2-release 2026-06-29 18:37:33 -05:00
stopflock 9268ef2eb2 bump version identifier 2026-06-29 17:37:54 -05:00
stopflock 1e2eba53a9 Merge pull request #169 from reb1995/deintegrate-CocoaPods
Update Flutter to minumum 3.44.0. Deintegrate CocoaPods from build completely
2026-06-29 14:47:13 -05:00
Ryan Brown d009803215 Update Flutter to minumum 3.44.0. Deintegrate CocoaPods from build compepletely. 2026-06-27 21:19:17 +00:00
stopflock 2dc5b6efa1 Merge pull request #168 from reb1995/update-local-notifications-version
Update flutter_local_notifications to min v19.0.0. Update app to use Swift Package Manager build process for all packages.
2026-06-27 12:32:04 -05:00
Ryan Brown 0800f1ed45 Update NDK version to clear 'jni requires Android NDK 28.2.13676358' build error. Appeared after updating other dependencies and updating flutter_local_notifications minimum version. 2026-06-26 06:56:25 +00:00
Ryan Brown c844cff67b Update flutter_local_notifications to min v19.0.0. Update app to use Swift Package Manager build process for all packages. 2026-06-24 03:59:20 +00:00
stopflock 3ff9ff2352 fix profile reordering test 2026-06-15 16:30:41 -05:00
stopflock 12ffe92df8 suspected locations background refresh 2026-06-14 21:40:22 -05:00
stopflock 0b812bdaea long press to add node 2026-06-14 21:20:17 -05:00
stopflock d87a112c0a silence useless deeplink exception 2026-06-14 19:36:08 -05:00
stopflock 41479e7ee4 2.10.2 fixes reorderlist deprecation 2026-06-14 19:02:54 -05:00
stopflock 036ac8c5e6 Merge pull request #166 from FoggedLens/feature/node-deeplink
Feature/node deeplink
2026-06-14 15:11:27 -05:00
flockhopperdev 191b5ccae0 refactor: use UserAgentClient for OSM API fetch, remove redundant comments
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-01 17:39:30 -06:00
flockhopperdev 480f99b360 feat: wire HomeScreen to handle node deep links
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 17:39:30 -06:00
flockhopperdev 74d8214dda feat: add node deep link handling to DeepLinkService
Adds `deflockapp://node?id=<nodeId>` deep link support: parses the node
ID, fetches the OSM node via the public API, and delivers it via an
`onNodeDeepLink` callback for HomeScreen to register. Includes URL
parsing unit tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-01 17:39:30 -06:00
flockhopperdev 8aab359f22 feat: add node deep link intent filter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-06-01 17:39:30 -06:00
stopflock b00e44e3bb Merge pull request #163 from reb1995/keep-screen-awake-while-using-app
Keep screen awake while using app. Update translations for new settings.
2026-05-12 15:18:32 -05:00
Ryan Brown f438c21166 Add translations. Translated by Google Translate. 2026-05-09 23:35:19 +00:00
Ryan Brown e0b2a6a19c Update and confirm english localizations. 2026-05-09 22:34:04 +00:00
Ryan Brown 329974a8f0 Feature: Keep screen on while using app. Initial working. 2026-05-09 22:02:36 +00:00
stopflock 5b55171080 Merge pull request #155 from reb1995/fix-android-gps-location-accuracy-requirement
Update gps_controller to not require location accuracy in android.
2026-05-04 21:38:32 -05:00
reb1995 2ba0667a76 Update gps_controller.dart
Remove extra import that isn't required. Now passes flutter analyze.
2026-04-12 21:07:26 -04:00
reb1995 8a3ece630c Merge branch 'FoggedLens:main' into fix-android-gps-location-accuracy-requirement 2026-04-12 19:39:37 -04:00
stopflock c2b0f6f9fd Merge pull request #156 from reb1995/Update-OAuth2-with-Application-Permissions
Update DEVELOPER.md to include OSM OAuth2 Application Permissions
2026-04-12 16:25:48 -05:00
reb1995 273bccc5eb Update DEVELOPER.md
Updates DEVELOPER.md instructions with the OSM OAuth2 Application Permissions and Redirect URIs. Adds needed clarity for developers to make sure the app has the required permissions if compiling on their own.
2026-04-09 00:33:39 -04:00
reb1995 d7be022a11 Update gps_controller to not require location accuracy in android.
Adds basic target matching. If Android Do... Else use old code.
2026-04-06 13:09:41 -04:00
stopflock 157e72011f devibe changelog v2.10.1-release 2026-03-23 13:15:26 -05:00
stopflock bd71f88452 operator profiles - import, reorderable 2026-03-23 12:58:50 -05:00
stopflock 6e2fa3a04c typo 2026-03-23 11:45:13 -05:00
stopflock 843d377b87 Nuclear reset button now appears when kEnableDevelopmentModes is true as well 2026-03-15 14:31:39 -05:00
stopflock 3857023d43 Fix deprecation warning v2.10.0-release 2026-03-14 18:11:43 -05:00
stopflock ddf7f543ff Button to trigger nuke reset in dev mode 2026-03-14 18:04:57 -05:00
stopflock 9f72ec9a76 Fix lint warnings, clean up debug logging 2026-03-14 17:31:01 -05:00
stopflock 16e34b614f Rework profile FOVs - 360 checkbox 2026-03-14 17:18:33 -05:00
stopflock 2d00d7a8fb bump ver v2.9.2-beta v2.9.2-release 2026-03-12 22:30:16 -05:00
stopflock f85db3ca11 add "report osm map issue" link to info/about page 2026-03-12 22:19:21 -05:00
stopflock 447f358727 Limit max files open to prevent OS error for too many files open related to tile storage 2026-03-12 19:58:07 -05:00
stopflock 08b395214b Move "about osm" to about page, add option to clear tile caches, option to add reason when deleting, min zoom 16 for edits/submissions, 300km nav distance warning 2026-03-12 18:59:48 -05:00