pachli-android/core
Nik Clayton cfc15c8f64
refactor: Use LinearProgressIndicator with delayed show/hide (#525)
Previous code used a normal ProgressBar and a coroutine to delay
hiding/showing the bar for a snappier UI perception.

This is built-in functionality in LinearProgressIndicator, so switch to
that.

While I'm here, implement the "Select list" dialog's layout as a layout
resource.
2024-03-13 10:03:10 +01:00
..
accounts fix: Ensure logging out accounts completes (#515) 2024-03-10 12:25:12 +01:00
activity fix: Show sized placeholder for hidden account media (#516) 2024-03-10 23:13:58 +01:00
common fix: Update InstanceV1/V2 related types based on real-world usage (#476) 2024-02-28 00:02:03 +01:00
data fix: Sort lists by title wherever they occur 2024-03-12 19:52:45 +01:00
database refactor: Store tab preferences as polymorphic JSON 2024-03-12 19:52:45 +01:00
designsystem refactor: Use LinearProgressIndicator with delayed show/hide (#525) 2024-03-13 10:03:10 +01:00
navigation feat: Include "Notifications" in the left-side navigation menu (#504) 2024-03-05 14:45:28 +01:00
network feat: Support client filters in GoToSocial 0.15.0 (#523) 2024-03-11 23:14:57 +01:00
preferences feat: Allow the user to trigger update checks (#458) 2024-02-20 14:50:59 +01:00
testing fix(deps): update agp to v8.3.0, lint to 31.3.0 (#483) 2024-03-01 23:07:14 +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