Yuito-app-android/app/src/main/java/com/keylesspalace/tusky
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
..
adapter Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
appstore Remove Rx from EventHub and TimelineCases (#3446) 2023-03-18 10:11:47 +01:00
components Show notifications from workers (#3760) 2023-06-29 18:37:27 +02:00
db Make sure the active account is always correctly saved to database (#3720) 2023-06-11 20:24:26 +02:00
di Make AccountPreferenceDataStore injectable (#3653) 2023-06-11 15:34:58 +02:00
entity Refactor "trending hashtags" code (#3595) 2023-06-10 19:47:07 +02:00
fragment Replace deprecated getParcelable* methods with compat versions (#3633) 2023-06-11 12:58:55 +02:00
interfaces Support the mastodon 4 filter api (#3188) 2023-03-11 13:12:50 +01:00
json update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
network Refactor "trending hashtags" code (#3595) 2023-06-10 19:47:07 +02:00
pager Keep the tabs adapter over the life of the viewpager (#3255) 2023-02-15 19:17:59 +01:00
receiver Move cache pruning to a WorkManager worker (#3649) 2023-06-11 13:17:30 +02:00
service Replace deprecated getParcelable* methods with compat versions (#3633) 2023-06-11 12:58:55 +02:00
settings Provide a preference to scale all UI text (#3248) 2023-06-29 18:34:56 +02:00
usecase Remove Rx from EventHub and TimelineCases (#3446) 2023-03-18 10:11:47 +01:00
util Simplify repeated code that shows errors (#3762) 2023-06-19 23:49:20 +02:00
view Provide a preference to scale all UI text (#3248) 2023-06-29 18:34:56 +02:00
viewdata Refactor "trending hashtags" code (#3595) 2023-06-10 19:47:07 +02:00
viewmodel update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
worker Show notifications from workers (#3760) 2023-06-29 18:37:27 +02:00
AboutActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
AccountsInListFragment.kt Simplify repeated code that shows errors (#3762) 2023-06-19 23:49:20 +02:00
BaseActivity.java Provide a preference to scale all UI text (#3248) 2023-06-29 18:34:56 +02:00
BottomSheetActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
EditProfileActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
LicenseActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
ListsActivity.kt 3430: Make list refresh/retry consistent (#3474) 2023-03-30 19:29:42 +02:00
MainActivity.kt Use the tab's contentDescription as the toolbar title (#3609) 2023-05-04 13:19:44 +02:00
SplashActivity.kt remove legacy notification channel cleanup (#2550) 2022-05-25 20:54:25 +02:00
StatusListActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
TabData.kt Convert NotificationsFragment and related code to Kotlin, use the Paging library (#3159) 2023-03-10 20:12:33 +01:00
TabPreferenceActivity.kt Adjust list UX for platform consistency (#3142) 2023-06-29 18:36:19 +02:00
TuskyApplication.kt Show notifications from workers (#3760) 2023-06-29 18:37:27 +02:00
ViewMediaActivity.kt Replace deprecated getParcelable* methods with compat versions (#3633) 2023-06-11 12:58:55 +02:00