| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-29 | Cobalt & Pine theme (#1084) | wei lang | 3 | -0/+67 | |
| 2025-09-29 | Make history duration configurable (#1074) | Matej Drobnič | 2 | -0/+18 | |
| 2025-09-03 | Python script encoding fix (#1093) | Autissima | 1 | -1/+1 | |
| * Changed Python scripts so they work on my machine file open() used default encoding (cp1252 on my machine) but the text is utf-8, had to specify encoding in check_layout.py | |||||
| 2025-08-24 | add Everforest Light theme (#1080) | Animesh | 3 | -0/+18 | |
| 2025-08-17 | Slider sensitivity option and improve slider ergonimics (#1070) | Jules Aguillon | 2 | -0/+14 | |
| * Add option 'Space bar slider sensitivity' * Fix slider moving the cursor twice at the beginning The slider was generating two events when first activated. Since 2bed42857. * Make slider less sensitive for the first step This moves the second slider step approximately 40% further and takes the new sensitivity option into account. Allows moving the cursor by one spot more easily. | |||||
| 2025-07-02 | Add a missing comma in /res/values/strings.xml (#1026) | Joey Schaff | 1 | -1/+1 | |
| 2025-07-01 | feat: added јcuken leyout for all slavic language (#992) | Mal Bajun | 1 | -0/+3 | |
| Co-authored-by: Pavel «Mal Bajun» Skrylev <majioa@yandex.ru> | |||||
| 2025-07-01 | Fix extra bottom margin when navbar buttons absent (#1024) | Jules Aguillon | 1 | -3/+0 | |
| * Fix extra bottom margin when navbar buttons absent Fix the extra space that was appearing when the gesture-navigation bar didn't contain the "switch IME" or "close IME" buttons. This was found on OneUI 7 with the two "keyboard key" related options turned off. * Remove unneeded nav bar detection and width computation | |||||
| 2025-06-29 | Add option to also disable number entry layout (#1007) | Matej Drobnič | 2 | -2/+14 | |
| 2025-06-19 | Added Macedonian language layout (#1016) | David | 1 | -0/+3 | |
| 2025-05-25 | Add icelandic layout (#999) | tenextractor | 1 | -0/+3 | |
| 2025-05-22 | Better support for foldable devices (#982) | Matej Drobnič | 1 | -0/+2 | |
| * Add AndroidX WindowManager unfortunately, this seems to be the only way to get fold state, native Android APIs are internal. To add this, we need to update some dependencies, raise java version and raise compile SDK. * adds separate layouts and separate layout settings for folded and unfolded state of the device. The affected settings are: + the margin bottom settings + the horizontal margin settings + the keyboard height settings * Update shell.nix | |||||
| 2025-04-20 | Sinhala phonetic layout (#965) | Anton Karmanov | 1 | -0/+3 | |
| 2025-04-14 | strings: Improve "remove clipboard item" prompt | Jules Aguillon | 1 | -1/+1 | |
| 2025-04-14 | strings: Shorter name for the settings activity | Jules Aguillon | 1 | -1/+0 | |
| 2025-04-14 | Remove the Share key from preferences | Jules Aguillon | 1 | -1/+0 | |
| 2025-03-27 | Remove symbols from the number row by default (#964) | Jules Aguillon | 2 | -0/+13 | |
| The number row option is changed into a ListPreference and controls whether the number row contains symbols or not. Co-authored-by: Joey Schaff <j@jaoh.xyz> | |||||
| 2025-03-16 | Better material themes (#904) | 0skar2 | 1 | -13/+13 | |
| 2025-03-16 | Pull changes from Weblate | Jules Aguillon | 1 | -6/+1 | |
| 2025-03-08 | Change indentation of strings.xml files to match Weblate | Jules Aguillon | 1 | -130/+130 | |
| This runs sync_translations.py, which also remove uneeded comments. | |||||
| 2025-03-01 | prefs: Add 'delete_word' and 'forward_delete_word' to extra keys | Jules Aguillon | 1 | -0/+3 | |
| The gesture combination is mentioned. Preferred position are added. | |||||
| 2025-02-28 | APL and BQN layouts (#899) | dzaima | 1 | -0/+6 | |
| * Add compact BQN layout * Add compact APL layout | |||||
| 2025-02-27 | Show a message in voice input chooser when empty | Jules Aguillon | 1 | -0/+1 | |
| This avoids creating an empty dialog that appears as a mysterious white rectangle. | |||||
| 2025-02-15 | prefs: Add key description for dead keys | Jules Aguillon | 1 | -0/+1 | |
| 2025-01-25 | Maltese layout (#825) | tenextractor | 1 | -0/+3 | |
| 2025-01-25 | Add Mongolian layout (#882) | David Holdeman | 1 | -0/+3 | |
| 2025-01-18 | Azerbaijani layout (#827) | tenextractor | 1 | -0/+3 | |
| 2025-01-02 | Add zwj, zwnj, nbsp, nnbsp to extra keys preferences | Jules Aguillon | 1 | -0/+4 | |
| 2025-01-02 | Lithuanian QWERTY layout (#824) | tenextractor | 1 | -0/+3 | |
| 2024-12-31 | Update kann_kannada.xml (#858) | srikanban | 1 | -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-29 | Uzbek layout (#828) | tenextractor | 1 | -0/+3 | |
| 2024-12-26 | Proper support for Android 15 edge-to-edge (#848) | Jules Aguillon | 2 | -1/+10 | |
| 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-21 | Estonian layout (#826) | tenextractor | 1 | -0/+3 | |
| 2024-12-20 | Make Monet (Dark) theme darker (#803) | Jules Aguillon | 1 | -6/+6 | |
| 2024-12-19 | Hindi Phonetic Keyboard Layout addition (#837) | npnpatidar | 1 | -0/+3 | |
| 2024-12-19 | Added tamil layout (#833) | Jagadeeshan S | 1 | -0/+3 | |
| Signed-off-by: Jagadeeshan S <jagadeeshan.s@addverb.com> | |||||
| 2024-12-17 | Add the WORKMAN (US) layout | Jules Aguillon | 1 | -0/+3 | |
| Co-authored-by: goyalyashpal <yashpalgoyal1304@gmail.com> | |||||
| 2024-12-15 | launcher: Show output of animated gesture | Jules Aguillon | 1 | -3/+19 | |
| 2024-12-14 | Welsh layout (#816) | tenextractor | 1 | -0/+3 | |
| 2024-12-07 | Add support for Kannada | Jules Aguillon | 1 | -0/+3 | |
| Add language support for Kannada, including a layout and numerals. | |||||
| 2024-12-07 | Kazakh Cyrillic and Latin layouts (#819) | tenextractor | 1 | -0/+6 | |
| 2024-12-07 | Hawaiian layout (#817) | tenextractor | 1 | -0/+3 | |
| 2024-12-07 | Irish layout (#818) | tenextractor | 1 | -0/+3 | |
| 2024-12-05 | Czech diacritic QWERTZ layout (#814) | tenextractor | 1 | -0/+3 | |
| 2024-12-05 | Albanian QWERTZ layout (#813) | tenextractor | 1 | -0/+3 | |
| 2024-12-05 | Add Georgian layouts (#809) | Kxeo | 1 | -0/+6 | |
| 2024-12-04 | Add Belgian layout (#780) | PtitGNU | 1 | -0/+3 | |
| 2024-12-04 | Update comment in res/values/layouts.xml | Jules Aguillon | 1 | -1/+1 | |
| 2024-11-24 | New and Improved Kurdish layouts (#773) | Anastázius Kaejatídarján | 1 | -1/+4 | |
| * improved symmetry and incorrect chars * new persian-based keyboard for kurdish | |||||
| 2024-11-18 | launcher: Animated vector describing swipe gesture | Jules Aguillon | 1 | -0/+7 | |
| 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. | |||||
