Skip to content

Tags: maplibre/maplibre-navigation-android

Tags

5.0.0-pre12

Toggle 5.0.0-pre12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

5.0.0-pre11

Toggle 5.0.0-pre11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

5.0.0-pre10

Toggle 5.0.0-pre10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

5.0.0-pre9

Toggle 5.0.0-pre9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Upgrade Maplibre to 11.12.1 (#170)

* chore: Upgrade Maplibre to 11.12.1

* chore: Update changelog and version

5.0.0-pre8

Toggle 5.0.0-pre8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

5.0.0-pre7

Toggle 5.0.0-pre7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

5.0.0-pre6

Toggle 5.0.0-pre6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

5.0.0-pre5

Toggle 5.0.0-pre5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

5.0.0-pre4

Toggle 5.0.0-pre4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix UI module publishing (#155)

* Prepare `5.0.0-pre3` release

* Fix wrong UI module configuration

* Prepare `5.0.0-pre4` release

5.0.0-pre3

Toggle 5.0.0-pre3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare `5.0.0-pre3` release (#152)