Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/notifications
Konrad Pozniak a5578cf765
Check view is non-null before scrolling, fix crash in NotificationsFragment (#3594)
The posted message runs at the end of the message queue, by which time the view may no longer exist.
2023-04-29 16:39:49 +02:00
..
FollowViewHolder.kt Show the follower's bio/note in a "followed you" notification (#3281) 2023-04-24 12:09:34 +02:00
NotificationFetcher.kt Cleanup dagger setup (#2300) 2022-01-23 20:24:55 +01:00
NotificationHelper.java Respect "Always expand posts marked with content warnings" pref in notifications (#3154) 2023-01-12 19:40:01 +01:00
NotificationWorker.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
NotificationsFragment.kt Check view is non-null before scrolling, fix crash in NotificationsFragment (#3594) 2023-04-29 16:39:49 +02:00
NotificationsLoadStateAdapter.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
NotificationsLoadStateViewHolder.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
NotificationsPagingAdapter.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
NotificationsPagingSource.kt Show better errors when loading notifications fails (#3448) 2023-03-18 10:25:41 +01:00
NotificationsRepository.kt Show better errors when loading notifications fails (#3448) 2023-03-18 10:25:41 +01:00
NotificationsViewModel.kt Remove Rx from EventHub and TimelineCases (#3446) 2023-03-18 10:11:47 +01:00
PushNotificationHelper.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
StatusNotificationViewHolder.kt 3492: Correctly shorten name in drawer and notifications (#3495) 2023-04-08 16:55:32 +02:00
StatusViewHolder.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00