abouttreesummaryrefslogcommitdiff
path: root/res
AgeCommit message (Collapse)AuthorFilesLines
2025-01-02Add zwj, zwnj, nbsp, nnbsp to extra keys preferencesJules Aguillon18-0/+72
2025-01-02Lithuanian QWERTY layout (#824)tenextractor2-1/+4
2024-12-31Update kann_kannada.xml (#858)srikanban1-1/+1
* Update kann_kannada.xml Added zwnj & zwj 1. zwnj used for writing non Kannada words or names like Leo Tolstoy as ಲಿಯೊ ಟಾಲ್‌ಸ್ಟಾಯ್ (also can be written as ಲಿಯೊ ಟಾಲ್ಸ್ಟಾಯ್) 2. zwj used for writing ಅರ್ಕ as ಅರ‍್ಕ Removed unecessary symbols not present in Kannada language: 1. ∪ is a set symbol, a similar symbol is used in Carnatic music, unfortunately not present in Unicode 2. ॰ used only in Devanagari 3. • bullet, not a character or alphabet in Kannada (Can't remember why I added it, maybe because I use it personally in non markdown texts) * Update kann_kannada.xml Cleaning up more 1. Removed ※, not found in other kannada keyboards 2. Moved `:` & `;` on the key so that its easier to swipe
2024-12-29Update Shift mappings for math symbolsJules Aguillon1-1/+1
Shift is the "not" version of some math operators. ∋ is added to the math layout.
2024-12-29Uzbek layout (#828)tenextractor2-0/+4
2024-12-26Add Estonian to method.xmlJules Aguillon1-0/+1
2024-12-26Proper support for Android 15 edge-to-edge (#848)Jules Aguillon3-2/+11
The keyboard background now extends under the system bars and display cutout on Android 15 but the keys do not. The back and IME switching buttons that appear in the navigation bar require special care to not overlap with the keyboard. The launcher and settings activity are also fixed.
2024-12-21Estonian layout (#826)tenextractor1-0/+3
2024-12-20Make Monet (Dark) theme darker (#803)Jules Aguillon1-6/+6
2024-12-19Hindi Phonetic Keyboard Layout addition (#837)npnpatidar1-0/+3
2024-12-19Update pt-br translation (#839)marciozomb131-22/+22
2024-12-19Added tamil layout (#833)Jagadeeshan S2-0/+4
Signed-off-by: Jagadeeshan S <jagadeeshan.s@addverb.com>
2024-12-17Add the WORKMAN (US) layoutJules Aguillon1-0/+3
Co-authored-by: goyalyashpal <yashpalgoyal1304@gmail.com>
2024-12-15launcher: Show output of animated gestureJules Aguillon2-6/+31
2024-12-15launcher: Circle gesture animationJules Aguillon2-0/+39
2024-12-14launcher: Round-trip gesture animationJules Aguillon3-0/+59
2024-12-14Welsh layout (#816)tenextractor2-0/+4
2024-12-07Add support for de-BE, en-IN, fr-BE, ga, haw, ka-GE, kk, sqJules Aguillon1-2/+13
2024-12-07Add support for KannadaJules Aguillon2-0/+4
Add language support for Kannada, including a layout and numerals.
2024-12-07Kazakh Cyrillic and Latin layouts (#819)tenextractor1-0/+6
2024-12-07Hawaiian layout (#817)tenextractor1-0/+3
2024-12-07Irish layout (#818)tenextractor1-0/+3
2024-12-05method.xml: Move en-US to the top of the listJules Aguillon1-1/+1
The first language of the list can be used as the default.
2024-12-05Czech diacritic QWERTZ layout (#814)tenextractor1-0/+3
2024-12-05Albanian QWERTZ layout (#813)tenextractor1-0/+3
2024-12-05Add Georgian layouts (#809)Kxeo1-0/+6
2024-12-04Add Belgian layout (#780)PtitGNU1-0/+3
2024-12-04Update comment in res/values/layouts.xmlJules Aguillon1-1/+1
2024-11-24New and Improved Kurdish layouts (#773)Anastázius Kaejatídarján1-1/+4
* improved symmetry and incorrect chars * new persian-based keyboard for kurdish
2024-11-18launcher: Animated vector describing swipe gestureJules Aguillon5-1/+58
Replace the short video with an animated vector image that shows the swipe gesture. This is much lighter and reliable than the mp4 video, which failed to play on many devices. Source for the image of the key is in inkscape SVG format in srcs/res and is converted to an android drawable when needed. The swipe animation is hand-written.
2024-11-17method.xml: Add AustraliaJules Aguillon1-0/+1
2024-10-26Rosé Pine Theme (#788)Kalan Walmsley20-0/+39
2024-10-19Update Russian translation (#784)solokot1-1/+1
2024-10-05Slavonictajiki (#776)Anastázius Kaejatídarján1-0/+6
new layouts for old slavonic and tajik languages
2024-10-05Update Ukrainian translation (#781)Sergiy Stupar1-1/+1
2024-10-04Add combining diacritics keysJules Aguillon18-0/+18
Co-authored-by: Anastazius Kaejatidarjan <zdarian@asu.edu>
2024-09-21Increase default label size (#747)bokidori1-1/+1
Change default label size to 1.15
2024-09-14Add Serbian to method.xmlJules Aguillon1-0/+1
2024-09-08Add Japanese translation and layout (#743)cknight8283-0/+132
2024-08-24Update Korean translations (#737)IYO-OYI1-93/+93
2024-07-25Add Serbian Latin QWERTY layout (#720)bokidori1-0/+3
Adds Serbian Latin QWERTY layout. Serbian language uses both Latin and Cyrillic as its official scripts, and this variant should cover anyone from Serbo-Croatian speaking group that uses Latin script.
2024-07-25Add Serbian Cyrillic layout (#718)bokidori1-0/+3
Adds Serbian Cyrillic layout. Modmap of Fn key allows for desktop-like easier access to actions such as selectAll, copy, paste, etc. This is because, unlike desktop systems, on mobile ctrl does not combine with cyrillic keys to perform actions.
2024-07-20method.xml: Remove overridesImplicitlyEnabledSubtypeJules Aguillon1-1/+1
This was hoped to fix a random layouts to be shown by default to users of unsupported languages. This breaks language switching using the system dialog.
2024-07-14Update Russian translation (#702)solokot1-8/+8
2024-07-14Fix unintended layout used for unsupported languagesJules Aguillon1-1/+1
The arabic layout was used as the default on devices where all the installed languages are not supported by the keyboard. This is not intended. This is probably caused by 'getCurrentInputMethodSubtype' returning the first layout in the list of disabled subtypes in alphabetical or language tag order. Re-ordering the subtypes in method.xml had no effect. Setting 'overridesImplicitlyEnabledSubtype' in method.xml has no measured effect.
2024-07-13Update Turkish Translations (#699)Mehmet Ali1-20/+20
2024-07-09Add missing Latvian translations (#698)Edgars1-15/+15
2024-07-08Update Spanish translations (#695)Spike1-15/+15
2024-07-07Update Polish translation (#691)Chasm Solacer1-16/+16
2024-07-07Update Ukrainian translation (#692)Sergiy Stupar1-8/+8