Tusky-App-Android/app/src/main/java/com/keylesspalace/tusky/components/conversation
Levi Bard 0041acf2d4
Add language dropdown to compose view (#2651)
* Add UI for selecting post language

* Apply selected language when sending status

* Save/restore post language with drafts

* Fall back to english if the configured language isn't found in the locale list (no-NB)

* Remove comment about no_NB

* Move language dropdown to top of compose view

* Preserve language when redrafting

* Set default language to target post's language when replying

* Add Tusky license header to new source file

* Tweak language dropdown button width
2022-08-31 18:53:57 +02:00
..
ConversationAdapter.kt Fix conversations (#2556) 2022-05-30 19:06:14 +02:00
ConversationEntity.kt Add language dropdown to compose view (#2651) 2022-08-31 18:53:57 +02:00
ConversationLoadStateAdapter.kt Fix conversations (#2556) 2022-05-30 19:06:14 +02:00
ConversationViewData.kt Add language dropdown to compose view (#2651) 2022-08-31 18:53:57 +02:00
ConversationViewHolder.java Fix conversations (#2556) 2022-05-30 19:06:14 +02:00
ConversationsFragment.kt Fix conversations (#2556) 2022-05-30 19:06:14 +02:00
ConversationsRemoteMediator.kt Fix conversations (#2556) 2022-05-30 19:06:14 +02:00
ConversationsViewModel.kt improve logout (#2579) 2022-06-20 16:45:54 +02:00