Remove old keyboard parser (#344)

* remove stuff that is not used any more after parser removal
* fix some small warnings
This commit is contained in:
Helium314 2023-12-21 15:02:18 +01:00 committed by GitHub
parent 00dcbf2c62
commit c943082f98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
572 changed files with 208 additions and 30476 deletions

View file

@ -412,24 +412,14 @@
positive is to right. The value is in proportion of the width of
{@link org.dslul.openboard.inputmethod.latin.utils.TypefaceUtils#KEY_LABEL_REFERENCE_CHAR}. -->
<attr name="keyHintLabelOffCenterRatio" format="fraction" />
<!-- Color to use for the label in a key. -->
<attr name="keyTextColor" format="color" />
<attr name="keyTextShadowColor" format="color" />
<!-- Color to use for the label in a key when in inactivated state. -->
<attr name="keyTextInactivatedColor" format="color" />
<!-- Color to use for the label in a key that has followFunctionalTextColor keyLabelFlags. -->
<attr name="functionalTextColor" format="color" />
<!-- Key hint letter (= one character hint label) color -->
<attr name="keyHintLetterColor" format="color" />
<!-- Key hint label color -->
<attr name="keyHintLabelColor" format="color" />
<!-- Shifted letter hint colors -->
<attr name="keyShiftedLetterHintInactivatedColor" format="color" />
<attr name="keyShiftedLetterHintActivatedColor" format="color" />
<!-- Key preview visual parameters -->
<!-- The text color for key press feedback. -->
<attr name="keyPreviewTextColor" format="color" />
<!-- Size of the text for key press feedback popup, in the proportion of key height. -->
<attr name="keyPreviewTextRatio" format="fraction" />
</declare-styleable>
@ -571,33 +561,6 @@
<attr name="allowRedundantMoreKeys" format="boolean" />
</declare-styleable>
<declare-styleable name="KeyboardLayoutSet_Feature">
<!-- This should be aligned with
{@link org.dslul.openboard.inputmethod.latin.utils.ScriptUtils#SCRIPT_ARABIC} etc. -->
<attr name="supportedScript" format="enum">
<enum name="arabic" value="0" />
<enum name="armenian" value="1" />
<enum name="bengali" value="2" />
<enum name="cyrillic" value="3" />
<enum name="devanagari" value="4" />
<enum name="georgian" value="5" />
<enum name="greek" value="6" />
<enum name="hebrew" value="7" />
<enum name="kannada" value="8" />
<enum name="khmer" value="9" />
<enum name="lao" value="10" />
<enum name="latin" value="11" />
<enum name="malayalam" value="12" />
<!-- Myanmar is disabled. <enum name="myanmar" value="13" /> -->
<enum name="sinhala" value="14" />
<enum name="tamil" value="15" />
<enum name="telugu" value="16" />
<enum name="thai" value="17" />
<enum name="bulgarian" value="18" />
<enum name="hangul" value="19" />
</attr>
</declare-styleable>
<declare-styleable name="SeekBarDialogPreference">
<attr name="maxValue" format="integer" />
<attr name="minValue" format="integer" />