Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky
Christophe Beyls 0053d676db
Disable SplashScreen compat implementation on API 31+ (#4447)
API 31+ devices don't need to install the compat SplashScreen because
they have their own native splash screen implementation. Furthermore, we
don't need to customize the splash screen so there is no need to call
the library.

On API 31+, the SplashScreen compat library registers some kind of
listener which causes display bugs with the Tusky theme on some Android
versions. Disabling the library on API 31+ solves this issue.

Fixes #4446.
2024-05-15 18:44:43 +02:00
..
adapter Load all vector drawables with AppCompat for consistency (#4411) 2024-05-13 19:11:49 +02:00
appstore Refactor notifications to Kotlin & paging (#4026) 2024-05-03 18:27:10 +02:00
components Load all vector drawables with AppCompat for consistency (#4411) 2024-05-13 19:11:49 +02:00
db Fix various lint warnings (#4409) 2024-05-05 08:34:41 +02:00
di Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
entity make Status.filtered nullable to make some weird api implementations work again (#4426) 2024-05-10 12:21:48 +02:00
fragment Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
interfaces Refactor permissions requests to use ActivityResultContract (#4391) 2024-05-03 21:42:35 +02:00
json Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00
network make Status.filtered nullable to make some weird api implementations work again (#4426) 2024-05-10 12:21:48 +02:00
pager upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
receiver Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
service Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
settings Add a feature and preference to confirm follows. (#4445) 2024-05-13 19:02:21 +02:00
usecase Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
util Load shortcut image as Drawable instead of Bitmap (#4444) 2024-05-13 19:19:00 +02:00
view Fix various lint warnings (#4409) 2024-05-05 08:34:41 +02:00
viewdata Refactor notifications to Kotlin & paging (#4026) 2024-05-03 18:27:10 +02:00
viewmodel Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
worker Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
AboutActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
AccountsInListFragment.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
BaseActivity.java Update splash screen to properly use the Androidx SplashScreen library (#4413) 2024-05-12 11:31:47 +02:00
BottomSheetActivity.kt Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
EditProfileActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
LicenseActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
ListsActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
MainActivity.kt Disable SplashScreen compat implementation on API 31+ (#4447) 2024-05-15 18:44:43 +02:00
StatusListActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
TabData.kt Refactor notifications to Kotlin & paging (#4026) 2024-05-03 18:27:10 +02:00
TabPreferenceActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
TuskyApplication.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00
ViewMediaActivity.kt Replace Dagger-Android with Hilt and remove Kapt (#4423) 2024-05-10 15:55:07 +02:00