| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ |
|
| |
| |
| |
| |
| | |
Bug: 6080806
Change-Id: Iacd78c6aab6abf948717d34da7489a79c41316d2
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: Ibfbe6b39580ae13e4c32fb2ceab7a6c6f3a24ccb
|
|/
|
|
|
| |
Bug: 5975557
Change-Id: I39e782f89813b9d585e369e590d6288e696168a2
|
|
|
|
| |
Change-Id: Ibd95eff0725724ea35ad58e1d1ec7ec3d02a6e90
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 6072517
Change-Id: I00337b3ed5c85df4627e8f5a02465d406c4d9178
|
|/
|
|
|
|
|
|
|
|
|
| |
This is really brutal, but after trying many many things I didn't
find a better way. It works with the current implementation of
MessageQueue.
Since this only introduces a utility method it doesn't really do
anything, but the functionality it provides will be essential to
Bug: 5975557
Change-Id: I81c4113a08f9a8d8a88294d7dd3b6c8c483c8b1d
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Type "tgis", manually pick "thus", press backspace.
Backspace should revert the manual pick.
Check "tgis" is the result.
- Type "tgis" followed by a period.
Period should trigger auto-correct to "this".
Check "this" is the result.
- Type "tgis" followed by a period, then backspace.
Period should trigger auto-correct to "this", and backspace should
revert the auto-correction.
Check "tgis." is the result.
Change-Id: I7e23c8a26fbdbe23336149a05ff01bc51707422e
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I979f54e8b54243da4d23cfbe08198d2aa495f870
|
|/
|
|
|
|
|
|
|
| |
This change also cancels double tap and long press timers if other
letter key is pressed after shift key.
Bug: 5693999
Bug: 6017610
Change-Id: I3b5f3debfb8915fa73a93b409a38afadf24132e9
|
|
|
|
| |
Change-Id: Ib5f58b1143be60c748b81299ccc3b237d2587846
|
|\ |
|
| |
| |
| |
| | |
Change-Id: Ie4c85e8ca5a1f41a420aae5c1cd9c1cb07e237e5
|
|/
|
|
| |
Change-Id: I61ff218ae2ca4eb443a370e581b677755258670a
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 5962053
Change-Id: I7dd68767be6e724675428910fa2c00290f76e869
|
|/
|
|
|
|
|
|
| |
This change also uses Key.code instead of Key.outputText for the
variety of parentheses keys taht introduced by I85998f17.
Bug: 5975484
Change-Id: I86879c9942d264edc71e5893325a2f582763d12f
|
|
|
|
| |
Change-Id: Ic19d380eb64855884bc6ded8547c200dd772ffe9
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I9d172605e90e828e00f7c4c8d49548498aa3b50d
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| | |
Bug: 4994861
Change-Id: I6ae256a94dbaddea4304304779d17025620c5025
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I9a26aaa58f0f502b3bfef9de422370d2b0add8d8
|
|/
|
|
| |
Change-Id: Ic002e7fbe84a7001874ebd59e6af8ba695d173de
|
|\ |
|
| |
| |
| |
| | |
Change-Id: If6ebbdefcbfd0cc14c72858f9bb44861e8abe079
|
| |
| |
| |
| |
| |
| | |
And unit test
Change-Id: Ic4fc3626f8b86e10156d770d41cd6deab5d31f39
|
|/
|
|
|
|
|
|
| |
Seems I didn't get how to iterate on a String correctly >.>
Talk about a big bug. Anyway, I think it's working now.
Bug: 5955228
Change-Id: I988c900cf2a16c44b9505cfd4f77c7cda7e592f0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change alters the CSV parser behavior. The parser only resolves
* String resource reference. ["@string/res" -> "<content_of_res>"]
* Other occurrence of escape sequence will be intact. ["\x" -> "\x"]
Before this change, escape sequence in moreKeys string is parsed three
times. At first in parsing string resource, next in CSV parser, and at
last in KeySpecParser. So that representing single escape character
itself is a bit annoying, "\\\\\\\\".
Now we can represent single escape character itself in string resource by "\\\\".
Change-Id: Ib978e17b779cc82585eed8241ac3857508b14bc7
|
|\ |
|
| |
| |
| |
| |
| | |
Bug: 4994861
Change-Id: I114a1117cf19aa6e514ac7342f733175dc5d5df1
|
| |
| |
| |
| | |
Change-Id: I424fb47bc70e9b6aaa5a16ae9b2500d23da75c26
|
|/
|
|
|
|
| |
This change also renames MoreKeySpecParser to KeySpecParser
Change-Id: I35733cdbb344f16b57ffa2cfe79055c089b4e409
|
|
|
|
|
|
|
|
|
|
|
| |
This change also
* Doesn't use Key.getRtlParenthesisCode to get correct parentheses
code in RTL context. Intead uses the outputText feature of
moreKeys specification.
* Move CVS string parser from KeyStyles to Utils.
Bug: 5948247
Change-Id: I45752c7d01b4f7d3f3da900b110a2185b336a1f0
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change also
* Rename phone shift keyboard to phone symbols keyboard.
Use CODE_SWITCH_ALPHA_SYMBOL code to switch between phone and phone symbols keyboard.
* Remove phone symbols keyboard from tablet.
* Introduces enableLongPress flag of Key.keyActionFlags attribute.
* Remove clumsy long press code from PointerTracker.
* Remove CODE_CAPSLOCK handling from LatinIME.
* Make KeyboardSwitcher to invoke haptic and audio feedback.
Change-Id: I00e1f697a10ab5112aec75e36853b96246ff5054
|
|\
| |
| |
| | |
symbols mode"
|
| |
| |
| |
| |
| | |
Bug: 5730212
Change-Id: Id2342dacd149d6385d61001f880ebcd1883cf0b4
|
| |
| |
| |
| | |
Change-Id: I69fa1b5661695d0323222c2969679f4792b6ef0d
|
|/
|
|
|
| |
Bug: 5942452
Change-Id: I2c7b1605bceac2b2f929cd4d97c417ef15c6f754
|
|
|
|
|
|
|
| |
This change also removes
* Unused more_keys_for_q, w, and p.
Change-Id: Idb99e5f6d8c2ad2d28437f42b35b21c282cd181f
|
|
|
|
|
|
|
| |
KeyboardState.toggleAlphabetAndSymbols
Bug: 5881820
Change-Id: I9b1718b16c60f27c05ba727724c0189aa5284334
|
|
|
|
| |
Change-Id: I6c49d8eb0a8272840ff03e0940d88a31c3d20bd9
|
|
|
|
| |
Change-Id: Ia51da6506d78a295b8b70a241208fb81602cf0ea
|
|
|
|
|
|
|
| |
This is a test for the case in
Bug: 5851148
Change-Id: I58ee459d85f463b445a28137bdc6c40bc3067ff5
|
|
|
|
|
|
|
| |
Tests the behavior from
Bug: 5784542
Change-Id: I78ec9d77c5dd1e3ea8eff530f9d7d284a1c094d4
|
|
|
|
|
| |
Bug: 5875776
Change-Id: Icc28b6c5c0132a3afc8d603841c9e321f720b7c9
|