* 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.5 KiB
XML
19 lines
No EOL
1.5 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="1.2053334"
|
|
android:translateY="0.96">
|
|
<group android:translateY="133.59375">
|
|
<path android:pathData="M27.84375,-39L27.84375,-0L10.765625,-0L10.765625,-103L50,-103Q66.9375,-103,76.53125,-94.1875Q86.140625,-85.375,86.140625,-70.984375Q86.140625,-56.46875,76.53125,-47.734375Q66.9375,-39,50,-39L27.84375,-39ZM27.84375,-52.796875L50,-52.796875Q59.484375,-52.796875,64.265625,-57.890625Q69.046875,-62.984375,69.046875,-70.84375Q69.046875,-78.71875,64.265625,-83.953125Q59.484375,-89.1875,50,-89.1875L27.84375,-89.1875L27.84375,-52.796875Z"
|
|
android:fillColor="#000000"/>
|
|
<path android:pathData="M126.25,-30.640625L127.9375,-23L128.35938,-23L145.01562,-76.5L163.71875,-76.5L132.21875,11.671875Q129.20312,19.671875,123.71875,25.328125Q118.234375,31,108.171875,31Q106.0625,31,103.640625,30.5625Q101.21875,30.140625,98.96875,29.578125L100.859375,16.265625Q101.78125,16.34375,103.46875,16.484375Q105.15625,16.625,106,16.625Q110.640625,16.625,113.40625,13.4375Q116.1875,10.25,117.953125,6.078125L120.765625,-0.859375L93.125,-76.5L111.765625,-76.5L126.25,-30.640625Z"
|
|
android:fillColor="#000000"/>
|
|
</group>
|
|
</group>
|
|
</vector> |