Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/conversation
Nik Clayton 25376170c2
Migrate "room" from "kapt" to "ksp" (#3777)
- Add ksp plugin
- Switch room to use ksp instead of kapt
- `ArrayList` -> `List` in a few places to fix errors about unbound generics
2023-06-29 18:37:46 +02:00
..
ConversationAdapter.kt Fix conversations (#2556) 2022-05-30 19:06:14 +02:00
ConversationEntity.kt Migrate "room" from "kapt" to "ksp" (#3777) 2023-06-29 18:37:46 +02:00
ConversationLoadStateAdapter.kt Fix conversations (#2556) 2022-05-30 19:06:14 +02:00
ConversationViewData.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
ConversationViewHolder.java include card and collapsed state in instant expanded change (#3394) 2023-03-01 20:00:56 +01:00
ConversationsFragment.kt Simplify repeated code that shows errors (#3762) 2023-06-19 23:49:20 +02:00
ConversationsRemoteMediator.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
ConversationsViewModel.kt Remove Rx from EventHub and TimelineCases (#3446) 2023-03-18 10:11:47 +01:00