aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* am 8bfd5782: Merge "Do not output string-encoded MotionEvent."•••* commit '8bfd57820f840d82dafad33c1d2f44c54f461fc1': Do not output string-encoded MotionEvent. Kurt Partridge2013-07-151-1/+1
|\
| * Merge "Do not output string-encoded MotionEvent."Kurt Partridge2013-07-151-1/+1
| |\
| | * Do not output string-encoded MotionEvent.•••JsonUtils knows how to output MotionEvents into json; that mechanism should be reused for SuddenJumpingTouchEventHandler. Change-Id: Id4c36c05533a3a329bf43ba33d57c0830dc4d196 Kurt Partridge2013-07-031-1/+1
* | | am f6c9201d: (-s ours) Merge "Import translations. DO NOT MERGE"•••* commit 'f6c9201d7329ee7169c2de19b494b5986d51da25': Import translations. DO NOT MERGE Baligh Uddin2013-07-110-0/+0
|\| |
| * | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-07-121-1/+1
| |\ \
| | * | Import translations. DO NOT MERGE•••Change-Id: I580f44f5334d0af91339646c0cfe94293f96711f Auto-generated-cl: translation import Baligh Uddin2013-07-101-1/+1
* | | | am 34047d89: Quit ignoring language cost of exact matches.•••* commit '34047d8905fbd2cbe4c99618aab105556ebee9ed': Quit ignoring language cost of exact matches. Keisuke Kuroynagi2013-07-114-32/+10
|\| | |
| * | | Quit ignoring language cost of exact matches.•••Handle exact matches in DicNode::compare() and calculateFinalScore(). Bug: 8844931 Change-Id: I17c78d4e352b0a4308727229b02a8004b38468bf Keisuke Kuroynagi2013-07-114-32/+10
| |/ /
* | | am cfbb7fbd: Fix: Read lock is wrongly used for gutSuggestions.•••* commit 'cfbb7fbd48125909ed61e58500e56b06afc12709': Fix: Read lock is wrongly used for gutSuggestions. Keisuke Kuroynagi2013-07-091-2/+3
|\| |
| * | Fix: Read lock is wrongly used for gutSuggestions.•••Bug: 9737865 Change-Id: I017f80b46c5dc48c40f2de7c4d516a042992feb4 Keisuke Kuroynagi2013-07-091-2/+3
* | | Import translations. DO NOT MERGE•••Change-Id: I94e8a1dd3472e65b3c784ba285514a9117d3c776 Auto-generated-cl: translation import Baligh Uddin2013-07-081-1/+1
* | | am 58b2a637: Merge "Update ExpandableDictionary.BASE_CHARS[]"•••* commit '58b2a6372fd0404e27bbe137bbac18bbdf70e153': Update ExpandableDictionary.BASE_CHARS[] Ken Wakasa2013-07-071-165/+199
|\| |
| * | Merge "Update ExpandableDictionary.BASE_CHARS[]"Ken Wakasa2013-07-081-165/+199
| |\ \
| | * | Update ExpandableDictionary.BASE_CHARS[]•••This should be the same as CharUtils::BASE_CHARS[] in the native code. Change-Id: I72ed4a43fd5c26a4439ef791b6b1cf703845c3a1 Ken Wakasa2013-07-051-165/+199
* | | | am f5be54f7: Merge "Move TypefaceUtils and ViewUtils to utils package"•••* commit 'f5be54f710e2855b88f51bfb34b60742ebe3913c': Move TypefaceUtils and ViewUtils to utils package Tadashi G. Takaoka2013-07-057-8/+12
|\| | |
| * | | Merge "Move TypefaceUtils and ViewUtils to utils package"Tadashi G. Takaoka2013-07-057-8/+12
| |\ \ \
| | * | | Move TypefaceUtils and ViewUtils to utils package•••Change-Id: Iccd47c27670248c43de9a539c1951111d7733111 Tadashi G. Takaoka2013-07-057-8/+12
* | | | | am bac479bb: Merge "Reorganize Utils class"•••* commit 'bac479bbe1d6daa074c375845bb3af42c931ecbd': Reorganize Utils class Tadashi G. Takaoka2013-07-0515-401/+438
|\| | | |
| * | | | Merge "Reorganize Utils class"Tadashi G. Takaoka2013-07-0515-401/+438
| |\| | |
| | * | | Reorganize Utils class•••Change-Id: I7294d1547def5dcfcae9d1d53b277cb3cc9f2d18 Tadashi G. Takaoka2013-07-0515-401/+438
* | | | | am 0c6e0778: Merge "Remove flags from dicNodeProperties."•••* commit '0c6e077875a9a6ef1d46ea26610e18156a81a9fe': Remove flags from dicNodeProperties. Keisuke Kuroynagi2013-07-056-63/+55
|\| | | |
| * | | | Merge "Remove flags from dicNodeProperties."Keisuke Kuroynagi2013-07-056-63/+55
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Remove flags from dicNodeProperties.•••Bug: 6669677 Change-Id: I6f4aef8c4e4376f078ed8375394823788aa35002 Keisuke Kuroynagi2013-07-056-63/+55
* | | | | am 72c2feb5: Use TimeUnit instead of DateUtils for readability•••* commit '72c2feb57369527b5f0d2b89505f94503978b928': Use TimeUnit instead of DateUtils for readability Tadashi G. Takaoka2013-07-057-23/+25
|\| | | |
| * | | | Use TimeUnit instead of DateUtils for readability•••Bug: 9550800 Change-Id: I087205530a5dbcff4bf08f48f4aa7068aae93215 Tadashi G. Takaoka2013-07-057-23/+25
| | |/ / | |/| |
* | | | am cb13d11c: Add a trace.•••* commit 'cb13d11c0af95b0621c012be9c01e04a463e40c5': Add a trace. Jean Chalard2013-07-041-0/+1
|\| | |
| * | | Add a trace.•••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 Jean Chalard2013-07-051-0/+1
| |/ /
* | | am 9aa1efdf: Merge "Change how the length of the random words are chosen."•••* commit '9aa1efdf46ce333425466e91061793301307ad01': Change how the length of the random words are chosen. Jean Chalard2013-07-041-4/+13
|\| |
| * | 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.•••This is much more robust and much better for testing. Change-Id: I43f900f9debc1d1ae4c3f3dd07dbe0ac85d31f52 Jean Chalard2013-07-041-4/+13
* | | | am db6984c7: Merge "Have random words stick to a restricted (random) charset"•••* commit 'db6984c7bd0f3a933581cd0af201cf5e70643e45': Have random words stick to a restricted (random) charset Jean Chalard2013-07-041-14/+26
|\| | |
| * | | Merge "Have random words stick to a restricted (random) charset"Jean Chalard2013-07-051-14/+26
| |\| |
| | * | Have random words stick to a restricted (random) charset•••Change-Id: Ib4045ebc9659f1b60183f2356e60e449d62c5be9 Jean Chalard2013-07-041-14/+26
* | | | am 49910a9d: Merge "Fix: release lock in UserHistoryDictionary."•••* commit '49910a9d774120479d89f537c7e1b4d43e6f153a': Fix: release lock in UserHistoryDictionary. Keisuke Kuroynagi2013-07-041-1/+5
|\| | |
| * | | Merge "Fix: release lock in UserHistoryDictionary."Keisuke Kuroynagi2013-07-041-1/+5
| |\ \ \
| | * | | Fix: release lock in UserHistoryDictionary.•••Change-Id: I050c252910c6b5b0a79cd2d52c525679f2d6091d Keisuke Kuroynagi2013-07-041-1/+5
* | | | | am 0933353c: Merge "Read version 3 dictionary header."•••* commit '0933353c0c8823ec5ca1dcc5cd68014b87a6e045': Read version 3 dictionary header. Keisuke Kuroynagi2013-07-045-58/+73
|\| | | |
| * | | | Merge "Read version 3 dictionary header."Keisuke Kuroynagi2013-07-045-58/+73
| |\ \ \ \
| | * | | | Read version 3 dictionary header.•••The header structure of version 3 dictionary is same as version 2. Bug: 6669677 Change-Id: I26c8723333938fbf102de1a40f11d97444da9075 Keisuke Kuroynagi2013-07-035-58/+73
* | | | | | am db296305: Merge "DictionaryWriter to abstract binary dictionary writing."•••* commit 'db296305d61f9d7c8f9121eb0e663d3d0a2f6ecc': DictionaryWriter to abstract binary dictionary writing. Keisuke Kuroynagi2013-07-045-88/+254
|\| | | | |
| * | | | | Merge "DictionaryWriter to abstract binary dictionary writing."Keisuke Kuroynagi2013-07-045-88/+254
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | DictionaryWriter to abstract binary dictionary writing.•••UserHistoryDictionary should become to use ExpandableBinaryDictionary. Bug: 6669677 Change-Id: I6831c7dd2d84207d1a8f51ba15d52e0a72205d0c Keisuke Kuroynagi2013-07-045-88/+254
| | | |/ / | | |/| |
* | | | | am cac66f29: Merge "Return NOT_A_PROBABILITY in getProbability for inalid dic...•••* commit 'cac66f29ebd8df26b25c21b0c228dfe63ea109ad': Return NOT_A_PROBABILITY in getProbability for inalid dictionary. Keisuke Kuroynagi2013-07-041-1/+1
|\| | | |
| * | | | 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.•••Bug: 9682742 Change-Id: Ifad4b9811bb5e1a94aed59eba7aedcdb6da5cf9c Keisuke Kuroynagi2013-07-031-1/+1
* | | | | | am b242ce4e: Merge "Add a two-args constructor to BinaryDictIOTests"•••* commit 'b242ce4e6b599f568bb3bae5749a9e5f65e6a773': Add a two-args constructor to BinaryDictIOTests Jean Chalard2013-07-041-6/+8
|\| | | | |
| * | | | | Merge "Add a two-args constructor to BinaryDictIOTests"Jean Chalard2013-07-041-6/+8
| |\ \ \ \ \
| | * | | | | Add a two-args constructor to BinaryDictIOTests•••Change-Id: Ie26e22754bfa5d58135349164c57007c86bd97e8 Jean Chalard2013-07-041-6/+8
* | | | | | | am eec3067f: Merge "Generalize constuctors & add tests"•••* commit 'eec3067fd071f1682151c2995ac592c75ae7574f': Generalize constuctors & add tests Jean Chalard2013-07-042-9/+26
|\| | | | | |
| * | | | | | Merge "Generalize constuctors & add tests"Jean Chalard2013-07-042-9/+26
| |\| | | | | | | |_|/ / / | |/| | | |