commit 4e112843407e0598db965c12013054888d27958b Author: Valerio Bozzolan Date: Fri Apr 17 22:51:32 2026 +0200 Release F-Droid version 2.5.0 Subscribers: #libre_busto Project Tags: #libre_busto Differential Revision: https://gitpull.it/D224 diff --git a/app/build.gradle b/app/build.gradle index ee1dea5..0cf820c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { //noinspection EditedTargetSdkVersion targetSdkVersion 36 buildToolsVersion = '36.0.0' - versionCode 72 - versionName "2.4.9" + versionCode 73 + versionName "2.5.0" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/73.txt b/metadata/en-US/changelogs/73.txt new file mode 100644 index 0000000..7220906 --- /dev/null +++ b/metadata/en-US/changelogs/73.txt @@ -0,0 +1,17 @@ +Do not show the rail service from GTT, as it is not active anymore +https://gitpull.it/T1400 + +Add context open on arrivals click so actions are clearer +https://gitpull.it/T1395 + +De-duplicate code and resources for the map fragments +https://gitpull.it/T1367 + +New action to find the location of a stop +Reported by marcoM32 +https://gitpull.it/T1110 + +Show the bus positions last time of update +https://gitpull.it/T1364 + +Version developed by Fabio Mazza! diff --git a/metadata/it/changelogs/73.txt b/metadata/it/changelogs/73.txt new file mode 100644 index 0000000..3bfa454 --- /dev/null +++ b/metadata/it/changelogs/73.txt @@ -0,0 +1,17 @@ +Non mostrare il servizio ferroviario di GTT, che non è più attivo +https://gitpull.it/T1400 + +Aggiunto menù contestuale negli arrivi così le azioni sono più chiare +https://gitpull.it/T1395 + +Ri-organizzato il codice e le risorse della mappa +https://gitpull.it/T1367 + +Nuova azione per trovare la posizione di una fermata +Segnalato da marcoM32 +https://gitpull.it/T1110 + +Mostrato l'orario di aggiornamento della posizione dei bus +https://gitpull.it/T1364 + +Versione sviluppata da Fabio Mazza!