Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/components/compose
Konrad Pozniak dc9e9f2aeb
Improve account switching intents (#3732)
Before, intent creation was scattered across multiple sites, with account switching logic in both `ComposeActivity` and `MainActivity`.

Now, intents are only created in `MainActivity` Companion, and account switching only occurs in `MainActivity`

Fixes #3695
2023-08-19 12:31:47 +02:00
..
dialog Kotlin 1.9.0 (#3835) 2023-08-02 09:04:24 +02:00
view Correct the calculations for choosing the earliest day to show in the calendar / selected day (#3923) 2023-08-07 19:30:08 +02:00
ComposeActivity.kt Improve account switching intents (#3732) 2023-08-19 12:31:47 +02:00
ComposeAutoCompleteAdapter.kt modernize autocomplete (#2510) 2022-05-17 19:55:37 +02:00
ComposeTokenizer.kt update Kotlin to 1.7.10 and fix some (new?) warnings (#2647) 2022-08-07 19:36:09 +02:00
ComposeViewModel.kt Kotlin 1.9.0 (#3835) 2023-08-02 09:04:24 +02:00
ImageDownsizer.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
MediaPreviewAdapter.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00
MediaUploader.kt update ktlint plugin to 11.3.1, format code (#3442) 2023-03-13 13:16:39 +01:00