Skip to content

android-v11.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 22:02
android-v11.5.0
a1526ce

Note

This release inadvertently includes a breaking API change with regards to icon padding. Please refer to the migration guide.

✨ Features and improvements

  • Expose RENDERMODE_CONTINUOUSLY and RENDERMODE_WHEN_DIRTY (#2801). Toggling this can be helpful for development (e.g. when testing and optimizing performance).
  • Compile for Android with support for 16 KB page sizes (#2852).
  • Enable crash mitigation when running OpenGL in the Android emulator (#2858). Technically the crashes were caused by an issue with the Android Emulator, but we were able to find a workaround.
  • Add array support for icon-padding (#2845).
    More information can be found in the MapLibre Style Spec Documentation. This is the first (code) contribution from @random3940! 🎉
  • Use thread_local for thread local scheduler (#2863).

🐞 Bug fixes

  • Move WeakPtrFactory in map_renderer.hpp (#2861).
  • Fix updates hillshade geometry (#2842).