aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Quit recording LastUserHistoryWriteTime."Keisuke Kuroyanagi2013-12-021-11/+3
|\
| * Quit recording LastUserHistoryWriteTime.Keisuke Kuroyanagi2013-12-021-11/+3
| | | | | | | | Change-Id: I0f2b408b4976d8119c932654e23836803d42c568
* | Fix tests.Jean Chalard2013-12-023-11/+12
|/ | | | | | | | This fixes a few bugs that became apparent with the reinstating of a test. Bug: 11954718 Change-Id: I1127bc3180f856566429f40d14c944e6f0007e09
* Fix auto-detection of format 4.Jean Chalard2013-11-293-30/+26
| | | | | Bug: 11073222 Change-Id: I76e47d0399cf43fc3cc18cb1252f166be86b9a69
* Add parameter descriptionsJean Chalard2013-11-281-10/+17
| | | | Change-Id: Ib4b883abbf7828cf042329523933190d05447564
* Change the timing of reading the previous word.Jean Chalard2013-11-281-10/+29
| | | | | Bug: 11328842 Change-Id: I08229e895fc34403932648b9b931583d965f0e01
* Fix getNthPreviousWord.Jean Chalard2013-11-281-13/+15
| | | | | | This should take into accounts word connectors. Change-Id: Ic7fa5c837cd65a43ba43d7ae9d299b8d20019892
* Merge "Fix messages in tests"Jean Chalard2013-11-271-0/+1
|\
| * Fix messages in testsJean Chalard2013-11-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are not failing because of this right now, but future tests would fail without this. Concretely, since the Handler for any given main thread is a singleton managed by the framework, the messages won't be removed automatically. In particular, messages posted with a delay have a large destructive potential, because they will go through before the startInputViewInternal method is called, because it's called with a message too (in turn, this is because of working around framework bugs). Bug: 11142685 Change-Id: If81a168efcfd7d93806ddc4ea432d438c45a3e1d
* | Merge "Have ver4 support decaying dictionary"Keisuke Kuroyanagi2013-11-271-9/+60
|\ \ | |/ |/|
| * Have ver4 support decaying dictionaryKeisuke Kuroyanagi2013-11-271-9/+60
| | | | | | | | | | | | Bug: 11073222 Change-Id: I7f0002c4743ab3bb1ebaac1bca6e367e6b220010
* | Fix a settings dependency in testsJean Chalard2013-11-261-4/+28
| | | | | | | | | | Bug: 11142685 Change-Id: I1db3488cee153358fa391817b3c03cad16eefdb7
* | Implement addMultipleDictionaryEntries as a jni method.Keisuke Kuroyanagi2013-11-261-0/+64
|/ | | | | | Bug: 11757169 Change-Id: Ie1569e0b3c0503588ebfe5d09c7ca06116f54485
* Merge "BinaryDictionaryTests uses ver4 dictionary, too."Keisuke Kuroyanagi2013-11-252-359/+108
|\
| * BinaryDictionaryTests uses ver4 dictionary, too.Keisuke Kuroyanagi2013-11-252-359/+108
| | | | | | | | | | | | Bug: 11073222 Change-Id: Ib6a6cca7f5835f18405c5e81a1afa9b5bb931aa6
* | Fix a flaky test.Jean Chalard2013-11-251-1/+14
|/ | | | | | | | | | Corrections depend on the proximity info, which depends on the layout, which in turn depends on the subtype and not only the language. Thus, we need to force the whole subtype for meaningful tests. Bug: 11142685 Change-Id: I9cf3d948259e0236061454a93ffc2e28c7e0768f
* Implement ver4 dictionary GC.Keisuke Kuroyanagi2013-11-221-0/+42
| | | | | Bug: 11391130 Change-Id: I8a8c5b24b5922df49f27341a2f94d85513bb7166
* Rename ambiguous feature name and related resourcesTadashi G. Takaoka2013-11-211-8/+8
| | | | | Bug: 11737015 Change-Id: I39f7ca13b99f019a2edb5aa690e3142ceba4e837
* Merge "Fix: BinaryDictionaryDecayingTests."Ken Wakasa2013-11-201-0/+2
|\
| * Fix: BinaryDictionaryDecayingTests.Keisuke Kuroyanagi2013-11-201-0/+2
| | | | | | | | Change-Id: I3b415463bb23d1ad58ece62ba271412d66210a9c
* | Merge "Add dict encoder tests uning various code points."Keisuke Kuroyanagi2013-11-201-5/+20
|\|
| * Add dict encoder tests uning various code points.Keisuke Kuroyanagi2013-11-201-5/+20
| | | | | | | | | | Bug: 11772864 Change-Id: I3ba59fbb3fed226a1f4b80f33c70e168b3b2b7c5
* | Implement Ver4PatriciaTriePolicy::flush().Keisuke Kuroyanagi2013-11-201-0/+47
|/ | | | | Bug: 11073222 Change-Id: I7da5f7f8b7918ce6cc35d36e1ce993840cad797c
* Merge "Implement writing empty ver4 dictionary to file."Keisuke Kuroyanagi2013-11-181-107/+59
|\
| * Implement writing empty ver4 dictionary to file.Keisuke Kuroyanagi2013-11-181-107/+59
| | | | | | | | | | Bug: 11073222 Change-Id: Ic1a9295953d091c8e8982264ffff15669c30544c
* | Trying to fix BlueUnderlineTests.testBlueUnderline()Ken Wakasa2013-11-141-2/+2
| | | | | | | | Change-Id: Ia898a9fd0fd7b94f83337f4f980f7b7d7fb40a36
* | Merge "Add StringUtils.joinCommaSplittableText"Tadashi G. Takaoka2013-11-141-3/+24
|\ \
| * | Add StringUtils.joinCommaSplittableTextTadashi G. Takaoka2013-11-141-3/+24
| |/ | | | | | | Change-Id: I80ad9d8b5aee53f1403486a56ffae8d09cbd4e28
* / Purge ExpandableDictionary.Keisuke Kuroyanagi2013-11-142-61/+1
|/ | | | | Bug: 11245133 Change-Id: Ia0886686d8add940409dcd5c883c34eb5289380d
* Implement ver4 dictionary bigram removing methods.Keisuke Kuroyanagi2013-11-131-0/+52
| | | | | Bug: 11073222 Change-Id: I0c42e283d1ff983dc2c51e91b167bc39cdfd3da8
* Implement ver4 dictionary bigram writing methods.Keisuke Kuroyanagi2013-11-121-0/+40
| | | | | Bug: 11073222 Change-Id: Ibb0e697fe14dac1edb1f3074fb59e2cdc91039d4
* Implement ver4 dictionary unigram writing methods.Keisuke Kuroyanagi2013-11-071-8/+42
| | | | | Bug: 11073222 Change-Id: Ibdb6846fee98919bb5f845170c19d7d571fcb88d
* Implement ver4 bigram reading method.Keisuke Kuroyanagi2013-11-051-1/+53
| | | | | Bug: 11073222 Change-Id: I7b3408938f304da361201892e0a1342fdf92e62e
* Implement ver4 dict PtNode reading methods.Keisuke Kuroyanagi2013-10-311-0/+30
| | | | | Bug: 11073222 Change-Id: I03af717ff02a621d9be8eb554d8f1438a500339b
* Add a test for ver4 native binary dictionary.Keisuke Kuroyanagi2013-10-251-0/+93
| | | | | | Bug: 10197478 Bug: 11073222 Change-Id: I6daac6c4b048c65682c25afe6ca0fad83cc9720f
* Fix a bug where autocaps would jam auto-commitJean Chalard2013-10-221-2/+8
| | | | | Bug: 11311002 Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259
* (2/2) Implement insertWord in Ver4DictUpdater.Yuichiro Hanada2013-10-181-2/+1
| | | | Change-Id: I2328a9df0a009b564e8acaf4180f9b0c1ed0901a
* (1/2) Implement insertWord in Ver4DictUpdater.Yuichiro Hanada2013-10-181-3/+22
| | | | Change-Id: Ia3079d5ef00ca7d831c91fb9220ad9c17038c5a3
* [Refactor] Add BinaryDictUtils.Yuichiro Hanada2013-10-173-214/+236
| | | | Change-Id: I95c5fb58e2cab3a2c523d2bc3c6fbad06692ac59
* Merge "Revert "Revert "Add Swiss French and German keyboard layouts."""Ken Wakasa2013-10-151-0/+30
|\
| * Revert "Revert "Add Swiss French and German keyboard layouts.""Ken Wakasa2013-10-101-0/+30
| | | | | | | | | | | | | | | | | | This reverts commit 56402cf10a3a26ca7add62678d7e1ab3064feab7. I'll submit this on 10/16 after the final cut for Bayo. Change-Id: I0fe4ab64fd8dfa1e63e29adf00388743fca6a1ed bug: 11144401
* | Fix unit test for If8c94ef91ed58bb5028f51be7c8d9beb677436a4Ken Wakasa2013-10-111-1/+1
| | | | | | | | Change-Id: I056013de3a5e09feed429dfd8097d3d85331a0ab
* | Add the new format of bigram entries.Yuichiro Hanada2013-10-111-0/+11
|/ | | | | | | | | In new format, each bigram entry has flags (1 byte), a terminal id (3 byte), a time-stamp (4 byte), a counter (1 byte) and a level (1 byte). Bug: 10920255 Bug: 10920165 Change-Id: I0f7fc125a6178e6d25a07e8462afc41a7f57e3e1
* 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
* Merge "Make the sentence separator a resource."Jean Chalard2013-10-081-40/+42
|\
| * 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
* | Merge "Add Ime language switching test."Keisuke Kuroyanagi2013-10-083-1/+102
|\ \ | |/ |/|
| * Add Ime language switching test.Keisuke Kuroyanagi2013-10-083-1/+102
| | | | | | | | Change-Id: I6a96dc5fdd533899353d537382608c2759faff1c
* | Merge "Add a large test adding bigrams for decaying dictionary."Keisuke Kuroyanagi2013-10-081-1/+73
|\ \