| Commit message (Expand) | Author | Files | Lines |
2010-09-10 | Code cleanup•••Change-Id: I333693ab8e4088180cc25768d874ad7320d9da8b
|  Ken Wakasa | 1 | -25/+16 |
2010-09-09 | Symbol 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. Takaoka | 3 | -25/+38 |
2010-09-09 | Keep Keyboard in cache through SoftReference•••This change also adds final to attributes
Change-Id: Ie2b9a1b1f83606b24ad4e35ad72a28d55ed0423e
|  Tadashi G. Takaoka | 1 | -16/+21 |
2010-09-09 | Avoid a disk write on UI thread•••bug: 2983837
Change-Id: I4eca20fb4defcf149788032a98fe5894b57e1e19
|  Ken Wakasa | 1 | -1/+1 |
2010-09-09 | Add digit alternates•••This also re-orders keyboard layout attribute and adds some
android:popupCharacters.
Bug: 2973749
Change-Id: I300fb4029a1844947731cb98a464d8d754cb03ef
|  Tadashi G. Takaoka | 37 | -539/+752 |
2010-09-08 | Move alternate chars from keyboard layout to altchars.xml•••Bug: 2973749
Change-Id: Ic6e5f986c32be07c1e1038594a0e420ba6902351
|  Tadashi G. Takaoka | 14 | -130/+162 |
2010-09-08 | Remove 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. Takaoka | 19 | -660/+316 |
2010-09-08 | Extract 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. Takaoka | 46 | -239/+613 |
2010-09-08 | Re-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. Takaoka | 2 | -308/+622 |
2010-09-08 | Fix the bacground color for "/" in URL mode•••Change-Id: I832274244a9677ac98256ddfc4a25fdca517e228
|  satok | 9 | -17/+25 |
2010-09-08 | Remove unused azerty.xml keyboard layout•••Change-Id: Ie94ee27bbfc0b894243063fced1e537aec3ed7ec
|  Tadashi G. Takaoka | 1 | -114/+0 |
2010-09-08 | Re-formatting keyboard definition xml files•••Just re-formating with eclipse editor.
Bug: 2973749
Change-Id: I18bc682c68df6239e54dd71ed3797d55fd5a1552
|  Tadashi G. Takaoka | 16 | -2506/+4975 |
2010-09-08 | DO NOT MERGE. Fix a string for the sharedpreference for re-correction•••Change-Id: I0f8b45cf4604aeed31ecb53f60ff52e0f337bbdd
|  satok | 1 | -1/+1 |
2010-09-07 | Update assets for LatinIME•••bug: 2974998
Change-Id: Ie98a023b65d34f08c9c66d04017e8877b31edb84
|  satok | 54 | -0/+0 |
2010-09-07 | Update 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 Wakasa | 24 | -31/+6 |
2010-09-07 | Dismiss mini keyboard when finger is released outside mini keyboard•••Bug: 2978975
Change-Id: Ie634e8ae827fe093c5c673b75d85835050b03794
|  Tadashi G. Takaoka | 3 | -3/+20 |
2010-09-07 | Fixed 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. Takaoka | 2 | -25/+25 |
2010-09-07 | Add shared preference for re-correction•••Change-Id: Ie5b2e0d2f9739dd33524c2688e172e77aac1f243
|  satok | 4 | -15/+35 |
2010-09-07 | Add isModifier to the buttons in the lowest line•••Change-Id: I2d5c9e753f0f6fa21fdcfa7b55e81e6a3e3ea64f
|  satok | 9 | -18/+18 |
2010-09-06 | Disable 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. Takaoka | 2 | -19/+2 |
2010-09-06 | Fix ALT key light behavior•••This change also cleanups some imports, unnecessary cast and null check.
Bug: 2977256
Change-Id: I81b9e539ff8a13ae0cc1eb5c4fb2246732cca3e9
|  Tadashi G. Takaoka | 3 | -17/+20 |
2010-09-06 | Fix an asset for the feedback of delete key•••bug: 2977026
Change-Id: I4cdaaf49644d214b03a514a9104144250a024574
|  satok | 1 | -0/+0 |
2010-09-06 | Support multi-touch only when device has distinct multi-touch panel•••Bug: 2973373
Change-Id: I9871c09ec8c1c2aa945d97392e61ee1ec585baef
|  Tadashi G. Takaoka | 4 | -9/+90 |
2010-09-05 | Fix layout issue of the bottom row in web entry mode•••bug: 2977061
Change-Id: I76e0f4a21480d10f79fd5dcbe58c63cc3516d5d7
|  Ken Wakasa | 18 | -54/+54 |
2010-09-03 | Revert https://android-git.corp.google.com/g/#change,63791 as library loading...•••bug: 2963855
Change-Id: Iafdfda801083f85126c443508755e3cc711fbf52
|  Ken Wakasa | 1 | -2/+2 |
2010-09-03 | Extend space LED for autocompletion•••Change-Id: If59ea7c871ffc2af6fe2bfde72303f2612e43c3b
|  satok | 2 | -33/+44 |
2010-09-03 | One 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. Takaoka | 3 | -18/+47 |
2010-09-03 | Add a showing input method picker option by longpressing setting key•••Bug: 2959271
Change-Id: I4b7e9a2de3cbe17b168ed8d0541a9b1cd9a9e107
|  satok | 3 | -5/+51 |
2010-09-03 | Move inflating mini keyboard code into separate method•••Change-Id: Iba8e43ba6125e559d4c7d9cadb6bcb13b8eefc83
|  Tadashi G. Takaoka | 1 | -82/+93 |
2010-09-03 | Followup TBR in I87060049•••This change is followup TBR in I87060049cad6f9d6432b6c4a246c15587ae0d837
Change-Id: I02ee33da269162f5e95ce5b985dbf5094ba14c0d
|  Tadashi G. Takaoka | 1 | -2/+33 |
2010-09-03 | Update delete key•••Change-Id: I0348e4846131f9913b4ab6c2c2a9427a9a53c74e
|  satok | 1 | -0/+0 |
2010-09-03 | Change symbol on space bar when autocompletion is activated•••bug: 2959279
Change-Id: Icc70b7cce0c245ae2451d324debd346f226b8769
|  satok | 5 | -27/+68 |
2010-09-03 | Fix NPE in LatinKeyboardBaseView•••This change also refactors some mini-keyboard related methods in
LatinKeyboardBaseView and PointerTracker class.
Bug: 2973236
Change-Id: I3190fe89ea3ac3c6d351ed4b6d77de98a0aa65db
|  Tadashi G. Takaoka | 2 | -42/+39 |
2010-09-03 | Propagate preview enable attribute to mini-keyboard•••Bug: 2959169
Change-Id: Iea1bec44baf3344d9f91280bd2b8f28476cbcf51
|  Tadashi G. Takaoka | 1 | -0/+1 |
2010-09-03 | Remove close button from mini keyboard•••Bug: 2959169
Change-Id: I9c78f9417aaa448b8b23596bc3e748fe99085393
|  Tadashi G. Takaoka | 11 | -66/+1 |
2010-09-03 | Support 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. Takaoka | 2 | -30/+74 |
2010-09-03 | Refactor KeyDetector to share more methods•••Bug: 2959169
Change-Id: I87060049cad6f9d6432b6c4a246c15587ae0d837
|  Tadashi G. Takaoka | 2 | -10/+19 |
2010-09-02 | Corresponding to TBR of Id2b0b974•••This is follow up change of Id2b0b974fffdf6f09ee1828e957b973d2ce1c315
Bug: 2959169
Change-Id: Ie47db5fce7937a4d70c432ab76510d0dc3f68401
|  Tadashi G. Takaoka | 1 | -2/+2 |
2010-09-02 | Corresponding to TBR of Ie6cf6768•••This is follow up change of Ie6cf67681180467bd8ba35d0205ce6727b7684a2
Bug: 2959169
Change-Id: I9e4cb0c9178856ddd6049f0b751b54f3ad26a266
|  Tadashi G. Takaoka | 1 | -4/+3 |
2010-09-02 | Encapsulate vertical and horizontal correction values into KeyDetector.•••Bug: 2959169
Change-Id: Id2b0b974fffdf6f09ee1828e957b973d2ce1c315
|  Tadashi G. Takaoka | 4 | -61/+65 |
2010-09-02 | Add 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. Takaoka | 4 | -12/+71 |
2010-09-02 | Add PointerTracker argument to long press related methods•••This change also adds debugging log to PointerTracker class
Bug: 2959169
Change-Id: Ie6cf67681180467bd8ba35d0205ce6727b7684a2
|  Tadashi G. Takaoka | 2 | -15/+33 |
2010-09-02 | Decrease LatinKeyboardBaseView_keyPreviewOffset. Popup will be displayed clo...•••Change-Id: I863ade61cb4688214d90b24240743ee7fe16e491
|  Ken Wakasa | 1 | -1/+1 |
2010-09-02 | Update assets for LatinIME•••Change-Id: Ia3027b68abcc9a51bc6a21320926b9c8b5c5975a
|  satok | 17 | -0/+0 |
2010-09-02 | Queuing PointerTracker to support n-key roll-over and shift modifier.•••Bug: 2910379
Change-Id: I5cfae33e72a406585137842a2260310813cee07f
|  Tadashi G. Takaoka | 4 | -7/+153 |
2010-09-02 | Add modifiers to functional keys•••- update assets for language switcher
Change-Id: I8f29d3d38fb73ab5673f9e58cf28ed37cc8b4004
|  satok | 23 | -544/+692 |
2010-09-02 | Change the preference name for a theme and remove a preference settings•••Change-Id: I5ad980559477775eb44df022e54ce5ef32398601
|  satok | 2 | -3/+3 |
2010-09-02 | Change background color for functional keys in LatinIME•••Change-Id: I45f13c1fd139ce43478e5d0b2cdb62e56e9f77a8
|  satok | 6 | -49/+86 |
2010-09-01 | Correction 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 Yamasani | 3 | -175/+285 |
2010-09-02 | Refactor PointerTracker to add isValidKeyIndex() predicate.•••Bug: 2910379
Change-Id: If2b28764dc777bb62949a95bc61c4a16ff152220
|  Tadashi G. Takaoka | 1 | -22/+32 |