diff --git a/app/build.gradle b/app/build.gradle --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ //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 --- /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 --- /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!