aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Optimization•••This is much faster. It doesn't create messages, it doesn't post stuff in a queue, it doesn't delay execution of other messages. Also, it decouples the timer from the functionality of the Handler so this can be pulled up in another change to consolidate with mLastKeyTime or so. Change-Id: I9044fc031373e66b9b40eee8025633613d0945dc Jean Chalard2012-06-131-5/+5
* Small optimization.•••This will avoid some two-way IPC calls. Change-Id: If9eb3e99b3d08346aadd4bbed2a1761f8c2527b9 Jean Chalard2012-06-131-2/+2
* Consolidate a test.•••Stop using the numerical value, use the actual method Change-Id: Iffa7f2d21a0471c7862afd3234cc9c5dd86feb2e Jean Chalard2012-06-131-1/+4
* Consolidate auto-correction settings.•••For some reason, there were several ways, not exactly identical, to get this setting. The ones that used mAutoCorrectionEnabled would kick in when the input field was specifying no correction, so it would be a little strange (although harmless in the practice because the settings set in this way would not get used later, because the correct test would be done at that time). Also perform a very small refactoring Change-Id: Ica9f32b238d98009ae1852d3c1e940398f5d341c Jean Chalard2012-06-121-11/+7
* Move two methods in a more appropriate place•••Change-Id: I512b04e23490413a44b1ca0517102fe2d9138df3 Jean Chalard2012-06-121-31/+2
* Move an editing method to the RichInputConnection•••Change-Id: Ie143ad008ca8deb1c5034cb80ec1cb28a6b0682d Jean Chalard2012-06-121-24/+1
* Move a member call out of the way•••Change-Id: I5da48442c0b39aaff817c3b6d067a9b13fda0643 Jean Chalard2012-06-121-1/+1
* Move two editing utility methods to RichInputConnection•••Change-Id: If8d03bea1b6369cb3043da6321048d052995d664 Jean Chalard2012-06-121-40/+4
* Rename mSettingsValues to mCurrentSettings•••...for readability. After all, it makes sense that "current settings" is a "SettingsValues", while it's harder to understand why we'd manipulate an object named "SettingsValues". Change-Id: Ide9a17b970a6cc00b80b9a217f986268c739c662 Jean Chalard2012-06-081-54/+55
* Move suggestion strip visibility to SettingsValues•••Change-Id: If34112c69acd5122d87554043d87d8f4dbdf5d15 Jean Chalard2012-06-081-29/+1
* Accept a null input attributes for reading settings.•••Change-Id: I11a8e1aca3541c35d2b39b27716687fcd8ff3dc6 Jean Chalard2012-06-081-2/+0
* Move the correction mode to SettingsValue and make it final•••At last this guy is final, at last Change-Id: I76911f8d47493f8a1719f75fc7e949be5d7da1a2 Jean Chalard2012-06-081-20/+10
* Consolidate updateCorrectionMode() calls•••Change-Id: I43c0505e9a1652bfc568f23b787fc68a5c5e9220 Jean Chalard2012-06-081-6/+3
* Move some editing methods to RichInputConnection.•••Change-Id: I8527776a4bd8236a85bb77f9791f9b76977ad181 Jean Chalard2012-06-081-35/+10
* Straighten batch edits, pass 1•••Change-Id: I73acfee9098a87b9cde8aca720586ec748b2a82f Jean Chalard2012-06-081-23/+8
* Merge RichInputConnection with EditingUtils•••Change-Id: I9982ff325bef56694402caef28a77683c52ccd71 Jean Chalard2012-06-081-15/+6
* Make a wrapper for the input connection.•••The goal is to simplify the code in LatinIME.java as well as having a handy place to put debug calls to see interaction with TextView. Change-Id: I255227e7e7343e0c2f3dcd1f185e5020d6186732 Jean Chalard2012-06-081-213/+153
* Remove deprecated classes.•••Should we maybe rename back *BinaryDict* to *Dict* in another change for simplicity? Change-Id: I8f7dcb78b9bdf1a13ce403a997fbb8619f2b453b Jean Chalard2012-06-081-45/+17
* Remove a slew of Eclipse warnings.•••Change-Id: I03236386aea13fbd4fb8eaeee18e0008aa136502 Jean Chalard2012-06-081-0/+1
* Fix typo•••Change-Id: I264f829c1584a37995dbc5ee4ba6b6783d5d4834 Ken Wakasa2012-06-081-8/+8
* Merge "Contacts binary dictionary updates with change in keyboard locale."Tom Ouyang2012-06-071-16/+29
|\
| * Contacts binary dictionary updates with change in keyboard locale.•••Bug: 6616436 Change-Id: I8d66a37f295134c5b9875b2a305a9be7442bd75d Tom Ouyang2012-06-071-16/+29
* | Merge "add research log ui control"Kurt Partridge2012-06-061-2/+7
|\ \
| * | add research log ui control•••- lets users flag a particular time in the research log - lets users delete the log for this session also makes the UsabilityLog setting control whether the ResearchLog logs or not. multi-project commit with I89067e7d3b8daca7179333f1dbe82224c26920fe Bug: 6188932 Change-Id: I89864ef3ab53b0efe1ea8d75247be08712f0c399 Kurt Partridge2012-06-061-2/+7
* | | am e08cfda1: am 5a8d2fd1: Merge "Cache UserHistoryDictionary for each languag...•••* commit 'e08cfda1ebea693c56681816076c419f23c51076': Cache UserHistoryDictionary for each language Satoshi Kataoka2012-06-061-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge "Cache UserHistoryDictionary for each language" into jb-devSatoshi Kataoka2012-06-061-1/+1
| |\ \
| | * | Cache UserHistoryDictionary for each language•••Bug: 6603257 Change-Id: I73b65e921cff8337a00594525f67f6aec2178881 Satoshi Kataoka2012-06-061-1/+1
* | | | am 2eb5eb4d: am be2fef4d: Merge "Fix backing view height calculation in lands...•••* commit '2eb5eb4d447cb326b4c10cff2cae64df4e431ffd': Fix backing view height calculation in landscape orientation Tadashi G. Takaoka2012-06-051-1/+3
|\| | | | |_|/ |/| |
| * | Fix backing view height calculation in landscape orientation•••This logic has been dropped by Ib814c07f. Bug: 6610497 Change-Id: Id89ad3280b73a31d8c9c6826e9ee297791624db1 Tadashi G. Takaoka2012-06-051-1/+3
| |/
* | am e2832daf: am 8cf3654a: Merge "Use calculated backing view height instead o...•••* commit 'e2832daf4c289f94d68c546c485fc06bbf6aefd6': Use calculated backing view height instead of the view's height Tadashi G. Takaoka2012-06-031-22/+9
|\|
| * Use calculated backing view height instead of the view's height•••This change removes the work around that was introduced by If4f24500. Bug: 6596131 Change-Id: Ib814c07fdac7d0aa0d7fbc2764fda1af42b82ad5 Tadashi G. Takaoka2012-06-041-22/+9
* | am e6560252: am 72cd8466: Merge "Fix NPE in user history bigram dictionary" i...•••* commit 'e656025282c0da28ed80b2604949092dbc5fb72e': Fix NPE in user history bigram dictionary satok2012-05-311-0/+7
|\|
| * Fix NPE in user history bigram dictionary•••Bug: 6584882 Change-Id: Id0162bffc4f0f36239cdc68383f8a47d7a957397 satok2012-06-011-0/+7
* | am 408fa1ac: am 961e676b: Merge "Set level 1 as the initial value of the vali...•••* commit '408fa1ac48a3eb6f378274d5dd0e490da0f453ae': Set level 1 as the initial value of the valid words Satoshi Kataoka2012-05-291-1/+5
|\|
| * Set level 1 as the initial value of the valid words•••Bug: 4192129 Change-Id: I867e78ce79c78977d08e8b66881a25b6fe5bf41f Satoshi Kataoka2012-05-291-1/+5
* | am fff5cd6f: am aa064139: Merge "Forget user history" into jb-dev•••* commit 'fff5cd6f767e248ecb5b30ea39cb9a22a476b953': Forget user history satok2012-05-271-2/+1
|\|
| * Merge "Forget user history" into jb-devsatok2012-05-271-2/+1
| |\
| | * Forget user history•••Bug: 4192129 Change-Id: Ic98398e5383093a1c24373849eadc48fc4d3626f satok2012-05-281-2/+1
* | | am fac23787: am bed613cf: Merge "Simulate hardware enter/delete events if the...•••* commit 'fac23787bbd7723acba4e7e344aa6f799d9584f6': Simulate hardware enter/delete events if the app targets < 16 Jean Chalard2012-05-271-3/+37
|\| |
| * | Simulate hardware enter/delete events if the app targets < 16•••This will make text input buggy on all apps until they target JB or superior. Bug: 6537051 Change-Id: I726347db8c84d1582ad1962d3a910e698389e08c Jean Chalard2012-05-281-3/+37
| |/
* | am d45e334f: am 7707e045: Merge "Cache application info." into jb-dev•••* commit 'd45e334f5a73d2cc36800a81e1bbf881e633f026': Cache application info. Jean Chalard2012-05-251-3/+6
|\|
| * Cache application info.•••Bug: 6537051 Change-Id: Ieca891235df0d697bdeb0510651b703654fdef38 Jean Chalard2012-05-251-3/+6
* | am 6691bd67: am 9b93817b: Merge "Get information about the target application...•••* commit '6691bd675a555163aa59c2ac791c6138c1d8a32c': Get information about the target application. Jean Chalard2012-05-251-1/+11
|\|
| * Get information about the target application.•••Bug: 6537051 Change-Id: I9fe7a07b5ddf2a423d5764840753ea70544206f1 Jean Chalard2012-05-251-1/+11
* | am 925212ff: am c54d558e: Cancel adding user history bigram when autocorrecti...•••* commit '925212ff4b3d6ff4182a94a133c0e4a4f23dd6aa': Cancel adding user history bigram when autocorrection is cancelled satok2012-05-231-18/+23
|\|
| * Cancel adding user history bigram when autocorrection is cancelled•••Bug: 6465474 Change-Id: Ifbfe0ddc2ce5fab070939ede3db7bf03a8535a45 satok2012-05-241-18/+23
* | am c4f66d32: am 6c034901: Fix an NPE•••* commit 'c4f66d3233159ee224dd0b30dd117fe539af2be6': Fix an NPE Jean Chalard2012-05-221-1/+1
|\|
| * Fix an NPE•••Bug: 6538761 Change-Id: Id85486ee93437cfec7db421d5c7f2d7980a7e32e Jean Chalard2012-05-231-1/+1
* | Merge "switch ResearchLogger output to json."Kurt Partridge2012-05-221-4/+6
|\ \
| * | switch ResearchLogger output to json.•••use multiple logging files, clean up internal nested class structure. multi-project commit with I1813b6710ef586d96cf8936662f58b870040d6e5 Bug: 6188932 Change-Id: I438790e28f74747c4c1a48a20c1942a0fd818b6c Kurt Partridge2012-05-211-4/+6