diff --git a/build.gradle b/build.gradle --- a/build.gradle +++ b/build.gradle @@ -43,8 +43,8 @@ applicationId "it.reyboz.bustorino" minSdkVersion 14 targetSdkVersion 29 - versionCode 32 - versionName "1.14.1" + versionCode 33 + versionName "1.15.2" vectorDrawables.useSupportLibrary = true } diff --git a/metadata/en-US/changelogs/33.txt b/metadata/en-US/changelogs/33.txt new file mode 100644 --- /dev/null +++ b/metadata/en-US/changelogs/33.txt @@ -0,0 +1,11 @@ +* set version name to "Vader Vehicles" for the glory of Fabio Mazza +* added donation button (try it and donate to Fabio Mazza! - says Valerio) +* improved map performance - https://gitpull.it/T427 +* added sidebar +* improved menu bar +* fix map crash +* fix nearby stops on GPS activation +* fix map follow-me +* fix database connections +* fix stops without details in favorites - https://gitpull.it/T1 +* fix stops with NULL name - https://gitpull.it/T840 diff --git a/metadata/it/changelogs/33.txt b/metadata/it/changelogs/33.txt new file mode 100644 --- /dev/null +++ b/metadata/it/changelogs/33.txt @@ -0,0 +1,11 @@ +* versione ad onore del nostro Fabio Mazza "Vader Vehicles" +* aggiunto pulsante donazione (provate e donate a Fabio Mazza! - dice Valerio) +* migliorate performance mappa - https://gitpull.it/T427 +* introdotto menĂ¹ laterale +* migliorato menĂ¹ +* fix crash sulla mappa +* fix schermate vicine all'attivazione GPS +* fix mappa per seguire la posizione +* fix connessioni database +* fix fermate senza dettagli nei preferiti - https://gitpull.it/T1 +* fix fermate con nome a NULL - https://gitpull.it/T840