aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge "All keys should be processed before processing modifier key" into ↵Tadashi G. Takaoka2010-09-152-8/+40
|\ | | | | | | gingerbread
| * All keys should be processed before processing modifier keyTadashi G. Takaoka2010-09-152-8/+40
| | | | | | | | | | Bug: 2987077 Change-Id: I971c44be121d8780ec27aa1649fd0925e249fbbc
* | Fix bug that upper case mini-keyboard does not workTadashi G. Takaoka2010-09-151-5/+5
| | | | | | | | | | | | | | This issue is introduced by I1932b0a382e172cb77b9e098ae182049c834dfe0 Bug: 2993769 Change-Id: I344d21e046b58b3bb9831605a7425a94c97d8492
* | Handling multi-character uppercase key inputTadashi G. Takaoka2010-09-141-3/+10
|/ | | | Change-Id: Ie0820a2627e18109036d5f6f286d5a366c9b9f87
* Add keyHysteresisDistance xml attributeTadashi G. Takaoka2010-09-148-27/+89
| | | | | | | | | 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
* | More commit -> apply changes with SharedPreferencesCompat.Ken Wakasa2010-09-135-7/+61
| | | | | | | | | | | | | | | | | | The newly added SharedPreferencesCompat adapter class does apply() when available (Gingerbread+), else do commit(). This change incorporates I4eca20fb and I39f6aa04. bug: 2983837 Change-Id: Iec4e8b69840ad71dbbd6098eeba349934d8248ff
* | Fix a bug in y-axis offset for sliding finger key detection for mini popup ↵Ken Wakasa2010-09-123-3/+16
| | | | | | | | | | | | | | | | | | keyboard. Also, tentatively added key detection allowance for below of the keys in mini popup keyboard. bug: 2979407 Change-Id: I84794969facd929c84df23e0120d46dff71c6efb
* | Mini popup keyboard adjustment: Have the leftmost number right above the key.Ken Wakasa2010-09-121-13/+35
|/ | | | | | | | | | Also fixed an issue when the mini popup keyboard hits the right edge of the view. A few code cleanups as well. bug: 2980864 Change-Id: I95f8392521e57560907d54b662e3483ebaf6f7ce
* Add Hawaiian, Maori, and other Polynesian macronTadashi G. Takaoka2010-09-101-9/+5
| | | | | Bug: 2862018 Change-Id: I32e1d2472abcc00f4d89a737593f7d0edcb49294
* Merge "Update assets for LatinIME" into gingerbreadsatok2010-09-0921-0/+0
|\
| * Update assets for LatinIMEsatok2010-09-1021-0/+0
| | | | | | | | Change-Id: I75b28bbc17339d2ffc9c61521c9b1f0d90c34b77
* | Code cleanupKen Wakasa2010-09-101-25/+16
| | | | | | | | Change-Id: I333693ab8e4088180cc25768d874ad7320d9da8b
* | Symbol key acts as modifier keyTadashi G. Takaoka2010-09-093-25/+38
|/ | | | | | | | | | On a device that has distinct multi-touch panel, pressing '123?' key will change keyboard layout to symbol mode. While pressing '123?' key, you can press other symbol key to input. Then releasing '123?' key will change keyboard layout back to alphabet mode. Bug: 2973383 Change-Id: I3b069fb19141820def8060db4766a08c7c0a6ff0
* Keep Keyboard in cache through SoftReferenceTadashi G. Takaoka2010-09-091-16/+21
| | | | | | This change also adds final to attributes Change-Id: Ie2b9a1b1f83606b24ad4e35ad72a28d55ed0423e
* Merge "Add digit alternates" into gingerbreadTadashi G. Takaoka2010-09-0837-539/+752
|\
| * 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
* | Avoid a disk write on UI threadKen Wakasa2010-09-091-1/+1
|/ | | | | bug: 2983837 Change-Id: I4eca20fb4defcf149788032a98fe5894b57e1e19
* 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-0724-31/+6
|/ | | | | | | | | | (ver 03). Please refer to bug: 2979069 for the latest mock. Got rid of obsolete string too. Change-Id: Ic02d1651b288f24f9c3a9da5d0dcf09055256ab0
* Dismiss mini keyboard when finger is released outside mini keyboardTadashi G. Takaoka2010-09-073-3/+20
| | | | | | Bug: 2978975 Change-Id: Ie634e8ae827fe093c5c673b75d85835050b03794
* Merge "Fixed extra periods when chording with shift and space" into gingerbreadTadashi G. Takaoka2010-09-072-25/+25
|\
| * Fixed extra periods when chording with shift and spaceTadashi G. Takaoka2010-09-072-25/+25
| | | | | | | | | | | | | | | | Actually it was caused by canceling repeat key (space and delete) when multiple pointer are touching. Bug: 2975041 Change-Id: If82183b9225efdace7b5418860b9664f1705b7ec
* | Merge "Add shared preference for re-correction" into gingerbreadsatok2010-09-064-15/+35
|\ \
| * | Add shared preference for re-correctionsatok2010-09-074-15/+35
| |/ | | | | | | Change-Id: Ie5b2e0d2f9739dd33524c2688e172e77aac1f243
* / Add isModifier to the buttons in the lowest linesatok2010-09-079-18/+18
|/ | | | Change-Id: I2d5c9e753f0f6fa21fdcfa7b55e81e6a3e3ea64f
* Disable pop-up preview on mini keyboardTadashi G. Takaoka2010-09-062-19/+2
| | | | | | | | | | | This change also disable the special behavior of long press a key that has only one digit alternate. If the visual design of both the pop-up preview and the mini keyboard will look like same, I think that showing mini keyboard is enough for the key that has one digit alternate. Bug: 2973546 Change-Id: I04f138c120aa58526fe054626dac856171fb7a58
* Fix ALT key light behaviorTadashi G. Takaoka2010-09-063-17/+20
| | | | | | | This change also cleanups some imports, unnecessary cast and null check. Bug: 2977256 Change-Id: I81b9e539ff8a13ae0cc1eb5c4fb2246732cca3e9
* Merge "Fix an asset for the feedback of delete key" into gingerbreadsatok2010-09-061-0/+0
|\