Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/db
Ivan Kupalov 44a5b42cac
Timeline refactor (#2175)
* Move Timeline files into their own package

* Introduce TimelineViewModel, add coroutines

* Simplify StatusViewData

* Handle timeilne fetch errors

* Rework filters, fix ViewThreadFragment

* Fix NotificationsFragment

* Simplify Notifications and Thread, handle pin

* Redo loading in TimelineViewModel

* Improve error handling in TimelineViewModel

* Rewrite actions in TimelineViewModel

* Apply feedback after timeline factoring review

* Handle initial failure in timeline correctly
2021-06-11 20:15:40 +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 remove SavedToots (#2141) 2021-05-16 19:17:56 +02:00
ConversationsDao.kt migrate to RxJava3 (#2146) 2021-05-16 19:53:27 +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