Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/db
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
..
AccountDao.kt Upgrade to AndroidX, move to MaterialComponents theme (#953) 2018-12-17 15:25:35 +01:00
AccountEntity.kt Notification bell (#2012) 2020-12-23 12:52:39 +01:00
AccountManager.kt upgrade kotlin to 1.5.0 (#2162) 2021-05-21 17:51:35 +02:00
AppDatabase.java migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
ConversationsDao.kt migrate to paging 3 (#2182) 2021-06-17 18:54:56 +02:00
Converters.kt Timeline refactor (#2175) 2021-06-11 20:15:40 +02:00
DraftDao.kt migrate to RxJava3 (#2146) 2021-05-16 19:53:27 +02:00
DraftEntity.kt migrating to ViewBinding part 6: the final cleanup (#2117) 2021-03-21 12:42:28 +01:00
InstanceDao.kt migrate to RxJava3 (#2146) 2021-05-16 19:53:27 +02:00
InstanceEntity.kt ComposeActivity refactor (#1541) 2019-12-19 19:09:40 +01:00
TimelineDao.kt migrate to RxJava3 (#2146) 2021-05-16 19:53:27 +02:00
TimelineStatusEntity.kt Drafts v2 (#2032) 2021-01-21 18:57:09 +01:00