aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/utils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move reference char/digit width/height method to TypefaceUtilsTadashi G. Takaoka2013-11-071-11/+25
| | | | Change-Id: I3c94c23c31b273a07e145d381587ab0aa4ee8e68
* Fix possible RuntimeException in parsing saved addtional subtypesTadashi G. Takaoka2013-11-061-12/+21
| | | | | Bug: 11488129 Change-Id: I91f333aee9f3ae8d4b1d5e67d47de30f361947f3
* Merge "Fix UserHistoryDictIOUtilsTests by adding @UsedForTesting."Keisuke Kuroyanagi2013-10-291-0/+1
|\
| * Fix UserHistoryDictIOUtilsTests by adding @UsedForTesting.Keisuke Kuroyanagi2013-10-281-0/+1
| | | | | | | | Change-Id: I1bfeeafa002496bb98a385b87437e7f4eb0f6e1d
* | Merge "Show version in dumped info"Satoshi Kataoka2013-10-291-0/+18
|\ \
| * | Show version in dumped infoSatoshi Kataoka2013-10-281-0/+18
| |/ | | | | | | | | Bug: 10315296 Change-Id: Icb8e271451f4f9c5b083bfb5eb408372479c2140
* / Fix tests by adding @UsedForTesting.Keisuke Kuroyanagi2013-10-281-0/+9
|/ | | | Change-Id: I5b98db67a083bde65bb0f2fb714ae2e799fb1d45
* Merge "Revert "Revert "Add Swiss French and German keyboard layouts."""Ken Wakasa2013-10-151-0/+4
|\
| * Revert "Revert "Add Swiss French and German keyboard layouts.""Ken Wakasa2013-10-101-0/+4
| | | | | | | | | | | | | | | | | | This reverts commit 56402cf10a3a26ca7add62678d7e1ab3064feab7. I'll submit this on 10/16 after the final cut for Bayo. Change-Id: I0fe4ab64fd8dfa1e63e29adf00388743fca6a1ed bug: 11144401
| * Revert "Add Swiss French and German keyboard layouts."Ken Wakasa2013-10-101-4/+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/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 "Fix the security related API change for PreferenceActivity"Satoshi Kataoka2013-10-091-0/+52
| |\
| | * Fix the security related API change for PreferenceActivitySatoshi Kataoka2013-10-091-0/+52
| | | | | | | | | | | | | | | Bug: 10118761 Change-Id: I63501d6c2b5f561d7ab8b7362498665d805d5e1e
| * | Fix crash in AdditionalSubtypeUtilsSatoshi Kataoka2013-10-091-6/+12
| |/ | | | | | | | | | | Bug: 11136982 Change-Id: I9d022a178c47bad3566be4c0bd8ffbce0b14896d
* | Fix wrong commitText parameter in sendKeyCodePoint()Ken Wakasa2013-10-131-0/+10
| | | | | | | | | | | | | | | | | | Small optimization on generating a String instance from a single code point too. bug: 11181913 Change-Id: I0f905e4dc6ec7841092bb4d3d940daf3b2303f5b
* | Fix the security related API change for PreferenceActivitySatoshi Kataoka2013-10-091-0/+52
| | | | | | | | | | Bug: 10118761 Change-Id: I63501d6c2b5f561d7ab8b7362498665d805d5e1e
* | Fix crash in AdditionalSubtypeUtilsSatoshi Kataoka2013-10-091-6/+12
|/ | | | | | Bug: 11136982 Change-Id: I9d022a178c47bad3566be4c0bd8ffbce0b14896d
* Make the sentence separator a resource.Jean Chalard2013-10-081-12/+8
| | | | | | | This will help handing correctly the armenian full stop. Bug: 10082781 Change-Id: Id7bb219ebd89daba203216eab362d1cc26a65a36
* Set the shortcut frequency correctly.Jean Chalard2013-10-071-2/+11
| | | | | | | 14 is the right value. Bug: 11076722 Change-Id: I95d404b540f7fbe4932d1f8498cde23f1df0314f
* Fix the subtype id of the additional subtypesSatoshi Kataoka2013-10-031-4/+25
| | | | | Bug: 11032428 Change-Id: I5d422f1c15a582015770ef9a652348ca6eb8ab85
* Fix PrioritizedSerialExecutor.Yuichiro Hanada2013-09-271-33/+37
| | | | | | | | 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
* Fix the offdevice regression test buildKen Wakasa2013-09-252-89/+110
| | | | | | | Followup to If4e44eca3cdc5bb02cf2e0c8c44ecd4bf27fae57 bug: 10622489 Change-Id: If98b2c75725f8692f0c2b41c33e448086404479b
* Merge "Tweak for armenian periods and commas."Jean Chalard2013-09-241-3/+8
|\
| * Tweak for armenian periods and commas.Jean Chalard2013-09-241-3/+8
| | | | | | | | | | Bug: 7963631 Change-Id: I2eb110949f3d3b7817dbd9448654954fdee39ac2
* | Copy only the spans we are interested in.Jean Chalard2013-09-241-0/+89
|/ | | | | | | | | 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
* Fix a bug that happens upon a race conditionJean Chalard2013-09-201-0/+4
| | | | | Bug: 10848621 Change-Id: If5ff7f001e69af005a5ff9ab3e9f630b88a0a858
* Merge "Address a couple more issues in Khmer layout"Ken Wakasa2013-09-201-0/+5
|\
| * Address a couple more issues in Khmer layoutKen Wakasa2013-09-201-0/+5
| | | | | | | | | | bug: 6910993 Change-Id: If866629268040cf7696d9667dbca66fac6a60374
* | Update resourcesSatoshi Kataoka2013-09-201-1/+1
|/ | | | Change-Id: Ia66f7181514ee1471e181e16d15622174cf72e79
* Merge "Set EmojiCapable"Satoshi Kataoka2013-09-181-2/+4
|\
| * Set EmojiCapableSatoshi Kataoka2013-09-181-2/+4
| | | | | | | | | | Bug: 10240645 Change-Id: I891309c2a82f8d10f8fdb0872403a7a235e27b5f
* | Merge "Fix Emoji recents"Satoshi Kataoka2013-09-181-2/+74
|\ \
| * | Fix Emoji recentsSatoshi Kataoka2013-09-181-2/+74
| |/ | | | | | | | | | | Bug: 10538430 Change-Id: Ia2e423eb1843195b3c3218afc79a5820b8cd729b
* / [AC7] Actually auto-commit.Keisuke Kuroyanagi2013-09-171-0/+9
|/ | | | | Bug: 9059617 Change-Id: I7e5d89a9037b9181a0a6456c12043b4bfda8fe4b
* Add shutdown and isTerminated to PrioritizedSerialExecutor.Yuichiro Hanada2013-09-131-6/+27
| | | | Change-Id: Id185224d135c8571a39efe8a41a66ce769142903
* Add getDictDecoder.Yuichiro Hanada2013-09-121-2/+2
| | | | | Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4
* Remove changing a word when added to the dictionaryJean Chalard2013-09-121-108/+0
| | | | | | | | | 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
* Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.Yuichiro Hanada2013-09-101-0/+126
| | | | Change-Id: I003b769e408ebd692085a7e17fed6d9396876202
* Add AsyncResultHolder.Yuichiro Hanada2013-09-101-0/+71
| | | | Change-Id: Icfa685bcda2f5c74f5649f09098d00b4bd321c5a
* Merge "Write forgetting curve flag."Keisuke Kuroyanagi2013-09-091-0/+7
|\
| * Write forgetting curve flag.Keisuke Kuroyanagi2013-09-061-0/+7
| | | | | | | | | | Bug: 6669677 Change-Id: Ic19aa3b69fb45d9638f9dcc8c3dd8a34aad41965
* | Optimize layoutSatoshi Kataoka2013-09-051-3/+3
|/ | | | | | Bug: 9059539 Change-Id: Iabfd44daae1ef6da99a864859488a4f644240925
* Add dummy Emoji subtypeTadashi G. Takaoka2013-08-281-0/+1
| | | | | Bug: 6370846 Change-Id: I4fa3a6832fa316d0c6312d434be3c3ff02b52402
* Clean up unused imports.Yuichiro Hanada2013-08-261-2/+0
| | | | Change-Id: I7147ca237b99399e79210852aa5bf5a01101d779
* [Refactor] Add DictDecoder.readUnigramsAndBigramsBinary.Yuichiro Hanada2013-08-261-10/+11
| | | | Change-Id: I259db91d837c67cbcb3b6dc504b21dca23a6a5be
* Fix getDictionaryFileHeader.Yuichiro Hanada2013-08-231-7/+1
| | | | Change-Id: I5186f41b0f38eb08f4154f7b3de7ffc2119fc44b
* Move findWordByBinaryDictReader to BinaryDictIOUtilsTests.Yuichiro Hanada2013-08-221-4/+3
| | | | Change-Id: I443238fd816dea9650dcbbeb3ea757f9674fa52f
* Rename BinaryDictEncoder to BinaryDictEncoderUtils.Yuichiro Hanada2013-08-211-2/+2
| | | | Change-Id: I4dabf17da7003b1d8204a83dbd10e5be6e8fd805
* Merge "Add a functionality to boost scores of personalization dictionary"Satoshi Kataoka2013-08-201-1/+11
|\
| * Add a functionality to boost scores of personalization dictionarySatoshi Kataoka2013-08-201-1/+11
| | | | | | | | | | Bug: 9429906 Change-Id: I1518c5cbc7d41188e7dc6a35d226da277ed5913f