aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move two methods in a more appropriate placeJean Chalard2012-06-123-31/+33
| | | | Change-Id: I512b04e23490413a44b1ca0517102fe2d9138df3
* Move an editing method to the RichInputConnectionJean Chalard2012-06-122-24/+24
| | | | Change-Id: Ie143ad008ca8deb1c5034cb80ec1cb28a6b0682d
* Move a member call out of the wayJean Chalard2012-06-121-1/+1
| | | | Change-Id: I5da48442c0b39aaff817c3b6d067a9b13fda0643
* Move two editing utility methods to RichInputConnectionJean Chalard2012-06-122-40/+48
| | | | Change-Id: If8d03bea1b6369cb3043da6321048d052995d664
* Merge "Rename mSettingsValues to mCurrentSettings"Jean Chalard2012-06-111-54/+55
|\
| * Rename mSettingsValues to mCurrentSettingsJean Chalard2012-06-081-54/+55
| | | | | | | | | | | | | | | | ...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
* | Merge "Move suggestion strip visibility to SettingsValues"Jean Chalard2012-06-112-29/+33
|\|
| * Move suggestion strip visibility to SettingsValuesJean Chalard2012-06-082-29/+33
| | | | | | | | Change-Id: If34112c69acd5122d87554043d87d8f4dbdf5d15
* | Merge "Accept a null input attributes for reading settings."Jean Chalard2012-06-112-3/+1
|\|
| * Accept a null input attributes for reading settings.Jean Chalard2012-06-082-3/+1
| | | | | | | | Change-Id: I11a8e1aca3541c35d2b39b27716687fcd8ff3dc6
* | Merge "Move the correction mode to SettingsValue and make it final"Jean Chalard2012-06-112-21/+21
|\|
| * Move the correction mode to SettingsValue and make it finalJean Chalard2012-06-082-21/+21
| | | | | | | | | | | | At last this guy is final, at last Change-Id: I76911f8d47493f8a1719f75fc7e949be5d7da1a2
* | Merge "Consolidate updateCorrectionMode() calls"Jean Chalard2012-06-111-6/+3
|\|
| * Consolidate updateCorrectionMode() callsJean Chalard2012-06-081-6/+3
| | | | | | | | Change-Id: I43c0505e9a1652bfc568f23b787fc68a5c5e9220
* | Add NativeUtils.powf()Ken Wakasa2012-06-082-2/+34
|/ | | | Change-Id: I0339f39d49bc6390d098017f32d92c776974e03e
* Move some editing methods to RichInputConnection.Jean Chalard2012-06-082-35/+39
| | | | Change-Id: I8527776a4bd8236a85bb77f9791f9b76977ad181
* Straighten batch edits, pass 1Jean Chalard2012-06-081-23/+8
| | | | Change-Id: I73acfee9098a87b9cde8aca720586ec748b2a82f
* Merge RichInputConnection with EditingUtilsJean Chalard2012-06-084-240/+192
| | | | Change-Id: I9982ff325bef56694402caef28a77683c52ccd71
* Make a wrapper for the input connection.Jean Chalard2012-06-082-213/+275
| | | | | | | 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
* Merge "Small performance tweak"Jean Chalard2012-06-082-8/+8
|\
| * Small performance tweakJean Chalard2012-06-082-8/+8
| | | | | | | | Change-Id: Icd540742073d49d12e70b2d8bd99aaf7ccb5802d
* | Remove deprecated classes.Jean Chalard2012-06-087-596/+41
|/ | | | | | | Should we maybe rename back *BinaryDict* to *Dict* in another change for simplicity? Change-Id: I8f7dcb78b9bdf1a13ce403a997fbb8619f2b453b
* Remove a slew of Eclipse warnings.Jean Chalard2012-06-088-10/+10
| | | | Change-Id: I03236386aea13fbd4fb8eaeee18e0008aa136502
* Fix typoKen Wakasa2012-06-081-8/+8
| | | | Change-Id: I264f829c1584a37995dbc5ee4ba6b6783d5d4834
* am e4da18e2: am 6348c54f: Merge "Initializing member variable before it is ↵Tadashi G. Takaoka2012-06-071-1/+1
|\ | | | | | | | | | | | | referenced" into jb-dev * commit 'e4da18e27916f770fcd704032d30534d287d67c6': Initializing member variable before it is referenced
| * Merge "Initializing member variable before it is referenced" into jb-devTadashi G. Takaoka2012-06-071-1/+1
| |\
| | * Initializing member variable before it is referencedTadashi G. Takaoka2012-06-071-1/+1
| | | | | | | | | | | | | | | Bug: 6584882 Change-Id: I1f76388fa8cc16171bc3fc60c935ddcf0a7c4e92
* | | am 674c51a0: am ec2981a4: Fix a bug on upgrading user history schemesatok2012-06-072-1/+9
|\| | | | | | | | | | | | | | * commit '674c51a01117b73dd25473195f92fb0c0158da26': Fix a bug on upgrading user history scheme
| * | Fix a bug on upgrading user history schemesatok2012-06-082-1/+9
| |/ | | | | | | | | Bug: 6626700 Change-Id: I3190d7404e45e704be79ee2031e79b18475feb8c
* | Merge "Contacts binary dictionary updates with change in keyboard locale."Tom Ouyang2012-06-072-16/+33
|\ \
| * | Contacts binary dictionary updates with change in keyboard locale.Tom Ouyang2012-06-072-16/+33
| | | | | | | | | | | | | | | Bug: 6616436 Change-Id: I8d66a37f295134c5b9875b2a305a9be7442bd75d
* | | am eead5492: am 769cecf7: Close spell-checking dictionaries in a background ↵Jean Chalard2012-06-061-20/+25
|\ \ \ | | |/ | |/| | | | | | | | | | | | | thread * commit 'eead5492615f0b05ef85ca1f88d3a41ce3f8d496': Close spell-checking dictionaries in a background thread
| * | Close spell-checking dictionaries in a background threadJean Chalard2012-06-071-20/+25
| | | | | | | | | | | | | | | Bug: 6584677 Change-Id: Ifd9b0f995f4e0cf4d35a7ecde767826ab976f0b8
* | | Merge "add research log ui control"Kurt Partridge2012-06-062-14/+109
|\ \ \
| * | | add research log ui controlKurt Partridge2012-06-062-14/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | am e08cfda1: am 5a8d2fd1: Merge "Cache UserHistoryDictionary for each ↵Satoshi Kataoka2012-06-063-127/+216
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | language" into jb-dev * commit 'e08cfda1ebea693c56681816076c419f23c51076': Cache UserHistoryDictionary for each language
| * | | Merge "Cache UserHistoryDictionary for each language" into jb-devSatoshi Kataoka2012-06-063-127/+216
| |\ \ \
| | * | | Cache UserHistoryDictionary for each languageSatoshi Kataoka2012-06-063-127/+216
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6603257 Change-Id: I73b65e921cff8337a00594525f67f6aec2178881
* | | | | Merge "Cache bigram results in Android SpellChecker"Satoshi Kataoka2012-06-061-8/+24
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Cache bigram results in Android SpellCheckerSatoshi Kataoka2012-06-061-8/+24
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6610579 Change-Id: I255c068f64f99ee80abda49153ed8ea009ca8ad3
* | | | | Merge "Change constants in ResearchLogger"Kurt Partridge2012-06-051-30/+30
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Change constants in ResearchLoggerKurt Partridge2012-06-051-30/+30
| | | | | | | | | | | | | | | | | | | | Bug: 6188932 Change-Id: I3c6a3fb3e8fb139e16322e544f12bc3294cdaf1c
* | | | am 2eb5eb4d: am be2fef4d: Merge "Fix backing view height calculation in ↵Tadashi G. Takaoka2012-06-051-1/+3
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | landscape orientation" into jb-dev * commit '2eb5eb4d447cb326b4c10cff2cae64df4e431ffd': Fix backing view height calculation in landscape orientation
| * | | Fix backing view height calculation in landscape orientationTadashi G. Takaoka2012-06-051-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This logic has been dropped by Ib814c07f. Bug: 6610497 Change-Id: Id89ad3280b73a31d8c9c6826e9ee297791624db1
* | | | am c750f9eb: am a6166d37: Fix a bug where Latin IME crashes on spell checker ↵Jean Chalard2012-06-052-6/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | request * commit 'c750f9eb5398a30b207891e6858863f493875199': Fix a bug where Latin IME crashes on spell checker request
| * | | Fix a bug where Latin IME crashes on spell checker requestJean Chalard2012-06-052-6/+13
| | | | | | | | | | | | | | | | | | | | Bug: 6611183 Change-Id: I8a879feb598e1ac55d73f9cb27e54aa533d3a010
* | | | am 18c4137c: am 7f7739fe: Merge "Fix a bug where the spellcheck is using the ↵Tom Ouyang2012-06-051-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | old non-binary contacts dictionary" into jb-dev * commit '18c4137c878c18de24a406b861ddb2a735e02f7d': Fix a bug where the spellcheck is using the old non-binary contacts dictionary
| * | | Merge "Fix a bug where the spellcheck is using the old non-binary contacts ↵Tom Ouyang2012-06-041-1/+5
| |\ \ \ | | | | | | | | | | | | | | | dictionary" into jb-dev
| | * | | Fix a bug where the spellcheck is using the old non-binary contacts dictionaryTom Ouyang2012-06-041-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6607023 Change-Id: I6dc120dea23052a0841e281c20706bfb21fd9876
* | | | | am 7394fc43: am 0e134e6b: Merge "Avoid redundant access to DB" into jb-devSatoshi Kataoka2012-06-052-52/+70
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '7394fc43028ef6e28579921c30915bd8a9c9c990': Avoid redundant access to DB