commit 97d0197e2d845448f4244adf48a03039965ead7c Author: Fabio Mazza Date: Sun Jan 4 23:54:17 2026 +0100 Release version 2.4.8 Reviewers: valerio.bozzolan Reviewed By: valerio.bozzolan Subscribers: valerio.bozzolan, #libre_busto Tags: #libre_busto Differential Revision: https://gitpull.it/D217 diff --git a/app/build.gradle b/app/build.gradle index 30407dd..44e7d81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { //noinspection EditedTargetSdkVersion targetSdkVersion 36 buildToolsVersion = '36.0.0' - versionCode 70 - versionName "2.4.7" + versionCode 71 + versionName "2.4.8" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/71.txt b/metadata/en-US/changelogs/71.txt new file mode 100644 index 0000000..8f90c72 --- /dev/null +++ b/metadata/en-US/changelogs/71.txt @@ -0,0 +1,4 @@ +Fixed crash when opening the map with the raster style +https://gitpull.it/T1377 + +Add buffering of trips to avoid filling the Volley cache diff --git a/metadata/it/changelogs/71.txt b/metadata/it/changelogs/71.txt new file mode 100644 index 0000000..c406954 --- /dev/null +++ b/metadata/it/changelogs/71.txt @@ -0,0 +1,4 @@ +Risolto crash nell'apertura della mappa con stile raster +https://gitpull.it/T1377 + +Buffering dei trip per evitare di riempire la cache di Volley