aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "Only update shift state if left in auto mode."Jean Chalard2013-12-131-1/+10
|\
| * Only update shift state if left in auto mode.Jean Chalard2013-12-131-1/+10
| | | | | | | | | | Bug: 12100417 Change-Id: I7bc2b19332e142a257b0399f2e5d128caf01fc7c
* | Merge "Fix a bug where recapitalize prevents going to more syms"Jean Chalard2013-12-131-0/+3
|\ \
| * | Fix a bug where recapitalize prevents going to more symsJean Chalard2013-12-131-0/+3
| |/ | | | | | | | | Bug: 11004973 Change-Id: I97ee9df6e8464e2149beb41c688cbfbd83ac3d8c
* | Merge "Remove references to the v3 dictionary."Jean Chalard2013-12-133-581/+29
|\ \
| * | Remove references to the v3 dictionary.Jean Chalard2013-12-133-581/+29
| |/ | | | | | | Change-Id: I811c8c923ad67a6d9bfdd11bdef8991eb7135c27
* | Merge "Fix key top letter color in shifted layout"Tadashi G. Takaoka2013-12-131-5/+6
|\ \
| * | Fix key top letter color in shifted layoutTadashi G. Takaoka2013-12-131-5/+6
| | | | | | | | | | | | | | | | | | | | | There is a chance to have an empty hint label even though keyLabelFlags has hasShiftedLetterHint flag. Change-Id: I63b9fcc42a40391d5902814cae4c75abb61e4b94
* | | Merge "Remove code for forgetting curve in Java side."Keisuke Kuroyanagi2013-12-132-248/+0
|\ \ \ | |_|/ |/| |
| * | Remove code for forgetting curve in Java side.Keisuke Kuroyanagi2013-12-132-248/+0
| | | | | | | | | | | | Change-Id: I294ed179c642ff52452b5884326c1083477e1bce
* | | Have dicttool use the native library to generate v4 dicts.Jean Chalard2013-12-138-409/+76
| | | | | | | | | | | | | | | | | | Yay ! Change-Id: Iea8ced9e81031b9ab7eff05ad9ef7215be248de9
* | | Merge "Remove flags from Java side."Jean Chalard2013-12-1314-267/+70
|\ \ \ | |_|/ |/| |
| * | Remove flags from Java side.Jean Chalard2013-12-1314-267/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This simplifies the code quite a bit. - GERMAN_UMLAUTS are now handled through a key-value attribute. The dictionary generator does not need to know about it any more. - FRENCH_LIGATURES are deprecated as we handle them with shortcuts now. - CONTAINS_BIGRAMS is deprecated. Bigram processing is always applied regardless of this flag. Bug: 11281748 Change-Id: If567e52e245a9342adc7f3104a0f7d8d782df8c1
| * | Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20cKen Wakasa2013-12-13314-6176/+6320
| | | | | | | | | | | | | | | | | | The bulk merge from -bayo to klp-dev should not have been merged to master. Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
| * | Import translations. DO NOT MERGEGeoff Mendal2013-12-021-1/+1
| | | | | | | | | | | | | | | Change-Id: I6c8ab6cd6d41a6692ef6b084e0218be4120d266c Auto-generated-cl: translation import
| * | Import translations. DO NOT MERGEGeoff Mendal2013-11-252-4/+4
| | | | | | | | | | | | | | | Change-Id: Ib38c02136778584dc6a4d4215c6e346b2b48afaa Auto-generated-cl: translation import
| * | Update Color Scheme summary explicitlyTadashi G. Takaoka2013-11-224-23/+61
| | | | | | | | | | | | | | | Bug: 11622614 Change-Id: I5464054425e4d688eaa39f96ba9a3a3c613c6f42
| * | Show mic key option on sw540 deviceSatoshi Kataoka2013-11-222-1/+23
| | | | | | | | | | | | | | | | | | Bug: 11737760 Change-Id: Id50a7d393acf755cb04d3f8dc60327abeee5a671
| * | Fix unusual NPE after onDestroyTadashi G. Takaoka2013-11-221-5/+4
| | | | | | | | | | | | | | | Bug: 11673978 Change-Id: I4d5268312911685ff1ca9483a62442a1a9686c62
| * | Add keyboard color switch optionTadashi G. Takaoka2013-11-226-7/+40
| | | | | | | | | | | | | | | Bug: 11622614 Change-Id: I25aa1ff7376fe72fd94ab2cb7190c61d7a98a1af
| * | Add JB/ICS resources from Azuki MR1 releaseTadashi G. Takaoka2013-11-2267-4/+317
| | | | | | | | | | | | | | | Bug: 11622614 Change-Id: I126fc42dd31e912788db0446b67a9d4ea80f848e
| * | Rename KLP theme related resourcesTadashi G. Takaoka2013-11-2266-65/+65
| | | | | | | | | | | | | | | Bug: 11622614 Change-Id: I4e390aa263349d730b47502d84e4d528e7f5ce71
| * | Rename KLP/JB/ICS common resource name suffixes to _holoTadashi G. Takaoka2013-11-2215-109/+131
| | | | | | | | | | | | | | | Bug: 11622614 Change-Id: I53b5ff8b6627a38aef352855ad024213a450b40f
| * | Add key press vibration value for Motorola DVXTadashi G. Takaoka2013-11-221-0/+2
| | | | | | | | | | | | | | | Bug: 10884131 Change-Id: Id6d5589f3528de05c7b346ce55e926c3e18f22cc
| * | Merge "handleBackspace should always send KEYCODE_DEL for ↵Ken Wakasa2013-11-221-29/+20
| |\ \ | | | | | | | | | | | | InputType.TYPE_NULL" into jb-ub-latinimegoogle-bayo
| | * | handleBackspace should always send KEYCODE_DEL for InputType.TYPE_NULLKen Wakasa2013-11-211-29/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fix only for the Bayo branch because this part in master has been changed. The corresponding fix in master is I295eeb5f9f0f1f07e919bf54122d003be150a174 bug: 11797053 Change-Id: I779be039ebf992de5d246c7a9d9509623fc3c120
| * | | Fix: PtNode array size writirng when array size > 127. DO NOT MERGE.Keisuke Kuroyanagi2013-11-214-4/+12
| |/ / | | | | | | | | | | | | | | | | | | This is a manual cherrypick of Ib729ceedbc8ef837e50490439817b36039ae2b4e. Bug: 11772864 Change-Id: I5ecbe729dbdd24e194e48b4d68b17af8549c4726
| * | Import translations. DO NOT MERGEBaligh Uddin2013-11-21124-434/+3202
| | | | | | | | | | | | | | | | | | | | | | | | | | | This is a manual cherry-pick of Ib0c14a756a. This change also copied some missing locales' strings.xml and strings-action-keys.xml from jb-ub-latinimegoogle branch. Bug: 11622614 Change-Id: Ibc9cde4662b15da63b73ac2b545e0e94c358de67
| * | Fix many small nits.Jean Chalard2013-11-122-4/+15
| | | | | | | | | | | | | | | | | | | | | ...the interaction of which results in a very bad bug. Bug: 11648854 Change-Id: I774489e384388f187e72b9ac091ab387c5e1a79a
| * | Add microphone key as long press of commaTadashi G. Takaoka2013-11-122-37/+6
| | | | | | | | | | | | | | | Bug: 11637249 Change-Id: Ib6202484ad12c63c8a38d8e12432007ab56d4a30
| * | Remove an out-of-place checkJean Chalard2013-11-121-1/+0
| | | | | | | | | | | | | | | Bug: 11584525 Change-Id: I76cc3e4ee21d62fbd56042adcf085efd5cafb53f
| * | Update popup panel background a bit drakerTadashi G. Takaoka2013-11-124-0/+0
| | | | | | | | | | | | | | | Bug: 11169026 Change-Id: I164ab69eb263f58000ffed7b7d97fc6b356147d5
| * | Revert back punctuations to the more keys keyboard of the periodTadashi G. Takaoka2013-11-122-4/+5
| | | | | | | | | | | | | | | | | | | | | Cherry-pick I157164910f from Master. Bug: 11621857 Change-Id: I0fd0496e9091165280f34b4640ff0e524e3847b9
| * | Import translations. DO NOT MERGEBaligh Uddin2013-11-042-4/+4
| | | | | | | | | | | | | | | Change-Id: I598c4282b342132f3f9937a9652f570c3c1bc246 Auto-generated-cl: translation import
| * | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogle-bayoBaligh Uddin2013-11-0111-1243/+65
| |\ \
| | * | Import translations. DO NOT MERGEBaligh Uddin2013-10-2811-1243/+65
| | | | | | | | | | | | | | | | | | | | Change-Id: If3b0f523c86598e0dcf3d3c41e3bfcd5f87c116d Auto-generated-cl: translation import
| * | | These files were in the obsoleted localeBaligh Uddin2013-10-316-0/+150
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | directories and are not processed by the translation pipeline. Moving them to their new locale directory. Example: values-et/bools.xml moved to values-et-rEE/bools.xml Bug: 11244796
| * | 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. Bug: 11273655 Change-Id: I6ce5de2f76effc453ca691a654ab6bf17445b9e7
| * | Fix a bug where autocaps would jam auto-commitJean Chalard2013-10-221-1/+1
| | | | | | | | | | | | | | | Bug: 11311002 Change-Id: I62955e364c9ffc75322cf05fa3ad7985f1d09259
| * | Update Setup Wizard welcome video & imageKen Wakasa2013-10-222-0/+0
| | | | | | | | | | | | | | | bug: 11227246 Change-Id: I291ebdaf7e96d4a2ca738432ce8be1d75b91e5c3
| * | Fix: Suggested words from user history are invalid.Keisuke Kuroyanagi2013-10-221-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Suggestions form user history can contain invalid words. - isValidWord always returns false. Bug: 11139426 Change-Id: I6075b275603332ddb00f4a9284afcaa82d824270
| * | Fix a bug where autoshift would be ignored coming from emojiJean Chalard2013-10-221-0/+3
| | | | | | | | | | | | | | | Bug: 11123691 Change-Id: I36474e12e34af95051129840865015f85595411b
| * | Don't show long-pressing emoji key on tabletSatoshi Kataoka2013-10-221-0/+191
| | | | | | | | | | | | | | | Bug: 11264603 Change-Id: I85e8dfa795bbaad26f38bcdb8a958c26e031a4cd
| * | Fix keyboard layoutSatoshi Kataoka2013-10-224-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Show "..." on enter key if it has long-pressing emoji key - Show enter key on symbols shift keyboard Bug: 11262889 Bug: 11263464 Change-Id: If84d0cc621b12e1bf3a3102b1f09cbaedf92f007
| * | am a62dc281: Update input method subtype locales.Ken Wakasa2013-10-221-17/+16
| | | | | | | | | | | | | | | | | | | | | * commit 'a62dc28121d72978d527eec2791d1caf43b563b8': Update input method subtype locales. Change-Id: Id28f5ee33c201e1d335119c1b3d99bc30a10a131
| * | am af846af8: Remove Azerbaijani subtypeSatoshi Kataoka2013-10-221-3/+5
| | | | | | | | | | | | | | | * commit 'af846af8bb7e4b49c99d7b0e051e70d03a5b7359': Remove Azerbaijani subtype
| * | Add a sequence number to SuggestedWords.Jean Chalard2013-10-223-57/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows testing for suggestion freshness in an asynchronous suggestions world. In-advance cherrypick of Ic76cd17568598d8534aec81e037f9e37f52eb6b4 because there's a merge conflict. Bug: 11301597 Change-Id: I4aec765a975298fcac30a48dede73d2622224fe5
| * | Remove unexpectedly used resourcesSatoshi Kataoka2013-10-1826-2840/+0
| | | | | | | | | | | | Change-Id: I291269dbca71805a40d48a0e373b9561ad075f6b
| * | Import translations. DO NOT MERGEBaligh Uddin2013-10-156-3/+1181
| | | | | | | | | | | | | | | Change-Id: I83d28c60de84b09da48bd79aa9917f12bd850fdc Auto-generated-cl: translation import
| * | am b0440472: mExpectingUpdateSelection was out of sync when nothing to delete.Ken Wakasa2013-10-141-10/+24
| |\ \ | | | | | | | | | | | | | | | | * commit 'b04404722729f2fa988c46c4d9080415332bbeb5': mExpectingUpdateSelection was out of sync when nothing to delete.