1
0
mirror of https://github.com/tuskyapp/Tusky synced 2024-12-17 19:39:05 +01:00
Tusky-App-Android/app
Konrad Pozniak 6d4f5ad027
migrate to paging 3 (#2182)
* migrate conversations and search to paging 3

* delete SearchRepository

* remove unneeded executor from search

* fix bugs in conversations

* update license headers

* fix conversations refreshing

* fix search refresh indicators

* show fullscreen loading while conversations are empty

* search bugfixes

* error handling

* error handling

* remove mastodon bug workaround

* update ConversationsFragment

* fix conversations more menu and deleting conversations

* delete unused class

* catch exceptions in ConversationsViewModel

* fix bug where items are not diffed correctly / cleanup code

* fix search progressbar display conditions
2021-06-17 18:54:56 +02:00
..
schemas/com.keylesspalace.tusky.db.AppDatabase migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
src migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
.gitignore
build.gradle migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
proguard-rules.pro improve kotlin related proguard rules (#2190) 2021-06-11 20:50:42 +02:00