aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use InputMethodSubtypeCompatUtils to create subtypesTadashi G. Takaoka2013-11-261-14/+26
|/ | | | | | | | This change adds fixed subtypeId to dummy NO_LANGUAGE and EMOJI subtypes. Bug: 11142698 Change-Id: Ie633b5dea77f17a9981bd999df6e1957bde740ee
* Fix extraValue of DUMMY_NO_LANGUAGE_SUBTYPETadashi G. Takaoka2013-11-261-1/+1
| | | | | | This is a follow up of I9cf3d94825. Change-Id: I2646a045d21f2a7a3bb89c76d431be844e739af3
* Import translations. DO NOT MERGEGeoff Mendal2013-11-252-4/+4
| | | | | Change-Id: Id9ad9ed8c1d148569d7d0079a3b7ec5282280aa6 Auto-generated-cl: translation import
* Merge "Fix a flaky test."Jean Chalard2013-11-252-19/+35
|\
| * Fix a flaky test.Jean Chalard2013-11-252-19/+35
| | | | | | | | | | | | | | | | | | | | Corrections depend on the proximity info, which depends on the layout, which in turn depends on the subtype and not only the language. Thus, we need to force the whole subtype for meaningful tests. Bug: 11142685 Change-Id: I9cf3d948259e0236061454a93ffc2e28c7e0768f
* | Merge "Fix a failing test"Jean Chalard2013-11-251-0/+3
|\|
| * Fix a failing testJean Chalard2013-11-251-0/+3
| | | | | | | | | | Bug: 11846748 Change-Id: Ieda55477201c11fb31b0f84e70ecd081211c78fc
* | Use Google FeedbackKurt Partridge2013-11-221-7/+1
|/ | | | Change-Id: Icc39898fc9216a91e5a75958a959aa52d0ccea73
* Implement key preview zoom in/out animationsTadashi G. Takaoka2013-11-224-19/+153
| | | | | Bug: 11518021 Change-Id: I139b18708055e0811234886578c5a30b8cc71fec
* Merge "Update Color Scheme summary explicitly"Tadashi G. Takaoka2013-11-224-23/+61
|\
| * Update Color Scheme summary explicitlyTadashi G. Takaoka2013-11-224-23/+61
| | | | | | | | | | Bug: 11622614 Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42
* | Add configuration boolean for fading key top letterTadashi G. Takaoka2013-11-221-1/+3
| | | | | | | | | | Bug: 11518021 Change-Id: I1297a258650f4b2f81b942bbfbfbc2dba686ef20
* | Merge "handleBackspace should always send KEYCODE_DEL for InputType.TYPE_NULL"Ken Wakasa2013-11-221-22/+25
|\ \ | |/ |/|
| * handleBackspace should always send KEYCODE_DEL for InputType.TYPE_NULLKen Wakasa2013-11-211-22/+25
| | | | | | | | | | bug: 11797053 Change-Id: I295eeb5f9f0f1f07e919bf54122d003be150a174
* | Merge "Rename ambiguous feature name and related resources"Tadashi G. Takaoka2013-11-2111-73/+75
|\ \
| * | Rename ambiguous feature name and related resourcesTadashi G. Takaoka2013-11-2111-72/+74
| | | | | | | | | | | | | | | Bug: 11737015 Change-Id: I39f7ca13b99f019a2edb5aa690e3142ceba4e837
* | | Remove theme specific layout XML filesTadashi G. Takaoka2013-11-218-58/+26
|/ / | | | | | | Change-Id: I16602fe41c78215cd3b007764c9d71876128d404
* | Import translations. DO NOT MERGEBaligh Uddin2013-11-20110-617/+837
| | | | | | | | | | Change-Id: Idc1c319d010ce161687e2b7bb31dcf19809c589b Auto-generated-cl: translation import
* | Merge "Fix: PtNode array size writirng when array size > 127."Keisuke Kuroyanagi2013-11-204-3/+11
|\ \ | |/ |/|
| * Fix: PtNode array size writirng when array size > 127.Keisuke Kuroyanagi2013-11-204-3/+11
| | | | | | | | | | Bug: 11772864 Change-Id: Ib729ceedbc8ef837e50490439817b36039ae2b4e
* | Merge "Don't draw key top letter when key preview is showing"Tadashi G. Takaoka2013-11-201-0/+8
|\ \
| * | Don't draw key top letter when key preview is showingTadashi G. Takaoka2013-11-201-0/+8
| | | | | | | | | | | | | | | Bug: 11518021 Change-Id: Ibd33e892b21189a7d044099942845379aa010484
* | | Merge "Unbundle Key preview text and PointerTracker"Tadashi G. Takaoka2013-11-202-72/+71
|\| |
| * | Unbundle Key preview text and PointerTrackerTadashi G. Takaoka2013-11-202-72/+71
| | | | | | | | | | | | | | | | | | | | | This change binds key preview text with Key. Bug: 11518021 Change-Id: I5028e1108d6a5728e4feac7f6f945453eea679b6
* | | Merge "Fix more keys keyboard display position"Tadashi G. Takaoka2013-11-202-4/+6
|\ \ \ | |_|/ |/| |
| * | Fix more keys keyboard display positionTadashi G. Takaoka2013-11-202-4/+6
| |/ | | | | | | | | | | This is a follow up of Ia39b3d6de8. Change-Id: I9e6152fdc5cb9fa9490b41fcf0420b9ffccea438
* | Add DEBUG_DUMP to ContactsBinaryDictionary.Keisuke Kuroyanagi2013-11-201-1/+9
| | | | | | | | Change-Id: Iebfae5f37727deeb6636ad6301b7b1bbe5f454e0
* | Show source dictionary name of suggestions in the debug modeSatoshi Kataoka2013-11-201-1/+2
|/ | | | | Bug: 11772864 Change-Id: I393352494b1ef81d24622a22fe7556d09945d6ff
* Merge "Create a method to add multiple dictionary entries."Keisuke Kuroyanagi2013-11-193-15/+107
|\
| * Create a method to add multiple dictionary entries.Keisuke Kuroyanagi2013-11-193-15/+107
| | | | | | | | | | Bug: 11740462 Change-Id: I7903cb02fd08d649a05b8799fb3cd00c3da26e00
* | Merge "Get rid of unnecessary layout style"Tadashi G. Takaoka2013-11-196-28/+5
|\ \
| * | Get rid of unnecessary layout styleTadashi G. Takaoka2013-11-196-28/+5
| | | | | | | | | | | | Change-Id: Ia39b3d6de8c8fb08ff8cca574166b6fc7c4c316e
* | | Merge "Show amanatto settings only when in debug mode."Keisuke Kuroyanagi2013-11-192-2/+7
|\ \ \ | |/ / |/| |
| * | Show amanatto settings only when in debug mode.Keisuke Kuroyanagi2013-11-192-2/+7
| |/ | | | | | | | | Bug: 11740462 Change-Id: I206b16ab785215c6fa64e740a6dd46588c633ec8
* | am 136b32c9: am ea6dcd69: am 5707b216: Show mic key option on sw540 deviceSatoshi Kataoka2013-11-182-1/+23
|\ \ | |/ |/| | | | | * commit '136b32c975827ac0171e10ab089952c0ef706571': Show mic key option on sw540 device
| * am 5707b216: Show mic key option on sw540 deviceSatoshi Kataoka2013-11-182-1/+23
| |\ | | | | | | | | | | | | * commit '5707b21647630dde1f5890804908582218e67f51': Show mic key option on sw540 device
| | * Show mic key option on sw540 deviceSatoshi Kataoka2013-11-182-1/+23
| | | | | | | | | | | | | | | | | | Bug: 11737760 Change-Id: Id50a7d393acf755cb04d3f8dc60327abeee5a671
| | * Import translations. DO NOT MERGEBaligh Uddin2013-11-042-4/+4
| | | | | | | | | | | | | | | Change-Id: I103b96a481208d2d3525dd57df2387e9c61b84a3 Auto-generated-cl: translation import
| | * Import translations. DO NOT MERGEBaligh Uddin2013-10-286-60/+60
| | | | | | | | | | | | | | | Change-Id: Ib8c870d0c974eb3b49ae29141aaa53e5f6a2cac9 Auto-generated-cl: translation import
| | * Import translations. DO NOT MERGEBaligh Uddin2013-10-251-4/+4
| | | | | | | | | | | | | | | Change-Id: I9c4542106d4660da3b67907afa5696e91f537dd6 Auto-generated-cl: translation import
| * | am 1875860d: Stopgap solution for a crash.Jean Chalard2013-10-221-1/+8
| |\| | | | | | | | | | | | | * commit '1875860d2606eff269381ef0bb68db549ab4819d': Stopgap solution for a crash.
| | * Stopgap solution for a crash.Jean Chalard2013-10-221-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This returns the wrong string, but since it's used for getting the previous word for bigrams, it only results in slightly worse suggestions quality. Cherry-pick of I6ce5de2f Bug: 11273655 Change-Id: I17fb6d74f18fb31bd8f8518f80456d74ae30a2c3
| * | am f603fa1f: Merge "[DO NOT MERGE] Add a sequence number to SuggestedWords." ↵Jean Chalard2013-10-213-57/+100
| |\| | | | | | | | | | | | | | | | | | | into klp-dev * commit 'f603fa1f0e8fc909bf2e1bc6e2d0c9b5a01c02c6': [DO NOT MERGE] Add a sequence number to SuggestedWords.
| | * Merge "[DO NOT MERGE] Add a sequence number to SuggestedWords." into klp-devJean Chalard2013-10-223-57/+100
| | |\
| | | * [DO NOT MERGE] Add a sequence number to SuggestedWords.Jean Chalard2013-10-223-57/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows testing for suggestion freshness in an asynchronous suggestions world. Cherry-pick of Ic76cd175 Bug: 11301597 Change-Id: I45a84de0632062475eebe30234b3147f1c680359
| * | | am f356a25f: [DO NOT MERGE] Fix a bug where autocaps would jam auto-commitJean Chalard2013-10-211-1/+1
| |\| | | | | | | | | | | | | | | | | | * commit 'f356a25f36952f59e9918daa35f7ff6e5235a37d': [DO NOT MERGE] Fix a bug where autocaps would jam auto-commit
| | * | [DO NOT MERGE] Fix a bug where autocaps would jam auto-commitJean Chalard2013-10-221-1/+1
| | |/ | | | | | | | | | | | | | | | | | | Cherry-pick of I62955e36 Bug: 11311002 Change-Id: I5b11cb48e6dd0563fc29566fe0d27864be2beb0a
| * | am 47568d5e: Merge "Fix: Suggested words from user history are invalid. DO ↵Ken Wakasa2013-10-181-9/+0
| |\| | | | | | | | | | | | | | | | | | | NOT MERGE." into klp-dev * commit '47568d5e19ed907485f7cb435c3944ccc0cb4411': Fix: Suggested words from user history are invalid. DO NOT MERGE.
| | * Merge "Fix: Suggested words from user history are invalid. DO NOT MERGE." ↵Ken Wakasa2013-10-181-9/+0
| | |\ | | | | | | | | | | | | into klp-dev
| | | * Fix: Suggested words from user history are invalid. DO NOT MERGE.Keisuke Kuroyanagi2013-10-181-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270