aboutsummaryrefslogtreecommitdiffstats
path: root/java/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Eliminate compiler warningTadashi G. Takaoka2010-09-301-2/+1
| | | | | | | | | | | | Change-Id: Ib3effaa6f4e8cfc3951ab5d5d099335fd3856a2f
* | | am 259778c3: am eebe37e8: Merge "Disable suggestion selection preview popup" ↵Tadashi G. Takaoka2010-09-301-49/+56
|\| | | | | | | | | | | | | | | | | | | | | | | | | | into gingerbread Merge commit '259778c3a18246b3117c2874b87f1adaf2d9fb81' * commit '259778c3a18246b3117c2874b87f1adaf2d9fb81': Disable suggestion selection preview popup
| * | Merge "Disable suggestion selection preview popup" into gingerbreadTadashi G. Takaoka2010-09-291-49/+56
| |\ \ | | |/ | |/|
| | * Disable suggestion selection preview popupTadashi G. Takaoka2010-09-301-49/+56
| | | | | | | | | | | | | | | | | | Bug: 3048642 Bug: 3004920 Change-Id: Ibfb495a246c9e2da6ebf3c03d10ed8acff00f54b
* | | am 4d158dc2: am 15b840cd: Merge "Check recorrection on focusing into a text ↵Amith Yamasani2010-09-301-0/+23
|\| | | | | | | | | | | | | | | | | | | | | | | | | | field that has text already." into gingerbread Merge commit '4d158dc2779ffff8c92a41f32e6885bd0f155fc3' * commit '4d158dc2779ffff8c92a41f32e6885bd0f155fc3': Check recorrection on focusing into a text field that has text already.
| * | Merge "Check recorrection on focusing into a text field that has text ↵Amith Yamasani2010-09-291-0/+23
| |\ \ | | |/ | |/| | | | already." into gingerbread
| | * Check recorrection on focusing into a text field that has text already.Amith Yamasani2010-09-291-0/+23
| | | | | | | | | | | | | | | Bug: 3004827 Change-Id: I00e9d925fcf17fa9f7a9aefe6572a648e023be11
* | | resolved conflicts for merge of ab1348e8 to masterTadashi G. Takaoka2010-09-301-110/+76
|\| | | | | | | | | | | Change-Id: Ica94a5f9ac4feae477297f14fc1bc21d02efb6a4
| * | Refactor CandidateView touch event handlingTadashi G. Takaoka2010-09-291-110/+76
| | | | | | | | | | | | | | | | | | | | | | | | This change also fixes tha the touch slop value is applyed only for initial movement of scrolling suggestion bar. Bug: 3004920 Change-Id: I62afdedc210156e41e8c84c48cade442f9d5a1aa
* | | am fcd5f2b9: am c2c9cd82: Merge "Mini keyboard works even while shift is ↵Tadashi G. Takaoka2010-09-282-5/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | being pressed" into gingerbread Merge commit 'fcd5f2b9b4229c00a6589aad1fda9b727759d343' * commit 'fcd5f2b9b4229c00a6589aad1fda9b727759d343': Mini keyboard works even while shift is being pressed
| * | Mini keyboard works even while shift is being pressedTadashi G. Takaoka2010-09-292-5/+14
| |/ | | | | | | | | Bug: 3038861 Change-Id: I94011ca80710ff6eb24e940104f7d9d3bb86840a
* | am 0ea7e504: am 6e5a3986: Fixed key code and key coordinates when move ↵Tadashi G. Takaoka2010-09-281-119/+129
|\| | | | | | | | | | | | | | | | | debounce has been in action Merge commit '0ea7e504887702bace7b2e765704d08e737ab1b5' * commit '0ea7e504887702bace7b2e765704d08e737ab1b5': Fixed key code and key coordinates when move debounce has been in action
| * Fixed key code and key coordinates when move debounce has been in actionTadashi G. Takaoka2010-09-281-119/+129
| | | | | | | | | | | | | | | | | | This change refactors a key index and pointer position variables into a separate static inner class KeyState . This change also disables time debouncing. Bug: 3033737 Change-Id: Ie4fc37316c260330d8f0861e0771ea903a99cfce
* | am ad090ac3: am 008e9b3e: Fix Null pointer exception on closing and update ↵satok2010-09-282-3/+8
|\| | | | | | | | | | | | | | | | | assets Merge commit 'ad090ac3f4cee327adf74e8b35bbc446a8d64070' * commit 'ad090ac3f4cee327adf74e8b35bbc446a8d64070': Fix Null pointer exception on closing and update assets
| * Fix Null pointer exception on closing and update assetssatok2010-09-282-3/+8
| | | | | | | | Change-Id: I30fdac74685beae06b5c61140452b26b29ae4c39
* | Fix NPE in LatinKeyboard when it represent phone keyboardTadashi G. Takaoka2010-09-281-9/+13
| | | | | | | | | | Bug: 3041532 Change-Id: I1d846e9175bd033f056a8715287a936be2fe8f74
* | am 7f2a6a05: am 0b4ae1f5: Capitalize the displayed text in the suggestion ↵Ken Wakasa2010-09-273-15/+29
|\| | | | | | | | | | | | | | | | | bar when all of the user typed chars are upper case Merge commit '7f2a6a056b67efa2a1fb623ca4cf73f7fb6c7d8c' * commit '7f2a6a056b67efa2a1fb623ca4cf73f7fb6c7d8c': Capitalize the displayed text in the suggestion bar when all of the user typed chars are upper case
| * Capitalize the displayed text in the suggestion bar when all of the user ↵Ken Wakasa2010-09-283-15/+29
| | | | | | | | | | | | | | typed chars are upper case bug:3014227 Change-Id: Ic453e2fde57ce51be00f3a506e1c9328103ca99a
* | Merge "Add xlarge keyboard layouts (tentative)"Tadashi G. Takaoka2010-09-271-34/+38
|\ \
| * | Add xlarge keyboard layouts (tentative)Tadashi G. Takaoka2010-09-281-34/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This keyboard layout is tentative for UX study. This change added xlarge keyboard layouts only for "regular text", "symbol/number mode" and "symbol/number mode shifted". TODO other text mode variants should have dedicated layout. Change-Id: I36077efcec4b57c3b5cada0a851e1409a289eeb9
* | | resolved conflicts for merge of b9c0ed59 to mastersatok2010-09-273-36/+81
|\ \ \ | |/ / |/| / | |/ Change-Id: Ib42164a5889eb9792b5e94de1e0ffd4c1924e29d
| * Merge "Add Debug Settings Activity" into gingerbreadsatok2010-09-263-36/+81
| |\
| | * Add Debug Settings Activitysatok2010-09-273-36/+81
| | | | | | | | | | | | | | | | | | Bug:3033472 Change-Id: I311c66ac3c612a30d7da3be8ee35a352f49016ac
* | | am ca2fba71: am 6ee1bd42: Merge "Keep addWordToDictionary from doing disk ↵Ken Wakasa2010-09-241-2/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | I/O on main thread" into gingerbread Merge commit 'ca2fba71086b3832998ee9039723b66cce3be300' * commit 'ca2fba71086b3832998ee9039723b66cce3be300': Keep addWordToDictionary from doing disk I/O on main thread
| * | Merge "Keep addWordToDictionary from doing disk I/O on main thread" into ↵Ken Wakasa2010-09-241-2/+8
| |\ \ | | | | | | | | | | | | gingerbread
| | * | Keep addWordToDictionary from doing disk I/O on main threadKen Wakasa2010-09-251-2/+8
| | |/ | | | | | | | | | | | | | | | bug: 2999524 Change-Id: Id8b04d38079cfa1dadd5955eb7f83085e60eb8e2
* | | am bf03559f: am 64e5a194: Merge "Add enter/exit animation style to prevew ↵Tadashi G. Takaoka2010-09-241-13/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | and mini keyboard" into gingerbread Merge commit 'bf03559f7e38cd51cb5fd6b0afa937982cbffc67' * commit 'bf03559f7e38cd51cb5fd6b0afa937982cbffc67': Add enter/exit animation style to prevew and mini keyboard
| * | Merge "Add enter/exit animation style to prevew and mini keyboard" into ↵Tadashi G. Takaoka2010-09-241-13/+14
| |\ \ | | |/ | |/| | | | gingerbread
| | * Add enter/exit animation style to prevew and mini keyboardTadashi G. Takaoka2010-09-241-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TODO This animation style API of PopupWindow can be called only in Gingrebread or later. We should refactor this using reflection to be able to be compatible with Froyo. Bug: 3004787 Bug: 2973989 Change-Id: I2abfcc853b1a0af2bccee7bdf5fbd723456b7d34
* | | 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.