aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | am 42ecf39d: am 002e43ea: Merge "Remove irrelevant options." into jb-devJean Chalard2012-06-142-11/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '42ecf39d04df9eb02e57cf29e63552bc04092857': Remove irrelevant options.
| * | | | Merge "Remove irrelevant options." into jb-devJean Chalard2012-06-142-11/+9
| |\ \ \ \
| | * | | | Remove irrelevant options.Jean Chalard2012-06-152-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6667355 Change-Id: I39b6db17fb52e80f510cf6462f41d9cb1f8e0341
* | | | | | am de1d88eb: am 32f4ceb2: Dismiss more suggestions panel when suggestions ↵Tadashi G. Takaoka2012-06-143-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strip is closed * commit 'de1d88eb4199160899d227f2c679215e16410c42': Dismiss more suggestions panel when suggestions strip is closed
| * | | | | Dismiss more suggestions panel when suggestions strip is closedTadashi G. Takaoka2012-06-143-2/+3
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change fixes possible NPE as well. Bug: 6658028 Change-Id: I8706808d1002b7b0b95930fd9b08568f08645da6
* | | | / Fix an NPEJean Chalard2012-06-151-4/+4
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This code is temporary until we get rid of this member. Bug: 6662963 Bug: 6667091 Change-Id: I1d970d2a97992507e86c5b94978a2543fe42b375
* | | | am d9c702d2: am 5caaf1b9: Merge "Do not add profanity to user history bigram ↵Satoshi Kataoka2012-06-141-2/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | dicitonary" into jb-dev * commit 'd9c702d2ff017452f0264f2be12b6bffd6204e4a': Do not add profanity to user history bigram dicitonary
| * | | Merge "Do not add profanity to user history bigram dicitonary" into jb-devSatoshi Kataoka2012-06-141-2/+3
| |\ \ \
| | * | | Do not add profanity to user history bigram dicitonarySatoshi Kataoka2012-06-141-2/+3
| | |/ / | | | | | | | | | | | | Change-Id: I864c4206e3e6cde4d6ed687a9759e98901e16b9a
* | | | am bbf18807: am 1db4f951: Fix the order of Persian diacriticsTadashi G. Takaoka2012-06-141-250/+271
|\| | | | | | | | | | | | | | | | | | | * commit 'bbf188075d5e14626c0609f4c3ee6031f6c6d5a6': Fix the order of Persian diacritics
| * | | Fix the order of Persian diacriticsTadashi G. Takaoka2012-06-141-250/+271
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | The java source file KeyboardTextsSet.java has rather big change, but this file is auto generated by "maketext" tool. The crucial part of this change is in 5 XML resource files. Bug: 6661783 Change-Id: I1d827ab0ebe6caa5ab73531682d6c32540b0d7aa
* | | Merge "Fix an occurrence of nested batch edits."Jean Chalard2012-06-133-22/+30
|\ \ \ | |_|/ |/| |
| * | Fix an occurrence of nested batch edits.Jean Chalard2012-06-133-22/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge "Remove useless copy constructor of ProximityInfo"Tadashi G. Takaoka2012-06-121-21/+0
|\ \ \ | |/ / |/| |
| * | Remove useless copy constructor of ProximityInfoTadashi G. Takaoka2012-06-121-21/+0
| | | | | | | | | | | | Change-Id: I56b4a99f670ad38708ad83d76b93a631295e3333
* | | OptimizationJean Chalard2012-06-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Small optimization.Jean Chalard2012-06-131-2/+2
|/ / | | | | | | | | | | This will avoid some two-way IPC calls. Change-Id: If9eb3e99b3d08346aadd4bbed2a1761f8c2527b9
* | resolved conflicts for merge of ee78e780 to masterSatoshi Kataoka2012-06-131-189/+226
|\| | | | | | | Change-Id: I88a4996bdd17c5378a67781d8075eff311670c3b
| * Fix UserHistoryBigram data contention in UserHistoryDictionarysatok2012-06-121-189/+226
| | | | | | | | | | Bug: 6637614 Change-Id: I34d26563e59d3b09bf35b8173dac5645ccb6a39f
* | Merge "Consolidate a test."Jean Chalard2012-06-121-1/+4
|\ \
| * | Consolidate a test.Jean Chalard2012-06-131-1/+4
| | | | | | | | | | | | | | | | | | Stop using the numerical value, use the actual method Change-Id: Iffa7f2d21a0471c7862afd3234cc9c5dd86feb2e
* | | 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
* | | 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
* | | 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
* | 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-071-0/+2
|\ \ \ | |/ / |/| |
| * | Separate state from proximity_info step1Satoshi Kataoka2012-06-071-0/+2
| | | | | | | | | | | | | | | | | | Bug: 6548943 Change-Id: I7b4fbe20615a28151a74875be43b9f4a20e0dce9