aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge "Disable key preview of space, return and delete"Tadashi G. Takaoka2011-04-214-15/+20
|\ \
| * | Disable key preview of space, return and deleteTadashi G. Takaoka2011-04-214-15/+20
| | | | | | | | | | | | | | | | | | This change also re-orders punctuation mini keyboard. Change-Id: I987ef14fe5956d13439a0a76de367feed825314c
* | | Optimize InputLanguageSelectionsatok2011-04-211-32/+23
| | | | | | | | | | | | Change-Id: I49117a1e5f7766fcfa0140ff602ff1e19ba1e3d2
* | | Merge "Check the availability of layouts for showing the input languages in ↵satok2011-04-2123-51/+101
|\ \ \ | |/ / |/| | | | | the settings"
| * | Check the availability of layouts for showing the input languages in the ↵satok2011-04-2123-51/+101
| | | | | | | | | | | | | | | | | | | | | | | | settings Bug: 4316889 Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108
* | | Compute content and visible insets even in voice modeTadashi G. Takaoka2011-04-211-5/+7
|/ / | | | | | | | | Bug: 4317779 Change-Id: If54d15466db9d0362b4470a2ba4618377bdffc2a
* | Merge "Display spacebar language switcher even when key preview is off"Tadashi G. Takaoka2011-04-202-8/+17
|\ \
| * | Display spacebar language switcher even when key preview is offTadashi G. Takaoka2011-04-212-8/+17
| | | | | | | | | | | | | | | Bug: 4313884 Change-Id: I9d4a474302dadbfc610324799f8768b803705e52
* | | Remove a useless import.Jean Chalard2011-04-201-1/+0
|/ / | | | | | | Change-Id: I911e3e928a45bbca352a87e6b0616a2ba9bd9e9c
* | Merge "Tweak the normalized score for the words with spaces"satok2011-04-201-1/+10
|\ \
| * | Tweak the normalized score for the words with spacessatok2011-04-201-1/+10
| | | | | | | | | | | | Change-Id: Icc0c4fd0474ed5094fb274a6ea745ca583ba524d
* | | Merge "Move language-specific keyboard setting to resources."Jean Chalard2011-04-206-29/+102
|\ \ \ | |/ / |/| |
| * | Move language-specific keyboard setting to resources.Jean Chalard2011-04-206-29/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some flag settings used to be stored in a keyboard layout extravalue setting. This change: - Introduces the capability of setting such specific flags in values/config.xml - Retains the ability to use extravalues (for layout-specific settings), though there is no more any such setting at the moment. - Fixes a bug where loading a dictionary from outside does not initialize the flags. - Moves Flag to another class. Note: this needs I705ec68c to avoid breaking the build Change-Id: Ia7703aae3215b06c0b3cb792821649806e8998c1
* | | Merge "Tweak edit distance"satok2011-04-201-5/+22
|\ \ \
| * | | Tweak edit distancesatok2011-04-201-5/+22
| | | | | | | | | | | | | | | | | | | | | | | | - The edit distance of transposed characters will be changed to 1 from 2 Change-Id: I369e2f94278b3b290957eef43d23cb7048166a99
* | | | Add mini keyboard fo tab key in web layoutTadashi G. Takaoka2011-04-203-23/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also re-orders punctuation mini keyboard. Bug: 4315046 Change-Id: I567ea417fc8d3cb23dceac6965fa279e6beca970
* | | | Merge "Tweak voice layout for Dogfood"satok2011-04-195-20/+131
|\ \ \ \ | |_|/ / |/| | |
| * | | Tweak voice layout for Dogfoodsatok2011-04-205-20/+131
| |/ / | | | | | | | | | Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde
* | | Merge "Remove debug mode from the settings preference"satok2011-04-191-1/+1
|\ \ \
| * | | Remove debug mode from the settings preferencesatok2011-04-201-2/+2
| |/ / | | | | | | | | | Change-Id: I2b3f973f8d59687fe5b95b841449bff5c4b1a2ba
* | | Merge "Change the default value of logging to true"satok2011-04-191-3/+3
|\ \ \
| * | | Change the default value of logging to truesatok2011-04-201-3/+3
| |/ / | | | | | | | | | Change-Id: I52198ebca929f02e8b04db77a474ee5a7e79cdea
* / / Fix a typo.Jean Chalard2011-04-201-4/+4
|/ / | | | | | | Change-Id: I245deb5af6b504ff20617929c0510036d0c930d5
* | Merge "Refactor key preview code"Tadashi G. Takaoka2011-04-196-150/+158
|\ \
| * | Refactor key preview codeTadashi G. Takaoka2011-04-196-150/+158
| | | | | | | | | | | | | | | | | | | | | This change removes mOldPreviewKeyIndex from KeyboardView. Bug: 4298393 Change-Id: I832eb6deab7e078609973bf0b8be09f73db204d7
* | | Shrink tab key width on web mode layoutTadashi G. Takaoka2011-04-191-13/+10
|/ / | | | | | | | | Bug: 4315046 Change-Id: I468ddf14d1f486d2c24cef56ed211ac9228cae43
* | Merge "Remove mPreviousKey in PointerTracker"Tadashi G. Takaoka2011-04-194-59/+63
|\ \
| * | Remove mPreviousKey in PointerTrackerTadashi G. Takaoka2011-04-194-59/+63
| | | | | | | | | | | | | | | | | | This change also introduces PointerTracker.onLongPressed. Change-Id: I079eb52175d8fe8b88ce3f13e31493d34d00ad5e
* | | Merge "Show all languages supported in LatinImeGoogle in InputLanguageSelection"satok2011-04-181-24/+30
|\ \ \ | |/ / |/| |
| * | Show all languages supported in LatinImeGoogle in InputLanguageSelectionsatok2011-04-181-24/+30
| | | | | | | | | | | | | | | Bug: 4311203 Change-Id: I7a94e9697758cb79743c026e7f1c023f618a9aa1
* | | Merge "Refactor key preview related code in KeyboardView"Tadashi G. Takaoka2011-04-181-11/+25
|\ \ \ | |/ / |/| |
| * | Refactor key preview related code in KeyboardViewTadashi G. Takaoka2011-04-181-11/+25
| | | | | | | | | | | | Change-Id: Ib8f08cb4f5e03d0c32c32a0ea0363ce3d72fc050
* | | A fix for handling dummy voice subtypessatok2011-04-183-7/+16
|/ / | | | | | | Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191
* | Merge "Allow use of assets for data in the dictionary content provider."Jean Chalard2011-04-171-3/+6
|\ \
| * | Allow use of assets for data in the dictionary content provider.Jean Chalard2011-04-151-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | This update is necessary to allow dictionary content providers to use assets, which are part of their apk, as data to pass to the keyboard. Using plain file descriptors doesn't allow for sections of files to be correctly used. Change-Id: Ia94c26d6387bce61c73d38f5c2821f20e50e54d4
* | | Import revised translations.Eric Fischer2011-04-154-4/+4
| | | | | | | | | | | | Change-Id: Icdf10a328353d201b5751ac7f21f2fb7a64b3daa
* | | Merge "Don't show spacebar preview if key preview is disabled"Tadashi G. Takaoka2011-04-154-51/+97
|\ \ \
| * | | Don't show spacebar preview if key preview is disabledTadashi G. Takaoka2011-04-154-51/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also introduces soft reference cache of spacebar Drawable. Bug: 4307333 Change-Id: I4d2c500bb47d794aa4f8dfa6ec415dbcb9ab0b74
* | | | Merge "Add a value for the screen metrics"satok2011-04-153-0/+28
|\ \ \ \ | |/ / / |/| | |
| * | | Add a value for the screen metricssatok2011-04-153-0/+28
| | | | | | | | | | | | | | | | Change-Id: I4d221e19b495e865a6714854c4addfaeddeb4e18
* | | | Refactoring keyboard drawing code and KeyDetectorTadashi G. Takaoka2011-04-155-321/+285
| | | | | | | | | | | | | | | | Change-Id: I55009bf38b1422301223bd90463f837562559dc5
* | | | Merge "Fix French mini keyboard keys precedence"Tadashi G. Takaoka2011-04-151-5/+5
|\ \ \ \
| * | | | Fix French mini keyboard keys precedenceTadashi G. Takaoka2011-04-131-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Bug: 4280617 Change-Id: Ic4af5260a9fb8b2bf83ad6135069079266a96aa9
* | | | | Auto mini keyboard layoutTadashi G. Takaoka2011-04-155-50/+86
| |_|/ / |/| | | | | | | | | | | | | | | Bug: 4280617 Change-Id: I34c344cbf350fe125589aa14ad69e4bd1f4e6f66
* | | | Count up horizontal gap as part of key widthTadashi G. Takaoka2011-04-151-1/+1
| |/ / |/| | | | | | | | Change-Id: Ic9a070a9b6a461f4c8330d1cc3e2c33fd7369f73
* | | Receive a broadcast that the dictionary has been updated.Jean Chalard2011-04-142-0/+12
| | | | | | | | | | | | Change-Id: I9751cc627a835a4061f144c48ff51e9d81b2c93b
* | | Merge "Fix 1st suggestion text alignment"Tadashi G. Takaoka2011-04-142-5/+7
|\ \ \
| * | | Fix 1st suggestion text alignmentTadashi G. Takaoka2011-04-142-5/+7
| | | | | | | | | | | | | | | | Change-Id: I530de62b7cf088cff01c98a8a47d75393e8725b2
* | | | Merge "Make showing key preview compatible with pre-Honeycomb"Tadashi G. Takaoka2011-04-141-6/+13
|\ \ \ \
| * | | | Make showing key preview compatible with pre-HoneycombTadashi G. Takaoka2011-04-141-6/+13
| |/ / / | | | | | | | | | | | | | | | | Bug: 4179964 Change-Id: Ide0a9c75983b45f8e829f0d64f41557d42fc11e7