pachli-android/core
Nik Clayton 8293e90b73
feat: Allow the user to trigger update checks (#458)
Add an additional preference entry that triggers an update when tapped.
It also displays the earliest time of the next automatic update check as
the preference summary.

Move the code that performs the update check (and the logic for whether
to perform the check) out of `MainActivity` and in to `UpdateCheck` so
it's available from `PreferencesFragment`.
2024-02-20 14:50:59 +01:00
..
accounts feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
activity feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
common feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
data change: Improve logging calls to Timber (#430) 2024-02-09 17:33:01 +01:00
database feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
designsystem fix(l10n): Translations update from Hosted Weblate (#397) 2024-01-30 16:39:45 +01:00
navigation fix: Show correct account/timeline when composing from notifications (#445) 2024-02-15 13:10:00 +01:00
network fix: Remove filters from Firefish capabilities (#459) 2024-02-20 14:41:48 +01:00
preferences feat: Allow the user to trigger update checks (#458) 2024-02-20 14:50:59 +01:00
testing refactor: Remove unnecesary parcelize plugin import (#407) 2024-02-02 15:12:55 +01:00
ui feat: Show information about notification fetches on "About" screen (#454) 2024-02-17 15:57:32 +01:00
AndroidManifest.xml refactor: Start creating core modules (#286) 2023-12-04 16:58:36 +01:00