aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | Use InstrumentationTestCase and get rid of AndroidTestCase.getTestContext callTadashi G. Takaoka2012-06-121-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6202480 Change-Id: I19e04f17614e70867f8383d08667e350d753cde9
* | | | | | | Merge "Check inputs to ResearchLogger"Kurt Partridge2012-06-121-8/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Check inputs to ResearchLoggerKurt Partridge2012-06-121-8/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to avoid NPEs. Bug: 6188932 Change-Id: I377ceaac867df879dc7984dae44e96b369858cca
* | | | | | | Merge "Consolidate auto-correction settings."Jean Chalard2012-06-122-12/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Consolidate auto-correction settings.Jean Chalard2012-06-122-12/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | Merge "Move two methods in a more appropriate place"Jean Chalard2012-06-123-31/+33
|\| | | | | | | |_|/ / / / |/| | | | |
| * | | | | Move two methods in a more appropriate placeJean Chalard2012-06-123-31/+33
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I512b04e23490413a44b1ca0517102fe2d9138df3
* | | | | | Merge "Adjust string lengths for translation"Kurt Partridge2012-06-121-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Adjust string lengths for translationKurt Partridge2012-06-111-5/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6635482 Bug: 6644787 Bug: 6645780 Bug: 6646060 Bug: 6645917 Change-Id: I61e62a7b9840bb4767ce40f521004fae7dbe905a
* | | | | 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 "Import translations. DO NOT MERGE"Eric Fischer2012-06-1147-669/+340
|\ \ \ \ \ \
| * | | | | | Import translations. DO NOT MERGEEric Fischer2012-06-1147-669/+340
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: I2ab623c74a6c9b45558af0241dbd985e851428cd
* | | | | | Merge "Consolidate updateCorrectionMode() calls"Jean Chalard2012-06-111-6/+3
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Consolidate updateCorrectionMode() callsJean Chalard2012-06-081-6/+3
| | | | | | | | | | | | | | | | | | | | Change-Id: I43c0505e9a1652bfc568f23b787fc68a5c5e9220
* | | | | am 4761677e: Reconcile with jb-releaseThe Android Open Source Project2012-06-110-0/+0
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | * commit '4761677ea28182b70d9456d1641b3c2e87e23ca0':
| * | | | Reconcile with jb-releaseThe Android Open Source Project2012-06-110-0/+0
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | Change-Id: I8a27e182b289fe193ffad6427aeed2db6b120201
| | * | | merge in jb-release history after reset to jb-devThe Android Automerger2012-06-110-0/+0
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | merge in jb-release history after reset to jb-devThe Android Automerger2012-06-080-0/+0
| | | |\ \
* | | | | | am 65128b5a: (-s ours) am 2d5ba8bb: Import translations. DO NOT MERGEEric Fischer2012-06-080-0/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '65128b5a52b22dce04cd0ae9d7a14fe671abd598': Import translations. DO NOT MERGE
| * | | | | am 2d5ba8bb: Import translations. DO NOT MERGEEric Fischer2012-06-084-9/+9
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '2d5ba8bbde29fb468f80c71701522496bc64dc33': Import translations. DO NOT MERGE
| | * | | | Import translations. DO NOT MERGEEric Fischer2012-06-084-9/+9
| | |/ / / | | | | | | | | | | | | | | | Change-Id: I3a0a7fc4901be1171d0877bb3a02633d6f6c1c2d
* | | | / Add NativeUtils.powf()Ken Wakasa2012-06-086-2/+110
| |_|_|/ |/| | | | | | | | | | | Change-Id: I0339f39d49bc6390d098017f32d92c776974e03e
* | | | Merge "Move some editing methods to RichInputConnection."Jean Chalard2012-06-082-35/+39
|\ \ \ \
| * | | | Move some editing methods to RichInputConnection.Jean Chalard2012-06-082-35/+39
| | | | | | | | | | | | | | | | | | | | Change-Id: I8527776a4bd8236a85bb77f9791f9b76977ad181
* | | | | Merge changes I94a64865,I62725bfeSatoshi Kataoka2012-06-088-240/+218
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | * changes: Refactor step3: const unigram_dictionary refactor native step 2
| * | | | Refactor step3: const unigram_dictionarySatoshi Kataoka2012-06-082-47/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - make all functions in unigram_dictionary const Change-Id: I94a64865aa793435e6c81890e68d999f6374074e
| * | | | refactor native step 2Satoshi Kataoka2012-06-088-196/+175
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - proximity_info is now stateless Change-Id: I62725bfe05b161fa8fc050ea6b50867e10a354e2
* | | | | Straighten batch edits, pass 1Jean Chalard2012-06-081-23/+8
| | | | | | | | | | | | | | | | | | | | Change-Id: I73acfee9098a87b9cde8aca720586ec748b2a82f
* | | | | Merge RichInputConnection with EditingUtilsJean Chalard2012-06-085-270/+239
| | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge "Remove a slew of Eclipse warnings."Jean Chalard2012-06-0810-12/+11
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove a slew of Eclipse warnings.Jean Chalard2012-06-0810-12/+11
| | | | | | | | | | | | | | | | | | | | Change-Id: I03236386aea13fbd4fb8eaeee18e0008aa136502
* | | | | Merge "Separate state from proximity_info step1"Satoshi Kataoka2012-06-079-307/+474
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Separate state from proximity_info step1Satoshi Kataoka2012-06-079-307/+474
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6548943 Change-Id: I7b4fbe20615a28151a74875be43b9f4a20e0dce9
* | | | | am b86be339: (-s ours) am 5921ebe3: Import translations. DO NOT MERGEEric Fischer2012-06-070-0/+0
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | * commit 'b86be339d5a718721a57563082c11b8a1e2ac8a2': Import translations. DO NOT MERGE
| * | | | am 5921ebe3: Import translations. DO NOT MERGEEric Fischer2012-06-073-9/+7
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | * commit '5921ebe34ea82076d5a0619d096f354d23590221': Import translations. DO NOT MERGE
| | * | | Import translations. DO NOT MERGEEric Fischer2012-06-073-9/+7
| | | | | | | | | | | | | | | | | | | | Change-Id: I7f676d036d2773bd3caa5087626b72fc599b1f08