| Age | Commit message (Collapse) | Author | Files | Lines |
|
There seems to be no "DayNight" theme compatible with older version of
android outside of the androidx library.
Using 'Theme.DeviceDefault' which is a dark theme, even if it doesn't
sounds like. Detect if a light theme should be used at activity
creation.
|
|
₨ is Shift+₹.
|
|
The layout was added in 5169472d but was not present in the settings.
|
|
Similar to 'qwertz' but is wider to show äöü on dedicated keys. Some
punctuations are rebalanced to use the space better.
The default layout for de_DE is changed.
|
|
There is no way to type letters on the pin layout, the indication are
decoration only.
Use the E.161 standard.
|
|
The layout is used for phone number and datetime input boxes as well as
some numbers.
It is easier to use when the full numeric layout is not needed.
|
|
The Meta key is not useful.
The Alt key can be used in a terminal but is not useful to a part of
terminal users.
|
|
Shows a NumPad depending on preference:
Never/Landscape/Always
|
|
|
|
Also update a bit the README.
|
|
The symbols alone might be hard to understand when scrolling through the
"extra keys" option.
|
|
|
|
The key enable caps lock immediately. It does nothing if caps lock is
already enabled.
It is not present on the keyboard by default but a place is defined on
every layout, top-right of the shift key. It can be enabled in the
settings.
The icon is from materialdesignicons.com.
|
|
This old script will not help to upgrade to the newer unicode standards.
|
|
|
|
Autocapitalisation could trigger while repeatedly typing Ctrl+Del to
remove several words.
|
|
The keys are marked "loc" in the layouts and are handled like the other
extra keys.
The only difference is that they are enabled by default (for now).
|
|
* Rename resulting CI artifact
Add details to the name of the artifact, to distiguish downloads of it between multiple branches while testing
* Update CI to nodejs16 and improve artifact naming
|
|
This mode is annoying to some users and is disabled in most text views.
The keyboard has a fixed sized relative to the height of the screen in
landscape mode. The keyboard can't take more space than expected,
currently.
This might cause problems in the future and might be hidden behind an
option if one is found. Every text views so far seemed to behave fine.
|
|
Broken since 31d6a70d.
|
|
|
|
* Basic greek layout.
|
|
It is unclear how _autocap.started is not called first but nothing is
preventing to initialize things earlier.
|
|
More documentation about this feature would be appropriate.
|
|
* Hindi Keyboard Layout
Hindi keyboard layout added
Basic symbols like brackets, colons etc are useful. This includes ( ) { } [ ] \ / ÷ - + = ! % : ; . , ?
|
|
In Turkish, upper case of 'iı' is 'İI' but Java's toUpperCase will
return 'II'.
To make 'İ' accessible, make it the shift of 'ı'. This has the
inconvenient of swapping i and ı on the keyboard.
|
|
|
|
Co-authored-by: Benjamin <f.weiss@stud.uni-goettingen.de>
|
|
For some reason, 'subtype' can be null. Perhaps because the keyboard is
started before the IMM is ready.
|
|
|
|
* Added Czech translation and layout
Translated keyboard and created Czech multilingual "practical" layout for faster typing and typing in commonly used languages (German, Slovak + French w/accents)
* Update (Rephrase) full_description.txt
... to better suit the language and naturally promote keyboard's features and possibilities to a wider audience.
|
|
- Detect when the input box is cleared
- Avoid looking up keys on the keyboard every time the shift state needs
to change.
|
|
The autocapitalisation is asking the editor about whether to enable
shift and must make sure to ask after the editor is done processing the
events.
|
|
|
|
|
|
The Fn+switch_numeric shortcut might be hard to discover or too slow for
heavy users.
A location is allocated for the key so it has a consistent placement.
|
|
Avoid dropping some keys on crowded layouts.
|
|
* Add white e-ing oriented theme
Co-authored-by: Jules Aguillon <jules@j3s.fr>
|
|
|
|
|
|
* Bangla Layout
|
|
Co-authored-by: @94KONG
|
|
Allows to add more keys to the keyboard from a predefined list.
The implementation doesn't use MultiSelectListPreference because it
doesn't seem possible to change the item layout to properly show the
rendered symbols.
|
|
|
|
* Translations for new setting, lockable modifier keys
Co-authored-by: Igor da Silva de Carvalho <igu@coiso.meanhouse>
|
|
This is unexpected but happens once.
|
|
Add a flag to recognize fake pointers and avoid clearing the
intentionally locked shift key.
|
|
Change the capitalisation algorithm to use Android's
'getCursorCapsMode'. This requires a bit of cursor calculations but
should feel more standard.
The auto completion only triggers after a space is typed or backspace is
pressed.
|
|
Mark that it is planned to be removed, remove corresponding translations.
|
|
Modifiers can be locked with a long press. The key repeat mechanism is re-used
and the press timeout is the same.
Every modifiers can be locked that way, not only the "lockable" ones.
The previous behavior can be enabled in the settings (for shift only)
but the default is changed.
|