aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import translations. DO NOT MERGE•••Change-Id: I28702033361341341f341afdd6db881004234b20 Auto-generated-cl: translation import Baligh Uddin2013-01-0746-92/+46
* am f90fc105: Simplify singleton class initialization•••* commit 'f90fc105ab1159f43f536bcacdd1224c2c05bacb': Simplify singleton class initialization Tadashi G. Takaoka2013-01-078-28/+31
|\
| * Simplify singleton class initialization•••Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1 Tadashi G. Takaoka2013-01-078-28/+31
* | am b6ca3544: Small code cleanups•••* commit 'b6ca354431367b625daf9fff5fbe4b1f5ef996ab': Small code cleanups Ken Wakasa2013-01-0625-239/+234
|\|
| * Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 Ken Wakasa2013-01-0725-239/+234
* | am f6776813: Fix double input of chars typed on a h/w keyboard•••* commit 'f677681330143e3e50871222d33ade594e6348ce': Fix double input of chars typed on a h/w keyboard Jean Chalard2013-01-061-1/+0
|\|
| * Fix double input of chars typed on a h/w keyboard•••Bug: 7939324 Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9 Jean Chalard2013-01-071-1/+0
* | am 694b71ed: (-s ours) Import translations. DO NOT MERGE•••* commit '694b71eddd198fdd81b438e17c13701dc4f4d90f': Import translations. DO NOT MERGE Baligh Uddin2013-01-020-0/+0
|\|
| * Import translations. DO NOT MERGE•••Change-Id: Iadfb1d9dcb28cfd8f0d6d9891bbde89f8647fe48 Auto-generated-cl: translation import Baligh Uddin2013-01-0254-11/+112
* | Import translations. DO NOT MERGE•••Change-Id: Ibb06e9e95e2a3bec815f89d6d1154c8f9e1107f4 Auto-generated-cl: translation import Baligh Uddin2013-01-0253-5/+109
* | am 20dc9c1f: am 5dc24372: am d61f9981: Merge "Add -ldl for new stlport"•••* commit '20dc9c1fe4fbcdecb4edbb3cc7d71d4cb55a7d93': Add -ldl for new stlport Andrew Hsieh2012-12-281-0/+1
|\|
| * am 5dc24372: am d61f9981: Merge "Add -ldl for new stlport"•••* commit '5dc243723bec5ff5d77c5553ac5156980b3748d4': Add -ldl for new stlport Andrew Hsieh2012-12-281-0/+1
| |\
| | * am d61f9981: Merge "Add -ldl for new stlport"•••* commit 'd61f9981da7ece48b669ae67cad29a770bf61308': Add -ldl for new stlport Andrew Hsieh2012-12-211-0/+1
| | |\
| | | * Merge "Add -ldl for new stlport"Andrew Hsieh2012-12-211-0/+1
| | | |\
| | | | * 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 Andrew Hsieh2012-12-211-0/+1
| | | |/
* | | | am fa7f08b3: Set default audio and haptic feedback settings•••* commit 'fa7f08b37327c825baf0a6455d6f7fdf8b37da57': Set default audio and haptic feedback settings Tadashi G. Takaoka2012-12-2811-48/+92
|\| | |
| * | | 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 Tadashi G. Takaoka2012-12-2811-48/+92
* | | | am a2982dd5: Refactor to add SeekBarDialog•••* commit 'a2982dd5a7b44a388464b5885366e52c2f828b43': Refactor to add SeekBarDialog Tadashi G. Takaoka2012-12-277-162/+239
|\| | |
| * | | Refactor to add SeekBarDialog•••Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e Tadashi G. Takaoka2012-12-287-162/+239
* | | | am ff778fd4: Merge "A small simplification."•••* commit 'ff778fd406a7c13a9af9e2c59d45d94b8540017d': A small simplification. Jean Chalard2012-12-271-4/+0
|\| | |
| * | | Merge "A small simplification."Jean Chalard2012-12-271-4/+0
| |\ \ \
| | * | | 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 Jean Chalard2012-12-281-4/+0
* | | | | am 07711c10: Tidy up GeometryUtils a bit•••* commit '07711c10b8a64f26f4ecb1df0bb84df95c7f25d2': Tidy up GeometryUtils a bit Ken Wakasa2012-12-271-5/+6
|\| | | |
| * | | | Tidy up GeometryUtils a bit•••Change-Id: I33f4042265c0dcc2530cee43c610f73ec99c6792 Ken Wakasa2012-12-271-5/+6
| |/ / /
* | | | am 997cba7d: Start committing hardware events (B4)•••* commit '997cba7decce9694b3c2f9487deb9710ebb19595': Start committing hardware events (B4) Jean Chalard2012-12-265-5/+37
|\| | |
| * | | 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 Jean Chalard2012-12-275-5/+37
* | | | am 581f324e: Initial implementation for decoding HW key events (B3)•••* commit '581f324ed8314befdf7d8cf1c923791455cc11a5': Initial implementation for decoding HW key events (B3) Jean Chalard2012-12-263-2/+77
|\| | |
| * | | Initial implementation for decoding HW key events (B3)•••Bug: 5037589 Change-Id: I829f70a258de58ef8d2b836a9b435198a226e37f Jean Chalard2012-12-273-2/+77
* | | | am 0abc4821: Rename some confusing variables•••* commit '0abc48218ee90b1d8df77dfa131ce05fbaba7121': Rename some confusing variables Jean Chalard2012-12-261-12/+12
|\| | |
| * | | Rename some confusing variables•••Change-Id: Ib0de800599ae7f12c86270a627616d5b52366414 Jean Chalard2012-12-271-12/+12
* | | | am 5bde3a61: Fix an old bug in getting a word from the connected view.•••* commit '5bde3a61633556afb16481680daefc7cabbf5890': Fix an old bug in getting a word from the connected view. Jean Chalard2012-12-261-8/+3
|\| | |
| * | | 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 Jean Chalard2012-12-271-8/+3
* | | | am 0856ceef: Merge "Get rid of current subtype and system locale cache from S...•••* commit '0856ceef9add40f3dbaa81d33bf9994c7543cd17': Get rid of current subtype and system locale cache from SubtypeSwitcher Tadashi G. Takaoka2012-12-263-80/+17
|\| | |
| * | | Merge "Get rid of current subtype and system locale cache from SubtypeSwitcher"Tadashi G. Takaoka2012-12-263-80/+17
| |\ \ \
| | * | | Get rid of current subtype and system locale cache from SubtypeSwitcher•••Bug: 7675452 Change-Id: I2121f56964b6d25e8d40f5b8ec67eeae527b2117 Tadashi G. Takaoka2012-12-273-80/+17
* | | | | am 1dbec26f: Merge "Fix gesture trail width calculation"•••* commit '1dbec26f8fab31239e1abd53faa9d20d44383b85': Fix gesture trail width calculation Tadashi G. Takaoka2012-12-261-9/+27
|\| | | |
| * | | | Merge "Fix gesture trail width calculation"Tadashi G. Takaoka2012-12-261-9/+27
| |\ \ \ \
| | * | | | Fix gesture trail width calculation•••Change-Id: I41e0a95437aa9b8ec9a8eefb3bc5eb0452284b60 Tadashi G. Takaoka2012-12-271-9/+27
| | |/ / /
* | | | | am 5112b59d: Add support for multiple keyboard event decoders (B2)•••* commit '5112b59db2beece8353da9044bc297ab7f2df6f3': Add support for multiple keyboard event decoders (B2) Jean Chalard2012-12-263-9/+66
|\| | | |
| * | | | Add support for multiple keyboard event decoders (B2)•••Bug: 5037589 Change-Id: I0a4926f94ef8d1caa17669801608608648b697b9 Jean Chalard2012-12-263-9/+66
| |/ / /
* | | | am 4aff3bf0: Clean up unnecessary uses of toString()•••* commit '4aff3bf0eaf4aec38c1d8576fdfc85a9eaa1c544': Clean up unnecessary uses of toString() Kurt Partridge2012-12-231-12/+10
|\| | |
| * | | Clean up unnecessary uses of toString()•••Leftover from changing variables from CharSequence to String Change-Id: I4db43fcb075aa37bf9c5b2a23bad0e4c2d718379 Kurt Partridge2012-12-231-12/+10
* | | | am f763dc59: [Rlog24] ResearchLogger detect word boundaries in callers above ...•••* commit 'f763dc5915d394378bdcdc90cc0b238e66926b8b': [Rlog24] ResearchLogger detect word boundaries in callers above commitText Kurt Partridge2012-12-234-37/+82
|\| | |
| * | | [Rlog24] ResearchLogger detect word boundaries in callers above commitText•••multi project commit with I5847d4aba97a7224ae170a7153811c5a11816449 Change-Id: Ie6fbf6f19f0193451fe6f3ddf9d4ef1637a35db1 Kurt Partridge2012-12-234-37/+82
* | | | am 13b1be98: Merge "Log LatinIME.commitCurrentAutoCorrection()"•••* commit '13b1be988d49818c48949d2534ffe31ed8475cfb': Log LatinIME.commitCurrentAutoCorrection() Kurt Partridge2012-12-232-1/+26
|\| | |
| * | | Merge "Log LatinIME.commitCurrentAutoCorrection()"Kurt Partridge2012-12-232-1/+26
| |\ \ \
| | * | | Log LatinIME.commitCurrentAutoCorrection()•••Change-Id: Ic46c91374ae0177cafad4579d28d6980af0d8d3a Kurt Partridge2012-12-222-1/+26
* | | | | am c1b4d143: Merge "Differentiate LOG_EVERYTHING and LOG_FULL_TEXTVIEW_CONTENTS"•••* commit 'c1b4d143947ffcfd6880ef306e861a39a2f22087': Differentiate LOG_EVERYTHING and LOG_FULL_TEXTVIEW_CONTENTS Kurt Partridge2012-12-231-2/+8
|\| | | |
| * | | | Merge "Differentiate LOG_EVERYTHING and LOG_FULL_TEXTVIEW_CONTENTS"Kurt Partridge2012-12-231-2/+8
| |\ \ \ \
| | * | | | 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 Kurt Partridge2012-12-221-2/+8