aboutsummaryrefslogtreecommitdiffstats
path: root/java/res (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Space key will no longer auto-repeatTadashi G. Takaoka2010-09-2126-384/+192
| | | | | Bug: 3014225 Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
* Align key preview and mini-keyboard positionsTadashi G. Takaoka2010-09-181-1/+1
| | | | | Bug: 3004793 Change-Id: I1839e6ff3c8c66a576bfb3db9391c146ed225451
* Update mdpi assetssatok2010-09-173-0/+0
| | | | | | bug: 2973737 Change-Id: I2efc96886a3f5656ca3d9e799a4052f044e61e70
* DO NOT MERGE. Get rid of the user feedback preference from Gingerbread.Ken Wakasa2010-09-171-2/+2
| | | | Change-Id: I2f0dc3b0cba78c85249cb6cecc9b5c588de4f26b
* Merge "Increase gradient of suggestion bar" into gingerbreadKen Wakasa2010-09-163-0/+4
|\
| * Increase gradient of suggestion barKen Wakasa2010-09-163-0/+4
| | | | | | | | | | bug: 3001007 Change-Id: I0f05d62b2a6848f37975b7a15b3ba14a90776d24
* | Merge "Change suggestion & bold colors" into gingerbreadKen Wakasa2010-09-161-2/+2
|\ \
| * | Change suggestion & bold colorsKen Wakasa2010-09-161-2/+2
| |/ | | | | | | | | bug: 3004846 Change-Id: Id6878ea0a5b1f67af68b4690fdc1527513c999ab
* / Cleanup keyboard layout filesTadashi G. Takaoka2010-09-1611-600/+1016
|/ | | | Change-Id: I095c1294b9e826b503ff741eeff9dc93ad39f060
* Move comma as default position of mini keyboardTadashi G. Takaoka2010-09-161-2/+2
| | | | | Bug: 3000978 Change-Id: I0369b3dc6ae58b77e7af112e446ae8189f5bbfc9
* Add a new preference item to show/hide the settings key.Ken Wakasa2010-09-1625-478/+3362
| | | | | | bug: 2998722 Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
* Add keyHysteresisDistance xml attributeTadashi G. Takaoka2010-09-145-6/+13
| | | | | | | | | This change also introduces MiniKeyboardKeyDetector and mini_keyboad_slide_allowance parameter to tune the key detection behavior. Bug: 2993769 Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0
* Get rid of execution bitKen Wakasa2010-09-148-0/+0
| | | | Change-Id: I25b530c2ab50c045da321e00d905cbec19188ea3
* Merge "Rename altchars.xml to keep translation imports from altering it." ↵Eric Fischer2010-09-1323-0/+0
|\ | | | | | | into gingerbread
| * Rename altchars.xml to keep translation imports from altering it.Eric Fischer2010-09-1023-0/+0
| | | | | | | | | | | | | | | | It looks like these files are now being maintained in the source tree instead of by the translators, so add a "donottranslate" prefix so that reimporting translations will not overwrite the changes. Change-Id: I471744ef7d5786ddb705cbda494bb1fbced3028b
* | Rename keyboard_popup_keyboard.xml keyboard_key_preview.xmlsatok2010-09-1312-4/+2
| | | | | | | | Change-Id: I7c98a91c77f5ef46ee0b15783242024c0bd10503
* | Remove unused popup layoutsatok2010-09-133-42/+2
| | | | | | | | Change-Id: I7009ec8cdb7977236d57b03c8603d0476186d885
* | Fix the gap of popupsatok2010-09-131-1/+1
| | | | | | | | Change-Id: I8b727fce857c1f943bd6f1eff6fa5d9b3c158a60
* | Merge "Add mdpi assets and fix mode" into gingerbreadsatok2010-09-1356-0/+0
|\ \
| * | Add mdpi assets and fix modesatok2010-09-1356-0/+0
| | | | | | | | | | | | | | | Bug: 2973737 Change-Id: I3eb0bc2fb7701315dd9b646a2f204884134c54de
* | | Add popup layout for theme of gingerbreadsatok2010-09-133-1/+23
|/ / | | | | | | Change-Id: I464dc6cef4ca8cfd3c2fdb2fe99b2dc7d4e7988d
* | Merge "Update working.png" into gingerbreadsatok2010-09-121-0/+0
|\ \
| * | Update working.pngsatok2010-09-111-0/+0
| |/ | | | | | | Change-Id: I62f80b2d6e85ffa7bbf92992fe6942690163ef17
* / Fix a bug in y-axis offset for sliding finger key detection for mini popup ↵Ken Wakasa2010-09-122-0/+4
|/ | | | | | | | | keyboard. Also, tentatively added key detection allowance for below of the keys in mini popup keyboard. bug: 2979407 Change-Id: I84794969facd929c84df23e0120d46dff71c6efb
* Add Hawaiian, Maori, and other Polynesian macronTadashi G. Takaoka2010-09-101-9/+5
| | | | | Bug: 2862018 Change-Id: I32e1d2472abcc00f4d89a737593f7d0edcb49294
* Update assets for LatinIMEsatok2010-09-1021-0/+0
| | | | Change-Id: I75b28bbc17339d2ffc9c61521c9b1f0d90c34b77
* Add digit alternatesTadashi G. Takaoka2010-09-0937-539/+752
| | | | | | | | This also re-orders keyboard layout attribute and adds some android:popupCharacters. Bug: 2973749 Change-Id: I300fb4029a1844947731cb98a464d8d754cb03ef
* Move alternate chars from keyboard layout to altchars.xmlTadashi G. Takaoka2010-09-0814-130/+162
| | | | | Bug: 2973749 Change-Id: Ic6e5f986c32be07c1e1038594a0e420ba6902351
* Remove unnecessary android:codes attributeTadashi G. Takaoka2010-09-0819-660/+316
| | | | | | | | | | If there is no android:codes specified, the first character of keyLabel's code point will be used instead. Also introduce readable codes as @integer/key_XXX resources Bug: 2973749 Change-Id: If9021ca35f9a7b922817e2099186fce0cd993652
* Merge "Extract alternates_for_X from strings.xml into altchars.xml" into ↵Tadashi G. Takaoka2010-09-0846-239/+613
|\ | | | | | | gingerbread
| * Extract alternates_for_X from strings.xml into altchars.xmlTadashi G. Takaoka2010-09-0846-239/+613
| | | | | | | | | | | | | | For some locales, donottranslate.xml were split or renamed. Bug: 2973749 Change-Id: Ic7f9cebe70a116b735bebc988778104bb1a40954
* | Re-formatting 'de' locale keyboard definition xml filesTadashi G. Takaoka2010-09-082-308/+622
| | | | | | | | | | | | | | | | Just re-formating with eclipse editor. This is supplement for I18bc682c68df6239e54dd71ed3797d55fd5a1552. Bug: 2973749 Change-Id: I4b03fa6d41808ce99ce4944ae742255bffc660b9
* | Merge "Fix the bacground color for "/" in URL mode" into gingerbreadsatok2010-09-089-17/+25
|\ \
| * | Fix the bacground color for "/" in URL modesatok2010-09-089-17/+25
| |/ | | | | | | Change-Id: I832274244a9677ac98256ddfc4a25fdca517e228
* / Remove unused azerty.xml keyboard layoutTadashi G. Takaoka2010-09-081-114/+0
|/ | | | Change-Id: Ie94ee27bbfc0b894243063fced1e537aec3ed7ec
* Re-formatting keyboard definition xml filesTadashi G. Takaoka2010-09-0816-2506/+4975
| | | | | | | Just re-formating with eclipse editor. Bug: 2973749 Change-Id: I18bc682c68df6239e54dd71ed3797d55fd5a1552
* DO NOT MERGE. Fix a string for the sharedpreference for re-correctionsatok2010-09-081-1/+1
| | | | Change-Id: I0f8b45cf4604aeed31ecb53f60ff52e0f337bbdd
* Merge "Update assets for LatinIME" into gingerbreadsatok2010-09-0754-0/+0
|\
| * Update assets for LatinIMEsatok2010-09-0754-0/+0
| | | | | | | | | | | | bug: 2974998 Change-Id: Ie98a023b65d34f08c9c66d04017e8877b31edb84
* | Update strings for the settings access - based on the latest GB IME spec ↵Ken Wakasa2010-09-0723-27/+2
|/ | | | | | | | | | (ver 03). Please refer to bug: 2979069 for the latest mock. Got rid of obsolete string too. Change-Id: Ic02d1651b288f24f9c3a9da5d0dcf09055256ab0
* Merge "Add shared preference for re-correction" into gingerbreadsatok2010-09-063-0/+12
|\
| * Add shared preference for re-correctionsatok2010-09-073-0/+12
| | | | | | | | Change-Id: Ie5b2e0d2f9739dd33524c2688e172e77aac1f243
* | Add isModifier to the buttons in the lowest linesatok2010-09-079-18/+18
|/ | | | Change-Id: I2d5c9e753f0f6fa21fdcfa7b55e81e6a3e3ea64f
* Merge "Fix an asset for the feedback of delete key" into gingerbreadsatok2010-09-061-0/+0
|\
| * Fix an asset for the feedback of delete keysatok2010-09-061-0/+0
| | | | | | | | | | | | bug: 2977026 Change-Id: I4cdaaf49644d214b03a514a9104144250a024574
* | Fix layout issue of the bottom row in web entry modeKen Wakasa2010-09-0518-54/+54
|/ | | | | bug: 2977061 Change-Id: I76e0f4a21480d10f79fd5dcbe58c63cc3516d5d7
* Add a showing input method picker option by longpressing setting keysatok2010-09-031-1/+4
| | | | | | Bug: 2959271 Change-Id: I4b7e9a2de3cbe17b168ed8d0541a9b1cd9a9e107
* Merge "Update delete key" into gingerbreadsatok2010-09-021-0/+0
|\
| * Update delete keysatok2010-09-031-0/+0
| | | | | | | | Change-Id: I0348e4846131f9913b4ab6c2c2a9427a9a53c74e
* | Merge "Change symbol on space bar when autocompletion is activated" into ↵satok2010-09-021-0/+0
|\ \ | | | | | | | | | gingerbread