Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/entity
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
..
AccessToken.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
Account.kt Issue 2477: Show account's creation date in Profile. (#2480) 2022-05-17 19:49:42 +02:00
Announcement.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
AppCredentials.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
Attachment.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
Card.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
Conversation.kt Fix status diffing and improve timeline performance (#2386) 2022-03-15 21:34:57 +01:00
DeletedStatus.kt Add language dropdown to compose view (#2651) 2022-08-31 18:53:57 +02:00
Emoji.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
Filter.kt Respect filter expiration date when applying filters (#2661) 2022-08-15 11:01:04 +02:00
HashTag.kt Add support for following hashtags (#2642) 2022-08-07 19:09:26 +02:00
Instance.kt support Pleroma upload_limit configuration (#2646) 2022-08-07 19:14:42 +02:00
Marker.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
MastoList.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
MediaUploadResult.kt use POST api/v2/media to upload media (#2327) 2022-02-25 18:57:18 +01:00
NewStatus.kt Add language dropdown to compose view (#2651) 2022-08-31 18:53:57 +02:00
Notification.kt Add support for post edit notifications (#2431) 2022-04-19 11:10:13 +02:00
NotificationSubscribeResult.kt Push notifications support via UnifiedPush (#2303) 2022-05-17 19:32:09 +02:00
Poll.kt Highlight your own votes when displaying poll results (#2242) 2021-09-17 22:12:17 +02:00
Relationship.kt use custom JsonAdapter to be compatible with instances that have a custom subscribing feature (#2298) 2022-01-21 07:34:26 +01:00
ScheduledStatus.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
SearchResult.kt Fix status diffing and improve timeline performance (#2386) 2022-03-15 21:34:57 +01:00
Status.kt Add language dropdown to compose view (#2651) 2022-08-31 18:53:57 +02:00
StatusContext.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
StatusParams.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
TimelineAccount.kt Fix status diffing and improve timeline performance (#2386) 2022-03-15 21:34:57 +01:00