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
This commit is contained in:
parent
4f81636bbe
commit
0126ee9500
11 changed files with 1043 additions and 18 deletions
|
|
@ -66,7 +66,7 @@ class AppModule {
|
|||
AppDatabase.MIGRATION_32_33, AppDatabase.MIGRATION_33_34, AppDatabase.MIGRATION_34_35,
|
||||
AppDatabase.MIGRATION_35_36, AppDatabase.MIGRATION_36_37, AppDatabase.MIGRATION_37_38,
|
||||
AppDatabase.MIGRATION_38_39, AppDatabase.MIGRATION_39_40, AppDatabase.MIGRATION_40_41,
|
||||
AppDatabase.MIGRATION_41_42,
|
||||
AppDatabase.MIGRATION_41_42, AppDatabase.MIGRATION_42_43,
|
||||
)
|
||||
.build()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue