aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.Yuichiro Hanada2013-08-144-462/+504
| | | | Change-Id: I9ba55582c533fef0eb3e60c46bf23c8b16ee1ff4
* Merge "Add FusionDictionaryBufferFromWritableByteBufferFactory."Ken Wakasa2013-08-142-2/+43
|\
| * Add FusionDictionaryBufferFromWritableByteBufferFactory.Yuichiro Hanada2013-08-142-2/+43
| | | | | | | | 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-144-10/+102
|\ \ \ \
| * | | | Add looksValidForDictionaryInsertionJean Chalard2013-08-144-10/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...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 "Remove NodeFilter."Keisuke Kuroyanagi2013-08-149-134/+40
|\ \ \ \ \
| * | | | | Remove NodeFilter.Keisuke Kuroyanagi2013-08-149-134/+40
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I27d905dd3581cbb0e67d071dba04066aaa2ba22e
* | | | | | 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
* | / / Fix ShortcutListPolicy::getStartPos().Keisuke Kuroyanagi2013-08-141-0/+3
| |/ / |/| | | | | | | | | | | Bug: 6669677 Change-Id: I1fa9967fc6aa0956986954c8ea1f990a47c15764
* | | 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
* | / Move utils for reading dict to policyimpl.Keisuke Kuroyanagi2013-08-1415-38/+32
| |/ |/| | | | | | | Bug: 6669677 Change-Id: Ia1da3cb84b457665cf26172d3810e1d28329bca4
* | 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 "Move files for headerPolicy to policyimpl."Keisuke Kuroyanagi2013-08-137-9/+7
|\ \ \
| * | | Move files for headerPolicy to policyimpl.Keisuke Kuroyanagi2013-08-137-9/+7
| | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: Ic90feb9c3a9a7b698e588c8ad25c765a246706a8
* | | | Merge "Move header reading methods to policyimpl."Keisuke Kuroyanagi2013-08-1315-132/+174
|\| | |
| * | | Move header reading methods to policyimpl.Keisuke Kuroyanagi2013-08-1315-132/+174
| | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I24cb32f28cf355485b431cc56d877000e3f946d4
* | | | Merge "Add BinaryDictReader."Ken Wakasa2013-08-1311-110/+327
|\ \ \ \ | |/ / / |/| | |
| * | | Add BinaryDictReader.Yuichiro Hanada2013-08-1311-110/+327
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
* | | | Merge "Use DictionaryStructureWithBufferPolicy for traversing."Keisuke Kuroyanagi2013-08-1319-127/+126
|\ \ \ \
| * | | | Use DictionaryStructureWithBufferPolicy for traversing.Keisuke Kuroyanagi2013-08-1319-127/+126
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: If7bc038278b7217ed5ba4cb77b1238b2dad0001b
* | | | | Merge "Rename maketext tool to make-keyboard-text"Tadashi G. Takaoka2013-08-1363-23/+23
|\ \ \ \ \
| * | | | | Rename maketext tool to make-keyboard-textTadashi G. Takaoka2013-08-1363-23/+23
| | |_|/ / | |/| | | | | | | | | | | | | Change-Id: Icceda22aec75f9e3602da8775c0e94b110283575
* | | | | am 06b38f8b: (-s ours) am ecf78498: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-08-130-0/+0
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | * commit '06b38f8bd03884cbc763642013d8993abafe14c0': Import translations. DO NOT MERGE
| * | | | am ecf78498: (-s ours) Import translations. DO NOT MERGEBaligh Uddin2013-08-130-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'ecf78498e07966ba9d29761164aed18af8cc9437': Import translations. DO NOT MERGE
| | * | | | Import translations. DO NOT MERGEBaligh Uddin2013-08-1251-553/+462
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I0dd7005820a37351cb9fbc236ae72fecbd57c9ae Auto-generated-cl: translation import
* | | | | | 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-134-6/+8
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fix parenthesis direction for RTL languagesTadashi G. Takaoka2013-08-134-6/+8
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10284912 Change-Id: Ie0fc09b101034482a775961c8f8f1fcdf6dbec8f
* | | | | | Merge "Remove TerminalAttributes."Keisuke Kuroyanagi2013-08-134-88/+62
|\ \ \ \ \ \
| * | | | | | Remove TerminalAttributes.Keisuke Kuroyanagi2013-08-124-88/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use BinaryDictionaryShortcutIterator instead of TerminalAttributes. Bug: 6669677 Change-Id: Ib7176e3b302ba383344cc6fcc037e23568c702a8
* | | | | | | Merge "Quit using BinaryDictionaryInfo in header reading methods."Keisuke Kuroyanagi2013-08-137-82/+40
|\ \ \ \ \ \ \
| * | | | | | | Quit using BinaryDictionaryInfo in header reading methods.Keisuke Kuroyanagi2013-08-137-82/+40
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I5198ae28fcc271dd6ab3c33df940a2d15513a8c8