Commit Graph

1414 Commits (d4952c8fe9e71c2b313a68077e03d64c8b5196db)

Author SHA1 Message Date
Tadashi G. Takaoka fc66213d9e am 4fab9f2f: am b75dee4b: Merge "Fix ArrayIndexOutOfBoundsException in WordComposer" into gingerbread
Merge commit '4fab9f2fee9cfb1a67d805c1598deae02fa4d8cc'

* commit '4fab9f2fee9cfb1a67d805c1598deae02fa4d8cc':
  Fix ArrayIndexOutOfBoundsException in WordComposer
2010-09-22 22:57:13 -07:00
Tadashi G. Takaoka a8f77c36ca am 23f7fb03: Merge "Disable invoking VoiceIME using swipe right action" into gingerbread
Merge commit '23f7fb035da7c00c51002fde94053aa304a437bb' into gingerbread-plus-aosp

* commit '23f7fb035da7c00c51002fde94053aa304a437bb':
  Disable invoking VoiceIME using swipe right action
2010-09-22 22:54:16 -07:00
Tadashi G. Takaoka 4fab9f2fee am b75dee4b: Merge "Fix ArrayIndexOutOfBoundsException in WordComposer" into gingerbread
Merge commit 'b75dee4b00b31524ab73684a948b82b90bae7ba1' into gingerbread-plus-aosp

* commit 'b75dee4b00b31524ab73684a948b82b90bae7ba1':
  Fix ArrayIndexOutOfBoundsException in WordComposer
2010-09-22 22:54:14 -07:00
Tadashi G. Takaoka 23f7fb035d Merge "Disable invoking VoiceIME using swipe right action" into gingerbread 2010-09-22 22:51:11 -07:00
Tadashi G. Takaoka b75dee4b00 Merge "Fix ArrayIndexOutOfBoundsException in WordComposer" into gingerbread 2010-09-22 22:50:36 -07:00
Tadashi G. Takaoka d1a8e3088b Fix ArrayIndexOutOfBoundsException in WordComposer
Bug: 3028277
Change-Id: I1c4d8dca4db8a70f851589d1fbd45a16ea1bfc1b
2010-09-23 14:47:26 +09:00
Tadashi G. Takaoka 437cabe0df am 1241be7e: am a96d8a11: Use SystemClock.uptimeMillis() for event time
Merge commit '1241be7e8498b8cca348d74363ece68b3ade730c'

* commit '1241be7e8498b8cca348d74363ece68b3ade730c':
  Use SystemClock.uptimeMillis() for event time
2010-09-22 22:07:58 -07:00
Tadashi G. Takaoka 1241be7e84 am a96d8a11: Use SystemClock.uptimeMillis() for event time
Merge commit 'a96d8a11e84ef9219eb40a815e82ad8a3d852ca5' into gingerbread-plus-aosp

* commit 'a96d8a11e84ef9219eb40a815e82ad8a3d852ca5':
  Use SystemClock.uptimeMillis() for event time
2010-09-22 21:57:28 -07:00
Tadashi G. Takaoka a96d8a11e8 Use SystemClock.uptimeMillis() for event time
Change-Id: If20f289992f829ae3a0a2a1eb60a4fc9b35c308a
2010-09-23 13:06:03 +09:00
Tadashi G. Takaoka abd7bba981 Disable invoking VoiceIME using swipe right action
Bug: 3028268
Change-Id: I4bcf35051d5e82b60bb6a346a80ad6c3c03c31cb
2010-09-23 12:55:44 +09:00
Tadashi G. Takaoka 36f64d2bba am 84af4309: am 8493e431: Use constant for keycode.
Merge commit '84af4309f8a2d030bfd042d8363669cc477c676f'

* commit '84af4309f8a2d030bfd042d8363669cc477c676f':
  Use constant for keycode.
2010-09-22 02:42:59 -07:00
Tadashi G. Takaoka 84af4309f8 am 8493e431: Use constant for keycode.
Merge commit '8493e43148e1ec7b004e624f5f79183e167fad1d' into gingerbread-plus-aosp

* commit '8493e43148e1ec7b004e624f5f79183e167fad1d':
  Use constant for keycode.
2010-09-22 02:40:17 -07:00
Tadashi G. Takaoka 8493e43148 Use constant for keycode.
This is follow up change of Idb3adcb6fac1a23836510912d35312fa11b4f259

Change-Id: I130e381b0d5ac01176a746a4a915e2fc9d54587b
2010-09-22 18:29:19 +09:00
Tadashi G. Takaoka 99d6a248ef am 8957296f: am 9d1cb899: Merge "Choose smaller or shorter language name for space bar" into gingerbread
Merge commit '8957296f066b1f624dc4fae71d3eeb5a0fec1b4f'

* commit '8957296f066b1f624dc4fae71d3eeb5a0fec1b4f':
  Choose smaller or shorter language name for space bar
2010-09-22 02:21:20 -07:00
Tadashi G. Takaoka 8957296f06 am 9d1cb899: Merge "Choose smaller or shorter language name for space bar" into gingerbread
Merge commit '9d1cb89939a102872b964612c9735d5ef5d6ab53' into gingerbread-plus-aosp

* commit '9d1cb89939a102872b964612c9735d5ef5d6ab53':
  Choose smaller or shorter language name for space bar
2010-09-22 02:18:43 -07:00
Tadashi G. Takaoka 9d1cb89939 Merge "Choose smaller or shorter language name for space bar" into gingerbread 2010-09-22 02:17:06 -07:00
Tadashi G. Takaoka 8243c7a5e5 Choose smaller or shorter language name for space bar
To fit a language name to the space bar or the language switcher, this
change chooses smaller text size or shorter language name
appropriately.

This change also tunes the vertical position of a language name in the
space bar by parameter SPACEBAR_LANGUAGE_BASELINE.

Bug: 3004640
Bug: 3001021

Change-Id: Idb3adcb6fac1a23836510912d35312fa11b4f259
2010-09-22 18:03:46 +09:00
satok a1f7df874b am b2570e76: am fd56a14c: Merge "Remove unnecessary assets for LatinIME in GingerBread" into gingerbread
Merge commit 'b2570e76efdb0362805798437dddcfc01b5fd00d'

* commit 'b2570e76efdb0362805798437dddcfc01b5fd00d':
  Remove unnecessary assets for LatinIME in GingerBread
2010-09-22 01:37:26 -07:00
satok b2570e76ef am fd56a14c: Merge "Remove unnecessary assets for LatinIME in GingerBread" into gingerbread
Merge commit 'fd56a14c6b537a836d16a7110a523d98e3a41401' into gingerbread-plus-aosp

* commit 'fd56a14c6b537a836d16a7110a523d98e3a41401':
  Remove unnecessary assets for LatinIME in GingerBread
2010-09-22 01:33:12 -07:00
satok fd56a14c6b Merge "Remove unnecessary assets for LatinIME in GingerBread" into gingerbread 2010-09-22 01:30:14 -07:00
satok 824623a9ca Remove unnecessary assets for LatinIME in GingerBread
Change-Id: I6f690f261cdcad9aaf1dd4b0a13a7a9102b3dded
2010-09-22 17:22:40 +09:00
Tadashi G. Takaoka db6b897118 am 7c120ce4: am 3a2896c8: Fix issue space key preview remains on screen and would not dismiss
Merge commit '7c120ce4872398ea4f61a67aba1d069e45f1c012'

* commit '7c120ce4872398ea4f61a67aba1d069e45f1c012':
  Fix issue space key preview remains on screen and would not dismiss
2010-09-22 00:10:16 -07:00
Tadashi G. Takaoka 7c120ce487 am 3a2896c8: Fix issue space key preview remains on screen and would not dismiss
Merge commit '3a2896c80475094f751ef447fc9c97028bfc2265' into gingerbread-plus-aosp

* commit '3a2896c80475094f751ef447fc9c97028bfc2265':
  Fix issue space key preview remains on screen and would not dismiss
2010-09-22 00:00:16 -07:00
Tadashi G. Takaoka 3a2896c804 Fix issue space key preview remains on screen and would not dismiss
The space key preview should be displayed one of the following case.
- Popup preview is enabled
- Language switcher is in action, whether popup preview is enabled or
  not.

For phone number keyboard, popup preview is never displayed even if
popup preview is enabled.

Bug: 3006612
Bug: 3021091
Change-Id: I5385c776d0e8e3981fc8d8851db9140d92599ce5
2010-09-22 15:50:31 +09:00
Ken Wakasa 60f6e5d461 am 33c13c41: am 75c23ced: Add lightweight visual indication for numbers.
Merge commit '33c13c413ad7cf30d5a12e2ba6c463e01b47e92a'

* commit '33c13c413ad7cf30d5a12e2ba6c463e01b47e92a':
  Add lightweight visual indication for numbers.
2010-09-21 21:45:40 -07:00
Ken Wakasa 33c13c413a am 75c23ced: Add lightweight visual indication for numbers.
Merge commit '75c23ced94979a6b3f7c59e95dd46385e9702e2d' into gingerbread-plus-aosp

* commit '75c23ced94979a6b3f7c59e95dd46385e9702e2d':
  Add lightweight visual indication for numbers.
2010-09-21 21:42:57 -07:00
Ken Wakasa 75c23ced94 Add lightweight visual indication for numbers.
This change adds lightweight visual hints of alternate numeric characters on the top row - e.g. having a light gray '1' on the upper right corner of letter 'q'

Note that MDPI resources are tentative (the same as HDPI for now, until we get fixed MDPI visual assets).

bug: 3004632
Change-Id: I7a25cf90b702433a844c88f5c47bf914706af9bc
2010-09-22 13:00:11 +09:00
Tadashi G. Takaoka 41acad294c am c01d978f: am a104575c: Merge "Draw language label on space key of symbol+alt mode" into gingerbread
Merge commit 'c01d978f56f90425f070d57a66968aa77ef69a7d'

* commit 'c01d978f56f90425f070d57a66968aa77ef69a7d':
  Draw language label on space key of symbol+alt mode
2010-09-21 10:44:29 -07:00
Tadashi G. Takaoka 75abaf5d8f am 9c822ec4: am 6b75eaa1: Fix mini keyboard display position when preview is disabled
Merge commit '9c822ec48de0e6839a861212d8b7143f70b29fd1'

* commit '9c822ec48de0e6839a861212d8b7143f70b29fd1':
  Fix mini keyboard display position when preview is disabled
2010-09-21 10:44:22 -07:00
Tadashi G. Takaoka 051511fa09 am 1d82ee9a: am 56cd6df9: Merge "Space key will no longer auto-repeat" into gingerbread
Merge commit '1d82ee9a13b1e57af80d2bd0e3f879305bda137d'

* commit '1d82ee9a13b1e57af80d2bd0e3f879305bda137d':
  Space key will no longer auto-repeat
2010-09-21 10:43:52 -07:00
Tadashi G. Takaoka c01d978f56 am a104575c: Merge "Draw language label on space key of symbol+alt mode" into gingerbread
Merge commit 'a104575c99b11e8c2df34ad11841a842f93e1172' into gingerbread-plus-aosp

* commit 'a104575c99b11e8c2df34ad11841a842f93e1172':
  Draw language label on space key of symbol+alt mode
2010-09-21 08:36:47 -07:00
Tadashi G. Takaoka a104575c99 Merge "Draw language label on space key of symbol+alt mode" into gingerbread 2010-09-21 08:34:57 -07:00
Tadashi G. Takaoka 9c822ec48d am 6b75eaa1: Fix mini keyboard display position when preview is disabled
Merge commit '6b75eaa12d69c1db048985a19df85215998f321e' into gingerbread-plus-aosp

* commit '6b75eaa12d69c1db048985a19df85215998f321e':
  Fix mini keyboard display position when preview is disabled
2010-09-21 07:18:41 -07:00
Tadashi G. Takaoka 31ff846e8c Draw language label on space key of symbol+alt mode
Bug: 3003888
Change-Id: I0bafcd13f3e5e5c69c65ed72580d108f2745e004
2010-09-21 23:05:29 +09:00
Tadashi G. Takaoka 6b75eaa12d Fix mini keyboard display position when preview is disabled
Bug: 3021082
Change-Id: I2cfb462c89b222449ee2ba5559462a9f5d2306ed
2010-09-21 21:10:17 +09:00
Tadashi G. Takaoka 1d82ee9a13 am 56cd6df9: Merge "Space key will no longer auto-repeat" into gingerbread
Merge commit '56cd6df95e6a557bac2f1356f0cfb6fe531804ad' into gingerbread-plus-aosp

* commit '56cd6df95e6a557bac2f1356f0cfb6fe531804ad':
  Space key will no longer auto-repeat
2010-09-20 22:50:16 -07:00
Tadashi G. Takaoka 56cd6df95e Merge "Space key will no longer auto-repeat" into gingerbread 2010-09-20 22:46:10 -07:00
Tadashi G. Takaoka a628e46c11 am 0ab6747d: am 4da43a25: Shorten popup preview residual time (100ms)
Merge commit '0ab6747d424f412a103a4092bc3fcb2e891994ad'

* commit '0ab6747d424f412a103a4092bc3fcb2e891994ad':
  Shorten popup preview residual time (100ms)
2010-09-20 21:07:12 -07:00
Tadashi G. Takaoka 0ab6747d42 am 4da43a25: Shorten popup preview residual time (100ms)
Merge commit '4da43a25cb5826e96729c24a555111c7e390fbdd' into gingerbread-plus-aosp

* commit '4da43a25cb5826e96729c24a555111c7e390fbdd':
  Shorten popup preview residual time (100ms)
2010-09-20 21:04:21 -07:00
Tadashi G. Takaoka aaa163b2b7 Space key will no longer auto-repeat
Bug: 3014225
Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
2010-09-21 13:00:13 +09:00
Tadashi G. Takaoka 4da43a25cb Shorten popup preview residual time (100ms)
The residual time was formerly 150ms by
Ia63662a549481d18046a46ef8292c0a4438b5588, and originally was 70ms.

Bug: 3004787
Change-Id: If60a74c51e9a68f008711cca2423094e8204755f
2010-09-21 12:00:55 +09:00
Tadashi G. Takaoka 3a997ae631 am 66774575: am 7763b36d: Align key preview and mini-keyboard positions
Merge commit '667745750735d7535a6e6e9580b7c762735fad12'

* commit '667745750735d7535a6e6e9580b7c762735fad12':
  Align key preview and mini-keyboard positions
2010-09-17 10:38:40 -07:00
Tadashi G. Takaoka 6f3d98f115 am 051d4f45: am 4a3ffcbf: Longer popup preview residual time (150ms)
Merge commit '051d4f459d35eac61772a0fe0f6487b8c34ec479'

* commit '051d4f459d35eac61772a0fe0f6487b8c34ec479':
  Longer popup preview residual time (150ms)
2010-09-17 10:38:37 -07:00
Tadashi G. Takaoka 6677457507 am 7763b36d: Align key preview and mini-keyboard positions
Merge commit '7763b36d6d95d78df49c5144291972d95ff7b4f6' into gingerbread-plus-aosp

* commit '7763b36d6d95d78df49c5144291972d95ff7b4f6':
  Align key preview and mini-keyboard positions
2010-09-17 10:30:32 -07:00
Tadashi G. Takaoka 051d4f459d am 4a3ffcbf: Longer popup preview residual time (150ms)
Merge commit '4a3ffcbf32c21bdb553bf9aed894350ab07f47d8' into gingerbread-plus-aosp

* commit '4a3ffcbf32c21bdb553bf9aed894350ab07f47d8':
  Longer popup preview residual time (150ms)
2010-09-17 10:30:27 -07:00
Tadashi G. Takaoka 7763b36d6d Align key preview and mini-keyboard positions
Bug: 3004793
Change-Id: I1839e6ff3c8c66a576bfb3db9391c146ed225451
2010-09-18 02:19:03 +09:00
Tadashi G. Takaoka 4a3ffcbf32 Longer popup preview residual time (150ms)
Bug: 3004787
Change-Id: Ia63662a549481d18046a46ef8292c0a4438b5588
2010-09-18 01:48:03 +09:00
satok 67ba0159b7 am 0222f08a: am 62955c79: Update mdpi assets
Merge commit '0222f08a79999767a2b6cbfeaa9d42c87546bb12'

* commit '0222f08a79999767a2b6cbfeaa9d42c87546bb12':
  Update mdpi assets
2010-09-17 03:39:04 -07:00
satok 0222f08a79 am 62955c79: Update mdpi assets
Merge commit '62955c7951b11dd2fc3543b4b8f776332fba4771' into gingerbread-plus-aosp

* commit '62955c7951b11dd2fc3543b4b8f776332fba4771':
  Update mdpi assets
2010-09-17 03:36:47 -07:00
satok 62955c7951 Update mdpi assets
bug: 2973737

Change-Id: I2efc96886a3f5656ca3d9e799a4052f044e61e70
2010-09-17 19:23:03 +09:00