Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/conversation
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
..
ConversationAdapter.kt migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
ConversationEntity.kt migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
ConversationLoadStateAdapter.kt migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
ConversationViewHolder.java always show follow requests in main menu (#1809) 2021-04-10 20:30:44 +02:00
ConversationsFragment.kt migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
ConversationsRemoteMediator.kt migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
ConversationsRepository.kt migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
ConversationsViewModel.kt migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00