aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Tidy up Thai 7-inch layoutsTadashi G. Takaoka2012-05-101-12/+11
|/ / | | | | | | | | | | | | | | * Remove right shift key from thai * Add comma and period keys Bug: 6422448 Change-Id: I40ff445ee763d964860fe6eb46e7168534a98c35
* | Merge "Tidy up 10-9-7 7-inch tablet layouts" into jb-devTadashi G. Takaoka2012-05-1010-52/+56
|\ \
| * | Tidy up 10-9-7 7-inch tablet layoutsTadashi G. Takaoka2012-05-1010-52/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Slightly smaller key width and larger shift key and space key. * Both left and right shift key has the same width. * Move the 2nd-row slight right. Bug: 6422448 Change-Id: If27028eaac20c503c352ba35dd156befc53918c7
* | | Merge "Cleanup indentation" into jb-devTadashi G. Takaoka2012-05-101-2/+1
|\ \ \ | |_|/ |/| |
| * | Cleanup indentationTadashi G. Takaoka2012-05-101-2/+1
| |/ | | | | | | Change-Id: Iaaade378acb81a2d68e2e721778a82fd8d5e20a5
* | Merge "Remove unused code from AccessibilityEntityProvider." into jb-devSvetoslav Ganov2012-05-091-151/+0
|\ \ | |/ |/|
| * Remove unused code from AccessibilityEntityProvider.alanv2012-05-081-151/+0
| | | | | | | | Change-Id: I73882668b516344d36e69355e9cb39534becb629
* | Merge "Fix calculation of more keys keyboard position based on key preview" ↵Tadashi G. Takaoka2012-05-0912-137/+96
|\ \ | | | | | | | | | into jb-dev
| * | Fix calculation of more keys keyboard position based on key previewTadashi G. Takaoka2012-05-0912-137/+96
| | | | | | | | | | | | | | | Bug: 6135881 Change-Id: Id1c4e2c13d13b474466cb9b42b425aa9f6f9448b
* | | Release previously pressed key even when the up event points new keyTadashi G. Takaoka2012-05-091-16/+7
| | | | | | | | | | | | | | | Bug: 6457266 Change-Id: I52c9fe88791d2c3a4385dfa457f07da160c60699
* | | Merge "Optimize InputConnection.getCursorCapsMode calling" into jb-devTadashi G. Takaoka2012-05-091-6/+18
|\ \ \
| * | | Optimize InputConnection.getCursorCapsMode callingTadashi G. Takaoka2012-05-091-6/+18
| | | | | | | | | | | | | | | | | | | | Bug: 6464226 Change-Id: I30c1b01be5e1719ded5f7f8a7e24a38e9bbc3637
* | | | Small optimizationJean Chalard2012-05-091-2/+5
| | | | | | | | | | | | | | | | Change-Id: I067249976e557b60b606d2153deaeb3c8f1f38ac
* | | | Merge "Don't ask for surrounding characters for each keypress" into jb-devJean Chalard2012-05-081-14/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't ask for surrounding characters for each keypressJean Chalard2012-05-091-14/+12
| |/ / | | | | | | | | | | | | Bug: 6464226 Change-Id: I03745bbcc21e5ec6ca57fa1257bf21c0cd26391a
* / / Remove accessibility gesture handlers from LatinIME.alanv2012-05-085-377/+0
|/ / | | | | | | | | Bug: 6457558 Change-Id: If33ca6f026d4846ba79a701ef42c0112f5b0b488
* | Merge "Fix key preview background of GB theme" into jb-devTadashi G. Takaoka2012-05-086-0/+0
|\ \
| * | Fix key preview background of GB themeTadashi G. Takaoka2012-05-086-0/+0
| |/ | | | | | | | | | | | | To match with the requirements of Id1c4e2c1 Bug: 6135881 Change-Id: If877fffb3863101edec2fa96f1fa4ae016c017f1
* | Merge "Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is ↵Tadashi G. Takaoka2012-05-082-0/+8
|\ \ | |/ |/| | | specified" into jb-dev
| * Tab key preforms next action when EditorInfo.IME_ACTION_NEXT is specifiedTadashi G. Takaoka2012-05-082-0/+8
| | | | | | | | | | Bug: 6435484 Change-Id: Iccca7d1b770c547efae0b5e5931cebd910083d40
* | Merge "Preserve enter key's label case" into jb-devTadashi G. Takaoka2012-05-071-1/+1
|\ \
| * | Preserve enter key's label caseTadashi G. Takaoka2012-05-081-1/+1
| |/ | | | | | | | | Bug: 6449347 Change-Id: I897df3a3c5464eaccf04c8b1cba70ccf313dd0bb
* / Enable long-press spacebar on 7 inch tabletTadashi G. Takaoka2012-05-087-41/+23
|/ | | | | | | | This change also eliminate useless attribute longPressSpaceKeyTimeout of LatinKeyboardView. Bug: 6449356 Change-Id: Ib4dace4b9510c0eb96bdddacf8e0dbaa14fcfbbf
* Import translations. DO NOT MERGEEric Fischer2012-05-0749-0/+196
| | | | Change-Id: Ic65c9b1373f39ff3fde9631e516d56b05eae2d1f
* Treat apostrophe as single quote in spell checkersatok2012-05-071-6/+9
| | | | | Bug: 6435348 Change-Id: Iaaac9042e7e6cb21a3f2243bc6e8e055cc24f74d
* Fix buildTadashi G. Takaoka2012-05-072-6/+5
| | | | | Related-change: I173a3dc0 Change-Id: I4b5adedb70f7501e84fd3604aa240161c97dc713
* Fix subtype name for a custom input style with en_US and en_GBTadashi G. Takaoka2012-05-075-15/+70
| | | | | | | | This change utilizes "UntranslatableReplacementStringInSubtypeName" subtype extra value to display keyboard layout name dynamically. Bug: 6449315 Change-Id: I9ef4c3d66ff9a223aa8c89c346d04cb72e4f6263
* Merge "Fix newly created custom input style display name" into jb-devTadashi G. Takaoka2012-05-061-8/+14
|\
| * Fix newly created custom input style display nameTadashi G. Takaoka2012-05-071-8/+14
| | | | | | | | | | | | | | | | This will revert I4263632e Bug: 6443665 Bug: 6410653 Change-Id: Id9ad1a204ed9802488abfc2c536a95d62d55afe0
* | Merge "Tidy up the MakedictLog class." into jb-devKen Wakasa2012-05-061-12/+16
|\ \ | |/ |/|
| * Tidy up the MakedictLog class.Ken Wakasa2012-05-051-12/+16
| | | | | | | | | | | | Follow up to I436b2b7b Change-Id: Id17b134dab2f876b874a505e92a379c8b5567fa4
* | Merge "Fix missing synchronized modifier" into jb-devTadashi G. Takaoka2012-05-061-1/+1
|\ \
| * | Fix missing synchronized modifierTadashi G. Takaoka2012-05-071-1/+1
| | | | | | | | | | | | Change-Id: Ied70a86bedb08adcf8353b189367172459f55292
* | | Merge "Get subtype name string resource from its own locale" into jb-devTadashi G. Takaoka2012-05-061-3/+14
|\ \ \ | |/ / |/| |
| * | Get subtype name string resource from its own localeTadashi G. Takaoka2012-05-071-3/+14
| |/ | | | | | | | | Bug: 6443655 Change-Id: Ib9ee55178f0d0f885aa0640b9cba4a179cf0c566
* / Preserve label case of to-symbol-keyTadashi G. Takaoka2012-05-063-2/+4
|/ | | | | Bug: 6443192 Change-Id: I66c3c13d43c04fef4731ad2b4edabd8cd32f9437
* Suppress debug log from makedict in LatinIMEKen Wakasa2012-05-051-1/+4
| | | | | bug: 6447900 Change-Id: I436b2b7b261b422a7edca9cb99a4689b63877fe0
* Import translations. DO NOT MERGEEric Fischer2012-05-032-10/+10
| | | | Change-Id: I5527274e1462dab152b4b3bf907343d22ec0e102
* Import translations. DO NOT MERGEEric Fischer2012-05-021-4/+4
| | | | Change-Id: I4f26fabb1968b81ba8646deb459a2ebd0fc07fe3
* Fix build breakagesatok2012-05-021-1/+1
| | | | Change-Id: I22305137b336c9aab019d044a517ae8bc5fefe45
* Merge "Workaround return preserved backing view height when the backing view ↵satok2012-05-021-2/+17
|\ | | | | | | is not ready" into jb-dev
| * Workaround return preserved backing view height when the backing view is not ↵satok2012-05-021-2/+17
| | | | | | | | | | | | ready Change-Id: If4f24500ead516c46e6a93a95291e0897548c2f0
* | Import translations. DO NOT MERGEEric Fischer2012-05-011-10/+5
| | | | | | | | Change-Id: Ia71f1f0df919691792648da0d4b6eb41edcf5747
* | Merge "Fix checking if subtype belongs to this ime" into jb-devTadashi G. Takaoka2012-05-012-3/+17
|\ \
| * | Fix checking if subtype belongs to this imeTadashi G. Takaoka2012-05-012-3/+17
| | | | | | | | | | | | | | | Bug: 6422318 Change-Id: I5779c0e277444315191fa964a976dcb4316cc24a
* | | Tune letter text size of 7 inch tabletTadashi G. Takaoka2012-05-014-6/+7
|/ / | | | | | | | | | | Bug: 6422086 Bug: 6411272 Change-Id: Ia3c40206555353b6f0c633a529d546dc2379e9aa
* | Merge "Narrow horizontal gap of 7 inch tablet landscape" into jb-devTadashi G. Takaoka2012-05-011-1/+1
|\ \
| * | Narrow horizontal gap of 7 inch tablet landscapeTadashi G. Takaoka2012-05-011-1/+1
| | | | | | | | | | | | Change-Id: I20579d75f5669909efd18a70b47cd44f471fd452
* | | Auto X scale domain key labelTadashi G. Takaoka2012-05-011-1/+1
|/ / | | | | | | | | Bug: 6411275 Change-Id: I94906adb6936371f5275a1494f6f8b5546633a2b
* | Remove duplicated functional keysTadashi G. Takaoka2012-05-017-104/+76
| | | | | | | | | | Bug: 6410931 Change-Id: I07e84729da00d335e3864b9324bb1261df8968f7