Skip to content

android-v11.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 23:56
1dafc39

✨ Features and improvements

  • Avoid logging error for onMove(0,0) on Android (#2580).
  • Experimental API to toggle tile cache in map view (#2590). This can reduce memory usage at the cost of having to parse tile data again when the zoom level changes.
  • Add TaggedScheduler, couple lifetime of tasks and orchestrator (#2398).

🐞 Bug fixes

  • Fix null pointer dereference MapRenderer Android (#2631).
  • Take locks before signaling thread condition variables (#2636).