| Age | Commit message (Collapse) | Author | Files | Lines |
|
First add the 'ring' accent.
The swedish language uses the qwerty layout and three accents (aigu,
trema, ring)
|
|
The 'repeat' field of generated key events was incorrectly set to '1'.
|
|
|
|
Fn+$ and Fn+# respectively.
|
|
|
|
|
|
Seems like subtypes might not match what is declared. Must protect
against that.
|
|
API level 12 is required for "subtype" code introduced in 1.7.
This adds a fallback for older version, "subtype" features are not
available but the keyboard is usable.
Changet he minimal version to 4 to be able to query the API level.
Using integer constant for versions because that's how it's presented in
the documentation. Build.VERSION_CODES is WTF.
|
|
This replaces the "disable accent keys" checkbox.
The default should work for anyone: Accents will be hidden unless the
user has the french language installed.
The value "show every accents" is useful for versions of android that
don't have subtypes.
|
|
|
|
Add more keys under Fn. French quotes are S-<, S->, Fn-" and Fn-S-".
|
|
|
|
|
|
To help recognize them.
|
|
Reset the layout on onStartInputView.
|
|
|
|
Also change internal names for accents.
|
|
Caused by a shared Paint not correctly resetted.
|
|
This may cause key repeat continuing for a bit after the keyboard
closes.
|
|
|
|
|
|
- More intuitive placement of (), [], {} and <>.
- Move accent keys into the top-left corner, on a key they may be used with.
- Some minor changes.
|
|
Fixes:
- Toggling off a modifier was not possible in the corners (eg. accents).
- Modifiers on the same key can't be activated at the same time.
- Characters on the same key as a modifier weren't working properly.
|
|
Some versions of android don't allow to configure several languages.
|
|
Increase a bit labels size and reduce empty space between keys.
|
|
|
|
|
|
Improve Paint code.
|
|
To have cleaner values.
|
|
Allows to sent ctrl and alt combinations. Notably the ] character.
|
|
|
|
|
|
Repeat speed increase as the pointer is away from the initial position.
On arrows, backspace and delete.
|
|
Notably subscript and superscript digits and some quote characters.
|
|
|
|
Add the Fn modifier that change the digits into F1 to F10.
|
|
Broken recently. Restore previous code
|
|
KeyValue defines an ADT and some of its values, it now contains public
final fields and no internal logic.
KeyModifier handles modifiers and accents and creates new instances of
KeyValue when needed.
This operation is now properly cached.
|
|
Remove repeated code and remove side-effects from the constructor.
|
|
In order to remove the colors in the rendering.
|
|
Android has a new way of switching between input methods and this key
need to be hidden in most cases.
|
|
Remove the constant of keys per rows. Add the 'shift' attribute to
declare eventual alignment/blanks in layouts.
|
|
This removes the "layout" setting. Every layouts that the user could use
will appear in the global settings.
|
|
It was a pain to use. It was also a pain to write this though.
|
|
These keys are not useful at all in English. A new option allows to hide
them, [false] by default.
|
|
Remove the use of [getIdentifier] because it requires the current
package name to be passed, which can't be found reliably since the
change in build system.
|
|
Take the list from https://unicode.org/Public/emoji/13.1/emoji-test.txt
Also change the list of groups, from the same source.
|
|
This was a half-finished feature:
- Dangerous when typing passwords
- Caused crash on some devices
- Ugly (on its own but also blinking when sliding and not fixed in size)
|
|
|
|
|