chinwag-android/app/src/main/java/com/keylesspalace/tusky/components
Nik Clayton 8fec41c2ae
Send UI errors to a channel instead of a shared flow (#3652)
In the previous code any errors that occured *before* a subscriber was
listening to `uiError` would be dropped, so the user would be unware
of them.

By implementing as a channel these errors will be shown to the user,
with an opportunity to retry the operation or report the error.
2023-06-11 14:00:05 +02:00
..
account Do not crash on empty relationship response 2023-04-05 10:54:03 +02:00
accountlist Make links in bios of follow request and follow notifications work (#3646) 2023-05-13 15:32:56 +02:00
announcements update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
compose Replace deprecated getParcelable* methods with compat versions (#3633) 2023-06-11 12:58:55 +02:00
conversation Show the follower's bio/note in a "followed you" notification (#3281) 2023-04-24 12:09:34 +02:00
drafts update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
filters Replace deprecated getParcelable* methods with compat versions (#3633) 2023-06-11 12:58:55 +02:00
followedtags update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
instanceinfo fix caching of instance defaults and emojis (#2643) 2022-08-07 22:18:53 +02:00
instancemute Remove Rx from EventHub and TimelineCases (#3446) 2023-03-18 10:11:47 +01:00
login Replace deprecated getParcelable* methods with compat versions (#3633) 2023-06-11 12:58:55 +02:00
notifications Send UI errors to a channel instead of a shared flow (#3652) 2023-06-11 14:00:05 +02:00
preference Remove Rx from EventHub and TimelineCases (#3446) 2023-03-18 10:11:47 +01:00
report Ensure text field has focus when reporting statuses 2023-05-04 14:53:27 +02:00
scheduled distinguish between different error types in ScheduledStatusActivity (#3487) 2023-03-30 18:52:24 +02:00
search Remove Rx from EventHub and TimelineCases (#3446) 2023-03-18 10:11:47 +01:00
timeline Move cache pruning to a WorkManager worker (#3649) 2023-06-11 13:17:30 +02:00
trending Refactor "trending hashtags" code (#3595) 2023-06-10 19:47:07 +02:00
viewthread Fix crash in ViewThreadFragment.removeItem (#3622) 2023-05-05 12:03:42 +02:00