chinwag-android/app/src/main/java/com/keylesspalace/tusky
Ivan Kupalov e63cd68baf
Fix filters in timelines in a simple way, fix #2546 (#2566)
Loading of statuses and loading of filters is an "intended" race:
we want to display statuses first, especially if they are cached.
Unfortunately we do not cache filters themselves so when we load cached
statuses we do not apply filters.

One part of the solution is to re-filter the statuses once we fetch the
filters. This commit implements it. Caching of filters is not included
yet.
2022-05-29 19:22:59 +02:00
..
adapter Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00
appstore Improve timeline dao (#2353) 2022-03-02 20:40:06 +01:00
components Fix filters in timelines in a simple way, fix #2546 (#2566) 2022-05-29 19:22:59 +02:00
db Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00
di Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00
entity Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00
fragment 2554 refresh timestamps on resume (#2562) 2022-05-27 19:51:22 +02:00
interfaces fix SearchActivity transition animations (#2464) 2022-04-28 20:37:46 +02:00
json move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
network migrate Lists from RxJava to Kotlin coroutines (#2537) 2022-05-18 18:45:35 +02:00
pager
receiver Push notifications support via UnifiedPush (#2303) 2022-05-17 19:32:09 +02:00
service Check if media processing finished before sending status (#2458) 2022-04-28 20:37:31 +02:00
settings Fix unintended [mismatched] show-replies preference (with key force-reset) (#2568) 2022-05-29 19:21:33 +02:00
util modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
view Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00
viewdata move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
viewmodel migrate Lists from RxJava to Kotlin coroutines (#2537) 2022-05-18 18:45:35 +02:00
AboutActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AccountListActivity.kt
AccountsInListFragment.kt migrate Lists from RxJava to Kotlin coroutines (#2537) 2022-05-18 18:45:35 +02:00
BaseActivity.java Implement Login via WebView (#2371) 2022-03-08 21:22:19 +01:00
BottomSheetActivity.kt Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00
EditProfileActivity.kt update Android Image Cropper and get rid of deprecated onActivityResult (#2351) 2022-03-02 20:39:56 +01:00
FiltersActivity.kt
LicenseActivity.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
ListsActivity.kt migrate Lists from RxJava to Kotlin coroutines (#2537) 2022-05-18 18:45:35 +02:00
MainActivity.kt Push notifications support via UnifiedPush (#2303) 2022-05-17 19:32:09 +02:00
SplashActivity.kt remove legacy notification channel cleanup (#2550) 2022-05-25 20:54:25 +02:00
StatusListActivity.kt show list title when viewing list timeline (#2503) 2022-05-17 19:55:26 +02:00
TabData.kt
TabPreferenceActivity.kt migrate Lists from RxJava to Kotlin coroutines (#2537) 2022-05-18 18:45:35 +02:00
TuskyApplication.kt New emoji picker (#2395) 2022-04-26 18:50:58 +02:00
ViewMediaActivity.kt upgrade ktlint gradle plugin to 10.2.1 (#2435) 2022-04-16 09:45:45 +02:00
ViewThreadActivity.java Use tags from status when adding handlers to hashtag spans in status content (#2344) 2022-02-25 18:56:21 +01:00