aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Show Emoji key on more symbols keyboard•••Bug: 10541453 Change-Id: Ia18c0fdec3196b8ddc04f6c71a733713b63ee87b Satoshi Kataoka2013-09-131-3/+2
* Consolidate EmojiKeyboardView•••bug: 10538430 Change-Id: Ia799eca303d8ec68eeeb9f00fa8002a44d0c49fc Satoshi Kataoka2013-09-131-70/+151
* Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-09-121-7/+7
|\
| * Import translations. DO NOT MERGE•••Change-Id: Ia1959384a4c70ef55ba89500664d436e3c9de70d Auto-generated-cl: translation import Baligh Uddin2013-09-111-7/+7
* | Merge "Avoid recorrection in ex-password fields."Jean Chalard2013-09-121-0/+2
|\ \
| * | Avoid recorrection in ex-password fields.•••Bug: 10115839 Change-Id: I1f1025c9f28adfb6f5a63d5ba86e359f30c0963e Jean Chalard2013-09-121-0/+2
* | | Merge "Add getDictDecoder."Ken Wakasa2013-09-1213-59/+80
|\ \ \
| * | | Add getDictDecoder.•••Bug: 9618601 Change-Id: I173100ac704c03f7d5d0d53477e83cab5d1110d4 Yuichiro Hanada2013-09-1213-59/+80
| |/ /
* | | Merge "Suppress emoji tabs on JB-MR2 or previous versions"Satoshi Kataoka2013-09-121-4/+7
|\ \ \
| * | | Suppress emoji tabs on JB-MR2 or previous versions•••Change-Id: I6a9c4994a446026b9736fda37ad7eccbd67a9a3d Satoshi Kataoka2013-09-121-4/+7
* | | | Merge "Change cache capacity depending on the dictionary size."Keisuke Kuroyanagi2013-09-128-21/+48
|\ \ \ \ | |/ / / |/| | |
| * | | Change cache capacity depending on the dictionary size.•••Bug: 10699291 Change-Id: I7042d4c1307da2d991d4dd10d637f18026acb996 Keisuke Kuroyanagi2013-09-128-21/+48
| |/ /
* | | Merge "Change space key height in Emoji keyboard view"Satoshi Kataoka2013-09-125-18/+109
|\ \ \
| * | | Change space key height in Emoji keyboard view•••bug: 10538430 Change-Id: I724a8c92b49a64196c7da2af40f3d20758e0dbae Satoshi Kataoka2013-09-125-18/+109
* | | | Fix punctuation spacing for Canadian French.•••Bug: 10250783 Change-Id: I10b87e0ef95512d4ea5ecbbc1ddfa860cc86a6ad Jean Chalard2013-09-121-0/+31
| |/ / |/| |
* | | Hide DictBuffer from BinaryDictDecoderUtils.•••Bug: 9618601 Change-Id: I87515bc1555bdfe09426a056ceda74d8e63eba82 Yuichiro Hanada2013-09-124-53/+98
* | | Merge "Remove changing a word when added to the dictionary"Jean Chalard2013-09-123-162/+0
|\ \ \
| * | | 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-123-162/+0
| |/ /
* | | Merge "Make terminal cache small."Keisuke Kuroyanagi2013-09-125-55/+58
|\ \ \ | |/ / |/| |
| * | Make terminal cache small.•••Bug: 10699291 Before: (0) 2997.63 (0.98%) (1) 303760.77 (98.92%) (2) 274.94 (0.09%) (66) 0.38 (0.00%) Total 307062.27 (sum of others 307033.73) After: (0) 2953.22 (0.96%) (1) 304633.86 (98.93%) (2) 293.76 (0.10%) (66) 0.38 (0.00%) Total 307915.65 (sum of others 307881.22) Change-Id: I6905abeb590ef50d48ddfcd8ef8b5351af399150 Keisuke Kuroyanagi2013-09-125-55/+58
* | | Merge "Use same session id for typing and gesture."Keisuke Kuroyanagi2013-09-123-7/+11
|\ \ \ | |_|/ |/| |
| * | Use same session id for typing and gesture.•••Bug: 10699291 Change-Id: I7c8a3a57e8d189b72a17e4b9c6831becee6ec146 Keisuke Kuroyanagi2013-09-123-7/+11
* | | Clean up Thai keyboard layout files•••Change-Id: I8773d97280eebc6db2b2099d464becc86915a9b8 Ken Wakasa2013-09-113-56/+2
* | | Add writePtNode to DictEncoder.•••Bug: 9618601 Change-Id: Ie4529444780edee8d0f0d5f23c5619c1a3344286 Yuichiro Hanada2013-09-113-67/+78
* | | Add a flag to readDictioanryBinary in DictDecoder.•••Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31 Yuichiro Hanada2013-09-116-8/+13
|/ /
* | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-09-101-1/+1
|\ \ | |/ |/|
| * Import translations. DO NOT MERGE•••Change-Id: I9364f361aa98b74f5cbf66d5ed7a645149293d3f Auto-generated-cl: translation import Baligh Uddin2013-09-091-1/+1
* | Merge "Add tests for BinaryDictionary.addUnigramWord()."Keisuke Kuroyanagi2013-09-101-0/+38
|\ \
| * | Add tests for BinaryDictionary.addUnigramWord().•••Bug: 10197478 Change-Id: Ie46f360b8c75183b49d42d00fefed4a8531f64a9 Keisuke Kuroyanagi2013-09-101-0/+38
* | | Fix bug of dictionary dynamic updating methods.•••Bug: 6669677 Change-Id: I5483adb03e1ac0c27bbfd99d5f4d7cc29809d70a Keisuke Kuroyanagi2013-09-103-5/+5
|/ /
* | Merge "Add binary dictionary tests."Keisuke Kuroyanagi2013-09-101-0/+87
|\ \
| * | Add binary dictionary tests.•••Bug: 10197478 Change-Id: I13cf9b67d1b61b8e89fe90b431c2d6e066ca8e7a Keisuke Kuroyanagi2013-09-101-0/+87
* | | Revert Ida230ca42 and I6adf7d08f.•••Change-Id: I2ddb250d5a473ea955a5171656974de7288a13f7 Yuichiro Hanada2013-09-102-104/+46
* | | Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.•••Change-Id: I003b769e408ebd692085a7e17fed6d9396876202 Yuichiro Hanada2013-09-108-248/+423
* | | Merge "Check the version of format options before writing."Ken Wakasa2013-09-101-0/+6
|\ \ \
| * | | Check the version of format options before writing.•••Change-Id: I3951e4395a2da225e240e856c23339b679e6155e Yuichiro Hanada2013-09-101-0/+6
* | | | Move a flag about switching dynamic update to java.•••Bug: 6669677 Change-Id: I6aa99cae4a227f9202179c2873d13473a773e024 Keisuke Kuroyanagi2013-09-104-33/+35
|/ / /
* | | Merge "Add AsyncResultHolder."Satoshi Kataoka2013-09-103-19/+151
|\ \ \
| * | | Add AsyncResultHolder.•••Change-Id: Icfa685bcda2f5c74f5649f09098d00b4bd321c5a Yuichiro Hanada2013-09-103-19/+151
* | | | Merge "Fix: ExtendableBuffer"Keisuke Kuroyanagi2013-09-101-3/+4
|\ \ \ \
| * | | | Fix: ExtendableBuffer•••Bug: 6669677 Change-Id: I73142fdabac1cbd4128b83c3b26b642b4b4f4da7 Keisuke Kuroyanagi2013-09-101-3/+4
* | | | | Merge "Implement split and create node methods."Keisuke Kuroyanagi2013-09-102-19/+115
|\| | | |
| * | | | Implement split and create node methods.•••Bug: 6669677 Change-Id: Iac4afb637a8ba3d55f7a88f4a532831c1731f93e Keisuke Kuroyanagi2013-09-102-19/+115
* | | | | Merge "Calculate parent offset from the head of moved node."Keisuke Kuroyanagi2013-09-104-12/+15
|\| | | | | |/ / / |/| | |
| * | | Calculate parent offset from the head of moved node.•••Bug: 6669677 Change-Id: I710453f1c37ec14e5b6830595c1afb2caff83cf2 Keisuke Kuroyanagi2013-09-104-12/+15
| | |/ | |/|
* | | Merge "Re-call getBuffer after writing in bigram/shortcut policy."Keisuke Kuroyanagi2013-09-104-12/+24
|\ \ \ | |/ / |/| |
| * | Re-call getBuffer after writing in bigram/shortcut policy.•••Bug: 6669677 Change-Id: I35dc290aa9582e019681b8aae49db3f8d37c90d4 Keisuke Kuroyanagi2013-09-104-12/+24
* | | Merge "Implement create children array and add child method."Keisuke Kuroyanagi2013-09-094-22/+64
|\ \ \
| * | | Implement create children array and add child method.•••Bug: 6669677 Change-Id: Ic89c3dfe01937e771db8fc59d5259496a9464a47 Keisuke Kuroyanagi2013-09-094-22/+64
* | | | Merge "Check contents in user history dictionary tests"Satoshi Kataoka2013-09-096-29/+87
|\ \ \ \