aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add tests for start composingJean Chalard2013-08-211-0/+28
| | | | | Bug: 10403176 Change-Id: I510bf1dccf6795426e6fb1b36181b18039a0f435
* [AC2] Reference a dict rather than a string in suggestion infosJean Chalard2013-08-202-3/+4
| | | | | Bug: 9059617 Change-Id: Ic17bc0fd5d812268fd37d7fd35b4e9ebfb95fa5e
* [AC1] Add a memory of where to cut the first word.Jean Chalard2013-08-202-3/+6
| | | | | Bug: 9059617 Change-Id: I931b6d1eb49f9f7dd7d5b18956e35751d1b2b631
* Add DictDecoder.Yuichiro Hanada2013-08-202-11/+8
| | | | Change-Id: Ia1c32f21fe07081ce04d093660e18146b93275a4
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-204-34/+34
| | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* Remove populateOptions.Yuichiro Hanada2013-08-202-3/+3
| | | | Change-Id: I1a1830aaa8ea586b68fc34ff3a27ae52b810e8af
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-194-106/+111
| | | | | | | BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
* Remove an unnecessary debug output.Yuichiro Hanada2013-08-191-1/+0
| | | | Change-Id: If92bf1e3908257c4c0cd68d041b122404e301e08
* Merge "Add HeaderReaderInterface."Ken Wakasa2013-08-192-27/+31
|\
| * Add HeaderReaderInterface.Yuichiro Hanada2013-08-192-27/+31
| | | | | | | | Change-Id: I298f86b70d18cd08b240509b6f757c72e1a59ffe
* | Fix unit test.Yuichiro Hanada2013-08-194-15/+28
|/ | | | Change-Id: Ib104d5de71c2ab1a07921b407c74c21b0409d9af
* Merge "Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader."Ken Wakasa2013-08-162-86/+46
|\
| * Make BinaryDictIOUtils and DynamicBinaryIOUtils use BinaryDictReader.Yuichiro Hanada2013-08-162-86/+46
| | | | | | | | Change-Id: I191dfe0e05ff3c2c5af99e8beebbb73b097748a3
* | Merge "Support languages that don't use spaces."Jean Chalard2013-08-163-3/+132
|\ \ | |/ |/|
| * Support languages that don't use spaces.Jean Chalard2013-08-163-3/+132
| | | | | | | | | | | | | | Thai is an example. Bug: 10138062 Change-Id: Ib9a8264c77ed42b4256432d7c8a60d08575dcdc7
* | Merge "Limit the number of waiting UpdateBinaryTask to at most 1."Ken Wakasa2013-08-161-47/+46
|\ \
| * | Limit the number of waiting UpdateBinaryTask to at most 1.Yuichiro Hanada2013-08-161-47/+46
| | | | | | | | | | | | Change-Id: Ia588d8f29ab58983ea5321ff8c63ad273c33eab3
* | | Merge "Rename Node to PtNodeArray"Jean Chalard2013-08-164-22/+24
|\ \ \ | |/ / |/| |
| * | Rename Node to PtNodeArrayJean Chalard2013-08-164-22/+24
| |/ | | | | | | | | Bug: 10247660 Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99
* | Merge "Add hex string utils"Satoshi Kataoka2013-08-161-0/+12
|\ \ | |/ |/|
| * Add hex string utilsSatoshi Kataoka2013-08-161-0/+12
| | | | | | | | | | Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e
* | Fix SubtypeLocaleUtilsTestsTadashi G. Takaoka2013-08-161-2/+2
|/ | | | Change-Id: Ib1005ee7e99e526aad5099b160051b12e7614e81
* Merge "[Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Ken Wakasa2013-08-153-22/+22
|\ | | | | | | BinaryDictDecoder."
| * [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and ↵Yuichiro Hanada2013-08-153-22/+22
| | | | | | | | | | | | BinaryDictDecoder. Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744
| * Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils ↵Ken Wakasa2013-08-153-18/+18
| | | | | | | | | | | | | | | | and BinaryDictOutputUtils." This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92. Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5
| * [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and ↵Yuichiro Hanada2013-08-153-18/+18
| | | | | | | | | | | | BinaryDictOutputUtils. Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de
* | Add getters and copy constructor to Key classTadashi G. Takaoka2013-08-151-2/+2
|/ | | | Change-Id: I78eb96dcc26378926dc63acbfeb4828cbd44435d
* Move some methods in BinaryDictIOUtils to DynamicBinaryDictIOUtils.Yuichiro Hanada2013-08-142-5/+5
| | | | Change-Id: I9ba55582c533fef0eb3e60c46bf23c8b16ee1ff4
* Merge "Add FusionDictionaryBufferFromWritableByteBufferFactory."Ken Wakasa2013-08-141-2/+16
|\
| * Add FusionDictionaryBufferFromWritableByteBufferFactory.Yuichiro Hanada2013-08-141-2/+16
| | | | | | | | Change-Id: I23de0a178e7f11f2cf301fd433cde60c6152055b
* | Add looksValidForDictionaryInsertionJean Chalard2013-08-141-0/+14
|/ | | | | | | | | | ...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
* Add BinaryDictReader.Yuichiro Hanada2013-08-133-52/+177
| | | | | | Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
* Utilize Keyboard.getKey(codePoint)Tadashi G. Takaoka2013-08-131-9/+8
| | | | Change-Id: Ia4df4dfbf3b6d22f7b93b979bba36e4920af2239
* Merge "Fix to follow the field naming conventions."Satoshi Kataoka2013-08-081-1/+1
|\
| * Fix to follow the field naming conventions.Yuichiro Hanada2013-08-081-1/+1
| | | | | | | | Change-Id: I9b41b5f34e93a3f291a352cd85c5ac257beaa9ab
* | Adjust a test for a spec change.Jean Chalard2013-08-081-1/+1
|/ | | | | Bug: 8911898 Change-Id: Iede69ec2d9870df0add5ab818613fbb8e1f943c2
* Reword "No language"Jean Chalard2013-08-051-7/+7
| | | | | Bug: 10064334 Change-Id: Ie4e6c333566eee9000fa5c8e59e9df8b9b56a5b3
* Refactor on the user history dictionarySatoshi Kataoka2013-07-311-5/+5
| | | | | | Bug: 9429906 Bug: 4192129 Change-Id: I1a2bfe96e18119d30a72290aa48746f77a021018
* Merge "Fix an NPE"Jean Chalard2013-07-291-2/+2
|\
| * Fix an NPEJean Chalard2013-07-291-2/+2
| | | | | | | | | | | | | | Also make mSuggest private for more security. Bug: 10045657 Change-Id: I712505e4d2a2606efff5d09ba9b4c656f9e7c7a9
* | Fix buildSatoshi Kataoka2013-07-291-4/+6
|/ | | | Change-Id: Iea21c449c4a2f36f7f6cde28cb295432838862aa
* Refactor on UserHistoryDictionarySatoshi Kataoka2013-07-262-2/+2
| | | | | Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60
* Make RunInLocale as top-level classTadashi G. Takaoka2013-07-243-9/+8
| | | | Change-Id: I07ed606b7aba098a5be85533e5baff300b21fb44
* Move subtype related utility class to utils packageTadashi G. Takaoka2013-07-241-99/+106
| | | | Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df
* Fix KeySpecParserSplitTestsTadashi G. Takaoka2013-07-231-3/+4
| | | | Change-Id: Icf4525c735cda0330a3bd0f9628165ec722b64a8
* Fix NPE in SubtypeLocale.getSubtypeDisplayNameTadashi G. Takaoka2013-07-232-334/+141
| | | | | | | | | This change moves the methods that create the subtype display name for spacebar from MainKeyboardView to SubtypeLocale class, and consolidates SpacebarTextTests with SubtypeLocaleTests. Bug: 9962955 Change-Id: Ifa0a08ff80bc30753a213c2feb471599ca63fa66
* Merge "Fix IllegalArgumentException in MoreKeysKeyboard"Tadashi G. Takaoka2013-07-192-2/+2
|\
| * Fix IllegalArgumentException in MoreKeysKeyboardTadashi G. Takaoka2013-07-192-2/+2
| | | | | | | | | | | | | | | | | | It seems that MainKeyboardView.getMeasuredWidth() returns weird value. Using KeyboardId.mWidth as main keyboard width may resolve the issue. Bug: 9684622 Change-Id: I975bfb934b8d2448e72555a3ccae0123341186b9
* | Move a couple classes to the utils packageKen Wakasa2013-07-192-2/+2
|/ | | | Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442
* Merge "Small debug helper"Jean Chalard2013-07-161-0/+11
|\