* totally refactored the Languages, the Database and the IME module. New and more clear folder/package structure * CharMap and LangHelper are no more * removed many unused icons, translations and other resources * deleted the old keymap samples * Update user-manual.md * Preferences are stored in Preferences, not in the database. * removed some unclear and unused settings from the Preferences screen and the code. * fixed issues with displaying the UI * removed all non-English words and words with foreign spelling from the English dictionary * 0 now works as it should in all modes. * a more clear newline character in suggestions view * last used input mode is now preserved and restored the next time * removed the smiley and symbol dialogs * capsMode -> textCase * language names are no longer translated * updated build instructions * better use of threads for DB operations * current text candidate is as long as the sequence, to make it more intuitive * single characters are added to the end of the suggestion, when there are no more in the database * Added ѝ to Bulgarian character map * disabled adding words in a user-friendly manner * when adding a new word is not possible, a toast message appears, for better user experience * an error is logged when there are duplicate language IDs * settings -> settings_legacy * custom Logger class for easier debugging and no logcat flood in the Release version * removed unnecessary single letters and invalid words from the dictionaries * more translations cleanup; also corrected some weird translations * upgraded gradle
19 lines
No EOL
1.1 KiB
XML
19 lines
No EOL
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="#FFFFFF">
|
|
<group android:scaleX="0.13084444"
|
|
android:scaleY="0.13084444"
|
|
android:translateX="6.112"
|
|
android:translateY="0.96">
|
|
<group android:translateY="133.59375">
|
|
<path android:pathData="M29.25,-0L12.171875,-0L12.171875,-103.0625L29.25,-103.0625L29.25,-0Z"
|
|
android:fillColor="#000000"/>
|
|
<path android:pathData="M71.875,-95.5L71.875,-77L85.515625,-77L85.515625,-64.265625L71.875,-64.265625L71.875,-21.984375Q71.875,-17.265625,73.90625,-15.234375Q75.953125,-13.21875,79.328125,-13.21875Q80.734375,-13.21875,82.0625,-13.46875Q83.40625,-13.71875,84.59375,-14.140625L86.421875,-1.546875Q84.25,-0.34375,81.25,0.328125Q78.265625,1,75.03125,1Q65.609375,1,60.234375,-4.546875Q54.859375,-10.09375,54.859375,-21.984375L54.859375,-64.265625L43.25,-64.265625L43.25,-77L54.859375,-77L54.859375,-95.5L71.875,-95.5Z"
|
|
android:fillColor="#000000"/>
|
|
</group>
|
|
</group>
|
|
</vector> |