| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit 'db5aedb5a5eea5224e5a732b689c97eead2e35f4':
Add an option to use contacts or not while spell checking
|
| |
| |
| |
| |
| | |
Bug: 5447495
Change-Id: Iffb09895676c3dd1a79d1699b0eac865282508d4
|
|\|
| |
| |
| |
| | |
* commit '70b8934f0e919b8a85067c6b5bc09471888cf666':
Import revised translations. DO NOT MERGE
|
| |\
| | |
| | |
| | |
| | | |
* commit '0aa0cfa90c5609aa00351d366030d5ffe620eecb':
Import revised translations. DO NOT MERGE
|
| | |
| | |
| | |
| | | |
Change-Id: I97c739302c1f2ba14d70c31c8ab620b4b435139f
|
|\| |
| | |
| | |
| | |
| | | |
* commit '97b53f4f42748967bf3e6e9c6a06d73403da15c6':
Import revised translations.
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I22f516d922078cf0e26898da7af59ac4fa4b35a8
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'e22baaadd314c80f835e2e96fb0dfc73838ac2cd':
Get rid of usage of key index
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I7596ce3ae52fde436d06c2dd95ae873c7aa5ef7f
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '55042ff97732ccd755149f7a339a9be45957ae49':
Resume suggestion when backspacing to the end of a word
|
| |\ \ \ |
|
| | |/ /
| | | |
| | | |
| | | |
| | | | |
Bug: 5515381
Change-Id: I26fea896feaf2e9716c7ae3d4f2630360f23ac50
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'b230806f44441ea68f608f6430667fed85d3a048':
Save keyboard layout only when it is shown
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 5130446
Change-Id: I150b4a053036eae050099155169325f0d1f7dfed
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '117fc18ed46496c81596f8207bba30a09c7317d1':
Keep count of the trailing single quotes for suggestions
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Bug: 5665809
Change-Id: I4d9100dbe980861ccb55c78464524be670cac1f7
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'e2d00ab470232c8ae75b1900dd7e63fd2dbd3e2d':
Support Baltic languages
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change supports Estonian, Latvian, and Lithuanian languages
keyboard.
Bug: 5627326
Change-Id: Iaaa966e4164f9593f143e79736c8ec7befc2a5ce
|
|\| |
| | |
| | |
| | |
| | | |
* commit 'c1f7d39b4aabe71ecf7934272a848d8c0fe5a7f0':
Introduce ignoreWhileTyping flags to Key.keyActionFlags
|
| | |
| | |
| | |
| | |
| | | |
Bug: 5639503
Change-Id: Ic2afad6766edb2538a58f722209e2daa40aa488d
|
|\| |
| | |
| | |
| | |
| | |
| | |
| | | |
PointerTracker"
* commit 'adb89c109e6ecf5c221e60fa705d69f1f9c35455':
Move ignore special key code out from LatinIME to PointerTracker
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 5560766
Bug: 5639503
Change-Id: I34c9eea833516adf6ef1db58f1a64a5ef5322fa9
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
enabled."
* commit '3b82e8163c173b219320e78b96507f34e0a805c9':
Fixed typing uppercase letters when touch exploration is enabled.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 5652774
Change-Id: Id8cd37b3ff93b45f4f18198bbbb827aadf945b02
|
|\| | | |
| | | | |
| | | | |
| | | | | |
* commit 'f7ef21d45ccf4ff8e41cc4fd3b999979ecba8316':
|
| |\ \ \ \
| | |_|/ /
| |/| | |
| | | | | |
Change-Id: I0297a6573eef4419224117618fefe72984d68a42
|
| | |\ \ \ |
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '6d1cbbc2ffb9d7046189174ec68b5b72bbc154b3':
Fix a bug with single quotes
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
I14dd3815 special-cased single quotes at the start of a word, but
did not do so correctly - it would kill a composing word if entered
just after some punctuations.
The right test was not isCursorTouchingWord() but
mHasUncommittedTypedChars, which actually makes for a simpler
implementation.
Bug: 5648032
Change-Id: Icd21d213e0cad6da68cacfeb921502cd8dcfac95
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
NOT MERGE" into ics-mr1
* commit 'f3afe5ed0a6999905dff8ba1660c8629d63860be':
Import revised translations. DO NOT MERGE
|
| |\ \ \ \ \
| | | |_|_|/
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
into ics-mr1
* commit 'c053af1e0caf2f7e6572b1196283b7433cddf678':
Import revised translations. DO NOT MERGE
|
| | |\ \ \ \
| | | |/ / /
| | |/| | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I3dd6c61ed17bfd845d5b3954c194b26970f3e7c2
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '13d5f6605be6a6e8d9e5dde5b204dc050a862550':
Add Key.keyActionFlags and obsolete Key.isRepeatable
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This change also renames Key.keyLabelOption to keyLabelFlags.
Change-Id: Iedd0bfaa420ad382c07ce084416355690e390919
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'e7eac906c0a14b644d457beeb73a407fa1b63673':
Pending onStartInputView only if the EditorInfo is identical
|
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | | |
Bug: 5604372
Change-Id: I2a88cf15b07eebd29e43e460f6ec758432181b01
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '19cbdfc92f171375b73204f0c49d9f84883bea39':
Remove an unused (and scary) method
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I14a545a3e4955a25fde17554156552c755d44e2f
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit 'ce86e39e002caf0507305754e2c39010866e7ecc':
Cleanup.
|
| |\ \ \ \ \ |
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix a typo, and move a cursor.close() in a finally{} clause
Change-Id: Iac011ebb80b9430774c7dc5cd94728d05cef443f
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* commit '6ecd1e1280578e95e5c2e24046cf67f0f7260c3b':
Special case quotes at start and end of words
|
| |\ \ \ \ \ |
|
| | |/ / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Single quote at start of word is not considered a part of a
word any more.
Single quote at the end of a word now behave like capitalization:
lookup in the dictionary is done *disregarding* a final quote,
and it is forcefully added back into the suggestions afterwards.
Bug: 5566368
Change-Id: I14dd3815f4b743edba56d64a3abdf4b73d863a6a
|