aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | am 27bddbe6: am 1bebdcb4: Move RingCharBuffer as a singleton in Utilsatok2010-09-243-2/+92
|\| | | | | | | | | | | | | | | | | | | | Merge commit '27bddbe67f00953dc82a8543fe610c9010f7077c' * commit '27bddbe67f00953dc82a8543fe610c9010f7077c': Move RingCharBuffer as a singleton in Util
| * | Move RingCharBuffer as a singleton in Utilsatok2010-09-243-2/+92
| |/ | | | | | | Change-Id: I08d09555a99a64038374e62019777d331c48319b
* | am bc63621f: am 9d44411a: Fixed popup mini-keyboard positionTadashi G. Takaoka2010-09-231-1/+1
|\| | | | | | | | | | | | | Merge commit 'bc63621fcf1db2933f708bf3dd81b2b2f2211c5e' * commit 'bc63621fcf1db2933f708bf3dd81b2b2f2211c5e': Fixed popup mini-keyboard position
| * Fixed popup mini-keyboard positionTadashi G. Takaoka2010-09-231-1/+1
| | | | | | | | | | | | | | This change reverts I28bf3e4deb46a428dc8422a3a165183e00608604 partly Bug: 3029284 Change-Id: I0701ab9dfa1cfddbecbef3d32e525c0a143fc297
* | am ec8b7360: am 77542988: Tune left and right padding of popup mini keyboardTadashi G. Takaoka2010-09-231-1/+1
|\| | | | | | | | | | | | | Merge commit 'ec8b7360161f37d00d178bef37c30352982cd007' * commit 'ec8b7360161f37d00d178bef37c30352982cd007': Tune left and right padding of popup mini keyboard
| * Tune left and right padding of popup mini keyboardTadashi G. Takaoka2010-09-231-1/+1
| | | | | | | | | | | | | | This change also fix popup window display position calculation. Bug: 3029284 Change-Id: I28bf3e4deb46a428dc8422a3a165183e00608604
* | am a8f77c36: am 23f7fb03: Merge "Disable invoking VoiceIME using swipe right ↵Tadashi G. Takaoka2010-09-221-31/+11
|\| | | | | | | | | | | | | | | | | action" into gingerbread Merge commit 'a8f77c36ca985cb356b03b25f5cd30fd3b25dc9a' * commit 'a8f77c36ca985cb356b03b25f5cd30fd3b25dc9a': Disable invoking VoiceIME using swipe right action
| * Merge "Disable invoking VoiceIME using swipe right action" into gingerbreadTadashi G. Takaoka2010-09-221-31/+11
| |\
| | * Disable invoking VoiceIME using swipe right actionTadashi G. Takaoka2010-09-231-31/+11
| | | | | | | | | | | | | | | Bug: 3028268 Change-Id: I4bcf35051d5e82b60bb6a346a80ad6c3c03c31cb
* | | am 4fab9f2f: am b75dee4b: Merge "Fix ArrayIndexOutOfBoundsException in ↵Tadashi G. Takaoka2010-09-221-16/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | WordComposer" into gingerbread Merge commit '4fab9f2fee9cfb1a67d805c1598deae02fa4d8cc' * commit '4fab9f2fee9cfb1a67d805c1598deae02fa4d8cc': Fix ArrayIndexOutOfBoundsException in WordComposer
| * | Merge "Fix ArrayIndexOutOfBoundsException in WordComposer" into gingerbreadTadashi G. Takaoka2010-09-221-16/+10
| |\ \
| | * | Fix ArrayIndexOutOfBoundsException in WordComposerTadashi G. Takaoka2010-09-231-16/+10
| | |/ | | | | | | | | | | | | Bug: 3028277 Change-Id: I1c4d8dca4db8a70f851589d1fbd45a16ea1bfc1b
* | | am 1241be7e: am a96d8a11: Use SystemClock.uptimeMillis() for event timeTadashi G. Takaoka2010-09-221-1/+2
|\| | | | | | | | | | | | | | | | | | | | Merge commit '1241be7e8498b8cca348d74363ece68b3ade730c' * commit '1241be7e8498b8cca348d74363ece68b3ade730c': Use SystemClock.uptimeMillis() for event time
| * | Use SystemClock.uptimeMillis() for event timeTadashi G. Takaoka2010-09-231-1/+2
| |/ | | | | | | Change-Id: If20f289992f829ae3a0a2a1eb60a4fc9b35c308a
* | am 84af4309: am 8493e431: Use constant for keycode.Tadashi G. Takaoka2010-09-221-2/+2
|\| | | | | | | | | | | | | Merge commit '84af4309f8a2d030bfd042d8363669cc477c676f' * commit '84af4309f8a2d030bfd042d8363669cc477c676f': Use constant for keycode.
| * Use constant for keycode.Tadashi G. Takaoka2010-09-221-2/+2
| | | | | | | | | | | | This is follow up change of Idb3adcb6fac1a23836510912d35312fa11b4f259 Change-Id: I130e381b0d5ac01176a746a4a915e2fc9d54587b
* | am 8957296f: am 9d1cb899: Merge "Choose smaller or shorter language name for ↵Tadashi G. Takaoka2010-09-222-86/+126
|\| | | | | | | | | | | | | | | | | space bar" into gingerbread Merge commit '8957296f066b1f624dc4fae71d3eeb5a0fec1b4f' * commit '8957296f066b1f624dc4fae71d3eeb5a0fec1b4f': Choose smaller or shorter language name for space bar
| * Choose smaller or shorter language name for space barTadashi G. Takaoka2010-09-222-86/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | am 7c120ce4: am 3a2896c8: Fix issue space key preview remains on screen and ↵Tadashi G. Takaoka2010-09-225-30/+48
|\| | | | | | | | | | | | | | | | | would not dismiss Merge commit '7c120ce4872398ea4f61a67aba1d069e45f1c012' * commit '7c120ce4872398ea4f61a67aba1d069e45f1c012': Fix issue space key preview remains on screen and would not dismiss
| * Fix issue space key preview remains on screen and would not dismissTadashi G. Takaoka2010-09-225-30/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | am 33c13c41: am 75c23ced: Add lightweight visual indication for numbers.Ken Wakasa2010-09-213-13/+97
|\| | | | | | | | | | | | | Merge commit '33c13c413ad7cf30d5a12e2ba6c463e01b47e92a' * commit '33c13c413ad7cf30d5a12e2ba6c463e01b47e92a': Add lightweight visual indication for numbers.
| * Add lightweight visual indication for numbers.Ken Wakasa2010-09-223-13/+97
| | | | | | | | | | | | | | | | | | 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
* | am c01d978f: am a104575c: Merge "Draw language label on space key of ↵Tadashi G. Takaoka2010-09-211-14/+8
|\| | | | | | | | | | | | | | | | | symbol+alt mode" into gingerbread Merge commit 'c01d978f56f90425f070d57a66968aa77ef69a7d' * commit 'c01d978f56f90425f070d57a66968aa77ef69a7d': Draw language label on space key of symbol+alt mode
| * Merge "Draw language label on space key of symbol+alt mode" into gingerbreadTadashi G. Takaoka2010-09-211-14/+8
| |\
| | * Draw language label on space key of symbol+alt modeTadashi G. Takaoka2010-09-211-14/+8
| | | | | | | | | | | | | | | Bug: 3003888 Change-Id: I0bafcd13f3e5e5c69c65ed72580d108f2745e004
* | | am 9c822ec4: am 6b75eaa1: Fix mini keyboard display position when preview is ↵Tadashi G. Takaoka2010-09-211-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | disabled Merge commit '9c822ec48de0e6839a861212d8b7143f70b29fd1' * commit '9c822ec48de0e6839a861212d8b7143f70b29fd1': Fix mini keyboard display position when preview is disabled
| * | Fix mini keyboard display position when preview is disabledTadashi G. Takaoka2010-09-211-1/+1
| |/ | | | | | | | | Bug: 3021082 Change-Id: I2cfb462c89b222449ee2ba5559462a9f5d2306ed
* | am 1d82ee9a: am 56cd6df9: Merge "Space key will no longer auto-repeat" into ↵Tadashi G. Takaoka2010-09-211-2/+0
|\| | | | | | | | | | | | | | | | | gingerbread Merge commit '1d82ee9a13b1e57af80d2bd0e3f879305bda137d' * commit '1d82ee9a13b1e57af80d2bd0e3f879305bda137d': Space key will no longer auto-repeat
| * Merge "Space key will no longer auto-repeat" into gingerbreadTadashi G. Takaoka2010-09-201-2/+0
| |\
| | * Space key will no longer auto-repeatTadashi G. Takaoka2010-09-211-2/+0
| | | | | | | | | | | | | | | Bug: 3014225 Change-Id: I94d4904726985d5e17b665d4042c873ea07221f1
* | | am 0ab6747d: am 4da43a25: Shorten popup preview residual time (100ms)Tadashi G. Takaoka2010-09-201-1/+1
|\| | | | | | | | | | | | | | | | | | | | Merge commit '0ab6747d424f412a103a4092bc3fcb2e891994ad' * commit '0ab6747d424f412a103a4092bc3fcb2e891994ad': Shorten popup preview residual time (100ms)
| * | Shorten popup preview residual time (100ms)Tadashi G. Takaoka2010-09-211-1/+1
| |/ | | | | | | | | | | | | | | The residual time was formerly 150ms by Ia63662a549481d18046a46ef8292c0a4438b5588, and originally was 70ms. Bug: 3004787 Change-Id: If60a74c51e9a68f008711cca2423094e8204755f
* | am 66774575: am 7763b36d: Align key preview and mini-keyboard positionsTadashi G. Takaoka2010-09-171-4/+22
|\| | | | | | | | | | | | | Merge commit '667745750735d7535a6e6e9580b7c762735fad12' * commit '667745750735d7535a6e6e9580b7c762735fad12': Align key preview and mini-keyboard positions
| * Align key preview and mini-keyboard positionsTadashi G. Takaoka2010-09-181-4/+22
| | | | | | | | | | Bug: 3004793 Change-Id: I1839e6ff3c8c66a576bfb3db9391c146ed225451
* | am 051d4f45: am 4a3ffcbf: Longer popup preview residual time (150ms)Tadashi G. Takaoka2010-09-171-1/+1
|\| | | | | | | | | | | | | Merge commit '051d4f459d35eac61772a0fe0f6487b8c34ec479' * commit '051d4f459d35eac61772a0fe0f6487b8c34ec479': Longer popup preview residual time (150ms)
| * Longer popup preview residual time (150ms)Tadashi G. Takaoka2010-09-181-1/+1
| | | | | | | | | | Bug: 3004787 Change-Id: Ia63662a549481d18046a46ef8292c0a4438b5588
* | am 300362f2: am 29d8bde4: Merge "Use the phone keyboard for NUMBER and ↵Ken Wakasa2010-09-161-3/+4
|\| | | | | | | | | | | | | | | | | DATETIME until we get a dedicated number entry keypad." into gingerbread Merge commit '300362f20982974d07876dee01b4550b8e54d449' * commit '300362f20982974d07876dee01b4550b8e54d449': Use the phone keyboard for NUMBER and DATETIME until we get a dedicated number entry keypad.
| * Merge "Use the phone keyboard for NUMBER and DATETIME until we get a ↵Ken Wakasa2010-09-161-3/+4
| |\ | | | | | | | | | dedicated number entry keypad." into gingerbread
| | * Use the phone keyboard for NUMBER and DATETIME until we get a dedicated ↵Ken Wakasa2010-09-171-3/+4
| | | | | | | | | | | | | | | | | | | | | number entry keypad. bug: 2992459 Change-Id: Ie597a68aa394c48e08a5d3fda19a0b613795b47b
* | | am 8ef27577: am 1476988e: Default puctuation suggestions have same colorTadashi G. Takaoka2010-09-161-1/+3
|\| | | | | | | | | | | | | | | | | | | | Merge commit '8ef27577da17f4203db00d5df96c3d2ed32ac713' * commit '8ef27577da17f4203db00d5df96c3d2ed32ac713': Default puctuation suggestions have same color
| * | Default puctuation suggestions have same colorTadashi G. Takaoka2010-09-171-1/+3
| |/ | | | | | | | | Bug: 3000978 Change-Id: Iedb3d4619ada8bd3ccc301ca2a8fb16fba6580c0
* | am 37a8c654: am 809bef52: Merge "Increase gradient of suggestion bar" into ↵Ken Wakasa2010-09-161-1/+0
|\| | | | | | | | | | | | | | | | | gingerbread Merge commit '37a8c654a0cb9728451623dc1eed13ec9767b889' * commit '37a8c654a0cb9728451623dc1eed13ec9767b889': Increase gradient of suggestion bar
| * Increase gradient of suggestion barKen Wakasa2010-09-161-1/+0
| | | | | | | | | | bug: 3001007 Change-Id: I0f05d62b2a6848f37975b7a15b3ba14a90776d24
* | am 13a6c8c1: am 1508c0e8: Add a new preference item to show/hide the ↵Ken Wakasa2010-09-155-31/+111
|\| | | | | | | | | | | | | | | | | settings key. Merge commit '13a6c8c1f8691b753cd1a6b7a77d99af4f7d78ac' * commit '13a6c8c1f8691b753cd1a6b7a77d99af4f7d78ac': Add a new preference item to show/hide the settings key.
| * Add a new preference item to show/hide the settings key.Ken Wakasa2010-09-165-31/+111
| | | | | | | | | | | | bug: 2998722 Change-Id: Iac1641c338388fd8f85e0cf47e31afdaeb34c0c0
* | am d6210de7: am dd5d4e37: Merge "Fix : Bouncing Extract Text when correcting ↵Amith Yamasani2010-09-151-2/+33
|\| | | | | | | | | | | | | | | | | multiple lines of text." into gingerbread Merge commit 'd6210de709a0ed724f355743f196e827ebd7df50' * commit 'd6210de709a0ed724f355743f196e827ebd7df50': Fix : Bouncing Extract Text when correcting multiple lines of text.
| * Merge "Fix : Bouncing Extract Text when correcting multiple lines of text." ↵Amith Yamasani2010-09-151-2/+33
| |\ | | | | | | | | | into gingerbread
| | * Fix : Bouncing Extract Text when correcting multiple lines of text.Amith Yamasani2010-09-151-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug: 2996887 Override the methods in InputMethodService that hide the candidates view, since it was just an optimization to show more lines of text when editing, which conflicts with the re-correct feature. Change-Id: Ibfed5ccd9efa048d0b69297a5cf8a638a0d00c72
* | | am b9705959: am bf1f16f3: Merge "All keys should be processed before ↵Tadashi G. Takaoka2010-09-152-8/+40
|\| | | | | | | | | | | | | | | | | | | | | | | | | | processing modifier key" into gingerbread Merge commit 'b9705959df5d7de38df5dea53270bf702b87716d' * commit 'b9705959df5d7de38df5dea53270bf702b87716d': All keys should be processed before processing modifier key
| * | Merge "All keys should be processed before processing modifier key" into ↵Tadashi G. Takaoka2010-09-152-8/+40
| |\ \ | | | | | | | | | | | | gingerbread