aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge "Change space key height in Emoji keyboard view"Satoshi Kataoka2013-09-125-18/+109
|\ \ \ \ \
| * | | | | Change space key height in Emoji keyboard viewSatoshi Kataoka2013-09-125-18/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug: 10538430 Change-Id: I724a8c92b49a64196c7da2af40f3d20758e0dbae
* | | | | | Fix punctuation spacing for Canadian French.Jean Chalard2013-09-121-0/+31
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Bug: 10250783 Change-Id: I10b87e0ef95512d4ea5ecbbc1ddfa860cc86a6ad
* | | | | Hide DictBuffer from BinaryDictDecoderUtils.Yuichiro Hanada2013-09-124-53/+98
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9618601 Change-Id: I87515bc1555bdfe09426a056ceda74d8e63eba82
* | | | | Merge "Remove changing a word when added to the dictionary"Jean Chalard2013-09-123-162/+0
|\ \ \ \ \
| * | | | | Remove changing a word when added to the dictionaryJean Chalard2013-09-123-162/+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
* | | | | Merge "Make terminal cache small."Keisuke Kuroyanagi2013-09-125-55/+58
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Make terminal cache small.Keisuke Kuroyanagi2013-09-125-55/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge "Use same session id for typing and gesture."Keisuke Kuroyanagi2013-09-123-7/+11
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Use same session id for typing and gesture.Keisuke Kuroyanagi2013-09-123-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10699291 Change-Id: I7c8a3a57e8d189b72a17e4b9c6831becee6ec146
* | | | | Clean up Thai keyboard layout filesKen Wakasa2013-09-113-56/+2
| | | | | | | | | | | | | | | | | | | | Change-Id: I8773d97280eebc6db2b2099d464becc86915a9b8
* | | | | Add writePtNode to DictEncoder.Yuichiro Hanada2013-09-113-67/+78
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9618601 Change-Id: Ie4529444780edee8d0f0d5f23c5619c1a3344286
* | | | | Add a flag to readDictioanryBinary in DictDecoder.Yuichiro Hanada2013-09-116-8/+13
|/ / / / | | | | | | | | | | | | Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31
* | | | Merge "Import translations. DO NOT MERGE"Baligh Uddin2013-09-101-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Import translations. DO NOT MERGEBaligh Uddin2013-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | Change-Id: I9364f361aa98b74f5cbf66d5ed7a645149293d3f Auto-generated-cl: translation import
* | | | Merge "Add tests for BinaryDictionary.addUnigramWord()."Keisuke Kuroyanagi2013-09-101-0/+38
|\ \ \ \
| * | | | Add tests for BinaryDictionary.addUnigramWord().Keisuke Kuroyanagi2013-09-101-0/+38
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10197478 Change-Id: Ie46f360b8c75183b49d42d00fefed4a8531f64a9
* | | | | Fix bug of dictionary dynamic updating methods.Keisuke Kuroyanagi2013-09-103-5/+5
|/ / / / | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I5483adb03e1ac0c27bbfd99d5f4d7cc29809d70a
* | | | Merge "Add binary dictionary tests."Keisuke Kuroyanagi2013-09-101-0/+87
|\ \ \ \
| * | | | Add binary dictionary tests.Keisuke Kuroyanagi2013-09-101-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10197478 Change-Id: I13cf9b67d1b61b8e89fe90b431c2d6e066ca8e7a
* | | | | Revert Ida230ca42 and I6adf7d08f.Yuichiro Hanada2013-09-102-104/+46
| | | | | | | | | | | | | | | | | | | | Change-Id: I2ddb250d5a473ea955a5171656974de7288a13f7
* | | | | Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.Yuichiro Hanada2013-09-108-248/+423
| | | | | | | | | | | | | | | | | | | | Change-Id: I003b769e408ebd692085a7e17fed6d9396876202
* | | | | Merge "Check the version of format options before writing."Ken Wakasa2013-09-101-0/+6
|\ \ \ \ \
| * | | | | Check the version of format options before writing.Yuichiro Hanada2013-09-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I3951e4395a2da225e240e856c23339b679e6155e
* | | | | | Move a flag about switching dynamic update to java.Keisuke Kuroyanagi2013-09-104-33/+35
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I6aa99cae4a227f9202179c2873d13473a773e024
* | | | | Merge "Add AsyncResultHolder."Satoshi Kataoka2013-09-103-19/+151
|\ \ \ \ \
| * | | | | Add AsyncResultHolder.Yuichiro Hanada2013-09-103-19/+151
| | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Icfa685bcda2f5c74f5649f09098d00b4bd321c5a
* | | | | | Merge "Fix: ExtendableBuffer"Keisuke Kuroyanagi2013-09-101-3/+4
|\ \ \ \ \ \
| * | | | | | Fix: ExtendableBufferKeisuke Kuroyanagi2013-09-101-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I73142fdabac1cbd4128b83c3b26b642b4b4f4da7
* | | | | | | Merge "Implement split and create node methods."Keisuke Kuroyanagi2013-09-102-19/+115
|\| | | | | |
| * | | | | | Implement split and create node methods.Keisuke Kuroyanagi2013-09-102-19/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: Iac4afb637a8ba3d55f7a88f4a532831c1731f93e
* | | | | | | 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.Keisuke Kuroyanagi2013-09-104-12/+15
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I710453f1c37ec14e5b6830595c1afb2caff83cf2
* | | | | 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.Keisuke Kuroyanagi2013-09-104-12/+24
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I35dc290aa9582e019681b8aae49db3f8d37c90d4
* | | | | Merge "Implement create children array and add child method."Keisuke Kuroyanagi2013-09-094-22/+64
|\ \ \ \ \
| * | | | | Implement create children array and add child method.Keisuke Kuroyanagi2013-09-094-22/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: Ic89c3dfe01937e771db8fc59d5259496a9464a47
* | | | | | Merge "Check contents in user history dictionary tests"Satoshi Kataoka2013-09-096-29/+87
|\ \ \ \ \ \
| * | | | | | Check contents in user history dictionary testsSatoshi Kataoka2013-09-096-29/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 10667710 Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2
* | | | | | | Merge "Implement update node probability method."Keisuke Kuroyanagi2013-09-094-11/+57
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Implement update node probability method.Keisuke Kuroyanagi2013-09-094-11/+57
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I61ac0d05e362fc7d8a967ddd8286580998c70487
* | | | | | Hide physical structure of the dictionary from BinaryDictEncoderUtils.Yuichiro Hanada2013-09-093-150/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 9618601 Change-Id: I01b8da42058d7c05bf7f4e6d43718032c2ad12c5
* | | | | | Make commitCurrentAutoCorrection asynchronous.Yuichiro Hanada2013-09-092-15/+32
|/ / / / / | | | | | | | | | | | | | | | Change-Id: Ida230ca4243347fb3ab9fda7de3a9a18f886cd1c
* / / / / Revise TODO comment for I823912e3979829a.Keisuke Kuroyanagi2013-09-091-2/+2
|/ / / / | | | | | | | | | | | | Change-Id: I839d8cb4d45d7d17b7940d710a2fef5aeacc11ab
* / / / Fix: wrong locking order.Keisuke Kuroyanagi2013-09-091-8/+10
|/ / / | | | | | | | | | Change-Id: I823912e3979829ad1e825cf91dc5e18f7f0f9cc3
* | | 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
* | | | Rename write(|Signed)VariableAddress and to write(|Signed)ChildrenPosition.Yuichiro Hanada2013-09-061-23/+23
| | | | | | | | | | | | | | | | Change-Id: Ib018bde346744b470a4fb13b0c57e3a633b8bb20
* | | | Add computeChildrenPosition and simplify writePlacedNode.Yuichiro Hanada2013-09-061-20/+19
| | | | | | | | | | | | | | | | Change-Id: Idcf0e056bf61e29844d4d0e91c482cd78c41704c
* | | | Implement inserting new node into PtNode array.Keisuke Kuroyanagi2013-09-064-3/+142
| | | | | | | | | | | | | | | | | | | | | | | | Bug: 6669677 Change-Id: I0171476231181e41234dde76ac9061febb2e8c35