aboutsummaryrefslogtreecommitdiffstats
path: root/java/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * Tweak tablet keyboard designTadashi G. Takaoka2010-12-0120-36/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces, - center align "More" key label - remove drop shadow from key label - darker key label color when manual temporary upper case - narrower pop up mini keyboard - remove unnecessary key background from pop up mini keyboard - smaller key label in portrait Bug: 3216592 Change-Id: I77e0733f467a88aa32e09fcbace56fe08f755229
* | Update the voice input warning dialog message string.Ken Wakasa2010-12-013-6/+8
|/ | | | | | | | Updated the relevant settings menu as well. bug: 3194809 Change-Id: Ibcd00fcf32f82b7733da155ef6e15e389d53c645
* Merge "Integrating updated LatinIME assets"Justin Ho2010-11-3066-1/+1
|\
| * Integrating updated LatinIME assetsJustin Ho2010-11-3066-1/+1
| | | | | | | | Change-Id: I232f874c6dd8f60bd0634111e2f7fc60b6082c14
* | Merge "Fix subtype icons in method.xml"Tadashi G. Takaoka2010-11-301-2/+2
|\ \
| * | Fix subtype icons in method.xmlTadashi G. Takaoka2010-12-011-2/+2
| | | | | | | | | | | | Change-Id: I1b157254483446e86d577cdc010b92761754dbb7
* | | Merge "Fix ".com" output of tablet keyboard"Tadashi G. Takaoka2010-11-301-0/+1
|\ \ \ | |/ / |/| |
| * | Fix ".com" output of tablet keyboardTadashi G. Takaoka2010-12-011-0/+1
| | | | | | | | | | | | | | | Bug: 3241174 Change-Id: I6e40d6623890b7bbbd91175649b1f28b4f327621
* | | Support de,fr locale keyboard layouts for tabletTadashi G. Takaoka2010-12-0132-875/+1243
| |/ |/| | | | | | | | | | | | | | | | | | | | | This change introduces, - support de QWERTZ - support fr AZERTY - support fr_CA QWERTY layout - support fr_CH QWERTZ layout - refactor some common keyboard row layouts Bug: 2334086 Change-Id: I3e01e841e0dc72419d55e29d426bdec70655459c
* | Adding drawable-land-hdpi into LatinIMEJustin Ho2010-11-3010-0/+0
|/ | | | Change-Id: I21c4223151b89da9c4edd423fdb1bb7bee023ce1
* Add icons for each subtypesatok2010-11-3033-32/+32
| | | | Change-Id: I0a86a781e3b30a8355ccc8083f3ac66af84a05b7
* Merge "Remove unused string for key label"Tadashi G. Takaoka2010-11-291-6/+0
|\
| * Remove unused string for key labelTadashi G. Takaoka2010-11-301-6/+0
| | | | | | | | | | Bug: 3230041 Change-Id: I1c3cc78157f30f43a5b4a32e413fb43df1db4907
* | Merge "Integrating updated LatinIME keyboard assets"Justin Ho2010-11-2963-0/+0
|\ \
| * | Integrating updated LatinIME keyboard assetsJustin Ho2010-11-2963-0/+0
| | | | | | | | | | | | Change-Id: I5bc137892ea82e08d5b65e1e124f0de69d0a77c5
* | | Import revised translations.Eric Fischer2010-11-2941-101/+421
|/ / | | | | | | Change-Id: I0cabf9fceb714a9ffd5180f9d9a0234ec92e5f71
* | Merge "Remove unused bool configuartion value"Tadashi G. Takaoka2010-11-292-2/+0
|\ \
| * | Remove unused bool configuartion valueTadashi G. Takaoka2010-11-292-2/+0
| |/ | | | | | | | | | | This change is follow up of Ie5494601. Change-Id: I20911479e2942695384200e2cc732abfed7bd140
* / Cleanup unused Java importTadashi G. Takaoka2010-11-293-0/+0
|/ | | | | | This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f
* Update tablet keyboard layout to the latest designTadashi G. Takaoka2010-11-2590-381/+734
| | | | | | | | | | | | | This change introduces shiftedIcon attribute for Key which specifies icon to draw the shift key while the key is in shifted state. This change also intriduces new configurable dimension value key_label_horizontal_alignment_padding which represents horizontal padding for left or right alignment of key label. Bug: 3216592 Bug: 3201839 Change-Id: I3aa7392227ce573c404517678e6340a8d1fcb328
* Support dedicated number/date keyboard layoutTadashi G. Takaoka2010-11-242-0/+251
| | | | | Bug: 3009716 Change-Id: Idc12cc9d8ee4f5febfae4e11712e2aaca327a6ea
* Support imeOptions condition in <case>Tadashi G. Takaoka2010-11-232-12/+101
| | | | Change-Id: Ie5494601efb29cf65363c4aa3bf5a9ab04a0109a
* Support colorScheme <case/> condition in Keyboard XMLTadashi G. Takaoka2010-11-2330-2548/+390
| | | | Change-Id: Ibbfb99e0e2b15df301f83af6739b7bca01ebf490
* Merge "Fix odd "more" key behavior on tablet phone number keyboard"Tadashi G. Takaoka2010-11-233-4/+4
|\
| * Fix odd "more" key behavior on tablet phone number keyboardTadashi G. Takaoka2010-11-233-4/+4
| | | | | | | | | | Bug: 3176540 Change-Id: Iaa1f3776d5ac236b2655910ede7522ceac36a9a1
* | Add "@" key to email mode tablet keyboard layoutTadashi G. Takaoka2010-11-231-2/+3
|/ | | | | Bug: 3222319 Change-Id: Ibc56cd69c30aee19f26fe11e7ea176ff01e21dbe
* Use normal font for functional key label instead of italic fontTadashi G. Takaoka2010-11-239-25/+25
| | | | | | | | This change also uses slightly larger font size for functional key label according to the v4 keyboard design. Bug: 3216592 Change-Id: I027f109b7748ade8564dc808487d9a6ce1da9761
* Support <key-style/> and keyStyle attribute for Keyboard XMLTadashi G. Takaoka2010-11-2225-327/+248
| | | | Change-Id: Ie052e989d0180eecfc8c244ba6c60594a46103d1
* Make F1 and Symbol keys static in XML fileTadashi G. Takaoka2010-11-2116-60/+424
| | | | Change-Id: If869f5ad4fe8f192f89a8679a4abde99a25e02e6
* Update tablet keyboard layout to version 4Tadashi G. Takaoka2010-11-2110-203/+198
| | | | | Bug: 3216592 Change-Id: I9950292184d9d0e131f76498067b0a6cb462a0ab
* Add keyLabelAlign attribute to Keyboard XMLTadashi G. Takaoka2010-11-209-31/+56
| | | | | Bug: 3216592 Change-Id: I88f8055199f2cd0525faf9374114fbebba53b951
* Merge "Open settings of input method subtype enabler when users are trying ↵satok2010-11-191-2/+3
|\ | | | | | | to change language."
| * Open settings of input method subtype enabler when users are trying to ↵satok2010-11-201-2/+3
| | | | | | | | | | | | change language. Change-Id: Id13926a87d43a3972f2a57128379c17b70b50da2
* | Use "flag" feature of attr.xml to represent keyboard modeTadashi G. Takaoka2010-11-191-1/+9
| | | | | | | | Change-Id: Ibc317ada5167a119477fe8ea2994df6c6462afd0
* | Cleanup drawable-xlarge resources into drawable-mdpiTadashi G. Takaoka2010-11-19102-22/+61
| | | | | | | | Change-Id: I2db335a601ddb0062a637a71289e14cf1d375a1e
* | Import initial translations for 20 new locales.Eric Fischer2010-11-1740-279/+5421
|/ | | | Change-Id: I7bd8f9596ebc2922c63717a63cef7cfdf68c919e
* Import revised translations.Eric Fischer2010-11-1721-44/+1598
| | | | Change-Id: If29e9f29b1500c92989c1d224ebd4eaa69e3737a
* Implement temporary upper case hint iconTadashi G. Takaoka2010-11-1618-10/+20
| | | | | | | | | | | | This change partially implements the requested feature. The following are not supported yet. - Non-letter key handling on automatic temporary upper case layout. - Non-letter key handling on shift chording in caps lock layout. - Hint icons for manual temporary upper case layout are not final ones. Bug: 3193390 Change-Id: I636da99d1be05b1337935d87c6f4d140661e1cc8
* Merge "Fix tablet url mode keyboard layout"Tadashi G. Takaoka2010-11-151-3/+21
|\
| * Fix tablet url mode keyboard layoutTadashi G. Takaoka2010-11-151-3/+21
| | | | | | | | | | | | This is follow up change of I0d92e513757e765d9de98561205754af5a143650 Change-Id: Ibfe8835bb184636e5fb06473cc864852b573fbd4
* | Add an option for the userbility study modesatok2010-11-162-1/+10
| | | | | | | | Change-Id: If41ddfa933f8ade58afa03acbd9536e0477baae8
* | Add showing suggestion only on portrait mode and fixing the state of ↵satok2010-11-164-8/+57
|/ | | | | | suggestion strip Change-Id: I7babd1400a3516c87506a3ea4bd46ddaf89e19b4
* Merge "Add more symbol characters to popup mini-keyboard"Tadashi G. Takaoka2010-11-122-26/+76
|\
| * Add more symbol characters to popup mini-keyboardTadashi G. Takaoka2010-11-122-26/+76
| | | | | | | | | | Bug: 3124752 Change-Id: I6b6f5bfd57a58db7273c4db461095413892552ae
* | Keyboard XML supports switch-case-default tags to select rows and keysTadashi G. Takaoka2010-11-1240-2303/+1127
|/ | | | Change-Id: I0d92e513757e765d9de98561205754af5a143650
* Slightly shorten tablet keyboard heightTadashi G. Takaoka2010-11-104-9/+13
| | | | | | | Now key top height is slightly shorter 13.0mm compared to previous 14.0mm. Bug: 3181068 Change-Id: Ib6f9cfb9269020166e5037467d18133d342d47ec
* New xlarge keyboard layout (v2)Tadashi G. Takaoka2010-11-0973-247/+238
| | | | | Bug: 3109804 Change-Id: I1afd022d553785acd50b3104374bbec291206c1e
* Using distance to the edge of key as proximity detectionTadashi G. Takaoka2010-11-063-6/+6
| | | | | | | | | | | | | | | Because there may be very long key, such as space bar on tablet, we should not use the distance between the touch point and the center of key as proximity detection. Instead of that, this change uses the distance between the point and the nearest edge of key as proximity detection. Also this change fixes the bug that space key (code 32) was not counted in proximity detection. Bug: 3164020 Bug: 3168138 Change-Id: I687f1ce94a8e944c3f6eea0fe00e18ed6e68e278
* Rename LatinKeyboardBaseView class to KeyboardBaseViewTadashi Takaoka2010-11-054-6/+6
| | | | Change-Id: I496ecbfa7d398583d01f821398f49f75d17311d8
* Add labels for subtypessatok2010-11-052-40/+132
| | | | | | | - Also changed mode name - Move the position of a subtype for "US Keyboard" to the top Change-Id: I4dd7f869801d5efa775fe8a89dde233215f508d9