aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/utils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in AdditionalSubtypeUtils•••Bug: 11136982 Change-Id: I9d022a178c47bad3566be4c0bd8ffbce0b14896d Satoshi Kataoka2013-10-091-6/+12
* Make the sentence separator a resource.•••This will help handing correctly the armenian full stop. Bug: 10082781 Change-Id: Id7bb219ebd89daba203216eab362d1cc26a65a36 Jean Chalard2013-10-081-12/+8
* Set the shortcut frequency correctly.•••14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f Jean Chalard2013-10-071-2/+11
* Fix the subtype id of the additional subtypes•••Bug: 11032428 Change-Id: I5d422f1c15a582015770ef9a652348ca6eb8ab85 Satoshi Kataoka2013-10-031-4/+25
* Fix PrioritizedSerialExecutor.•••It was possible that fetchNextTasks() would be called by multiple threads concurrently. If it happens, some tasks in the task queues might be ignored. Change-Id: Idc81c43c45e382da3850cc55b9a42c281548d2a8 Yuichiro Hanada2013-09-271-33/+37
* Fix the offdevice regression test build•••Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 bug: 10622489 Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b Ken Wakasa2013-09-252-89/+110
* Merge "Tweak for armenian periods and commas."Jean Chalard2013-09-241-3/+8
|\
| * Tweak for armenian periods and commas.•••Bug: 7963631 Change-Id: I2eb110949f3d3b7817dbd9448654954fdee39ac2 Jean Chalard2013-09-241-3/+8
* | Copy only the spans we are interested in.•••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 Jean Chalard2013-09-241-0/+89
|/
* Fix a bug that happens upon a race condition•••Bug: 10848621 Change-Id: If5ff7f001e69af005a5ff9ab3e9f630b88a0a858 Jean Chalard2013-09-201-0/+4
* Merge "Address a couple more issues in Khmer layout"Ken Wakasa2013-09-201-0/+5
|\
| * Address a couple more issues in Khmer layout•••bug: 6910993 Change-Id: If866629268040cf7696d9667dbca66fac6a60374 Ken Wakasa2013-09-201-0/+5
* | Update resources•••Change-Id: Ia66f7181514ee1471e181e16d15622174cf72e79 Satoshi Kataoka2013-09-201-1/+1
|/
* Merge "Set EmojiCapable"Satoshi Kataoka2013-09-181-2/+4
|\
| * Set EmojiCapable•••Bug: 10240645 Change-Id: I891309c2a82f8d10f8fdb0872403a7a235e27b5f Satoshi Kataoka2013-09-181-2/+4
* | Merge "Fix Emoji recents"Satoshi Kataoka2013-09-181-2/+74
|\ \
| * | Fix Emoji recents•••Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b Satoshi Kataoka2013-09-181-2/+74
| |/
* / [AC7] Actually auto-commit.•••Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b Keisuke Kuroyanagi2013-09-171-0/+9
|/
* Add shutdown and isTerminated to PrioritizedSerialExecutor.•••Change-Id: Id185224d135c8571a39efe8a41a66ce769142903 Yuichiro Hanada2013-09-131-6/+27
* Add getDictDecoder.•••Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4 Yuichiro Hanada2013-09-121-2/+2
* Remove changing a word when added to the dictionary•••This code is now useless. I thought it affected 9902905, but it seems it actually does not. Still, it's dead code. Bug: 9902905 Change-Id: Id9c90fbf88f015af47b2368b90d173c481647093 Jean Chalard2013-09-121-108/+0
* Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.•••Change-Id: I003b769e408ebd692085a7e17fed6d9396876202 Yuichiro Hanada2013-09-101-0/+126
* Add AsyncResultHolder.•••Change-Id: Icfa685bcda2f5c74f5649f09098d00b4bd321c5a Yuichiro Hanada2013-09-101-0/+71
* Merge "Write forgetting curve flag."Keisuke Kuroyanagi2013-09-091-0/+7
|\
| * Write forgetting curve flag.•••Bug: 6669677 Change-Id: Ic19aa3b69fb45d9638f9dcc8c3dd8a34aad41965 Keisuke Kuroyanagi2013-09-061-0/+7
* | Optimize layout•••Bug: 9059539 Change-Id: Iabfd44daae1ef6da99a864859488a4f644240925 Satoshi Kataoka2013-09-051-3/+3
|/
* Add dummy Emoji subtype•••Bug: 6370846 Change-Id: I4fa3a6832fa316d0c6312d434be3c3ff02b52402 Tadashi G. Takaoka2013-08-281-0/+1
* Clean up unused imports.•••Change-Id: I7147ca237b99399e79210852aa5bf5a01101d779 Yuichiro Hanada2013-08-261-2/+0
* [Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.•••Change-Id: I259db91d837c67cbcb3b6dc504b21dca23a6a5be Yuichiro Hanada2013-08-261-10/+11
* Fix getDictionaryFileHeader.•••Change-Id: I5186f41b0f38eb08f4154f7b3de7ffc2119fc44b Yuichiro Hanada2013-08-231-7/+1
* Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.•••Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f Yuichiro Hanada2013-08-221-4/+3
* Rename BinaryDictEncoder to BinaryDictEncoderUtils.•••Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805 Yuichiro Hanada2013-08-211-2/+2
* Merge "Add a functionality to boost scores of personalization dictionary"Satoshi Kataoka2013-08-201-1/+11
|\
| * Add a functionality to boost scores of personalization dictionary•••Bug: 9429906 Change-Id: I1518c5cbc7d41188e7dc6a35d226da277ed5913f Satoshi Kataoka2013-08-201-1/+11
* | Rename BinaryDictDecoder to Ver3DictDecoder.•••Change-Id: Ibf9b95b658df6e2c2218bdb62e2380f326a03832 Yuichiro Hanada2013-08-201-2/+2
|/
* [Refactor] Rename BinaryDictReader and BinaryDictDecoder.•••BinaryDictReader -> BinaryDictDecoder. BinaryDictDecoder -> BianryDictDecoderUtils. Change-Id: Iadf2153b379b760538ecda488dda4f17225e5f37 Yuichiro Hanada2013-08-192-7/+6
* Merge "Save and restore Row attributes using stack"Tadashi G. Takaoka2013-08-191-0/+5
|\
| * Save and restore Row attributes using stack•••Change-Id: I5cb402060946a711384ee53fa1caaeac86aa10cc Tadashi G. Takaoka2013-08-191-0/+5
* | Consolidate hex string utils•••Change-Id: Id4f4a287e3a2790b22bff7ad4a4617bf2ee82884 Satoshi Kataoka2013-08-191-0/+7
|/
* Merge "Rename Node to PtNodeArray"Jean Chalard2013-08-161-3/+3
|\
| * Rename Node to PtNodeArray•••Bug: 10247660 Change-Id: I1a0ac19f58f96adb5efac5fd35c6404831618c99 Jean Chalard2013-08-161-3/+3
* | Add hex string utils•••Bug: 9429906 Change-Id: I3267d1d86122ab471c3e63008c73e9f9b758fc8e Satoshi Kataoka2013-08-161-0/+26
|/
* [Refactor] Divide BinaryDictInputOutput into BinaryDictEncoder and BinaryDict...•••Change-Id: I7c3269d77e3e3b567e459dcaa1bc029903941744 Yuichiro Hanada2013-08-152-4/+5
* Revert "[Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and...•••This reverts commit 4c63d0614e7ed7aea4bcbab3a17090d841661d92. Change-Id: I1fa277d720bab4d895259df7d6d82eebfa5eb6c5 Ken Wakasa2013-08-152-5/+4
* [Refactor] Divide BinaryDictInputOutput into BinaryDictInputUtils and BinaryD...•••Change-Id: I0d476abe763c11ba9005152f928e8dccf15ac9de Yuichiro Hanada2013-08-152-4/+5
* Fix test breakage•••Change-Id: I10bd8fcc68711a039e000f715d7a65ae42095965 Satoshi Kataoka2013-08-141-0/+2
* Add a method to import one bigram and string utilities•••Bug: 9429906 Change-Id: I73bbf65985196d62470552c576bb076a7cb95008 Satoshi Kataoka2013-08-141-0/+10
* Add looksValidForDictionaryInsertion•••...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 Jean Chalard2013-08-141-4/+33
* Add BinaryDictReader.•••Bug: 9618601 Change-Id: Ief07fa0c3c4f7f5999a3fafcef4e47b6b6fd8143 Yuichiro Hanada2013-08-131-3/+3
* Reinstate a call to UsabilityStudyLogUtils#writeChar()•••The usability study mode has been broken. bug: 10251399 Change-Id: Iaa301241f102f412fa073f0d8b897a4c8b265a9c Ken Wakasa2013-08-091-0/+4