android-v11.5.0
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
andRENDERMODE_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).