aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Simplify singleton class initialization•••Change-Id: I16a27f2ed6ea66184bfdc9903180372cd7ea2fd1 Tadashi G. Takaoka2013-01-076-22/+29
* Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 Ken Wakasa2013-01-0725-239/+234
* Fix double input of chars typed on a h/w keyboard•••Bug: 7939324 Change-Id: I11b7af54893cb645f8a06266a0b0ba95dd0b02f9 Jean Chalard2013-01-071-1/+0
* 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-286-39/+70
* Refactor to add SeekBarDialog•••Change-Id: Id8e08a1d5ec5efb2baf96a2634111619fcb9fd4e Tadashi G. Takaoka2012-12-283-108/+233
* 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
* 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
* Initial implementation for decoding HW key events (B3)•••Bug: 5037589 Change-Id: I829f70a258de58ef8d2b836a9b435198a226e37f Jean Chalard2012-12-273-2/+77
* Rename some confusing variables•••Change-Id: Ib0de800599ae7f12c86270a627616d5b52366414 Jean Chalard2012-12-271-12/+12
* 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
* Merge "Get rid of current subtype and system locale cache from SubtypeSwitcher"Tadashi G. Takaoka2012-12-262-79/+16
|\
| * Get rid of current subtype and system locale cache from SubtypeSwitcher•••Bug: 7675452 Change-Id: I2121f56964b6d25e8d40f5b8ec67eeae527b2117 Tadashi G. Takaoka2012-12-272-79/+16
* | 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
| |/
* / Add support for multiple keyboard event decoders (B2)•••Bug: 5037589 Change-Id: I0a4926f94ef8d1caa17669801608608648b697b9 Jean Chalard2012-12-263-9/+66
|/
* Clean up unnecessary uses of toString()•••Leftover from changing variables from CharSequence to String Change-Id: I4db43fcb075aa37bf9c5b2a23bad0e4c2d718379 Kurt Partridge2012-12-231-12/+10
* [Rlog24] ResearchLogger detect word boundaries in callers above commitText•••multi project commit with I5847d4aba97a7224ae170a7153811c5a11816449 Change-Id: Ie6fbf6f19f0193451fe6f3ddf9d4ef1637a35db1 Kurt Partridge2012-12-234-37/+82
* Merge "Log LatinIME.commitCurrentAutoCorrection()"Kurt Partridge2012-12-232-1/+26
|\
| * Log LatinIME.commitCurrentAutoCorrection()•••Change-Id: Ic46c91374ae0177cafad4579d28d6980af0d8d3a Kurt Partridge2012-12-222-1/+26
* | 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
* | | Merge "[Rlog36z] Pass LatinIME instance to logger as LatinIME class"Kurt Partridge2012-12-231-17/+16
|\ \ \
| * | | [Rlog36z] Pass LatinIME instance to logger as LatinIME class•••Upcoming changes require LatinIME class, not just InputMethodService Change-Id: Ia5b3a716ac02a99749fb2ba0164ba46c8a0c559a Kurt Partridge2012-12-221-17/+16
* | | | Merge "[Rlog24z] Initialize statistics variables"Kurt Partridge2012-12-232-7/+11
|\ \ \ \
| * | | | [Rlog24z] Initialize statistics variables•••Change-Id: I73a6009294a4f559a93b6ea9ceb4ea2683d97486 Kurt Partridge2012-12-232-7/+11
* | | | | Merge "[Rlog20] Remove duplicate logStatistics"Kurt Partridge2012-12-231-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [Rlog20] Remove duplicate logStatistics•••Change-Id: I31c5520598269a83ab218e3a024bff0a625c2770 Kurt Partridge2012-12-221-1/+1
| | |/ / | |/| |
* | | | Merge "[Rlog19] ResearchLog remove unnecessary logSegment{start,end}"Kurt Partridge2012-12-232-0/+5
|\ \ \ \ | |_|/ / |/| | |
| * | | [Rlog19] ResearchLog remove unnecessary logSegment{start,end}•••Change-Id: I73b7765c764e5f1035f1c37df45345f26aa5acb1 Kurt Partridge2012-12-222-0/+5
* | | | Merge "[Rlog22] ResearchLogger fixed debug printing"Kurt Partridge2012-12-221-0/+35
|\ \ \ \
| * | | | [Rlog22] ResearchLogger fixed debug printing•••Change-Id: I2c59983236c936b8698004db8213b68c2f964cd5 Kurt Partridge2012-12-221-0/+35
| | |/ / | |/| |
* | | | Merge "[Rlog41] ResearchLogger debugging support in UploaderService"Kurt Partridge2012-12-221-4/+12
|\ \ \ \
| * | | | [Rlog41] ResearchLogger debugging support in UploaderService•••Change-Id: I70d5bd0cb12be7a5cc216799f92622912646466f Kurt Partridge2012-12-221-4/+12
* | | | | Merge "[Rlog12] Add comments to logging callpoints"Kurt Partridge2012-12-221-8/+209
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | [Rlog12] Add comments to logging callpoints•••Change-Id: Idd786e2804dc82c1fa27ecf0fc0537491438d017 Kurt Partridge2012-12-211-8/+209
* | | | | Merge "[Rlog7] ResearchLog improve gesture tracking"Kurt Partridge2012-12-223-4/+29
|\| | | | | |_|/ / |/| | |
| * | | [Rlog7] ResearchLog improve gesture tracking•••- count how many times a gesture is deleted - count num chars entered by gesture - change name of fns to reflect capturing gesture information when setting composing text Change-Id: I1b8ebf9cfcf304e0efd827c8b8e28a4010199728 Kurt Partridge2012-12-213-4/+29
* | | | Merge "[Rlog6.2] ResearchLogging Refactor"Kurt Partridge2012-12-213-101/+191
|\| | |
| * | | [Rlog6.2] ResearchLogging Refactor•••Move specifics of Log output format from ResearchLog to LogUnit Change-Id: I9d0253c50bb8175ab141bd87dd9a09f39f316b10 Kurt Partridge2012-12-213-101/+191
* | | | Call onCancelBatchInput only when onStartBatchInput has been called•••This NPE issue (Bug: 7903331) has been introduced by Ie68c7698. Bug: 7903331 Change-Id: I44884f5608fe47d9db7a2c93a752d17b9ae39a22 Tadashi G. Takaoka2012-12-211-3/+4
* | | | Merge "[Rlog13] Add flag to inhibit uploading"Kurt Partridge2012-12-201-1/+6
|\ \ \ \ | | |/ / | |/| |
| * | | [Rlog13] Add flag to inhibit uploading•••Change-Id: I9d22dfb3fbc8332000507c8b97d9072bdd8dda91 Kurt Partridge2012-12-191-1/+6
* | | | Merge "[Rlog11] ResearchLogger printable code for research key"Kurt Partridge2012-12-201-0/+1
|\ \ \ \
| * | | | [Rlog11] ResearchLogger printable code for research key•••Change-Id: Ifac7a801ea8534191a9258871d3d7f91e942788b Kurt Partridge2012-12-191-0/+1
| |/ / /
* | | | Merge "[Rlog10] ResearchLogger change visible indicator to just lines on the ...Kurt Partridge2012-12-201-1/+2
|\ \ \ \
| * | | | [Rlog10] ResearchLogger change visible indicator to just lines on the side•••(Note: Rlog9 was abandoned). Change-Id: I69de4116e33d3c79216e25efe2ad2bcb2780b0ff Kurt Partridge2012-12-191-1/+2
| |/ / /
* | | | Merge "[Rlog8] Show red border if logging everything"Kurt Partridge2012-12-201-1/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | [Rlog8] Show red border if logging everything•••Change-Id: I5a3f21cef7d93128661b11b60eac7d84b8110e47 Kurt Partridge2012-12-191-1/+5
| |/ /
* | | Merge "[Rlog6.1] Fix LOG_EVERYTHING bug."Kurt Partridge2012-12-191-1/+1
|\ \ \ | | |/ | |/|
| * | [Rlog6.1] Fix LOG_EVERYTHING bug.•••(It wasn't logging everything). Change-Id: I8c9fd1e7c04e1a3813e26e67691e0366ff48c9ee Kurt Partridge2012-12-181-1/+1