aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/inputmethod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am 0ae51a5e: am e3e10317: Merge "Create empty dictionary file in native code."Keisuke Kuroyanagi2013-10-031-36/+11
|\ | | | | | | | | * commit '0ae51a5e621dc027cc5beb66f85aa15d415d211a': Create empty dictionary file in native code.
| * Merge "Create empty dictionary file in native code."Keisuke Kuroyanagi2013-09-261-36/+11
| |\
| | * Create empty dictionary file in native code.Keisuke Kuroyanagi2013-09-261-36/+11
| | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I46d23deee1fd091678f4593561cb8687eb815212
* | | am 11cccb56: am d188af70: Add SparseTable.Yuichiro Hanada2013-10-031-0/+160
|\| | | | | | | | | | | | | | * commit '11cccb569f2d40caee07e7f1c8c9f95bfdeb9d42': Add SparseTable.
| * | Add SparseTable.Yuichiro Hanada2013-09-261-0/+160
| |/ | | | | | | | | Bug: 10920165 Change-Id: I749dd0269e788799e30b10beb2671813d40ce15f
* | am 6c0e48b1: am 4350a93a: Merge "Fix the offdevice regression test build"Ken Wakasa2013-10-032-35/+58
|\| | | | | | | | | * commit '6c0e48b1adffd3ad9d2ccbc2bb2044555ff5a510': Fix the offdevice regression test build
| * Fix the offdevice regression test buildKen Wakasa2013-09-252-35/+58
| | | | | | | | | | | | | | Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 bug: 10622489 Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b
* | Fix PrioritizedSerialExecutor.Yuichiro Hanada2013-09-291-9/+4
|/ | | | | | | | | | | It was possible that fetchNextTasks() would be called by multiple threads concurrently. If it happens, some tasks in the task queues might be ignored. cherrypick of Idc81c43c45e382da3850cc55b9a42c281548d2a8 bug: 10957075 Change-Id: I41bf90dda15306ee879350f96a791d940ea31da1
* Quit using ExpandableDictionary.Keisuke Kuroyanagi2013-09-241-1/+42
| | | | | Bug: 6669677 Change-Id: Ie90417fa9b726454fe729a665fcd549efabb9e94
* Merge "Allow large memory space for GC."Keisuke Kuroyanagi2013-09-241-0/+46
|\
| * Allow large memory space for GC.Keisuke Kuroyanagi2013-09-241-0/+46
| | | | | | | | | | Bug: 6669677 Change-Id: I021c92a1ca5cd28f745cbfe729c99e346c58074d
* | 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
* GC step 5. Add large tests and fix bugs.Keisuke Kuroyanagi2013-09-241-1/+174
| | | | | Bug: 6669677 Change-Id: I41e44a64730f9c66645995095a7ecff51ffd5351
* Merge "GC step 4. Update all positions in new dict and add a test."Keisuke Kuroyanagi2013-09-241-0/+47
|\
| * GC step 4. Update all positions in new dict and add a test.Keisuke Kuroyanagi2013-09-241-0/+47
| | | | | | | | | | Bug: 6669677 Change-Id: I035d848a210653dcd3c1a1f21781968adced9225
* | Fix runReadUnigramsAndBigramsTests.Yuichiro Hanada2013-09-241-1/+1
|/ | | | Change-Id: Idd9176c9943dfacac5a06957f1a07187b642b207
* Add Ver4DictDecoder.Yuichiro Hanada2013-09-191-17/+87
| | | | | Bug: 9618601 Change-Id: I43c5840505c6a847aaf4893a400392ccd45903c0
* Merge "Add dictionary header writing methods."Keisuke Kuroyanagi2013-09-181-2/+2
|\
| * Add dictionary header writing methods.Keisuke Kuroyanagi2013-09-181-2/+2
| | | | | | | | | | Bug: 6669677 Change-Id: I392ac4776b55779903cbaa17e683005d80017a41
* | Merge "Fix Emoji recents"Satoshi Kataoka2013-09-181-0/+12
|\ \ | |/ |/|
| * Fix Emoji recentsSatoshi Kataoka2013-09-181-0/+12
| | | | | | | | | | | | Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b
* | Merge "Implement dictionary flush."Keisuke Kuroyanagi2013-09-181-1/+50
|\ \
| * | Implement dictionary flush.Keisuke Kuroyanagi2013-09-181-1/+50
| | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I1d70ac6319fb6d8700074de382568c2108887960
* | | Merge "Add BinaryDictionary.getBigramProbabilityNative()."Keisuke Kuroyanagi2013-09-181-12/+48
|\ \ \ | |/ / |/| |
| * | Add BinaryDictionary.getBigramProbabilityNative().Keisuke Kuroyanagi2013-09-181-12/+48
| | | | | | | | | | | | | | | Bug: 10197478 Change-Id: Id16e3ee22a17679c46cc7a0199a9e28065177aa3
* | | Improve trailing quotes processingJean Chalard2013-09-172-0/+40
|/ / | | | | | | | | Bug: 10445496 Change-Id: Ib7bd05aea59ae6c9b8ce31299ef2235521b0e350
* | Implement removeBigramWords() for DynamicPatriciaTrie.Keisuke Kuroyanagi2013-09-171-1/+50
| | | | | | | | | | Bug: 6669677 Change-Id: I99cb517511b4c968b8bf937baab5d7f42b0f534e
* | Merge "[AC7] Actually auto-commit."Jean Chalard2013-09-172-0/+30
|\ \ | |/ |/|
| * [AC7] Actually auto-commit.Keisuke Kuroyanagi2013-09-172-0/+30
| | | | | | | | | | Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b
* | Add a large test for BinaryDictionary.addBigramWords().Keisuke Kuroyanagi2013-09-171-0/+53
| | | | | | | | | | | | Bug; 10197478 Change-Id: I52590dd1ff9469557672a4bef4f898ad94b47b6f
* | Fix handling multi-bytes characters and add a test.Keisuke Kuroyanagi2013-09-173-46/+110
|/ | | | | | Bug: 6669677 Change-Id: Id2154db47adea2929559a4187a726f9dfa83363e
* Implement addBigramWords() for DynamicPatriciaTrie.Keisuke Kuroyanagi2013-09-171-0/+37
| | | | | Bug: 6669677 Change-Id: Ia6aa76c212165690191c65fee9dacdc44be5acd5
* Merge "[AC4] Add native methods necessary for auto-commit"Jean Chalard2013-09-132-3/+6
|\
| * [AC4] Add native methods necessary for auto-commitJean Chalard2013-09-132-3/+6
| | | | | | | | | | Bug: 9059617 Change-Id: I7a47b0675446fc4f39628c60d16de9aea90d1b4d
* | Merge "Add Ver4DictEncoder."Ken Wakasa2013-09-131-37/+38
|\ \
| * | Add Ver4DictEncoder.Yuichiro Hanada2013-09-131-37/+38
| | | | | | | | | | | | | | | Bug: 9618601 Change-Id: I161d2845906f07c1251deb8005fdffe49c5b7940
* | | Add shutdown and isTerminated to PrioritizedSerialExecutor.Yuichiro Hanada2013-09-131-3/+18
|/ / | | | | | | Change-Id: Id185224d135c8571a39efe8a41a66ce769142903
* / Add getDictDecoder.Yuichiro Hanada2013-09-123-34/+17
|/ | | | | Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
* Add a flag to readDictioanryBinary in DictDecoder.Yuichiro Hanada2013-09-111-1/+1
| | | | Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31
* Add tests for BinaryDictionary.addUnigramWord().Keisuke Kuroyanagi2013-09-101-0/+38
| | | | | Bug: 10197478 Change-Id: Ie46f360b8c75183b49d42d00fefed4a8531f64a9
* Merge "Add binary dictionary tests."Keisuke Kuroyanagi2013-09-101-0/+87
|\
| * Add binary dictionary tests.Keisuke Kuroyanagi2013-09-101-0/+87
| | | | | | | | | | | | Bug: 10197478 Change-Id: I13cf9b67d1b61b8e89fe90b431c2d6e066ca8e7a
* | Revert Ida230ca42 and I6adf7d08f.Yuichiro Hanada2013-09-101-3/+0
| | | | | | | | Change-Id: I2ddb250d5a473ea955a5171656974de7288a13f7
* | Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.Yuichiro Hanada2013-09-102-1/+106
| | | | | | | | Change-Id: I003b769e408ebd692085a7e17fed6d9396876202
* | Add AsyncResultHolder.Yuichiro Hanada2013-09-101-0/+73
| | | | | | | | Change-Id: Icfa685bcda2f5c74f5649f09098d00b4bd321c5a
* | Merge "Check contents in user history dictionary tests"Satoshi Kataoka2013-09-091-3/+20
|\ \
| * | Check contents in user history dictionary testsSatoshi Kataoka2013-09-091-3/+20
| |/ | | | | | | | | | | Bug: 10667710 Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2
* / Make commitCurrentAutoCorrection asynchronous.Yuichiro Hanada2013-09-091-2/+5
|/ | | | Change-Id: Ida230ca4243347fb3ab9fda7de3a9a18f886cd1c
* Revert "Remove symbols shifted layout related code"Satoshi Kataoka2013-09-043-66/+523
| | | | | | | | This reverts commit 1cd027850bb07cd3fe2c1ec43b8a594d2f8ad313. Bug: 9059539 Change-Id: I1880b799e2d0f148ae913f13cffa1b8cac48be60
* Revert "Revert "Support Emoji keyboard""Satoshi Kataoka2013-08-301-0/+5
| | | | | | | | Window resizing junkiness is addressed in I605e657c9468 This reverts commit aabc97233826da69edbadfc7c1465a505a1fe2ec. Change-Id: I0bc0f1ad9a90799e643fe9ec35f5b4bbe94eee0d