aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [Refactor] Move some helper methods to BinaryDictIOUtils.Yuichiro Hanada2013-08-153-80/+78
| | | | Change-Id: Ib817a975dc1f82241f732b236c44b042fda25b3c
* Merge "Fix test breakage"Satoshi Kataoka2013-08-141-0/+2
|\
| * Fix test breakageSatoshi Kataoka2013-08-141-0/+2
| | | | | | | | Change-Id: I10bd8fcc68711a039e000f715d7a65ae42095965
* | Merge "Fix a debug functionality for the personalization prediction"Satoshi Kataoka2013-08-141-1/+1
|\ \
| * | Fix a debug functionality for the personalization predictionSatoshi Kataoka2013-08-141-1/+1
| |/ | | | | | | | | | | Bug: 9429906 Change-Id: I10d39e1f8758dcb64c9c0111d516e3abfe81b04e
* | Merge "Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils."Ken Wakasa2013-08-142-457/+499
|\ \ | |/ |/|
| * Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.Yuichiro Hanada2013-08-142-457/+499
| | | | | | | | Change-Id: I9ba55582c533fef0eb3e60c46bf23c8b16ee1ff4
* | Merge "Add a method to import one bigram and string utilities"Satoshi Kataoka2013-08-142-1/+21
|\ \ | |/ |/|
| * Add a method to import one bigram and string utilitiesSatoshi Kataoka2013-08-142-1/+21
| | | | | | | | | | Bug: 9429906 Change-Id: I73bbf65985196d62470552c576bb076a7cb95008
* | Merge "Add FusionDictionaryBufferFromWritableByteBufferFactory."Ken Wakasa2013-08-141-0/+27
|\ \
| * | Add FusionDictionaryBufferFromWritableByteBufferFactory.Yuichiro Hanada2013-08-141-0/+27
| | | | | | | | | | | | Change-Id: I23de0a178e7f11f2cf301fd433cde60c6152055b
* | | Merge "Move some constants in BinaryDictInputOutput to FormatSpec."Ken Wakasa2013-08-143-22/+20
|\ \ \
| * | | Move some constants in BinaryDictInputOutput to FormatSpec.Yuichiro Hanada2013-08-143-22/+20
| | | | | | | | | | | | | | | | Change-Id: I6b12faf35b65238b9a64c82d4d1a6050f980e72e
* | | | Merge "Add empty key background type"Tadashi G. Takaoka2013-08-141-1/+2
|\ \ \ \
| * | | | Add empty key background typeTadashi G. Takaoka2013-08-141-1/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I9b07c58a9b70ae0228f87e1f066ca8cd959b4f03
* | | | | Merge "Thin out audio and haptic feedback while key repeat"Tadashi G. Takaoka2013-08-143-17/+32
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Thin out audio and haptic feedback while key repeatTadashi G. Takaoka2013-08-143-17/+32
| | |_|/ | |/| | | | | | | | | | | | | | Bug: 6522943 Change-Id: Id60f256ab0f8741578eda276116817fa48917325
* | | | Merge "Add looksValidForDictionaryInsertion"Jean Chalard2013-08-143-10/+88
|\ \ \ \
| * | | | Add looksValidForDictionaryInsertionJean Chalard2013-08-143-10/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...and test it. Also at the same time, add a facility to create a SettingsValues for test, and some minor performance improvement to surrounding methods. Change-Id: I13b629ae14755c244af2a9406a7e9b4a4a16090f
* | | | | Merge "Re-evaluate auto-caps earlier."Jean Chalard2013-08-141-0/+7
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Re-evaluate auto-caps earlier.Jean Chalard2013-08-141-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We have all we know to re-evaluate auto-caps in this case. We don't need to wait until we get the callback from TextView. Bug: 10287972 Change-Id: I87e4e26cd193a001f91fe852ffc5a8f728db2449
* | | | | Merge "Delete surrogate together."Jean Chalard2013-08-141-15/+9
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Delete surrogate together.Jean Chalard2013-08-141-15/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop deleting them one after the other, it makes no sense. We can know in advance if we should delete two of them, so let's use that. Bug: 6526420 Change-Id: Ifa2263cbde8fedc78bb750b84d4acd3f979774ea
* | | | | Merge "Remove dead code"Jean Chalard2013-08-141-17/+11
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | Remove dead codeJean Chalard2013-08-141-17/+11
| |/ / | | | | | | | | | | | | | | | | | | isComposingWord() is actually defined as size > 0, so this test can never be false. Change-Id: If71afae6f0b16bff46178f0fae3244597354fecb
* | | Merge "Fix a bug with surrogate pairs"Jean Chalard2013-08-141-2/+2
|\ \ \ | |_|/ |/| |
| * | Fix a bug with surrogate pairsJean Chalard2013-08-141-2/+2
| |/ | | | | | | | | Bug: 10316781 Change-Id: I528c59c8823cda11975cb01b0ae59f12cfadef3b
* | Merge "Remove audio and haptic feedback while key repeating"Ken Wakasa2013-08-131-2/+2
|\ \
| * | Remove audio and haptic feedback while key repeatingTadashi G. Takaoka2013-08-131-2/+2
| | | | | | | | | | | | | | | Bug: 6522943 Change-Id: Iad1b11172e47bfbae2b4129361a56b9d793f8f62
* | | Add BinaryDictReader.Yuichiro Hanada2013-08-135-30/+136
| | | | | | | | | | | | | | | | | | Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
* | | Merge "Make readHeader check the header size before using it."Ken Wakasa2013-08-131-2/+3
|\ \ \ | |/ / |/| |
| * | Make readHeader check the header size before using it.Yuichiro Hanada2013-08-131-2/+3
| | | | | | | | | | | | Change-Id: I5dc3e2b674f7343ef57317fde6bdb7349a7fe04c
* | | Call onDictionaryReadySatoshi Kataoka2013-08-131-0/+1
|/ / | | | | | | | | | | Bug: 9429906 Change-Id: Ifc538b38b7d37469aecccd32a7e3f95a90558be7
* | Merge "Add PersionalizationDictionaryRegister"Satoshi Kataoka2013-08-125-9/+61
|\ \ | |/ |/|
| * Add PersionalizationDictionaryRegisterSatoshi Kataoka2013-08-125-9/+61
| | | | | | | | | | Bug: 9429906 Change-Id: Ibd4d5cedb371c0b4ee1342a3e6d221c9e34c2402
* | Merge "Rationalize how to use AdditionalFeaturesSettingUtils"Ken Wakasa2013-08-121-2/+2
|\ \ | |/ |/|
| * Rationalize how to use AdditionalFeaturesSettingUtilsKen Wakasa2013-08-101-2/+2
| | | | | | | | | | | | It should be called regardless of the gesture input being enabled or not Change-Id: I223a823ef18389227fc04d000cc7bf750797ba31
* | am 25402fd5: am 724db044: Deallocate gesture trail bitmap when unneeded furtherKen Wakasa2013-08-092-4/+4
|\ \ | | | | | | | | | | | | * commit '25402fd5309891884a843528d47f6b4646341a3f': Deallocate gesture trail bitmap when unneeded further
| * | Deallocate gesture trail bitmap when unneeded furtherKen Wakasa2013-08-092-4/+4
| | | | | | | | | | | | | | | | | | | | | Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 bug: 8967766 Change-Id: I7b916daa5269cfde359a77555e8ffadf0e4a8f92
* | | Remove key preview backing viewTadashi G. Takaoka2013-08-093-77/+50
| |/ |/| | | | | | | | | This change re-origanizes view hierarchy of IME's input view. Change-Id: I9d0a07692d0f41de3345d207366393bcd5424f7e
* | Reinstate a call to UsabilityStudyLogUtils#writeChar()Ken Wakasa2013-08-091-0/+4
| | | | | | | | | | | | | | The usability study mode has been broken. bug: 10251399 Change-Id: Iaa301241f102f412fa073f0d8b897a4c8b265a9c
* | Remove the code and comments about version 1 format.Yuichiro Hanada2013-08-093-55/+70
|/ | | | Change-Id: I827052f234eeaa4dbcfd37da69a99866896a158b
* Merge "Fix unit tests."Satoshi Kataoka2013-08-081-0/+4
|\
| * Fix unit tests.Yuichiro Hanada2013-08-081-0/+4
| | | | | | | | Change-Id: Ic0013089625e112aaccc888d462330640ef7cc6f
* | Merge "Remove processMotionEvent from MoreKeysKeyboardView"Tadashi G. Takaoka2013-08-081-6/+2
|\ \ | |/ |/|
| * Remove processMotionEvent from MoreKeysKeyboardViewTadashi G. Takaoka2013-08-081-6/+2
| | | | | | | | Change-Id: I5373df4a7c82f964f99acf70325bba8702111a75
* | Merge "Fix to follow the field naming conventions."Satoshi Kataoka2013-08-081-3/+3
|\ \
| * | Fix to follow the field naming conventions.Yuichiro Hanada2013-08-081-3/+3
| | | | | | | | | | | | Change-Id: I9b41b5f34e93a3f291a352cd85c5ac257beaa9ab
* | | Make user and contacts dict use ver3 format.Keisuke Kuroyanagi2013-08-081-3/+2
| |/ |/| | | | | | | Bug: 6669677 Change-Id: I6a20eed2c8afdd1c16ada5bf85067864c7cd2a7f
* | Merge "Have double-space-to-period cancel leave a single space"Jean Chalard2013-08-081-2/+4
|\ \ | |/ |/|