mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-27 04:07:10 +00:00
Switch to new language settings (#89)
* add language settings * move to settings instead of language selection at end of setup wizard * allow storing enabled subtypes in preferences * make language selection and input method picker work with new system * deal with weird issue of getSystemLocales returning inconsistent locales * add details text to language settings * make usused settings inaccessible * better deal with "zz" subtypes, move hungarian (qwerty) from method.xml so a separate aditional subtype * scrape some strings+translations from android system + latinime * rename strings, add comment for unused string
This commit is contained in:
parent
e0c054ce09
commit
f32395366d
129 changed files with 1816 additions and 207 deletions
|
@ -443,13 +443,6 @@
|
|||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="true"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
||||
android:label="@string/subtype_hu_ZZ"
|
||||
android:imeSubtypeLocale="hu_ZZ"
|
||||
android:imeSubtypeMode="keyboard"
|
||||
android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection,EmojiCapable"
|
||||
android:isAsciiCapable="true"
|
||||
/>
|
||||
<subtype android:icon="@drawable/ic_ime_switcher_dark"
|
||||
android:label="@string/subtype_generic"
|
||||
android:subtypeId="0xe39ac3ca"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue