Skip to content

Commit

Permalink
Prepare MapLibre Native Android 11.1.0 release (#2651)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Jul 24, 2024
1 parent a0b6e58 commit 1dafc39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion platform/android/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,20 @@

### ✨ Features and improvements

### 🐞 Bug fixes

## 11.1.0

### ✨ Features and improvements

- Avoid logging error for onMove(0,0) on Android ([#2580](https://github.com/maplibre/maplibre-native/pull/2580)).
- Experimental API to toggle tile cache in map view ([#2590](https://github.com/maplibre/maplibre-native/pull/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](https://github.com/maplibre/maplibre-native/pull/2398)).

### 🐞 Bug fixes

- Fix null pointer dereference MapRenderer Android.
- Fix null pointer dereference MapRenderer Android ([#2631](https://github.com/maplibre/maplibre-native/pull/2631)).
- Take locks before signaling thread condition variables ([#2636](https://github.com/maplibre/maplibre-native/pull/2636)).

## 11.0.2-pre0

Expand Down
2 changes: 1 addition & 1 deletion platform/android/MapLibreAndroid/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=11.0.2-pre0
VERSION_NAME=11.1.0

# Only build native dependencies for the current ABI
# See https://code.google.com/p/android/issues/detail?id=221098#c20
Expand Down

0 comments on commit 1dafc39

Please sign in to comment.