aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod/latin/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Add Swiss French and German keyboard layouts."Ken Wakasa2013-10-101-30/+0
| | | | | | | | This reverts commit 220ce8f269e8d2507a2a57ec919e48ddb6f496f8. Sorry, but we are now in the week before the final cut for the next launch. We shouldn't be taking new features like this at this point. Let me revert this change for now. I'll re-revert this after the cut next week. Change-Id: Ia8b00680c992ec526e6a858945f2380cbcdfdd55
* Add Swiss French and German keyboard layouts.Fredrik Roubert2013-10-091-0/+30
| | | | | | | | | | | | | | | There used to be two "Swiss" keyboard layouts, labelled fr_CH and de_QY, available in LatinIME. They were, however, not actually Swiss layouts but instead work-arounds to be able to get French or German with qwertz or qwerty (instead of azerty and qwertz) layouts, respectively. These were thus removed by commit f6972561fcb45310f18230ce217f0c6bb57e7eee replacing them with the generic fr-qwertz and de-qwerty layouts instead. Here, now, is a proper Swiss keyboard layout, following Swiss standards for people accustomed to typing on Swiss keyboards, with the expected tailorings for French and German. Change-Id: I9feed752053ecc694c84db713284f69bc1daf155
* Make the sentence separator a resource.Jean Chalard2013-10-081-40/+42
| | | | | | | This will help handing correctly the armenian full stop. Bug: 10082781 Change-Id: Id7bb219ebd89daba203216eab362d1cc26a65a36
* Set the shortcut frequency correctly.Jean Chalard2013-10-071-4/+4
| | | | | | | 14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f
* Fix the offdevice regression test buildKen Wakasa2013-09-252-35/+58
| | | | | | | Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 bug: 10622489 Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b
* Copy only the spans we are interested in.Jean Chalard2013-09-241-0/+35
| | | | | | | | | The PARAGRAPH type of span is dangerous, as concatenating CharSequences that contain it may crash. We also don't use other spans than SuggestionSpans, so we don't copy them. Bug: 10622489 Change-Id: If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57
* Merge "Fix Emoji recents"Satoshi Kataoka2013-09-181-0/+12
|\
| * Fix Emoji recentsSatoshi Kataoka2013-09-181-0/+12
| | | | | | | | | | | | Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b
* | [AC7] Actually auto-commit.Keisuke Kuroyanagi2013-09-171-0/+14
|/ | | | | Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b
* Add getDictDecoder.Yuichiro Hanada2013-09-121-1/+1
| | | | | Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
* Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.Yuichiro Hanada2013-09-101-0/+105
| | | | Change-Id: I003b769e408ebd692085a7e17fed6d9396876202
* Add AsyncResultHolder.Yuichiro Hanada2013-09-101-0/+73
| | | | Change-Id: Icfa685bcda2f5c74f5649f09098d00b4bd321c5a
* Rename CharGroup to PtNode.Yuichiro Hanada2013-08-261-5/+5
| | | | | Bug: 10233675 Change-Id: I7b0eb07d195cd386cd0d9e97cd59bf48fcf24107
* Add DictDecoder.readDictionaryBinary.Yuichiro Hanada2013-08-231-3/+3
| | | | | Bug: 10434720 Change-Id: I14690a6e0f922ed1bab3a4b6c9a457ae84d4c1a4
* Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.Yuichiro Hanada2013-08-221-9/+4
| | | | Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f
* Rename BinaryDictDecoder to Ver3DictDecoder.Yuichiro Hanada2013-08-201-3/+3
| | | | Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.Yuichiro Hanada2013-08-191-4/+5
| | | | | | | BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37
* Fix unit test.Yuichiro Hanada2013-08-191-1/+3
| | | | Change-Id: Ib104d5de71c2ab1a07921b407c74c21b0409d9af
* Merge "Rename Node to PtNodeArray"Jean Chalard2013-08-161-1/+1
|\
| * Rename Node to PtNodeArrayJean Chalard2013-08-161-1/+1
| | | | | | | | | | 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
* 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-131-17/+4
| | | | | | Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143
* Reword "No language"Jean Chalard2013-08-051-7/+7
| | | | | Bug: 10064334 Change-Id: Ie4e6c333566eee9000fa5c8e59e9df8b9b56a5b3
* Refactor on UserHistoryDictionarySatoshi Kataoka2013-07-261-1/+1
| | | | | Bug: 9429906 Change-Id: I576a91643bdaf5017cc826ac2e07a74a9a275d60
* Make RunInLocale as top-level classTadashi G. Takaoka2013-07-241-7/+6
| | | | Change-Id: I07ed606b7aba098a5be85533e5baff300b21fb44
* Move subtype related utility class to utils packageTadashi G. Takaoka2013-07-241-0/+388
| | | | Change-Id: I3564796531ea85f2ebafde40cd822b806b8741df
* Move a couple classes to the utils packageKen Wakasa2013-07-191-1/+1
| | | | Change-Id: Ia14a2011d79bad7cd02697b9254705f6e2099442
* Move util classes to the latin/utils directoryKen Wakasa2013-06-247-0/+1365
| | | | Change-Id: I1c5b27c8edf231680edb8d96f63b9d04cfc6a6fa
* Move Base64Reader to utils packageTadashi G. Takaoka2013-06-051-0/+225
| | | | Change-Id: Id46898c5cae268f05850d79938929b7707f27320
* Add CsvUtils that conform to RFC 4180Tadashi G. Takaoka2013-06-051-0/+424
Bug: 9070153 Change-Id: I66e55dd2f30fddfeb849edb97bc1cbda6b126d92