Yuito-app-android/app/src/main/java/com/keylesspalace/tusky/db
Levi Bard 0126ee9500
Language selection fixes (#2917)
* Fix duplicated language entries from system and app language sets.
Closes #2900

* Prefer modern language codes.
Closes #2903

* Synchronize per-account default posting language with server.
Closes #2902

* Allow users to post in languages android doesn't know about yet (e.g. toki pona)

* Always put the preselected language at the top of the list
2022-11-24 15:45:19 +01:00
..
AccountDao.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
AccountEntity.kt Language selection fixes (#2917) 2022-11-24 15:45:19 +01:00
AccountManager.kt Language selection fixes (#2917) 2022-11-24 15:45:19 +01:00
AppDatabase.java Language selection fixes (#2917) 2022-11-24 15:45:19 +01:00
ConversationsDao.kt Fix conversations (#2556) 2022-05-30 19:06:14 +02:00
Converters.kt move Html parsing to ViewData (#2414) 2022-04-15 13:20:27 +02:00
DraftDao.kt add ktlint plugin to project and apply default code style (#2209) 2021-06-28 21:13:24 +02:00
DraftEntity.kt Add UI for image-attachment "focus" (#2620) 2022-09-21 20:28:06 +02:00
InstanceDao.kt fix caching of instance defaults and emojis (#2643) 2022-08-07 22:18:53 +02:00
InstanceEntity.kt Handle even more instance defaults (#2612) 2022-07-26 20:24:50 +02:00
TimelineDao.kt Request status language in getStatuses() (#2710) 2022-09-26 11:06:44 +02:00
TimelineStatusEntity.kt Add language dropdown to compose view (#2651) 2022-08-31 18:53:57 +02:00