diff --git a/app/build.gradle b/app/build.gradle --- a/app/build.gradle +++ b/app/build.gradle @@ -11,8 +11,8 @@ applicationId "it.reyboz.bustorino" minSdkVersion 16 targetSdkVersion 33 - versionCode 46 - versionName "1.18.4" + versionCode 47 + versionName "1.19.0" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/47.txt b/metadata/en-US/changelogs/47.txt new file mode 100644 --- /dev/null +++ b/metadata/en-US/changelogs/47.txt @@ -0,0 +1,14 @@ +Show buses running on the map. +(as blue markers, click to show the destination, click again to close) + +Do not request unneeded storage permissions on Android 13 and higher. +https://gitpull.it/T699 + +Improved sidebar readability. + +Try to catch crash bugs. +https://gitpull.it/T1164 + +Show lines with no arrival times separately to use less screen space. + +Version crafted by Fabio Mazza! diff --git a/metadata/it/changelogs/47.txt b/metadata/it/changelogs/47.txt new file mode 100644 --- /dev/null +++ b/metadata/it/changelogs/47.txt @@ -0,0 +1,12 @@ +Mostra i bus in tempo reale sulla mappa. +Tocca per mostrare il numero e la destinazione, tocca di nuovo per chiudere. + +Non chiedere l'accesso allo storage su Android 13 visto che non serve più lol +https://gitpull.it/T699 + +Migliorata la leggibilità del menù laterale. +https://gitpull.it/T1164 + +Le linee senza orari d'arrivo in fermata vengono mostrate separatamente per occupare meno spazio sullo schermo. + +Versione progettata da Fabio Mazza!