aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-148-39/+46
|\ \ \ \ \
| * | | | | Add empty key background typeTadashi G. Takaoka2013-08-148-39/+46
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I9b07c58a9b70ae0228f87e1f066ca8cd959b4f03
* | | | | | Merge "Thin out audio and haptic feedback while key repeat"Tadashi G. Takaoka2013-08-146-36/+55
|\ \ \ \ \ \
| * | | | | | Thin out audio and haptic feedback while key repeatTadashi G. Takaoka2013-08-146-36/+55
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Bug: 6522943 Change-Id: Id60f256ab0f8741578eda276116817fa48917325
* | | | | | Merge "Remove unused drawables"Tadashi G. Takaoka2013-08-1410-40/+0
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Remove unused drawablesTadashi G. Takaoka2013-08-1410-40/+0
| | |_|/ / | |/| | | | | | | | | | | | | Change-Id: I83f752dcb0d607e3f77bfbee519993aa37bfd5e4
* | | | | 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
* | | | Merge "Add BinaryDictReader."Ken Wakasa2013-08-135-30/+136
|\ \ \ \
| * | | | Add BinaryDictReader.Yuichiro Hanada2013-08-135-30/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
* | | | | Merge "Rename maketext tool to make-keyboard-text"Tadashi G. Takaoka2013-08-131-5/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename maketext tool to make-keyboard-textTadashi G. Takaoka2013-08-131-5/+5
| |/ / / | | | | | | | | | | | | Change-Id: Icceda22aec75f9e3602da8775c0e94b110283575
* | | | 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
* | | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-08-1351-553/+462
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-08-1251-553/+462
| |/ / / | | | | | | | | | | | | | | | | Change-Id: I17e1fa887883a74297346d650cabfc4b0c411b2e Auto-generated-cl: translation import
* | | | Merge "Fix parenthesis direction for RTL languages"Tadashi G. Takaoka2013-08-131-4/+5
|\ \ \ \
| * | | | Fix parenthesis direction for RTL languagesTadashi G. Takaoka2013-08-131-4/+5
| |/ / / | | | | | | | | | | | | | | | | Bug: 10284912 Change-Id: Ie0fc09b101034482a775961c8f8f1fcdf6dbec8f
* | | | Merge "Call onDictionaryReady"Satoshi Kataoka2013-08-131-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Call onDictionaryReadySatoshi Kataoka2013-08-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 9429906 Change-Id: Ifc538b38b7d37469aecccd32a7e3f95a90558be7
* | | | Merge "Remove redundant EditorInfo member from KeyboardLayoutSet.Builder"Tadashi G. Takaoka2013-08-121-6/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Remove redundant EditorInfo member from KeyboardLayoutSet.BuilderTadashi G. Takaoka2013-08-121-6/+4
| | | | | | | | | | | | | | | | Change-Id: I9bbba9c27d3d478421c094e6cd0e1da31fd4f4c8
* | | | 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-093-10/+14
|\ \ \ | |_|/ |/| | | | | | | | * commit '25402fd5309891884a843528d47f6b4646341a3f': Deallocate gesture trail bitmap when unneeded further
| * | am 724db044: Deallocate gesture trail bitmap when unneeded furtherKen Wakasa2013-08-093-10/+14
| |\ \ | | | | | | | | | | | | | | | | * commit '724db044957eb3544323c9814cbb4f20e81b8594': Deallocate gesture trail bitmap when unneeded further
| | * | Deallocate gesture trail bitmap when unneeded furtherKen Wakasa2013-08-093-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow up to I5bc980c4dc41bc304be3c190934c1f7c55c9d244 bug: 8967766 Change-Id: I7b916daa5269cfde359a77555e8ffadf0e4a8f92
| * | | am 5c057b32: Merge "Fix unit tests."Satoshi Kataoka2013-08-081-0/+4
| |\| | | | | | | | | | | | | | | | | | * commit '5c057b32414fab5f5d8267f8fc8b4230b54d4cca': Fix unit tests.
| * | | am 96b444d4: Merge "Remove processMotionEvent from MoreKeysKeyboardView"Tadashi G. Takaoka2013-08-084-19/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | * commit '96b444d4292f0834c94b8d56ae124a6d6a947bd3': Remove processMotionEvent from MoreKeysKeyboardView
| * \ \ \ am 1181c5ac: Merge "Fix to follow the field naming conventions."Satoshi Kataoka2013-08-081-3/+3
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit '1181c5acbc6bd8834551d8fadca55d41c886a6d8': Fix to follow the field naming conventions.
| * \ \ \ \ am d7b76727: Merge "Make user and contacts dict use ver3 format."Keisuke Kuroyanagi2013-08-081-3/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd7b76727b9411a003c66182af20617afd38edde5': Make user and contacts dict use ver3 format.
| * \ \ \ \ \ am 769aefe0: Merge "Increase CHAR_LIMIT to 29 to accommodate German."Jean Chalard2013-08-081-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '769aefe00eac18240c70ad37ffd5b6b4fde81390': Increase CHAR_LIMIT to 29 to accommodate German.
| * \ \ \ \ \ \ am 4456d1a8: Merge "Have double-space-to-period cancel leave a single space"Jean Chalard2013-08-081-2/+4
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '4456d1a8c18a4c674c8394570550f2977f5f117b': Have double-space-to-period cancel leave a single space