aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/LatinIME.java (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused stuff.•••Change-Id: Ifd0d5b6978f76b841574a6e10157c32d0cd656b6 Jean Chalard2012-06-271-2/+1
* Cleanup the dictionary type.•••Stop storing an int in each of the different class types, and just store a string in the top class. Change-Id: I2af1832743e6fe78e5c1364f6d9cc21252bf5831 Jean Chalard2012-06-271-3/+2
* Merge the interface of two methods that do the same thing (A9)•••Change-Id: Ia5701d713d0fd5bb646b54a03a1a5602dad0a9e6 Jean Chalard2012-06-261-2/+4
* Merge "Fix possible NPE from a concurrent problem in LatinIME"Satoshi Kataoka2012-06-211-2/+3
|\
| * Fix possible NPE from a concurrent problem in LatinIME•••Bug: 6620746 Change-Id: Icc18de92d7edc6888c712c2cf5ce479a65f8bfad Satoshi Kataoka2012-06-191-2/+3
* | Merge "Update an outdated comment"Jean Chalard2012-06-201-2/+1
|\ \
| * | Update an outdated comment•••Change-Id: I3d02dc8597ed14d998caeaa056813353e2d7ec1a Jean Chalard2012-06-161-2/+1
* | | Cleanup, part 9 (C9)•••Change-Id: Ifb15553824915d0634aea83689302c2418b093f3 Jean Chalard2012-06-211-8/+3
* | | Cleanup, part 8 (C8)•••Change-Id: Iecc9b3d43c191614c2951408e14085cb77eefd4d Jean Chalard2012-06-201-11/+9
* | | Cleanup, part 7 (C7)•••Change-Id: I662be9d3b31fb9e157722f38cab1e6fb8a1152ab Jean Chalard2012-06-201-4/+2
* | | Merge "Cleanup, part 4 (C4)"Jean Chalard2012-06-191-1/+1
|\ \ \
| * | | Cleanup, part 4 (C4)•••Change-Id: I2821ae71ec49e4b6b512157d17b80198f74321e4 Jean Chalard2012-06-161-1/+1
* | | | Merge "Cleanup, part 3 (C3)"Jean Chalard2012-06-191-1/+1
|\| | |
| * | | Cleanup, part 3 (C3)•••Change-Id: Ib0be8dc26b6fa366a3dabeea940d466602073244 Jean Chalard2012-06-161-1/+1
| |/ /
* | | Remove a member (B5)•••The new call in the test ensures getCurrentInputEditorInfo actually works. Change-Id: I2ee407bd9927d22db537d12f339e2b977a38054a Jean Chalard2012-06-191-3/+3
* | | Move a settings method to SettingsValues (B3)•••Change-Id: Ibfa27bd919c92be219c4d107b3ace008ca80a19f Jean Chalard2012-06-191-17/+10
* | | Remove non-dictionary words and digit touch data.•••Output to the ResearchLogger is now queued and only flushed if the word the user was working on is a dictionary word. multi-project commit with Ic713ec00777fbdcf4a937b3c77b995257e100fc7 Bug: 6188932 Change-Id: I9de15227ff51be23083d9096f1c1b3d83802fff7 Kurt Partridge2012-06-171-0/+3
|/ /
* | Move final attributes to SettingsValues (B2)•••Bug: 6675475 Bug: 6677394 Change-Id: I4a26efb9226d3f909f331c4d2e47cd83a05c011e Jean Chalard2012-06-161-33/+32
* | Inline a method for simplicity (B1)•••This has a confusing name and is a one-liner Change-Id: I954a648a8413e38a535c2b81e4b171e1bdc9f1c2 Jean Chalard2012-06-161-6/+3
* | resolved conflicts for merge of be82f297 to master•••Change-Id: If49ca384ea0ac415a75f8ea1bad77dc6719cb04d Jean Chalard2012-06-151-3/+7
|\ \
| * \ Merge "Do not display punctuation suggestions when bigrams are on." into jb-devJean Chalard2012-06-141-2/+6
| |\ \
| | * | Do not display punctuation suggestions when bigrams are on.•••Bug: 6310401 Change-Id: I9d31c48e287aceedaf2f4c5129031ddb31402451 Jean Chalard2012-06-151-2/+6
* | | | Fix an NPE•••This code is temporary until we get rid of this member. Bug: 6662963 Bug: 6667091 Change-Id: I1d970d2a97992507e86c5b94978a2543fe42b375 Jean Chalard2012-06-151-4/+4
| |_|/ |/| |
* | | am d9c702d2: am 5caaf1b9: Merge "Do not add profanity to user history bigram ...•••* commit 'd9c702d2ff017452f0264f2be12b6bffd6204e4a': Do not add profanity to user history bigram dicitonary Satoshi Kataoka2012-06-141-2/+3
|\| |
| * | Do not add profanity to user history bigram dicitonary•••Change-Id: I864c4206e3e6cde4d6ed687a9759e98901e16b9a Satoshi Kataoka2012-06-141-2/+3
| |/
* | Fix an occurrence of nested batch edits.•••This is harmless, but against policy. Also, rework the checking code to be more readable, give more information, and be called for all relevant methods - and not for informative methods, which are not required to be in a batch edit. Change-Id: I03fa8b2e7d68a6a133f86be8a214671750c29256 Jean Chalard2012-06-131-8/+3
* | 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