commit a7b08ddb0747907ef4ba6ae67f113abb0250ce55 Author: Valerio Bozzolan Date: Sun May 17 00:03:08 2026 +0200 Release F-Droid version 2.6.0 Summary: Test Plan: Test the previous builds. lol Reviewers: Subscribers: diff --git a/app/build.gradle b/app/build.gradle index 74fa137..1a5bffc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ android { //noinspection EditedTargetSdkVersion targetSdkVersion 36 buildToolsVersion = '36.0.0' - versionCode 74 - versionName "2.5.1" + versionCode 75 + versionName "2.6.0" vectorDrawables.useSupportLibrary = true multiDexEnabled true javaCompileOptions { diff --git a/cli/diff-changelog.php b/cli/diff-changelog.php index 3867ce2..f487c99 100755 --- a/cli/diff-changelog.php +++ b/cli/diff-changelog.php @@ -151,7 +151,7 @@ if( $diff_ids ) { // Start from commit hash and get Diff PHIDs // https://we.phorge.it/conduit/method/edge.search/ $commit_revisions = $client->callMethodSynchronous( 'edge.search', [ - 'sourcePHIDs' => $git_commits_after_last_tag, + 'sourcePHIDs' => $diffusion_commit_phids, 'types' => [ 'commit.revision', ], diff --git a/metadata/en-US/changelogs/75.txt b/metadata/en-US/changelogs/75.txt new file mode 100644 index 0000000..541d867 --- /dev/null +++ b/metadata/en-US/changelogs/75.txt @@ -0,0 +1,20 @@ +New features: + - Show realtime alerts from GTT into each line (if the API endpoint ever works again) + - Improve the style of the backup screen + +Bug fixes: + - Map: rewrite handling of user location, now the map updates it correctly + - Fix backup not saving favorites + - Fix crash due to locked database + - Fix illegible taskbar (grey text on black background) + - Fix not showing favorites stop while database is being updated + - Add mechanism to close app after back presses + - Fix fragment transitions avoiding recreating shown fragments + +Under the hood improvements: + - Produce LiveData from old databases + - Make new location listener fusing many providers + - Rewrite asynctasks using Kotlin coroutines + - Raise JDK version to 21 + +Version implemented by Fabio Mazza! \o/ diff --git a/metadata/it/changelogs/75.txt b/metadata/it/changelogs/75.txt new file mode 100644 index 0000000..cd503f2 --- /dev/null +++ b/metadata/it/changelogs/75.txt @@ -0,0 +1,20 @@ +Nuove funzionalità: + - Visualizzazione degli avvisi in tempo reale da GTT nella schermata delle linee (se il server GTT ritornerà mai a funzionare) + - Migliorato design della schermata di backup + +Correzioni di bug: + - Mappa: riscrittura della gestione della posizione dell'utente, ora si aggiorna correttamente + - Risoluzione del problema che impediva il salvataggio dei preferiti durante il backup + - Risoluzione del crash dovuto al database bloccato + - Fix: messaggio inferiore illeggibile (testo grigio su sfondo nero) + - Fix: preferiti spariscono durante (e dopo) l'aggiornamento del database + - Aggiunta di un meccanismo per chiudere l'app dopo aver premuto il tasto Indietro + - Fix delle transizioni tra schermate evitando la ricreazione dei frammenti visualizzati + +Miglioramenti interni: + - Generazione di LiveData dai vecchi database + - Creazione di un nuovo listener di posizione che unisce molti provider + - Riscrittura degli asynctask utilizzando le coroutine Kotlin + - Aumento della versione JDK a 21 + +Versione implementata da Fabio Mazza! \o/