Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky
Zongle Wang 1acae50845
Convert some sealed classes to interfaces (#4347)
There is no non-abstract field in them, we can just fall back to
interfaces.
2024-03-29 20:11:53 +01:00
..
adapter Machine translation of posts (#4307) 2024-03-09 16:12:18 +01:00
appstore Don't use mutable shared flows in UI (#4346) 2024-03-29 20:02:12 +01:00
components Convert some sealed classes to interfaces (#4347) 2024-03-29 20:11:53 +01:00
db Migrate LiveData to Flow (#4337) 2024-03-27 11:34:17 +01:00
di Move ExoPlayer initialization to a Dagger module and optimize its dependencies (#4296) 2024-03-09 11:04:04 +01:00
entity Machine translation of posts (#4307) 2024-03-09 16:12:18 +01:00
fragment Machine translation of posts (#4307) 2024-03-09 16:12:18 +01:00
interfaces Machine translation of posts (#4307) 2024-03-09 16:12:18 +01:00
json upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
network Retrofit 2.10.0 (#4330) 2024-03-19 08:32:14 +01:00
pager upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
receiver Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
service change SendStatusService type to shortService (#4292) 2024-02-29 12:21:15 +01:00
settings Fix some warnings & recreate lint-baseline.xml (#4278) 2024-02-25 16:20:26 +01:00
usecase Retrofit 2.10.0 (#4330) 2024-03-19 08:32:14 +01:00
util Convert some sealed classes to interfaces (#4347) 2024-03-29 20:11:53 +01:00
view full sdk 34 support (#4224) 2024-02-23 10:27:19 +01:00
viewdata Convert some sealed classes to interfaces (#4347) 2024-03-29 20:11:53 +01:00
viewmodel Convert some sealed classes to interfaces (#4347) 2024-03-29 20:11:53 +01:00
worker upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
AboutActivity.kt Machine translation of posts (#4307) 2024-03-09 16:12:18 +01:00
AccountsInListFragment.kt upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
BaseActivity.java improve MainActivity / LoginActivity transitions (#4301) 2024-03-09 11:04:29 +01:00
BottomSheetActivity.kt Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
EditProfileActivity.kt Migrate LiveData to Flow (#4337) 2024-03-27 11:34:17 +01:00
LicenseActivity.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
ListsActivity.kt full sdk 34 support (#4224) 2024-02-23 10:27:19 +01:00
MainActivity.kt improve MainActivity / LoginActivity transitions (#4301) 2024-03-09 11:04:29 +01:00
SplashActivity.kt remove legacy notification channel cleanup (#2550) 2022-05-25 20:54:25 +02:00
StatusListActivity.kt full sdk 34 support (#4224) 2024-02-23 10:27:19 +01:00
TabData.kt upgrade ktlint plugin to 12.0.3 (#4169) 2024-01-04 17:00:55 +01:00
TabPreferenceActivity.kt fix check that ensures only one bookmark tab is added (#4217) 2024-01-28 19:07:17 +01:00
TuskyApplication.kt Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00
ViewMediaActivity.kt Replace RxJava3 code with coroutines (#4290) 2024-02-29 15:28:48 +01:00