| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Change-Id: I8e3c4705c705a1c6e05e9112211d7012912d7e41
|
| |
|
|
| |
Change-Id: I6f020ece3c45d584d413e4265d6d3fbdf1ea8bd8
|
| |
|
|
|
|
|
| |
Our intention is to have classes of latinime-common under the common
package as much as we can.
Change-Id: I76efbbbe7bebf1a4aa943715cdff64f91675e20d
|
| |
|
|
|
| |
Bug: 17707885
Change-Id: Ie6a54ac5ab60f5d11363ac8da8eef850d65dba7c
|
| |
|
|
|
|
|
| |
This CL also adds a couple of custom layout tests of Nordic languages.
Bug: 10787354
Change-Id: I5e875d3f30863395511afa82f0a02deb093d3a6f
|
| |
|
|
| |
Change-Id: If16ef50ae73147594615d0f49d6a22621eaf1aef
|
| |
|
|
| |
Change-Id: I228748824de62e9e46fa43db200d23f41eb6d2ce
|
| |
|
|
| |
Change-Id: I9021c8fa1cf2d4ac07579237a939c15551509a0b
|
| |
|
|
| |
Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d
|
| |
|
|
| |
Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
|
| |
|
|
| |
Change-Id: I202a25da4e1a722aa35c57665d73bc5990404c4e
|
| |
|
|
|
|
|
| |
This change splits keyboardHorizontalEdgesPadding attributes of
Keyboard into two attributes.
Change-Id: Iefdb358783b81af4027e8d9e991db36a6c429cf1
|
| |
|
|
| |
Change-Id: Ic56167f952a7f4449da366e1e81610e72c966086
|
| |
|
|
| |
Change-Id: Iee01d4d2b916d0b584531104ac865ae6e6370a3d
|
| |
|
|
|
|
| |
It relies on the order of the key array.
Change-Id: I58fa71a7b330e59cd774fc208e5b6bc1a3decd2e
|
| |
|
|
|
|
|
| |
This change refactors KeyDrawParams and KeyPreviewDrawParams to
separate KeyVisualAttributes.
Change-Id: I4de549eef303e1debe4b8f84668e042445fc18da
|
| |
|
|
| |
Change-Id: Ia3969bd5ddec5aa5d81d05ad4cf676d818587922
|
| |
|
|
|
|
|
| |
This change also moves XmlParseUtils to com.android.inputmethod.latin package.
Bug: 5778201
Change-Id: I7d9faa344460753ce178ad4048e0fadb65c75614
|
| |
|
|
|
|
|
|
|
|
|
| |
* Get rid of Key.keyIconShifted attribute.
Add Keyboard.iconShiftKeyShifted to KeyboardIconsSet.
* Get rid of LatinKeyboardView.disabledShortcutIcon attribute.
Add Keyboard.iconShortcurKeyDisabled to KeyboardIconsSet.
* Add Keyboard.iconSpaceKeyForNumber to KeyboardIconsSet.
* Fix misplaced autoCorrectionSpacebarLedIcon resources.
Change-Id: I381bff3789254977ab3cb18f58f95b3c433b1e1a
|
| |
|
|
|
|
|
|
|
|
| |
In deriving various shift stated alphabet keyboards from base/main
keyboard, almost all keys should be shared among variants. Grouping
keys in Set instead of List is a essential refactor to have.
Bug: 5002108
Bug: 5679585
Change-Id: Idd5644d1c45a3276a24b61c984619c03d4e4c54c
|
| |
|
|
| |
Change-Id: Ia242a9fa2fa71f7fdf8f974071a2df7acc4aa51f
|
| |
|
|
| |
Change-Id: I156205672f3935f70c250a6c538793f35c5d86b2
|
| |
|
|
| |
Change-Id: I6abdeaf41459406cf9021efdf5bb96232ba104c7
|
| |
|
|
|
|
|
| |
The keyboard height will be distrubuted as:
top_padding + (key_height + vertical_gap) * row_count - vertical_gap + bottom_padding
Change-Id: I841f356b9dbf8cfaf3756178bc9e4e6b2aa61364
|
| |
|
|
| |
Change-Id: I50e88c0870a3fe360b81f19163ca2f64ec38d8e8
|
| |
|
|
|
|
| |
Also renames PopupPanel to MoreKeysPanel
Change-Id: I37209a5a8fe7dbba1eef03e3be88ba5253653926
|
| |
|
|
| |
Change-Id: Ic83cd1200cfb8f8c0b0cfbcad449031b8e8a29e0
|
| |
|
|
| |
Change-Id: I04f1014ab3b115bd457e25a267d2e46d306c8a0e
|
| |
|
|
|
|
|
| |
This is the first step to implement suggestions pane as mini keyboard.
Bug: 5023981
Change-Id: I90ffbde0fda19b4be68add449310997b56bf6904
|
|
|
This object will hold all keyboard parameter while parsing XML file
and act like a Keyboard. After finishing reading XML file, this will be
passed as an argument for the Keyboard class constructor.
Bug: 5023981
Change-Id: I2737b30036b6e4d204e8ed9984a1272e195209be
|