pachli-android/core
Nik Clayton 0445e187df
fix: Ensure logging out accounts completes (#515)
The account logout process could fail due to API exceptions; network
errors for example, or if the user had already revoked the app's token
for that account. This would prevent the rest of the logout process
(cleaning database, etc) from completing.

Fix this by ignoring network errors during the logout process, and
always cleaning up account content in the database.

Fix a related issue where a deleted account might be recreated in a
partial state if the account's visible position was saved after it was
deleted. The recreated account couldn't do anything as it had no tokens,
but is very confusing.
2024-03-10 12:25:12 +01:00
..
accounts fix: Ensure logging out accounts completes (#515) 2024-03-10 12:25:12 +01:00
activity refactor: Enable core library desugaring as build convention logic (#480) 2024-02-29 09:43:44 +01:00
common fix: Update InstanceV1/V2 related types based on real-world usage (#476) 2024-02-28 00:02:03 +01:00
data refactor: Enable core library desugaring as build convention logic (#480) 2024-02-29 09:43:44 +01:00
database test: close DB in TimelineDaoTest (#512) 2024-03-08 11:40:51 +01:00
designsystem fix: Show previews for playable audio media from accounts (#460) 2024-02-20 16:20:34 +01:00
navigation feat: Include "Notifications" in the left-side navigation menu (#504) 2024-03-05 14:45:28 +01:00
network fix(l10n): Update Spanish translations 2024-03-04 20:33:08 +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