chinwag-android/app/src/main/java/com/keylesspalace/tusky/components
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
..
account Issue 2477: Show account's creation date in Profile. (#2480) 2022-05-17 19:49:42 +02:00
announcements fix unparsed html in announcements (#2451) 2022-04-21 18:47:05 +02:00
compose Ability to crop images attached to posts (#2531) 2022-05-22 21:01:14 +02:00
conversation Implement reply count indicator to track web UI (#2467) 2022-05-20 16:47:45 +02:00
drafts Fix crash when saving redrafted media to drafts (#2502) 2022-05-09 19:39:43 +02:00
instanceinfo Remove code to check the server version (#2469) 2022-04-29 18:35:25 +02:00
instancemute Fix toolbar for instance list activity. (#2248) 2021-09-28 19:55:30 +02:00
login make WebView debuggable in debug builds (#2548) 2022-05-27 18:44:16 +02:00
notifications remove legacy notification channel cleanup (#2550) 2022-05-25 20:54:25 +02:00
preference Fix unintended [mismatched] show-replies preference (with key force-reset) (#2568) 2022-05-29 19:21:33 +02:00
report Improve time format of posts when using absolute time (#2413) 2022-04-18 21:41:18 +02:00
scheduled introduce KotlinResultCallAdapter for nice suspending network calls (#2415) 2022-04-14 19:49:49 +02:00
search fix SearchActivity transition animations (#2464) 2022-04-28 20:37:46 +02:00
timeline Fix filters in timelines in a simple way, fix #2546 (#2566) 2022-05-29 19:22:59 +02:00