aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (unfollow)
Commit message (Collapse)AuthorFilesLines
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
2010-09-03Propagate preview enable attribute to mini-keyboardTadashi G. Takaoka1-0/+1
Bug: 2959169 Change-Id: Iea1bec44baf3344d9f91280bd2b8f28476cbcf51
2010-09-03Remove close button from mini keyboardTadashi G. Takaoka11-66/+1
Bug: 2959169 Change-Id: I9c78f9417aaa448b8b23596bc3e748fe99085393
2010-09-03Support sliding pop-up mini-keyboard inputTadashi G. Takaoka2-30/+74
TODO: - Remove close button on mini-keyboard - Dismiss mini-keyboard when finger leave the screen while no key is selected This change also renames some instance variables to have more meaningful name. Bug: 2959169 Change-Id: I9fd79116a647d7be82415c6e9e7cdaf6edcb2bf6
2010-09-03Refactor KeyDetector to share more methodsTadashi G. Takaoka2-10/+19
Bug: 2959169 Change-Id: I87060049cad6f9d6432b6c4a246c15587ae0d837
2010-09-02Corresponding to TBR of Id2b0b974Tadashi G. Takaoka1-2/+2
This is follow up change of Id2b0b974fffdf6f09ee1828e957b973d2ce1c315 Bug: 2959169 Change-Id: Ie47db5fce7937a4d70c432ab76510d0dc3f68401
2010-09-02Corresponding to TBR of Ie6cf6768Tadashi G. Takaoka1-4/+3
This is follow up change of Ie6cf67681180467bd8ba35d0205ce6727b7684a2 Bug: 2959169 Change-Id: I9e4cb0c9178856ddd6049f0b751b54f3ad26a266
2010-09-02Encapsulate vertical and horizontal correction values into KeyDetector.Tadashi G. Takaoka4-61/+65
Bug: 2959169 Change-Id: Id2b0b974fffdf6f09ee1828e957b973d2ce1c315
2010-09-02Add a number alternation to English popup mini keyboardTadashi G. Takaoka4-12/+71
This change is only for English locale. For other locales we should need specification because keyboard layout and alternations are different by locale. Bug: 2959169 Change-Id: Ib63f53ce6c30d75eff78777aa0049b05d58ce55f
2010-09-02Add PointerTracker argument to long press related methodsTadashi G. Takaoka2-15/+33
This change also adds debugging log to PointerTracker class Bug: 2959169 Change-Id: Ie6cf67681180467bd8ba35d0205ce6727b7684a2
2010-09-02Decrease LatinKeyboardBaseView_keyPreviewOffset. Popup will be displayed ↵Ken Wakasa1-1/+1
closer to each key typed. Change-Id: I863ade61cb4688214d90b24240743ee7fe16e491
2010-09-02Update assets for LatinIMEsatok17-0/+0
Change-Id: Ia3027b68abcc9a51bc6a21320926b9c8b5c5975a
2010-09-02Queuing PointerTracker to support n-key roll-over and shift modifier.Tadashi G. Takaoka4-7/+153
Bug: 2910379 Change-Id: I5cfae33e72a406585137842a2260310813cee07f
2010-09-02Add modifiers to functional keyssatok23-544/+692
- update assets for language switcher Change-Id: I8f29d3d38fb73ab5673f9e58cf28ed37cc8b4004
2010-09-02Change the preference name for a theme and remove a preference settingssatok2-3/+3
Change-Id: I5ad980559477775eb44df022e54ce5ef32398601
2010-09-02Change background color for functional keys in LatinIMEsatok6-49/+86
Change-Id: I45f13c1fd139ce43478e5d0b2cdb62e56e9f77a8
2010-09-01Correction improvements - use the new InputConnection APIs for underlining andAmith Yamasani3-175/+285
fetching the selected text. Bug: 2950652 Some refinements to correction behavior, such as retaining the tap-to-save when in correction mode. Use reflection to access the new InputConnection APIs with fallbacks, in case we run on older OS versions. Some refactoring to separate lookup for voice alternatives and typed alternatives. Change-Id: I7c4178bf7e6b47ee274c49fa7a694f8c2d50cea7
2010-09-02Refactor PointerTracker to add isValidKeyIndex() predicate.Tadashi G. Takaoka1-22/+32
Bug: 2910379 Change-Id: If2b28764dc777bb62949a95bc61c4a16ff152220