chinwag-android/app
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
..
schemas/com.keylesspalace.tusky.db.AppDatabase Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00
src Fix filters in timelines in a simple way, fix #2546 (#2566) 2022-05-29 19:22:59 +02:00
.gitignore
build.gradle update android animation glide plugin to 2.22.0 (#2557) 2022-05-29 19:21:44 +02:00
proguard-rules.pro add shrinker rules to keep bouncycastle EC classes (#2542) 2022-05-19 07:19:16 +02:00