abouttreesummaryrefslogcommitdiff
path: root/srcs
AgeCommit message (Collapse)AuthorFilesLines
2025-01-02Add zwj, zwnj, nbsp, nnbsp to extra keys preferencesJules Aguillon1-0/+8
2025-01-02Lithuanian QWERTY layout (#824)tenextractor1-0/+40
2024-12-31Don't double tap for capslock after automatic capitalisationJules Aguillon1-1/+2
Allow to more easily disable automatic capitalisation when it's unwanted.
2024-12-31Refactor: Simplify double tap for capslockJules Aguillon4-31/+25
This doesn't fix a bug but remove some tricky code. The shift key is no longer different when the "double tap for capslock" option is on. The handling of the option is moved to Pointer instead and becomes simpler.
2024-12-31Fn: redo and pasteAsPlainText as undo and pasteJules Aguillon1-0/+11
Allows typing redo and pasteAsPlainText easily with Fn or the round-trip gesture without adding them to the keyboard.
2024-12-31Update kann_kannada.xml (#858)srikanban1-5/+5
* 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-31Add preferred position for undo/cut/copy/pasteJules Aguillon1-0/+34
These keys are placed on the downward direction on the z/x/c/v keys when they are enabled in the settings.
2024-12-29Update Shift mappings for math symbolsJules Aguillon3-32/+44
Shift is the "not" version of some math operators. ∋ is added to the math layout.
2024-12-29Uzbek layout (#828)tenextractor1-0/+40
2024-12-29Tamil layout: Shift and fn changes (#853)Jagadeeshan S4-37/+51
Signed-off-by: Jagadeeshan S <jagadeeshanmsj@gmail.com>
2024-12-29Fix crash in LayoutModifierJules Aguillon1-1/+3
2024-12-28Null check on the payload of KeyValueJules Aguillon1-0/+2
The code expect that the payload is never null but there are now a lot of public constructor functions for KeyValue that don't check for this property.
2024-12-28Fix status bar artifact on opens and closesJules Aguillon2-3/+4
On API 30 to 34, the status bar changes color when the keyboard appears and disappears. A ghost of the changed status bar is animated by the same animation used for the keyboard, which is unexpected.
2024-12-26Refactor: Move code to LayoutModifierJules Aguillon3-220/+221
Layout modifying functions are removed from Config to LayoutModifier as static classes. The two classes are (weakly) mutually dependent, the refactoring is purely for the purpose of making shorter classes. The only change is that 'modify_numpad' is changed to remove duplicated code. This has the side effect of making the "double tap for caps lock" option affect the shift key in the numpad.
2024-12-26Remove labels for the anti-clockwise circle gestureJules Aguillon1-24/+4
These labels are often unwanted and easily collide with other labels.
2024-12-26Proper support for Android 15 edge-to-edge (#848)Jules Aguillon4-18/+75
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-24Fix unecessary bottom margin on Android 14Jules Aguillon1-2/+2
2024-12-24Fix keyboard drawing behind nav bar on Android 15Jules Aguillon1-4/+9
Bug added in 038f693.
2024-12-23Fix crash on devices with only unsupported languagesJules Aguillon1-0/+2
This only affected Android 12 and up.
2024-12-21Estonian layout (#826)tenextractor1-0/+41
2024-12-19Hindi Phonetic Keyboard Layout addition (#837)npnpatidar1-0/+42
2024-12-19Added tamil layout (#833)Jagadeeshan S6-9/+84
Signed-off-by: Jagadeeshan S <jagadeeshan.s@addverb.com>
2024-12-19Compose: Allow to force string final statesJules Aguillon1-0/+3
Appending the ':' character to a sequence result forces it to be a string final state. This will cause a KeyValue lookup that would normally not happen for single-character results. This is useful to make Tamil letters smaller, even when they are the result of a Shift.
2024-12-19Add Modern Hindi and Sanskrit shift layerJules Aguillon2-8/+40
Co-authored-by: npnpatidar <7de6dkm1@duck.com>
2024-12-19Added Greek accent symbol button (#830)cuhsy1-4/+5
Added Greek accent symbol button; a necessary key that should always be on the keyboard, as every word over 2 syllables contains one
2024-12-19compose: Fix parsing of long sequences from json filesJules Aguillon4-206/+222
Sequences longer than two characters were not read correctly from json files, creating conflicts and causing dropped sequences. The detection of collision in sequences is also improved. Two colliding sequences are removed.
2024-12-18Fix crash when opening the numpadJules Aguillon1-5/+12
2024-12-17Add the WORKMAN (US) layoutJules Aguillon1-0/+38
Co-authored-by: goyalyashpal <yashpalgoyal1304@gmail.com>
2024-12-15launcher: Circle gesture animationJules Aguillon1-0/+1
2024-12-14launcher: Round-trip gesture animationJules Aguillon2-0/+3
2024-12-14Welsh layout (#816)tenextractor1-0/+39
2024-12-11Move numpad script maps to the compose systemJules Aguillon10-188/+119
This removes the Map_char interface, which required a lot of boilerplate to use.
2024-12-08Fix empty text box when editing custom extra keysJules Aguillon3-15/+12
2024-12-08Add :keyevent key syntaxJules Aguillon2-13/+27
Allow to add keyevent keys to the keyboard. For example to add a Play/Pause button: :keyevent symbol='⏯' flags='small':85
2024-12-07Add support for KannadaJules Aguillon2-0/+52
Add language support for Kannada, including a layout and numerals.
2024-12-07Kazakh Cyrillic and Latin layouts (#819)tenextractor2-0/+107
2024-12-07Hawaiian layout (#817)tenextractor1-0/+39
2024-12-07Irish layout (#818)tenextractor1-0/+38
2024-12-07Add double grave accent (#779)Zitrone6-216/+249
2024-12-06Persist state of clipboard history checkboxJules Aguillon3-3/+8
2024-12-05Fix typos in cyrillic compose sequencesJules Aguillon2-79/+79
2024-12-05Czech diacritic QWERTZ layout (#814)tenextractor1-0/+39
2024-12-05Albanian QWERTZ layout (#813)tenextractor1-0/+39
2024-12-05Add Georgian layouts (#809)Kxeo2-0/+81
2024-12-05Arabic diacritics (#807)Jules Aguillon19-170/+997
Add arabic combining diacritics and make them accessible via Fn and Compose combos. Co-authored-by: Anastázius Kaejatídarján <32847759+anaskaejdar@users.noreply.github.com>
2024-12-04Add Belgian layout (#780)PtitGNU1-0/+38
2024-11-24New and Improved Kurdish layouts (#773)Anastázius Kaejatídarján2-13/+55
* improved symmetry and incorrect chars * new persian-based keyboard for kurdish
2024-11-24layouts format: Add 'c' as a synonym for 'key0'Jules Aguillon2-30/+30
The attribute 'c' specifies the symbol in the center of a key, just like 'key0'. This adds consistency with the cardinal direction attributes and is intended to make layouts more readable.
2024-11-24Use cardinal directions in the QWERTY (US) layoutJules Aguillon1-39/+40
Ease reading and modifying the QWERTY (US) layout, which is used as the default source for the custom layout option.
2024-11-18launcher: Animated vector describing swipe gestureJules Aguillon4-29/+281
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.