aboutsummaryrefslogtreecommitdiffstats
path: root/java/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fix suggestion strip geometryTadashi G. Takaoka2011-05-104-12/+12
| | | | | | | | | | | | | | | Bug: 4393288 Change-Id: I6cad1d186db25174a3f31a57975165e720b41266
* | | Merge "Improve magic space handling."Jean Chalard2011-05-093-10/+21
|\ \ \
| * | | Improve magic space handling.Jean Chalard2011-05-093-10/+21
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split symbols into: - Symbols that should swap themselves with a magic space. - Symbols that should remove the magic space. - Symbols that should transform the magic space into a real space. Also, have symbols inserted from the suggestion strip always consider the space before them to be magic. Also, do minor refactoring to remove useless variables or make clearer how to carry some symbol-related information. Bug: 4391347 Change-Id: Ie2308a62c8fef55e3610897c0f58943acb7aa8c9
* / / Refactor KeyboardView and create MiniKeyboardViewTadashi G. Takaoka2011-05-0910-13/+13
|/ / | | | | | | Change-Id: I8d68b944762ccde05020978f20b3742eb6ab945b
* | Merge "Tweak keyboard heights for phone, and key preview delay."Ken Wakasa2011-05-063-14/+14
|\ \
| * | Tweak keyboard heights for phone, and key preview delay.Ken Wakasa2011-05-063-14/+14
| | | | | | | | | | | | Change-Id: I1c5e6db2923ce256ae70347f17ab28ff3c700ef1
* | | Add pl keyboard layoutsatok2011-05-063-0/+42
|/ / | | | | | | | | | | Bug: 4394303 Change-Id: I0fa24829e1240549728d9b81af3e39a024725016
* | Import revised translations.Eric Fischer2011-05-0240-511/+277
| | | | | | | | Change-Id: I255568e425169188a3be66c56fc36434e0b325fb
* | Merge "Straighten out magic space vs real spaces behavior."Jean Chalard2011-05-021-0/+3
|\ \
| * | Straighten out magic space vs real spaces behavior.Jean Chalard2011-05-021-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Picking a suggestion inserts a space after the word. This change makes this space a magic space. Incidentally, do some minor cleanup: add CODE_DASH, CODE_SINGLE_QUOTE and CODE_DOUBLE_QUOTE to Keyboard and use them throughout the code, and remove a useless import directive in some unrelated file. Bug: 4319740 Change-Id: I245f396c34dd0af820bca91edc4ec363238a4ae4
* | | Revert the suggestion update delay to the original value (100msec) for phones.Ken Wakasa2011-04-292-2/+4
|/ / | | | | | | | | | | | | This is actually a follow-up to I385f9eb2 bug: 4361287 Change-Id: I4c4a0a96a7fa28f4f96dd984453d2c9f3fa7d6c2
* | Merge "Fix quotation marks"Tadashi G. Takaoka2011-04-266-9/+52
|\ \
| * | Fix quotation marksTadashi G. Takaoka2011-04-276-9/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change * Allows snap back from symbols shifted to symbol layout. * Add "left single", "right single", "single low" and "single high reversed" quotation marks to popup characters of "single quote". * Add "double low" and "double high reversed" quatation marks to popup characters of "double quote". * Add "prime" and "double prime" to popup characters of "degree". * Disable non-ASCII key of symbol more layout on passowrd input. Bug: 4345054 Bug: 4347045 Change-Id: I8168ce6a74a9536e4966f7f9d1099ac0132925c7
* | | Import revised translations.Eric Fischer2011-04-2641-82/+533
|/ / | | | | | | Change-Id: I71334fc9054623b29cf42188f259712f1619abf2
* | Merge "Import revised translations."Eric Fischer2011-04-221-2/+2
|\ \
| * | Import revised translations.Eric Fischer2011-04-221-2/+2
| | | | | | | | | | | | Change-Id: I4944120cd4a15f643f7c1619524dde8147fab0a3
* | | Merge "Fix arabic layout for phone"satok2011-04-221-2/+2
|\ \ \
| * | | Fix arabic layout for phonesatok2011-04-221-2/+2
| | | | | | | | | | | | | | | | Change-Id: I2b71f44e27f95ba3949e2e2c150696045f3c28b3
* | | | Fix repeat key behaviorTadashi G. Takaoka2011-04-221-2/+2
|/ / / | | | | | | | | | Change-Id: Ia7e5b2e9579aa0e5050857cdb14f16fa05a33621
* | | Fix language switch previewTadashi G. Takaoka2011-04-221-1/+1
| | | | | | | | | | | | | | | | | | This change also makes the delay after key preview longer to 60ms. Change-Id: If7cf3b493824bb12e0bf44aa0bc3c186b15b51f6
* | | Merge "Add an debug option to use spacebar switcher"satok2011-04-222-0/+9
|\ \ \
| * | | Add an debug option to use spacebar switchersatok2011-04-222-0/+9
| |/ / | | | | | | | | | Change-Id: Icc483f097696a1c5a2a7ab037afce19c9cfe837f
* | | Add an option for using bigram prediction.Jean Chalard2011-04-223-22/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change adds the option for bigram prediction under the option for bigram suggestion. The "prediction" option depends on the "suggestion" option. This change also reorders a tad bit the settings screen. Namely, it sticks both bigram options under a "bigram" category, and groups the options that did not have a group under a "other options", or misc, category. Finally this change also renames the internal name of the "text corrections" option category to "correction_category" instead of "prediction_category" which was misleading. Change-Id: I2d8787c8a391fd8202ed3a686c613494b7260a1e
* | | Merge "Rename and reorganize key code"Tadashi G. Takaoka2011-04-213-7/+7
|\ \ \ | |/ / |/| |
| * | Rename and reorganize key codeTadashi G. Takaoka2011-04-213-7/+7
| | | | | | | | | | | | Change-Id: I13d6fef7af1c4356a22b0e8aebc9e613b1693ece
* | | Fix language selection settingssatok2011-04-214-4/+4
| | | | | | | | | | | | Change-Id: I84e51ce2b80a21650e309e5e6c9ee5f1739170c9
* | | Fix language selection settingssatok2011-04-211-7/+0
|/ / | | | | | | Change-Id: I99e2039579a5bd606a8e698cdee2739465b998bc
* | Merge "Disable key preview of space, return and delete"Tadashi G. Takaoka2011-04-211-2/+2
|\ \
| * | Disable key preview of space, return and deleteTadashi G. Takaoka2011-04-211-2/+2
| | | | | | | | | | | | | | | | | | This change also re-orders punctuation mini keyboard. Change-Id: I987ef14fe5956d13439a0a76de367feed825314c
* | | Check the availability of layouts for showing the input languages in the ↵satok2011-04-2118-33/+24
|/ / | | | | | | | | | | | | | | settings Bug: 4316889 Change-Id: I746b3ff79c2a6cd4925fca1817d5b209623b5108
* | Merge "Move language-specific keyboard setting to resources."Jean Chalard2011-04-203-1/+24
|\ \
| * | Move language-specific keyboard setting to resources.Jean Chalard2011-04-203-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | 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-192-13/+115
|\ \ \ | |/ / |/| |
| * | Tweak voice layout for Dogfoodsatok2011-04-202-13/+115
| | | | | | | | | | | | 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
* / / Change the default value of logging to truesatok2011-04-201-3/+3
|/ / | | | | | | Change-Id: I52198ebca929f02e8b04db77a474ee5a7e79cdea
* | Shrink tab key width on web mode layoutTadashi G. Takaoka2011-04-191-13/+10
| | | | | | | | | | Bug: 4315046 Change-Id: I468ddf14d1f486d2c24cef56ed211ac9228cae43
* | Import revised translations.Eric Fischer2011-04-154-4/+4
| | | | | | | | Change-Id: Icdf10a328353d201b5751ac7f21f2fb7a64b3daa
* | 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
* | | 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-151-1/+1
| |/ / |/| | | | | | | | | | | Bug: 4280617 Change-Id: I34c344cbf350fe125589aa14ad69e4bd1f4e6f66
* | | Fix 1st suggestion text alignmentTadashi G. Takaoka2011-04-142-5/+7
| | | | | | | | | | | | Change-Id: I530de62b7cf088cff01c98a8a47d75393e8725b2
* | | Merge "Fast key preview"Tadashi G. Takaoka2011-04-1310-89/+38
|\ \ \ | |/ / |/| |
| * | Fast key previewTadashi G. Takaoka2011-04-1310-89/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the key preview was implemented by PopupWindow. The key preview popup window would be dismissed and shown each time the key was released and pressed. It turned out that it was taking several milliseconds. This change implements the key preview by a simple TextView which will be layout-ed at absolute coordinates within the screen FrameLayout. And dismissing and showing the key preview is implemented by the TextView's visibility. This implementation needs careful coordination of candidates.xml layout and LatinIME.onComputeInsets to control suggestion strip visibility. Bug: 4179964 Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7
* | | Fix Arabic mini keyboard precedenceTadashi G. Takaoka2011-04-131-4/+4
|/ / | | | | | | Change-Id: I73e9e8bb243ae89944bf346885529fc3dd6df226
* | Merge "Remove voice subtypes"satok2011-04-121-102/+103
|\ \