Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Feb 23, 2023

Bumps org.maplibre.gl:android-sdk from 9.5.2 to 10.0.1.

Release notes

Sourced from org.maplibre.gl:android-sdk's releases.

android-v10.0.1

🐞 Bug fixes

  • Fixed regression with RasterSource native code throwing an exception expecting bound after switching to FloatArray (#830).
  • LocationEngineProxy was made public so that the migration path suggested in the 10.0.0 changelog for those wanting to use GMS Location Services can actually be implemented (#832).

android-v10.0.0-pre.0

✨ Features and improvements

  • Breaking: Changed resourcePrefix to maplibre_ from mapbox_ 647 and renamed resources accordingly. Note that this is a breaking change since the names of public resources were renamed as well. Replaced Mapbox logo with MapLibre logo.
  • GMS location: Replace new LocationRequest() with LocationRequest.Builder, and LocationRequest.PRIORITY_X with Priority.PRIORITY_X (620)

🐞 Bug fixes

  • Increment minSdkVersion from 14 to 21, as it covers 99.2%% of the newer devices since 2014
  • and lessens the backward compatibility burden (630)
  • Catches NaN for onMove event (621)

⛵ Dependencies

  • Revert "Revert "Gradle update"" - Update Gradle from v3 to v7 (#619)

android-v10.0.0

✨ Features and improvements

  • 💥 Breaking: Changed resourcePrefix to maplibre_ from mapbox_ (#647) and renamed resources accordingly. Note that this is a breaking change since the names of public resources were renamed as well. Replaced Mapbox logo with MapLibre logo.

    To migrate:
    If you use any of the public Android resources, you will get an error that they can not be found. Replace the prefix of each, e.g. R.style.mapbox_LocationComponent -> R.style.maplibre_LocationComponent.

  • 💥 Breaking: several deprecated overloads of LocationComponent.activateLocationComponent were removed. Use LocationComponentActivationOptions.Builder instead.

    To migrate, as an example:

     locationComponent.activateLocationComponent(context, style, false, locationEngineRequest, locationComponentOptions)

    becomes

    val options = LocationComponentActivationOptions.builder(context, style).useDefaultLocationEngine(false).locationEngineRequest(locationEngineRequest).locationComponentOptions(locationComponentOptions).build()
    locationComponent.activateLocationComponent(options)
  • 💥 Breaking: the LocationEngine implemented with Google Location Services has been removed to make MapLibre GL Native for Android fully FLOSS (#379).

    To migrate:
    Include the source code of the removed GoogleLocationEngineImpl in your source tree.

    Pass an instance of LocationEngine based on GoogleLocationEngineImpl to LocationComponentActivationOptions.Builder.locationEngine (this was done in a now removed LocationEngineProvider class):

    val locationEngine = LocationEngineProxy<Any>(GoogleLocationEngineImpl(context))

... (truncated)

Commits
  • c967074 Prepare for Android v10.0.1 (#843)
  • 5be1eee [android] Fixed an issue with native code throwing an exception expecting bou...
  • 1816953 Cleanup more scripts (#835)
  • 263def8 Remove duplicated scripts (#833)
  • 057f034 Add mbgl-compiler-options to Node targets (#826)
  • 87337dd [android] make LocationEngineProxy constructor public (#832)
  • 20aefdc Move module.cmake out of mapbox/cmake-node-module (#821)
  • a8803b2 [android] fix crash QueryRenderedFeaturesBoxCountActivity (#823)
  • fe3f3e6 Get rid of duplicatestyle-code.js (#818)
  • 302bcfe Update node (ubuntu-20.04, arm64) docker build workflow (#804)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [org.maplibre.gl:android-sdk](https://github.com/maplibre/maplibre-gl-native) from 9.5.2 to 10.0.1.
- [Release notes](https://github.com/maplibre/maplibre-gl-native/releases)
- [Changelog](https://github.com/maplibre/maplibre-gl-native/blob/main/CHANGELOG.md)
- [Commits](maplibre/maplibre-native@android-v9.5.2...android-v10.0.1)

---
updated-dependencies:
- dependency-name: org.maplibre.gl:android-sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 23, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 23, 2023

Dependabot tried to add @networkException/element-android-reviewers as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/networkException/element-android/pulls/172/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the networkException/element-android repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 27, 2023

Superseded by #176.

@dependabot dependabot bot closed this Feb 27, 2023
@dependabot dependabot bot deleted the dependabot/gradle/org.maplibre.gl-android-sdk-10.0.1 branch February 27, 2023 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant