commit b042c3ce7237bf7cf41ccaf5c516cac141232ddc Author: Valerio Bozzolan Date: Mon Jun 1 00:25:39 2026 +0200 Release F-Droid version 2.6.46 Summary: https://gitpull.it/project/board/307/ Test Plan: See previous test plans. Reviewers: #libre_busto_hackers, fabio.mazza Reviewed By: #libre_busto_hackers, fabio.mazza Subscribers: fabio.mazza Project Tags: #libre_busto Differential Revision: https://gitpull.it/D253 diff --git a/app/build.gradle b/app/build.gradle index 1a5bffc..ba71b38 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { //noinspection EditedTargetSdkVersion targetSdkVersion 36 buildToolsVersion = '36.0.0' - versionCode 75 - versionName "2.6.0" + versionCode 76 + versionName "2.6.46" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/metadata/en-US/changelogs/76.txt b/metadata/en-US/changelogs/76.txt new file mode 100644 index 0000000..2d1e58e --- /dev/null +++ b/metadata/en-US/changelogs/76.txt @@ -0,0 +1,11 @@ +New features: +- New home screen when the app launches, for quicker access to various features +- Introduced automatic dark theme, including for the map! +- New design for nearby stops and arrivals +- View arrival times by scanning a QR code outside the app + +Other improvements and bug fixes: +- Restored real-time GTFS data, to restore real-time bus locations and service alerts for routes +- Map: show the vehicle type (bus, tram, electric bus) and further info when you tap the icon +- The app now prompts you to install an existing app for QR code scanning +- Improved colours of the navigation bar, improved app’s overall layout diff --git a/metadata/it/changelogs/76.txt b/metadata/it/changelogs/76.txt new file mode 100644 index 0000000..f3c32a6 --- /dev/null +++ b/metadata/it/changelogs/76.txt @@ -0,0 +1,11 @@ +Nuove funzionalità: +- Nuova schermata home, per accedere alle funzionalità più velocemente +- Introdotto tema scuro automatico, anche per la mappa! +- Nuovo design delle fermate vicine e degli arrivi +- Apertura degli orari di arrivo da scansione QR code esternamente all'app + +Altri miglioramenti e bug fix: +- Ripristinati i dati GTFS realtime, per rendere di nuovo funzionanti le posizioni in tempo reale dei bus e gli avvisi di servizio delle linee +- Miglioramenti della mappa: ora viene mostrato il tipo di veicolo (bus, tram, bus elettrico) e più info toccando l'icona +- L'app ora chiede di installare un'app esistente per la scansione dei QR +- Miglioramento dei colori della barra di navigazione e dei layout dell'app in generale