aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-09-15Fix bug that upper case mini-keyboard does not workTadashi G. Takaoka1-5/+5
This issue is introduced by I1932b0a382e172cb77b9e098ae182049c834dfe0 Bug: 2993769 Change-Id: I344d21e046b58b3bb9831605a7425a94c97d8492
2010-09-15All keys should be processed before processing modifier keyTadashi G. Takaoka2-8/+40
Bug: 2987077 Change-Id: I971c44be121d8780ec27aa1649fd0925e249fbbc
2010-09-14Handling multi-character uppercase key inputTadashi G. Takaoka1-3/+10
Change-Id: Ie0820a2627e18109036d5f6f286d5a366c9b9f87
2010-09-14Add keyHysteresisDistance xml attributeTadashi G. Takaoka8-27/+89
This change also introduces MiniKeyboardKeyDetector and mini_keyboad_slide_allowance parameter to tune the key detection behavior. Bug: 2993769 Change-Id: I1932b0a382e172cb77b9e098ae182049c834dfe0
2010-09-14Get rid of execution bitKen Wakasa8-0/+0
Change-Id: I25b530c2ab50c045da321e00d905cbec19188ea3
2010-09-13Rename keyboard_popup_keyboard.xml keyboard_key_preview.xmlsatok12-4/+2
Change-Id: I7c98a91c77f5ef46ee0b15783242024c0bd10503
2010-09-13Remove unused popup layoutsatok3-42/+2
Change-Id: I7009ec8cdb7977236d57b03c8603d0476186d885
2010-09-13Fix the gap of popupsatok1-1/+1
Change-Id: I8b727fce857c1f943bd6f1eff6fa5d9b3c158a60
2010-09-13Add mdpi assets and fix modesatok56-0/+0
Bug: 2973737 Change-Id: I3eb0bc2fb7701315dd9b646a2f204884134c54de
2010-09-13Add popup layout for theme of gingerbreadsatok3-1/+23
Change-Id: I464dc6cef4ca8cfd3c2fdb2fe99b2dc7d4e7988d
2010-09-13More commit -> apply changes with SharedPreferencesCompat.Ken Wakasa5-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
2010-09-12Fix a bug in y-axis offset for sliding finger key detection for mini popup ↵Ken Wakasa3-3/+16
keyboard. Also, tentatively added key detection allowance for below of the keys in mini popup keyboard. bug: 2979407 Change-Id: I84794969facd929c84df23e0120d46dff71c6efb
2010-09-12Mini popup keyboard adjustment: Have the leftmost number right above the key.Ken Wakasa1-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
2010-09-10Rename altchars.xml to keep translation imports from altering it.Eric Fischer23-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
2010-09-11Update working.pngsatok1-0/+0
Change-Id: I62f80b2d6e85ffa7bbf92992fe6942690163ef17
2010-09-10Add Hawaiian, Maori, and other Polynesian macronTadashi G. Takaoka1-9/+5
Bug: 2862018 Change-Id: I32e1d2472abcc00f4d89a737593f7d0edcb49294
2010-09-10Update assets for LatinIMEsatok21-0/+0
Change-Id: I75b28bbc17339d2ffc9c61521c9b1f0d90c34b77
2010-09-10Code cleanupKen Wakasa1-25/+16
Change-Id: I333693ab8e4088180cc25768d874ad7320d9da8b
2010-09-09Symbol key acts as modifier keyTadashi G. Takaoka3-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
2010-09-09Keep Keyboard in cache through SoftReferenceTadashi G. Takaoka1-16/+21
This change also adds final to attributes Change-Id: Ie2b9a1b1f83606b24ad4e35ad72a28d55ed0423e
2010-09-09Avoid a disk write on UI threadKen Wakasa1-1/+1
bug: 2983837 Change-Id: I4eca20fb4defcf149788032a98fe5894b57e1e19
2010-09-09Add digit alternatesTadashi G. Takaoka37-539/+752
This also re-orders keyboard layout attribute and adds some android:popupCharacters. Bug: 2973749 Change-Id: I300fb4029a1844947731cb98a464d8d754cb03ef
2010-09-08Move alternate chars from keyboard layout to altchars.xmlTadashi G. Takaoka14-130/+162
Bug: 2973749 Change-Id: Ic6e5f986c32be07c1e1038594a0e420ba6902351
2010-09-08Remove unnecessary android:codes attributeTadashi G. Takaoka19-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
2010-09-08Extract alternates_for_X from strings.xml into altchars.xmlTadashi G. Takaoka46-239/+613
For some locales, donottranslate.xml were split or renamed. Bug: 2973749 Change-Id: Ic7f9cebe70a116b735bebc988778104bb1a40954
2010-09-08Re-formatting 'de' locale keyboard definition xml filesTadashi G. Takaoka2-308/+622
Just re-formating with eclipse editor. This is supplement for I18bc682c68df6239e54dd71ed3797d55fd5a1552. Bug: 2973749 Change-Id: I4b03fa6d41808ce99ce4944ae742255bffc660b9
2010-09-08Fix the bacground color for "/" in URL modesatok9-17/+25
Change-Id: I832274244a9677ac98256ddfc4a25fdca517e228
2010-09-08Remove unused azerty.xml keyboard layoutTadashi G. Takaoka1-114/+0
Change-Id: Ie94ee27bbfc0b894243063fced1e537aec3ed7ec
2010-09-08Re-formatting keyboard definition xml filesTadashi G. Takaoka16-2506/+4975
Just re-formating with eclipse editor. Bug: 2973749 Change-Id: I18bc682c68df6239e54dd71ed3797d55fd5a1552
2010-09-08DO NOT MERGE. Fix a string for the sharedpreference for re-correctionsatok1-1/+1
Change-Id: I0f8b45cf4604aeed31ecb53f60ff52e0f337bbdd
2010-09-07Update assets for LatinIMEsatok54-0/+0
bug: 2974998 Change-Id: Ie98a023b65d34f08c9c66d04017e8877b31edb84
2010-09-07Update strings for the settings access - based on the latest GB IME spec ↵Ken Wakasa24-31/+6
(ver 03). Please refer to bug: 2979069 for the latest mock. Got rid of obsolete string too. Change-Id: Ic02d1651b288f24f9c3a9da5d0dcf09055256ab0
2010-09-07Dismiss mini keyboard when finger is released outside mini keyboardTadashi G. Takaoka3-3/+20
Bug: 2978975 Change-Id: Ie634e8ae827fe093c5c673b75d85835050b03794
2010-09-07Fixed extra periods when chording with shift and spaceTadashi G. Takaoka2-25/+25
Actually it was caused by canceling repeat key (space and delete) when multiple pointer are touching. Bug: 2975041 Change-Id: If82183b9225efdace7b5418860b9664f1705b7ec
2010-09-07Add shared preference for re-correctionsatok4-15/+35
Change-Id: Ie5b2e0d2f9739dd33524c2688e172e77aac1f243
2010-09-07Add isModifier to the buttons in the lowest linesatok9-18/+18
Change-Id: I2d5c9e753f0f6fa21fdcfa7b55e81e6a3e3ea64f
2010-09-06Disable pop-up preview on mini keyboardTadashi G. Takaoka2-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
2010-09-06Fix ALT key light behaviorTadashi G. Takaoka3-17/+20
This change also cleanups some imports, unnecessary cast and null check. Bug: 2977256 Change-Id: I81b9e539ff8a13ae0cc1eb5c4fb2246732cca3e9
2010-09-06Fix an asset for the feedback of delete keysatok1-0/+0
bug: 2977026 Change-Id: I4cdaaf49644d214b03a514a9104144250a024574
2010-09-06Support multi-touch only when device has distinct multi-touch panelTadashi G. Takaoka4-9/+90
Bug: 2973373 Change-Id: I9871c09ec8c1c2aa945d97392e61ee1ec585baef
2010-09-05Fix layout issue of the bottom row in web entry modeKen Wakasa18-54/+54
bug: 2977061 Change-Id: I76e0f4a21480d10f79fd5dcbe58c63cc3516d5d7
2010-09-03Revert https://android-git.corp.google.com/g/#change,63791 as library ↵Ken Wakasa1-2/+2
loading issue seems to have been fixed now. bug: 2963855 Change-Id: Iafdfda801083f85126c443508755e3cc711fbf52
2010-09-03Extend space LED for autocompletionsatok2-33/+44
Change-Id: If59ea7c871ffc2af6fe2bfde72303f2612e43c3b
2010-09-03One alternate is treated as key action, not open mini keyboardTadashi G. Takaoka3-18/+47
This change also fixes bug#2973683. Bug: 2973546 Bug: 2973683 Change-Id: I67573e5b7cad4af261591a4a608d0596dd7901f2
2010-09-03Add a showing input method picker option by longpressing setting keysatok3-5/+51
Bug: 2959271 Change-Id: I4b7e9a2de3cbe17b168ed8d0541a9b1cd9a9e107
2010-09-03Move inflating mini keyboard code into separate methodTadashi G. Takaoka1-82/+93
Change-Id: Iba8e43ba6125e559d4c7d9cadb6bcb13b8eefc83
2010-09-03Followup TBR in I87060049Tadashi G. Takaoka1-2/+33
This change is followup TBR in I87060049cad6f9d6432b6c4a246c15587ae0d837 Change-Id: I02ee33da269162f5e95ce5b985dbf5094ba14c0d
2010-09-03Update delete keysatok1-0/+0
Change-Id: I0348e4846131f9913b4ab6c2c2a9427a9a53c74e
2010-09-03Change symbol on space bar when autocompletion is activatedsatok5-27/+68
bug: 2959279 Change-Id: Icc70b7cce0c245ae2451d324debd346f226b8769
2010-09-03Fix NPE in LatinKeyboardBaseViewTadashi G. Takaoka2-42/+39
This change also refactors some mini-keyboard related methods in LatinKeyboardBaseView and PointerTracker class. Bug: 2973236 Change-Id: I3190fe89ea3ac3c6d351ed4b6d77de98a0aa65db