commit adf173b5b492d6c436ba48ba14fd25cd3211d8ea Author: Valerio Bozzolan Date: Sat Jul 19 18:03:38 2025 +0200 Release F-Droid version 2.4.2 Summary: https://gitpull.it/project/board/285/ Reviewers: fabio.mazza Reviewed By: fabio.mazza Subscribers: #libre_busto Tags: #libre_busto Differential Revision: https://gitpull.it/D198 diff --git a/app/build.gradle b/app/build.gradle index 11d8acd..604c35e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,8 +15,8 @@ android { minSdkVersion 21 targetSdkVersion 35 buildToolsVersion = '35.0.1' - versionCode 64 - versionName "2.4.1" + versionCode 65 + versionName "2.4.2" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/65.txt b/metadata/en-US/changelogs/65.txt new file mode 100644 index 0000000..e3bc45c --- /dev/null +++ b/metadata/en-US/changelogs/65.txt @@ -0,0 +1,9 @@ +Fix crash related to the animation in buses +Reported by Simone and others. Resolved by Fabio Mazza. +https://gitpull.it/T1323 + +Fix crash in displaying the arrivals +Reported by Solomon Mimmo & Igor Calì. Resolved by Fabio Mazza. +https://gitpull.it/T1312 + +Style adjustments mostly in the map diff --git a/metadata/it/changelogs/65.txt b/metadata/it/changelogs/65.txt new file mode 100644 index 0000000..4050fce --- /dev/null +++ b/metadata/it/changelogs/65.txt @@ -0,0 +1,9 @@ +Risolto crash nell'animazione dei bus. +Segnalato da Simone. Risolto da Fabio Mazza. +https://gitpull.it/T1323 + +Fix crash nella schermata degli arrivi +Segnalato da Solomon Mimmo & Igor Calì. Risolto da Fabio Mazza. +https://gitpull.it/T1312 + +Ritocchi estetici alla mappa