aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/TextEntryState.java (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-10Code cleanup•••Change-Id: I333693ab8e4088180cc25768d874ad7320d9da8b Ken Wakasa1-25/+16
2010-09-09Symbol key acts as modifier key•••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 Tadashi G. Takaoka3-25/+38
2010-09-09Keep Keyboard in cache through SoftReference•••This change also adds final to attributes Change-Id: Ie2b9a1b1f83606b24ad4e35ad72a28d55ed0423e Tadashi G. Takaoka1-16/+21
2010-09-09Avoid a disk write on UI thread•••bug: 2983837 Change-Id: I4eca20fb4defcf149788032a98fe5894b57e1e19 Ken Wakasa1-1/+1
2010-09-09Add digit alternates•••This also re-orders keyboard layout attribute and adds some android:popupCharacters. Bug: 2973749 Change-Id: I300fb4029a1844947731cb98a464d8d754cb03ef Tadashi G. Takaoka37-539/+752
2010-09-08Move alternate chars from keyboard layout to altchars.xml•••Bug: 2973749 Change-Id: Ic6e5f986c32be07c1e1038594a0e420ba6902351 Tadashi G. Takaoka14-130/+162
2010-09-08Remove unnecessary android:codes attribute•••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 Tadashi G. Takaoka19-660/+316
2010-09-08Extract alternates_for_X from strings.xml into altchars.xml•••For some locales, donottranslate.xml were split or renamed. Bug: 2973749 Change-Id: Ic7f9cebe70a116b735bebc988778104bb1a40954 Tadashi G. Takaoka46-239/+613
2010-09-08Re-formatting 'de' locale keyboard definition xml files•••Just re-formating with eclipse editor. This is supplement for I18bc682c68df6239e54dd71ed3797d55fd5a1552. Bug: 2973749 Change-Id: I4b03fa6d41808ce99ce4944ae742255bffc660b9 Tadashi G. Takaoka2-308/+622
2010-09-08Fix the bacground color for "/" in URL mode•••Change-Id: I832274244a9677ac98256ddfc4a25fdca517e228 satok9-17/+25
2010-09-08Remove unused azerty.xml keyboard layout•••Change-Id: Ie94ee27bbfc0b894243063fced1e537aec3ed7ec Tadashi G. Takaoka1-114/+0
2010-09-08Re-formatting keyboard definition xml files•••Just re-formating with eclipse editor. Bug: 2973749 Change-Id: I18bc682c68df6239e54dd71ed3797d55fd5a1552 Tadashi G. Takaoka16-2506/+4975
2010-09-08DO NOT MERGE. Fix a string for the sharedpreference for re-correction•••Change-Id: I0f8b45cf4604aeed31ecb53f60ff52e0f337bbdd satok1-1/+1
2010-09-07Update assets for LatinIME•••bug: 2974998 Change-Id: Ie98a023b65d34f08c9c66d04017e8877b31edb84 satok54-0/+0
2010-09-07Update strings for the settings access - based on the latest GB IME spec (ver...•••Please refer to bug: 2979069 for the latest mock. Got rid of obsolete string too. Change-Id: Ic02d1651b288f24f9c3a9da5d0dcf09055256ab0 Ken Wakasa24-31/+6
2010-09-07Dismiss mini keyboard when finger is released outside mini keyboard•••Bug: 2978975 Change-Id: Ie634e8ae827fe093c5c673b75d85835050b03794 Tadashi G. Takaoka3-3/+20
2010-09-07Fixed extra periods when chording with shift and space•••Actually it was caused by canceling repeat key (space and delete) when multiple pointer are touching. Bug: 2975041 Change-Id: If82183b9225efdace7b5418860b9664f1705b7ec Tadashi G. Takaoka2-25/+25
2010-09-07Add shared preference for re-correction•••Change-Id: Ie5b2e0d2f9739dd33524c2688e172e77aac1f243 satok4-15/+35
2010-09-07Add isModifier to the buttons in the lowest line•••Change-Id: I2d5c9e753f0f6fa21fdcfa7b55e81e6a3e3ea64f satok9-18/+18
2010-09-06Disable pop-up preview on mini keyboard•••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 Tadashi G. Takaoka2-19/+2
2010-09-06Fix ALT key light behavior•••This change also cleanups some imports, unnecessary cast and null check. Bug: 2977256 Change-Id: I81b9e539ff8a13ae0cc1eb5c4fb2246732cca3e9 Tadashi G. Takaoka3-17/+20
2010-09-06Fix an asset for the feedback of delete key•••bug: 2977026 Change-Id: I4cdaaf49644d214b03a514a9104144250a024574 satok1-0/+0
2010-09-06Support multi-touch only when device has distinct multi-touch panel•••Bug: 2973373 Change-Id: I9871c09ec8c1c2aa945d97392e61ee1ec585baef Tadashi G. Takaoka4-9/+90
2010-09-05Fix layout issue of the bottom row in web entry mode•••bug: 2977061 Change-Id: I76e0f4a21480d10f79fd5dcbe58c63cc3516d5d7 Ken Wakasa18-54/+54
2010-09-03Revert https://android-git.corp.google.com/g/#change,63791 as library loading...•••bug: 2963855 Change-Id: Iafdfda801083f85126c443508755e3cc711fbf52 Ken Wakasa1-2/+2
2010-09-03Extend space LED for autocompletion•••Change-Id: If59ea7c871ffc2af6fe2bfde72303f2612e43c3b satok2-33/+44
2010-09-03One alternate is treated as key action, not open mini keyboard•••This change also fixes bug#2973683. Bug: 2973546 Bug: 2973683 Change-Id: I67573e5b7cad4af261591a4a608d0596dd7901f2 Tadashi G. Takaoka3-18/+47
2010-09-03Add a showing input method picker option by longpressing setting key•••Bug: 2959271 Change-Id: I4b7e9a2de3cbe17b168ed8d0541a9b1cd9a9e107 satok3-5/+51
2010-09-03Move inflating mini keyboard code into separate method•••Change-Id: Iba8e43ba6125e559d4c7d9cadb6bcb13b8eefc83 Tadashi G. Takaoka1-82/+93
2010-09-03Followup TBR in I87060049•••This change is followup TBR in I87060049cad6f9d6432b6c4a246c15587ae0d837 Change-Id: I02ee33da269162f5e95ce5b985dbf5094ba14c0d Tadashi G. Takaoka1-2/+33
2010-09-03Update delete key•••Change-Id: I0348e4846131f9913b4ab6c2c2a9427a9a53c74e satok1-0/+0
2010-09-03Change symbol on space bar when autocompletion is activated•••bug: 2959279 Change-Id: Icc70b7cce0c245ae2451d324debd346f226b8769 satok5-27/+68
2010-09-03Fix NPE in LatinKeyboardBaseView•••This change also refactors some mini-keyboard related methods in LatinKeyboardBaseView and PointerTracker class. Bug: 2973236 Change-Id: I3190fe89ea3ac3c6d351ed4b6d77de98a0aa65db Tadashi G. Takaoka2-42/+39
2010-09-03Propagate preview enable attribute to mini-keyboard•••Bug: 2959169 Change-Id: Iea1bec44baf3344d9f91280bd2b8f28476cbcf51 Tadashi G. Takaoka1-0/+1
2010-09-03Remove close button from mini keyboard•••Bug: 2959169 Change-Id: I9c78f9417aaa448b8b23596bc3e748fe99085393 Tadashi G. Takaoka11-66/+1
2010-09-03Support sliding pop-up mini-keyboard input•••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 Tadashi G. Takaoka2-30/+74
2010-09-03Refactor KeyDetector to share more methods•••Bug: 2959169 Change-Id: I87060049cad6f9d6432b6c4a246c15587ae0d837 Tadashi G. Takaoka2-10/+19
2010-09-02Corresponding to TBR of Id2b0b974•••This is follow up change of Id2b0b974fffdf6f09ee1828e957b973d2ce1c315 Bug: 2959169 Change-Id: Ie47db5fce7937a4d70c432ab76510d0dc3f68401 Tadashi G. Takaoka1-2/+2
2010-09-02Corresponding to TBR of Ie6cf6768•••This is follow up change of Ie6cf67681180467bd8ba35d0205ce6727b7684a2 Bug: 2959169 Change-Id: I9e4cb0c9178856ddd6049f0b751b54f3ad26a266 Tadashi G. Takaoka1-4/+3
2010-09-02Encapsulate vertical and horizontal correction values into KeyDetector.•••Bug: 2959169 Change-Id: Id2b0b974fffdf6f09ee1828e957b973d2ce1c315 Tadashi G. Takaoka4-61/+65
2010-09-02Add a number alternation to English popup mini keyboard•••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 Tadashi G. Takaoka4-12/+71
2010-09-02Add PointerTracker argument to long press related methods•••This change also adds debugging log to PointerTracker class Bug: 2959169 Change-Id: Ie6cf67681180467bd8ba35d0205ce6727b7684a2 Tadashi G. Takaoka2-15/+33
2010-09-02Decrease LatinKeyboardBaseView_keyPreviewOffset. Popup will be displayed clo...•••Change-Id: I863ade61cb4688214d90b24240743ee7fe16e491 Ken Wakasa1-1/+1
2010-09-02Update assets for LatinIME•••Change-Id: Ia3027b68abcc9a51bc6a21320926b9c8b5c5975a satok17-0/+0
2010-09-02Queuing PointerTracker to support n-key roll-over and shift modifier.•••Bug: 2910379 Change-Id: I5cfae33e72a406585137842a2260310813cee07f Tadashi G. Takaoka4-7/+153
2010-09-02Add modifiers to functional keys•••- update assets for language switcher Change-Id: I8f29d3d38fb73ab5673f9e58cf28ed37cc8b4004 satok23-544/+692
2010-09-02Change the preference name for a theme and remove a preference settings•••Change-Id: I5ad980559477775eb44df022e54ce5ef32398601 satok2-3/+3
2010-09-02Change background color for functional keys in LatinIME•••Change-Id: I45f13c1fd139ce43478e5d0b2cdb62e56e9f77a8 satok6-49/+86
2010-09-01Correction improvements - use the new InputConnection APIs for underlining and•••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 Amith Yamasani3-175/+285
2010-09-02Refactor PointerTracker to add isValidKeyIndex() predicate.•••Bug: 2910379 Change-Id: If2b28764dc777bb62949a95bc61c4a16ff152220 Tadashi G. Takaoka1-22/+32