chinwag-android/app/src/main/java/com/keylesspalace/tusky/components/notifications
Nik Clayton 1f7a5f626d
Show notifications from workers (#3760)
Fix a crash where workers, in some conditions, should show a notification. These are sent to a dedicated channel with no importance.

Convert NotificationWorker to a CoroutineWorker and remove its use of `runBlocking`.

Fixes #3754
2023-06-29 18:37:27 +02:00
..
FollowViewHolder.kt Make links in bios of follow request and follow notifications work (#3646) 2023-05-13 15:32:56 +02:00
NotificationFetcher.kt Show notifications from workers (#3760) 2023-06-29 18:37:27 +02:00
NotificationHelper.java Show notifications from workers (#3760) 2023-06-29 18:37:27 +02:00
NotificationsFragment.kt Add a menu option to load the newest notifications (#3708) 2023-06-11 20:04: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 Notification tab cleanups (#3692) 2023-06-11 16:23:52 +02:00
NotificationsPagingSource.kt Notification tab cleanups (#3692) 2023-06-11 16:23:52 +02:00
NotificationsRepository.kt Set initialLoadSize = pageSize (#3598) 2023-04-29 19:34:29 +02:00
NotificationsViewModel.kt Add a menu option to load the newest notifications (#3708) 2023-06-11 20:04:49 +02:00
PushNotificationHelper.kt Only fetch and display a given notification once (#3626) 2023-05-13 16:00:28 +02: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