pachli-android/core
Nik Clayton b8ac1f3944
fix: Show correct account/timeline when composing from notifications (#445)
The previous code didn't clear the task stack or recreate `MainActivity`
when the active user was changed.

So if the user was logged in with account A and used "Compose" from a
notification sent to account B, the active account was switched to B but
the UI chrome wasn't. After exiting `ComposeActivity` they would be
looking at the timeline for account B but with a toolbar that showed
account A.

Fix this by clearing the task stack and explicitly recreating
`MainActivity` when forwarding intents to `ComposeActivity`.
2024-02-15 13:10:00 +01:00
..
accounts change: Improve logging calls to Timber (#430) 2024-02-09 17:33:01 +01:00
activity change: Improve logging calls to Timber (#430) 2024-02-09 17:33:01 +01:00
common change: Disable SyntheticAccessor lint rule (#424) 2024-02-06 19:51:37 +01:00
data change: Improve logging calls to Timber (#430) 2024-02-09 17:33:01 +01:00
database refactor: Convert from Gson to Moshi (#428) 2024-02-09 12:41:13 +01:00
designsystem
navigation fix: Show correct account/timeline when composing from notifications (#445) 2024-02-15 13:10:00 +01:00
network fix: Prevent crashes with bugs in Friendica and Pleroma servers (#441) 2024-02-14 12:36:06 +01:00
preferences
testing
ui change: Move AlertDialogExtensions to core.ui (#438) 2024-02-14 11:26:28 +01:00
AndroidManifest.xml