Tags: maplibre/maplibre-navigation-android
Tags
chore: Update Maplibre to 12.3.0 along with other deps (#202) * chore: Update Maplibre to 12.3.0 along with other deps * fix: Upgrade minSdk of the demo app to 23 * fix: Missing permission linter error * chore: Revert all changes not necessary for Maplibre update * Update core libraries min SDK version * Update dependencies * Prepare release * Rollback to dokka v1 * Use MacOS 26 runner --------- Co-authored-by: Fabian Keunecke <f@biankeunecke.de>
Update dependencies + Enable dependabot (#182) * Prepare `5.0.0-pre3` release * Update dependencies * Enable dependabot * Upgrade to Android API 35 * Bump version * Update Kotlin version
Use navigation location provider (#178) * Prepare `5.0.0-pre3` release * Use highest available location provider on iOS for navigation on * Add missing configuration for iOS sample app * Prepare 5.0.0-pre10 release * Add activity type to apple location manager * Don't pause apple location updates
Upgrade Maplibre to 11.12.1 (#170) * chore: Upgrade Maplibre to 11.12.1 * chore: Update changelog and version
Fix index increase for empty legs (#167) * fix: skip empty steps when increasing index * fix: set index inside location processing mutex to avoid race conditions * fix: compilation * fix: Don't skip legitimate arrive steps * fix: Skip entire empty legs, not only steps * chore: Update version and changelog * fix: Remove redundant setIndex call
Enable background location updates on AppleLocationEngine (#166) * fix: Enable background location updates * feat: Parameterize background location updates to avoid forcing users to use them * chore: Update version to v.5.0.0-pre7 and update changelog
Add Direct Waypoint Skipping API for Navigation (#164) * feat: Set indices directly * feat: setIndex of MapLibre navigation instance * feat: Make processLocationUpdate thread safe * feat: Ensure proper geometry refresh * test: Update route processor tests * test: Enhance navigation engine test with location update assertions * test: Clean navigation tests * test: Update NavigationRouteProcessorTest with additional step index assertions * chore: Minor cleanup of MapLibreNavigationEngineTest.kt * chore: Update setIndex documentation to fix version annotation * refactor: Rename `setIndexDirectly` to `setIndex` across core and test files * refactor: Use `NavigationIndices` in the ` setIndex ` method for improved clarity * refactor: Smart-cast currentRoute to exclude nullability * chore: Update version and changelog
Fix threading and platform characteristics for Apple location engine (#… …159) * Prepare `5.0.0-pre3` release * Fix wrong time conversation from Apple location * Fix threading and platform characteristics for Apple location engine * Prepare fix release * Fix constructor, Increase default timeout, Add error logs, Handle cancelations, Fix crash on multiple results * Fix local pod implementation on sample project * Add milliseconds label to location time parameter * Remove delegate also on error case
Fix UI module publishing (#155) * Prepare `5.0.0-pre3` release * Fix wrong UI module configuration * Prepare `5.0.0-pre4` release
PreviousNext