aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* am 4944827e: Merge "Add methods for dynamic updating binary dictionary."Keisuke Kuroynagi2013-07-151-4/+33
|\ | | | | | | | | * commit '4944827e0fdb5657a7f9305c317464edb0ef2b08': Add methods for dynamic updating binary dictionary.
| * Merge "Add methods for dynamic updating binary dictionary."Keisuke Kuroynagi2013-07-161-4/+33
| |\
| | * Add methods for dynamic updating binary dictionary.Keisuke Kuroynagi2013-07-041-4/+33
| | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I7e681ceec2af712214a647630350cb20be6b0354
* | | am 8bfd5782: Merge "Do not output string-encoded MotionEvent."Kurt Partridge2013-07-151-1/+1
|\| | | | | | | | | | | | | | * commit '8bfd57820f840d82dafad33c1d2f44c54f461fc1': Do not output string-encoded MotionEvent.
| * | Merge "Do not output string-encoded MotionEvent."Kurt Partridge2013-07-151-1/+1
| |\ \
| | * | Do not output string-encoded MotionEvent.Kurt Partridge2013-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | JsonUtils knows how to output MotionEvents into json; that mechanism should be reused for SuddenJumpingTouchEventHandler. Change-Id: Id4c36c05533a3a329bf43ba33d57c0830dc4d196
* | | | am f6c9201d: (-s ours) Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-07-110-0/+0
|\| | | | | | | | | | | | | | | | | | | * commit 'f6c9201d7329ee7169c2de19b494b5986d51da25': Import translations. DO NOT MERGE
| * | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-07-121-1/+1
| |\ \ \
| | * | | Import translations. DO NOT MERGEBaligh Uddin2013-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I580f44f5334d0af91339646c0cfe94293f96711f Auto-generated-cl: translation import
* | | | | am 34047d89: Quit ignoring language cost of exact matches.Keisuke Kuroynagi2013-07-114-32/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '34047d8905fbd2cbe4c99618aab105556ebee9ed': Quit ignoring language cost of exact matches.
| * | | | Quit ignoring language cost of exact matches.Keisuke Kuroynagi2013-07-114-32/+10
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Handle exact matches in DicNode::compare() and calculateFinalScore(). Bug: 8844931 Change-Id: I17c78d4e352b0a4308727229b02a8004b38468bf
* | | | am cfbb7fbd: Fix: Read lock is wrongly used for gutSuggestions.Keisuke Kuroynagi2013-07-091-2/+3
|\| | | | | | | | | | | | | | | | | | | * commit 'cfbb7fbd48125909ed61e58500e56b06afc12709': Fix: Read lock is wrongly used for gutSuggestions.
| * | | Fix: Read lock is wrongly used for gutSuggestions.Keisuke Kuroynagi2013-07-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 9737865 Change-Id: I017f80b46c5dc48c40f2de7c4d516a042992feb4
* | | | Import translations. DO NOT MERGEBaligh Uddin2013-07-081-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I94e8a1dd3472e65b3c784ba285514a9117d3c776 Auto-generated-cl: translation import
* | | | am 58b2a637: Merge "Update ExpandableDictionary.BASE_CHARS[]"Ken Wakasa2013-07-071-165/+199
|\| | | | | | | | | | | | | | | | | | | * commit '58b2a6372fd0404e27bbe137bbac18bbdf70e153': Update ExpandableDictionary.BASE_CHARS[]
| * | | Merge "Update ExpandableDictionary.BASE_CHARS[]"Ken Wakasa2013-07-081-165/+199
| |\ \ \
| | * | | Update ExpandableDictionary.BASE_CHARS[]Ken Wakasa2013-07-051-165/+199
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be the same as CharUtils::BASE_CHARS[] in the native code. Change-Id: I72ed4a43fd5c26a4439ef791b6b1cf703845c3a1
* | | | | am f5be54f7: Merge "Move TypefaceUtils and ViewUtils to utils package"Tadashi G. Takaoka2013-07-057-8/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'f5be54f710e2855b88f51bfb34b60742ebe3913c': Move TypefaceUtils and ViewUtils to utils package
| * | | | Merge "Move TypefaceUtils and ViewUtils to utils package"Tadashi G. Takaoka2013-07-057-8/+12
| |\ \ \ \
| | * | | | Move TypefaceUtils and ViewUtils to utils packageTadashi G. Takaoka2013-07-057-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Iccd47c27670248c43de9a539c1951111d7733111
* | | | | | am bac479bb: Merge "Reorganize Utils class"Tadashi G. Takaoka2013-07-0515-401/+438
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'bac479bbe1d6daa074c375845bb3af42c931ecbd': Reorganize Utils class
| * | | | | Merge "Reorganize Utils class"Tadashi G. Takaoka2013-07-0515-401/+438
| |\| | | |
| | * | | | Reorganize Utils classTadashi G. Takaoka2013-07-0515-401/+438
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18
* | | | | | am 0c6e0778: Merge "Remove flags from dicNodeProperties."Keisuke Kuroynagi2013-07-056-63/+55
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '0c6e077875a9a6ef1d46ea26610e18156a81a9fe': Remove flags from dicNodeProperties.
| * | | | | Merge "Remove flags from dicNodeProperties."Keisuke Kuroynagi2013-07-056-63/+55
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Remove flags from dicNodeProperties.Keisuke Kuroynagi2013-07-056-63/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I6f4aef8c4e4376f078ed8375394823788aa35002
* | | | | | am 72c2feb5: Use TimeUnit instead of DateUtils for readabilityTadashi G. Takaoka2013-07-057-23/+25
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '72c2feb57369527b5f0d2b89505f94503978b928': Use TimeUnit instead of DateUtils for readability
| * | | | | Use TimeUnit instead of DateUtils for readabilityTadashi G. Takaoka2013-07-057-23/+25
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Bug: 9550800 Change-Id: I087205530a5dbcff4bf08f48f4aa7068aae93215
* | | | | am cb13d11c: Add a trace.Jean Chalard2013-07-041-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'cb13d11c0af95b0621c012be9c01e04a463e40c5': Add a trace.
| * | | | Add a trace.Jean Chalard2013-07-051-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Emit a trace when a new dictionary is copied to LatinIME successfully, not just when it fails. That will help diagnosing some problems by being able to ensure this step succeeded looking at the log. This does not happen often (like, maybe 3 times at device activation, and once every few weeks afterwards), so I think the extra line in the log is more than acceptable. Change-Id: I1674bc22d950a7be801076c5aa7e8bbebccab14b
* | | | am 9aa1efdf: Merge "Change how the length of the random words are chosen."Jean Chalard2013-07-041-4/+13
|\| | | | | | | | | | | | | | | | | | | * commit '9aa1efdf46ce333425466e91061793301307ad01': Change how the length of the random words are chosen.
| * | | Merge "Change how the length of the random words are chosen."Jean Chalard2013-07-051-4/+13
| |\ \ \
| | * | | Change how the length of the random words are chosen.Jean Chalard2013-07-041-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is much more robust and much better for testing. Change-Id: I43f900f9debc1d1ae4c3f3dd07dbe0ac85d31f52
* | | | | am db6984c7: Merge "Have random words stick to a restricted (random) charset"Jean Chalard2013-07-041-14/+26
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit 'db6984c7bd0f3a933581cd0af201cf5e70643e45': Have random words stick to a restricted (random) charset
| * | | | Merge "Have random words stick to a restricted (random) charset"Jean Chalard2013-07-051-14/+26
| |\| | |
| | * | | Have random words stick to a restricted (random) charsetJean Chalard2013-07-041-14/+26
| | | | | | | | | | | | | | | | | | | | Change-Id: Ib4045ebc9659f1b60183f2356e60e449d62c5be9
* | | | | am 49910a9d: Merge "Fix: release lock in UserHistoryDictionary."Keisuke Kuroynagi2013-07-041-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '49910a9d774120479d89f537c7e1b4d43e6f153a': Fix: release lock in UserHistoryDictionary.
| * | | | Merge "Fix: release lock in UserHistoryDictionary."Keisuke Kuroynagi2013-07-041-1/+5
| |\ \ \ \
| | * | | | Fix: release lock in UserHistoryDictionary.Keisuke Kuroynagi2013-07-041-1/+5
| | | |_|/ | | |/| | | | | | | | | | | | Change-Id: I050c252910c6b5b0a79cd2d52c525679f2d6091d
* | | | | am 0933353c: Merge "Read version 3 dictionary header."Keisuke Kuroynagi2013-07-045-58/+73
|\| | | | | | | | | | | | | | | | | | | | | | | | * commit '0933353c0c8823ec5ca1dcc5cd68014b87a6e045': Read version 3 dictionary header.
| * | | | Merge "Read version 3 dictionary header."Keisuke Kuroynagi2013-07-045-58/+73
| |\ \ \ \
| | * | | | Read version 3 dictionary header.Keisuke Kuroynagi2013-07-035-58/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The header structure of version 3 dictionary is same as version 2. Bug: 6669677 Change-Id: I26c8723333938fbf102de1a40f11d97444da9075
* | | | | | am db296305: Merge "DictionaryWriter to abstract binary dictionary writing."Keisuke Kuroynagi2013-07-045-88/+254
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'db296305d61f9d7c8f9121eb0e663d3d0a2f6ecc': DictionaryWriter to abstract binary dictionary writing.
| * | | | | Merge "DictionaryWriter to abstract binary dictionary writing."Keisuke Kuroynagi2013-07-045-88/+254
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | DictionaryWriter to abstract binary dictionary writing.Keisuke Kuroynagi2013-07-045-88/+254
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | UserHistoryDictionary should become to use ExpandableBinaryDictionary. Bug: 6669677 Change-Id: I6831c7dd2d84207d1a8f51ba15d52e0a72205d0c
* | | | | am cac66f29: Merge "Return NOT_A_PROBABILITY in getProbability for inalid ↵Keisuke Kuroynagi2013-07-041-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dictionary." * commit 'cac66f29ebd8df26b25c21b0c228dfe63ea109ad': Return NOT_A_PROBABILITY in getProbability for inalid dictionary.
| * | | | Merge "Return NOT_A_PROBABILITY in getProbability for inalid dictionary."Keisuke Kuroynagi2013-07-041-1/+1
| |\ \ \ \
| | * | | | Return NOT_A_PROBABILITY in getProbability for inalid dictionary.Keisuke Kuroynagi2013-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9682742 Change-Id: Ifad4b9811bb5e1a94aed59eba7aedcdb6da5cf9c
* | | | | | am b242ce4e: Merge "Add a two-args constructor to BinaryDictIOTests"Jean Chalard2013-07-041-6/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b242ce4e6b599f568bb3bae5749a9e5f65e6a773': Add a two-args constructor to BinaryDictIOTests
| * | | | | Merge "Add a two-args constructor to BinaryDictIOTests"Jean Chalard2013-07-041-6/+8
| |\ \ \ \ \