commit d39c1508f5a4bd8c6ce33cd76000513d1f64f14c Author: Valerio Bozzolan Date: Mon Nov 18 19:51:28 2024 +0100 Release F-Droid version 2.3.0 https://gitpull.it/project/view/270/ Test Plan We already tested all the involved commits asd diff --git a/app/build.gradle b/app/build.gradle index 285fb57..389c711 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -12,8 +12,8 @@ android { minSdkVersion 21 targetSdkVersion 34 buildToolsVersion = '34.0.0' - versionCode 60 - versionName "2.2.3" + versionCode 61 + versionName "2.3.0" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/61.txt b/metadata/en-US/changelogs/61.txt new file mode 100644 index 0000000..f813bfb --- /dev/null +++ b/metadata/en-US/changelogs/61.txt @@ -0,0 +1,12 @@ +Added search by bus line +Proposed by Francesco Bonicelli +Completed by fabio.mazza +https://gitpull.it/T1199 + +Integrated collaborative translations thanks to Weblate +Completed by fabio.mazza +https://gitpull.it/T1275 + +Show info window in the map actually on top of bus marker +Resolved by fabio.mazza +https://gitpull.it/T1269 diff --git a/metadata/it/changelogs/61.txt b/metadata/it/changelogs/61.txt new file mode 100644 index 0000000..bdcdcc2 --- /dev/null +++ b/metadata/it/changelogs/61.txt @@ -0,0 +1,12 @@ +Aggiunta ricerca per nome delle linee +Proposto da Francesco Bonicelli +Completato da fabio.mazza +https://gitpull.it/T1199 + +Integrate traduzioni collaborative con Weblate +Completato da fabio.mazza +https://gitpull.it/T1275 + +Apertura popup mappa sopra marker del bus +Risolto da fabio.mazza +https://gitpull.it/T1269