aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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.
| * \ \ am cf5dfd24: am 3a3bbf4a: am eed74b81: am c8383eda: Fix wrong commitText ↵Ken Wakasa2013-10-142-4/+14
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parameter in sendKeyCodePoint() * commit 'cf5dfd2464d700f28fe7d8d48150d657274dd2ef': Fix wrong commitText parameter in sendKeyCodePoint()
| * | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ie3282562a318563d607fea65c51efba90547d202 Auto-generated-cl: translation import
| * | | | Merge "Import translations. DO NOT MERGE" into jb-ub-latinimegoogleBaligh Uddin2013-10-114-5/+5
| |\ \ \ \
| | * | | | Import translations. DO NOT MERGEBaligh Uddin2013-10-114-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: Ic51ef12040f5586db280ad1f0f9721c5c0e7f3c4 Auto-generated-cl: translation import
| * | | | | am fe97ff40: am 60fb5865: am 06e1bdaa: am 3e35e072: Merge "Make emoji ↵Ken Wakasa2013-10-112-9/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | separators" into klp-dev * commit 'fe97ff40836e71ef80c35d93367a54088586452e': Make emoji separators
| * \ \ \ \ \ am eb7fa4dc: am 40506273: am ac6d0c65: am 6d915037: Merge "Fix a bug where ↵Satoshi Kataoka2013-10-112-9/+15
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | emojis would remove the suggestion strip." into klp-dev * commit 'eb7fa4dc6d1bd629a34adcf6423c534352d0b00c': Fix a bug where emojis would remove the suggestion strip.
| * \ \ \ \ \ \ am 7abdab1c: Merge "Add a time stamp for unigrams."Ken Wakasa2013-10-112-4/+21
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7abdab1c6fe693f11cc5ee385b2ff4d5a84cfaf4': Add a time stamp for unigrams.
| * \ \ \ \ \ \ \ am 3def959e: am 3f1c95db: am 331c84d7: am 5fe9ab1c: Merge "Fix the ↵Jean Chalard2013-10-111-9/+26
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | suggestion size." into klp-dev * commit '3def959e4deda3d8cbc9a1a7518c335086e3d062': Fix the suggestion size.
| * \ \ \ \ \ \ \ \ am be22a01d: Merge "Add resolveBigramPositions."Ken Wakasa2013-10-111-11/+22
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'be22a01df33d809a83c4bed402428f98fa47c370': Add resolveBigramPositions.
| * \ \ \ \ \ \ \ \ \ am 6026a958: Merge "Save / restore the last used emoji category"Satoshi Kataoka2013-10-112-11/+25
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '6026a9581685b2d91fc5bd6cf33a506d5560c238': Save / restore the last used emoji category
| * \ \ \ \ \ \ \ \ \ \ am 9514ed5c: Add the new format of bigram entries.Yuichiro Hanada2013-10-104-27/+94
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9514ed5c2a49e645e2d468f7191d54d77d9f127f': Add the new format of bigram entries.
| * | | | | | | | | | | am 7e6ac9d7: Allow double-space-to-period after percentJean Chalard2013-10-102-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7e6ac9d7270592944f04318ea1ae00e4bee28b19': Allow double-space-to-period after percent
| * \ \ \ \ \ \ \ \ \ \ \ am fbb89492: am 196ed028: (-s ours) am e03b75c0: (-s ours) am bc83cd0f: (-s ↵Baligh Uddin2013-10-1012-0/+1614
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ours) am b3073240: (-s ours) am 96a52175: (-s ours) am a0f6da5a: (-s ours) am a6c16790: (-s ours) am d7346f18: (-s ours) am bda32836: (-s ours) am 8e26b9c0: (-s ours) Import translations. DO N * commit 'fbb89492a1839a49d6627820456c963436864709':
| * | | | | | | | | | | | | am 04931245: am a6d52095: (-s ours) am 09ff83d4: (-s ours) am 12a8e54e: (-s ↵Baligh Uddin2013-10-101-0/+27
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ours) am 07b83868: (-s ours) am 2159d77e: (-s ours) am 5a6bcbfb: (-s ours) am 3c6d5101: (-s ours) am 14a3c634: (-s ours) am 267928c9: (-s ours) am 981a1944: (-s ours) Merge "Import translation * commit '04931245183975bc3ff18b859252d6cb14f9454a':
| * | | | | | | | | | | | | am 9257c049: Merge "Revert "Add Swiss French and German keyboard layouts.""Ken Wakasa2013-10-099-910/+573
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9257c049672c278c08029d344c85baf183c6ff2e': Revert "Add Swiss French and German keyboard layouts."
| * | | | | | | | | | | | | am 064661a3: Merge "Add Swiss French and German keyboard layouts."Ken Wakasa2013-10-099-573/+910
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '064661a35cfb8223577d03e014f1ab61a5ba4575': Add Swiss French and German keyboard layouts.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am 9a802e0d: Merge "Support sw540 (ultra Z)"Satoshi Kataoka2013-10-095-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9a802e0dba989f3fb8cb480355828531c8e1146d': Support sw540 (ultra Z)
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 56997a80: Retry to tweak punctuationsSatoshi Kataoka2013-10-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '56997a80c25b16680e0b75d589d380bfec3aca05': Retry to tweak punctuations
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 30ef03d8: Tweak vertical gap of Emoji paletteSatoshi Kataoka2013-10-081-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '30ef03d865ec78469f26983f9c3e74f4e2c1bdd0': Tweak vertical gap of Emoji palette
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 83994ad6: Merge "Fix the security related API change for PreferenceActivity"Satoshi Kataoka2013-10-086-4/+91
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '83994ad66b337276c8ba18249a1c5d52540eeef3': Fix the security related API change for PreferenceActivity
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am dfaec345: Merge "Always call finishComposingText before recapitalization"Jean Chalard2013-10-081-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'dfaec34502e214b4f6a0ce8b91ccfa57f7c8d07f': Always call finishComposingText before recapitalization
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am e306d292: Merge "Remove a useless IPC call."Jean Chalard2013-10-081-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'e306d292ebc2a753cb2546c306cb6abc47fb55f0': Remove a useless IPC call.