| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* commit 'f90fc105ab1159f43f536bcacdd1224c2c05bacb':
Simplify singleton class initialization
|
| |
| |
| |
| | |
Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1
|
|\|
| |
| |
| |
| | |
* commit 'b6ca354431367b625daf9fff5fbe4b1f5ef996ab':
Small code cleanups
|
| |
| |
| |
| |
| |
| | |
Multi-project commit with I249d5fbe
Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
|
|\|
| |
| |
| |
| | |
* commit 'f677681330143e3e50871222d33ade594e6348ce':
Fix double input of chars typed on a h/w keyboard
|
| |
| |
| |
| |
| | |
Bug: 7939324
Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9
|
|\|
| |
| |
| |
| | |
* commit '694b71eddd198fdd81b438e17c13701dc4f4d90f':
Import translations. DO NOT MERGE
|
| |
| |
| |
| |
| | |
Change-Id: Iadfb1d9dcb28cfd8f0d6d9891bbde89f8647fe48
Auto-generated-cl: translation import
|
| |
| |
| |
| |
| | |
Change-Id: Ibb06e9e95e2a3bec815f89d6d1154c8f9e1107f4
Auto-generated-cl: translation import
|
|\|
| |
| |
| |
| | |
* commit '20dc9c1fe4fbcdecb4edbb3cc7d71d4cb55a7d93':
Add -ldl for new stlport
|
| |\
| | |
| | |
| | |
| | | |
* commit '5dc243723bec5ff5d77c5553ac5156980b3748d4':
Add -ldl for new stlport
|
| | |\
| | | |
| | | |
| | | |
| | | | |
* commit 'd61f9981da7ece48b669ae67cad29a770bf61308':
Add -ldl for new stlport
|
| | | |\ |
|
| | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The new stlport in NDK r8d+ supports exception support via gabi++.
The new gabi++ depends on dlopen, etc, meaning that we need to add -ldl
for project links stlport with "-nostdlib -Wl,--no-undefined"
(ie. all *.so in Android)
Change-Id: I7321a075d2852a6a72f82f40bb24d64ec211cf39
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'fa7f08b37327c825baf0a6455d6f7fdf8b37da57':
Set default audio and haptic feedback settings
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Default keypress volume is set to 0.2f in resource.
- Default keypress vibration duration is set to 10 msec in resource.
Bug: 7055329
Change-Id: I83bd6288d171d9787d52e2b02e4e5305f1435681
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'a2982dd5a7b44a388464b5885366e52c2f828b43':
Refactor to add SeekBarDialog
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit 'ff778fd406a7c13a9af9e2c59d45d94b8540017d':
A small simplification.
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
It's useless to setAutoCorrection(getTypedWord()). Every time the
contents of the word composer are altered, the auto-correction is
reset, and at use time if it's null then the typed word is used
anyway.
Change-Id: I0870657a1ab3f456f376995b27e70703f7a5d23a
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '07711c10b8a64f26f4ecb1df0bb84df95c7f25d2':
Tidy up GeometryUtils a bit
|
| |/ / /
| | | |
| | | |
| | | | |
Change-Id: I33f4042265c0dcc2530cee43c610f73ec99c6792
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '997cba7decce9694b3c2f9487deb9710ebb19595':
Start committing hardware events (B4)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Essentially this does activate auto-correction with a hardware
keyboard, although a lot of things are still left to implement.
No proximity is used yet which means only missing and excessive
letters are considered. Dead keys are not handled. No combiner
is supported. No suggestions are displayed. Resuming suggestions
does not work correctly with a hardware key (because the view
holds a temporary hardware event 'onKeyPreIme' and the event
from the IME won't be handled until this is handled which won't
happen until after the IME said that it did handle the event).
Bug: 5037589
Change-Id: Idcb5c7b26d56717ed772d53c062362807f11cdae
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '581f324ed8314befdf7d8cf1c923791455cc11a5':
Initial implementation for decoding HW key events (B3)
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 5037589
Change-Id: I829f70a258de58ef8d2b836a9b435198a226e37f
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '0abc48218ee90b1d8df77dfa131ce05fbaba7121':
Rename some confusing variables
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ib0de800599ae7f12c86270a627616d5b52366414
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '5bde3a61633556afb16481680daefc7cabbf5890':
Fix an old bug in getting a word from the connected view.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In this test, it's impossible that start < 0 so the test is useless.
I'm not sure what the cursor test was for, but it's very old code, and
it seems the assumption was either misled or doesn't hold any more:
testing for the absolute cursor position against the length of the
word against the cursor makes no sense.
The net result of this was that when the cursor index got large
enough, resuming suggestion would not work any more.
Bug: 7586467
Change-Id: I3462082374fe9579bec7698f4d424de6ff5f2ded
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
SubtypeSwitcher"
* commit '0856ceef9add40f3dbaa81d33bf9994c7543cd17':
Get rid of current subtype and system locale cache from SubtypeSwitcher
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Bug: 7675452
Change-Id: I2121f56964b6d25e8d40f5b8ec67eeae527b2117
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '1dbec26f8fab31239e1abd53faa9d20d44383b85':
Fix gesture trail width calculation
|
| |\ \ \ \ |
|
| | |/ / /
| | | | |
| | | | |
| | | | | |
Change-Id: I41e0a95437aa9b8ec9a8eefb3bc5eb0452284b60
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit '5112b59db2beece8353da9044bc297ab7f2df6f3':
Add support for multiple keyboard event decoders (B2)
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Bug: 5037589
Change-Id: I0a4926f94ef8d1caa17669801608608648b697b9
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '4aff3bf0eaf4aec38c1d8576fdfc85a9eaa1c544':
Clean up unnecessary uses of toString()
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Leftover from changing variables from CharSequence to String
Change-Id: I4db43fcb075aa37bf9c5b2a23bad0e4c2d718379
|
|\| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
commitText
* commit 'f763dc5915d394378bdcdc90cc0b238e66926b8b':
[Rlog24] ResearchLogger detect word boundaries in callers above commitText
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
multi project commit with I5847d4aba97a7224ae170a7153811c5a11816449
Change-Id: Ie6fbf6f19f0193451fe6f3ddf9d4ef1637a35db1
|
|\| | |
| | | |
| | | |
| | | |
| | | | |
* commit '13b1be988d49818c48949d2534ffe31ed8475cfb':
Log LatinIME.commitCurrentAutoCorrection()
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Change-Id: Ic46c91374ae0177cafad4579d28d6980af0d8d3a
|
|\| | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* commit 'c1b4d143947ffcfd6880ef306e861a39a2f22087':
Differentiate LOG_EVERYTHING and LOG_FULL_TEXTVIEW_CONTENTS
|
| |\ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Previously, LOG_EVERYTHING logged both all bigrams and also the entire TextView at the end of a
session. Now, use a separate flag, LOG_FULL_TEXTVIEW_CONTENTS to determine whether the TextView
contents are recorded.
Change-Id: I0c7a90a8ff88aa65d057f3b2d3dd5adc3893504a
|
|\| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
class"
* commit '5e9a5ca9980c2f2d204840d03164c3df615aab5c':
[Rlog36z] Pass LatinIME instance to logger as LatinIME class
|