commit 423bace295f4269179fddef58123278d2330309c Author: Valerio Bozzolan Date: Thu Nov 20 12:18:58 2025 +0100 Release F-Droid version 2.4.5 diff --git a/app/build.gradle b/app/build.gradle index 1f6a80c..a4d6957 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { //noinspection EditedTargetSdkVersion targetSdkVersion 36 buildToolsVersion = '36.0.0' - versionCode 67 - versionName "2.4.4" + versionCode 68 + versionName "2.4.5" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/68.txt b/metadata/en-US/changelogs/68.txt new file mode 100644 index 0000000..b056a80 --- /dev/null +++ b/metadata/en-US/changelogs/68.txt @@ -0,0 +1,25 @@ +Avoid showing message "no stop found with this name" if the stop is in the app database +Reported by marcoM32 +Resolved by fabio.mazza +https://gitpull.it/T1368 + +ConcurrentModificationException from MQTTMatoClient.kt:373 +Resolved by fabio.mazza +https://gitpull.it/T1365 + +Fix bus positions not updating after going back to the app +Resolved by fabio.mazza +https://gitpull.it/T1352 + +Show message when there is an error in the real-time bus positions +Resolved by fabio.mazza +https://gitpull.it/T1347 + +Added way to change source of realtime bus positions from the map +Resolved by fabio.mazza +https://gitpull.it/T1346 + +Fix crash caused by Out of Memory error on version 2.1.2 +Reported by fabio.mazza +Resolved by +https://gitpull.it/T1222 \ No newline at end of file diff --git a/metadata/it/changelogs/68.txt b/metadata/it/changelogs/68.txt new file mode 100644 index 0000000..9f05dea --- /dev/null +++ b/metadata/it/changelogs/68.txt @@ -0,0 +1,25 @@ +Non mostrare il messaggio "Sembra che nessuna fermata abbia questo nome" se la fermata è nel database +Segnalato da marcoM32 +Risolto da fabio.mazza +https://gitpull.it/T1368 + +ConcurrentModificationException from MQTTMatoClient.kt:373 +Risolto da fabio.mazza +https://gitpull.it/T1365 + +Risolto: posizioni bus non si aggiornano quando si torna all'app +Risolto da fabio.mazza +https://gitpull.it/T1352 + +Mostrare all'utente un messaggio quando c'è un errore dell'app nelle posizioni in tempo reale +Risolto da fabio.mazza +https://gitpull.it/T1347 + +Aggiunto modo di cambiare fonte di arrivo dei bus in tempo reale dalla mappa +Risolto da fabio.mazza +https://gitpull.it/T1346 + +Fix crash caused by Out of Memory error on version 2.1.2 +Segnalato da fabio.mazza +Risolto da +https://gitpull.it/T1222 \ No newline at end of file