aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Suppress emoji tabs on JB-MR2 or previous versionsSatoshi Kataoka2013-09-121-4/+7
| | | | | | | | | | | | Change-Id: I6a9c4994a446026b9736fda37ad7eccbd67a9a3d
* | | Merge "Change cache capacity depending on the dictionary size."Keisuke Kuroyanagi2013-09-122-6/+8
|\ \ \ | |/ / |/| |
| * | Change cache capacity depending on the dictionary size.Keisuke Kuroyanagi2013-09-122-6/+8
| |/ | | | | | | | | | | Bug: 10699291 Change-Id: I7042d4c1307da2d991d4dd10d637f18026acb996
* | Merge "Change space key height in Emoji keyboard view"Satoshi Kataoka2013-09-122-14/+97
|\ \ | |/ |/|
| * Change space key height in Emoji keyboard viewSatoshi Kataoka2013-09-122-14/+97
| | | | | | | | | | | | bug: 10538430 Change-Id: I724a8c92b49a64196c7da2af40f3d20758e0dbae
* | Hide DictBuffer from BinaryDictDecoderUtils.Yuichiro Hanada2013-09-124-53/+98
| | | | | | | | | | Bug: 9618601 Change-Id: I87515bc1555bdfe09426a056ceda74d8e63eba82
* | 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 "Use same session id for typing and gesture."Keisuke Kuroyanagi2013-09-121-1/+2
|\
| * Use same session id for typing and gesture.Keisuke Kuroyanagi2013-09-121-1/+2
| | | | | | | | | | Bug: 10699291 Change-Id: I7c8a3a57e8d189b72a17e4b9c6831becee6ec146
* | 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-112-4/+8
|/ | | | Change-Id: I356adb72047ebc43c924fbff1ff45e7460508a31
* Revert Ida230ca42 and I6adf7d08f.Yuichiro Hanada2013-09-101-101/+46
| | | | Change-Id: I2ddb250d5a473ea955a5171656974de7288a13f7
* Use PrioritizedSerialExecutor instead of ReentrantReadWriteLock.Yuichiro Hanada2013-09-106-247/+317
| | | | 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-101-0/+17
|/ | | | | | Bug: 6669677 Change-Id: I6aa99cae4a227f9202179c2873d13473a773e024
* Add AsyncResultHolder.Yuichiro Hanada2013-09-102-19/+78
| | | | Change-Id: Icfa685bcda2f5c74f5649f09098d00b4bd321c5a
* Merge "Check contents in user history dictionary tests"Satoshi Kataoka2013-09-095-26/+67
|\
| * Check contents in user history dictionary testsSatoshi Kataoka2013-09-095-26/+67
| | | | | | | | | | | | Bug: 10667710 Change-Id: I45ebb08cb4ef9a9f6d2da31e2c50e740f88209c2
* | 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-091-13/+27
| | | | | | | | 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
* | Add margin to the label of languageSatoshi Kataoka2013-09-061-5/+10
| | | | | | | | Change-Id: I48dc63475caf5cc1a1ac09b82b26fbeaef993fa1
* | Optimize tablet layoutSatoshi Kataoka2013-09-061-1/+1
| | | | | | | | | | Bug: 9059539 Change-Id: Ideb6965768fcf092c081eb1d3102312c863cc5b6
* | Merge "Optimize layout"Satoshi Kataoka2013-09-052-5/+7
|\ \
| * | Optimize layoutSatoshi Kataoka2013-09-052-5/+7
| | | | | | | | | | | | | | | | | | Bug: 9059539 Change-Id: Iabfd44daae1ef6da99a864859488a4f644240925
* | | Add a callback to the arguments of commitCurrentAutoCorrection.Yuichiro Hanada2013-09-051-45/+91
|/ / | | | | | | Change-Id: I6adf7d08fdc4382233a63304743207368db8058a
* | Merge "Consolidate voice input key options no.1"Satoshi Kataoka2013-09-055-32/+32
|\ \
| * | Consolidate voice input key options no.1Satoshi Kataoka2013-09-055-32/+32
| |/ | | | | | | Change-Id: I2f928522a0795f57b4133072f270d8fd2498cae9
* | [Refactor] Add writeDictionaryHeader.Yuichiro Hanada2013-09-052-13/+24
| | | | | | | | Change-Id: I69026c47ce1d23f5c39c99ace76fa6b96cd1ce1b
* | Add comments about how to calculate parent and children addresses.Yuichiro Hanada2013-09-051-13/+16
|/ | | | Change-Id: Idf37d9a08a7b464a14c8755bedb755005e49ba33
* Revert "Remove symbols shifted layout"Satoshi Kataoka2013-09-042-3/+5
| | | | | | This reverts commit c02a365485cb777137cbab8ff8f60c4b36fa0f7a. Change-Id: I11d31632469a594c0637f035bdd74ba60b2ac33e
* Revert "Remove symbols shifted layout related code"Satoshi Kataoka2013-09-045-42/+121
| | | | | | | | This reverts commit 1cd027850bb07cd3fe2c1ec43b8a594d2f8ad313. Bug: 9059539 Change-Id: I1880b799e2d0f148ae913f13cffa1b8cac48be60
* Revert "Remove symbols shifted related unused texts and styles"Satoshi Kataoka2013-09-041-46/+52
| | | | | | | | This reverts commit 59f49b38618fc5efd8e00b2511246834b3859a19. Bug: 9059539 Change-Id: I6e298a55feb942fc3720a91b65f841220443b42b
* Change GET_SUGGESTED_WORDS_TIMEOUT to 200.Yuichiro Hanada2013-09-031-1/+2
| | | | Change-Id: Ia5aa0b7af16d7ad45c98d0c5a7dcabba76d19b67
* Merge "Change GET_SUGGESTED_WORDS_TIMEOUT to 50."Ken Wakasa2013-09-031-1/+2
|\
| * Change GET_SUGGESTED_WORDS_TIMEOUT to 50.Yuichiro Hanada2013-09-031-1/+2
| | | | | | | | Change-Id: I4d495a782ed1dea1c377837c6579ce5ff74086b5
* | Optimize tablet layoutSatoshi Kataoka2013-09-031-4/+12
|/ | | | | Bug: 9059539 Change-Id: I049941d2c83764c7f07c5215799b9657a7f27764
* Call getSuggestedWords asynchronously.Yuichiro Hanada2013-09-031-39/+100
| | | | Change-Id: Ia8a21b53f4d12b759d9ef5a5181ed04875e4d198
* Remove typedWord from the arguments of showSuggestionStrip.Yuichiro Hanada2013-09-021-11/+9
| | | | Change-Id: Iddf33227982e65705b49c6a527286d8695878c90
* Revert "Revert "Add onGetSuggestedWordsCallback.""Yuichiro Hanada2013-09-022-75/+120
| | | | | This reverts commit 78f707a142570c33bf5a7a3173f39d19103383ea. Change-Id: I5dd4f2d40314002736226886477563f29a25079c
* Merge "Revert "Add onGetSuggestedWordsCallback.""Ken Wakasa2013-08-302-121/+76
|\
| * Revert "Add onGetSuggestedWordsCallback."Ken Wakasa2013-08-302-121/+76
| | | | | | | | | | | | This reverts commit 820c290a61e4067c9d8557af4c3160c866f70667. Change-Id: I5c50731ff9f330c05c5841b8c65f16e28e67422c
* | Fix emoji view insets calculationKen Wakasa2013-08-302-9/+25
| | | | | | | | | | bug: 10541453 Change-Id: I605e657c94686c4974d162657a5e820798d20e8f
* | Revert "Revert "Support Emoji keyboard""Satoshi Kataoka2013-08-303-1/+46
| | | | | | | | | | | | | | | | Window resizing junkiness is addressed in I605e657c9468 This reverts commit aabc97233826da69edbadfc7c1465a505a1fe2ec. Change-Id: I0bc0f1ad9a90799e643fe9ec35f5b4bbe94eee0d