Page MenuHomeGitPull.it

D242.1783768333.diff
No OneTemporary

Authored By
Unknown
Size
3 KB
Referenced Files
None
Subscribers
None

D242.1783768333.diff

diff --git a/app/build.gradle b/app/build.gradle
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -16,8 +16,8 @@
//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
--- a/cli/diff-changelog.php
+++ b/cli/diff-changelog.php
@@ -151,7 +151,7 @@
// 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
--- /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
--- /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/

File Metadata

Mime Type
text/plain
Expires
Sat, Jul 11, 13:12 (6 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1997357
Default Alt Text
D242.1783768333.diff (3 KB)

Event Timeline