aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | am 64444586: am 55b10796: Addressed bug: 3058217 "-" key not working at ↵Ken Wakasa2010-10-081-8/+17
|\| | | | | | | | | | | | | | | | | beginning of line Merge commit '644445868f1023b3263a149f2faf617b88341d20' * commit '644445868f1023b3263a149f2faf617b88341d20': Addressed bug: 3058217 "-" key not working at beginning of line
| * Addressed bug: 3058217 "-" key not working at beginning of lineKen Wakasa2010-10-061-8/+17
| | | | | | | | | | | | | | | | Also fixed related issues below: * Punc suggestions list was sometimes not displayed after cursor move which follows re-correction * Punc suggestions list was disappearing with words which contains certain punc chars (but not word separator) such as ' and - Change-Id: I36faf679321782fa8eaf318411308a4a6b89cc25
* | Call InputMethodSubtypePicker instead of InputMethodPickersatok2010-10-081-5/+4
| | | | | | | | Change-Id: I7c29285f4fd304d08bfd8f5f72df3fc421090681
* | Keyboard XML file supports include and merge tagTadashi G. Takaoka2010-10-071-71/+156
| | | | | | | | | | | | | | | | Keyboard XML file can include other keyboard XML file using directive <include keyboardLayout="@xml/...">. The keyboard XML file which is included must have <merge> tag as root element. Change-Id: I06c35fe7b3db5232acdb33f73a79f38d31261b32
* | Add keyHintIcon attribute to BaseKeyboard.Key classTadashi G. Takaoka2010-10-055-132/+105
| | | | | | | | | | | | | | This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c
* | Add an auto complete's threshold option.Mitsuhiro Shimoda2010-10-054-6/+147
| | | | | | | | Change-Id: I3a6821ced8642ab8f954e79a25e31766e4a18eb8
* | Modify BaseKeyboard to be able to handle multiple shift keysTadashi G. Takaoka2010-10-022-32/+17
| | | | | | | | Change-Id: Ie840ae113ee6bd5b629a90959d7f955a5ceba95a
* | Unbundle Keyboard.java to BaseKeyboard.javasatok2010-10-0211-49/+850
| | | | | | | | Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c
* | am c0fc4bf9: am 8e1f1be0: Long press mic/comma key bring mini keyboard with ↵Tadashi G. Takaoka2010-10-012-10/+2
|\| | | | | | | | | | | | | | | | | settings Merge commit 'c0fc4bf9932caf536af5d5d86bb61ec6d8a44a99' * commit 'c0fc4bf9932caf536af5d5d86bb61ec6d8a44a99': Long press mic/comma key bring mini keyboard with settings
| * Long press mic/comma key bring mini keyboard with settingsTadashi G. Takaoka2010-10-012-10/+2
| | | | | | | | | | | | Bug: 3050703 Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a
* | am 8e6a9270: am 18d536f6: Merge "Dismiss orange highlight after suggestion ↵Tadashi G. Takaoka2010-09-301-7/+9
|\| | | | | | | | | | | | | | | | | has been selected" into gingerbread Merge commit '8e6a92703d1bdf530d32c8cdf90deefc6bc3a878' * commit '8e6a92703d1bdf530d32c8cdf90deefc6bc3a878': Dismiss orange highlight after suggestion has been selected
| * Dismiss orange highlight after suggestion has been selectedTadashi G. Takaoka2010-10-011-7/+9
| | | | | | | | | | Bug: 3051311 Change-Id: Ia32cd8748a0afade07a9896ad77400cf42aed0f5
* | am 105f7c36: am 3297ee80: Merge "Long pressing mic/comma key will show ↵Tadashi G. Takaoka2010-09-301-10/+20
|\| | | | | | | | | | | | | | | | | settings menue" into gingerbread Merge commit '105f7c36b7fa1845b9edbf47ca55b4a6660303b6' * commit '105f7c36b7fa1845b9edbf47ca55b4a6660303b6': Long pressing mic/comma key will show settings menue
| * Merge "Long pressing mic/comma key will show settings menue" into gingerbreadTadashi G. Takaoka2010-09-301-10/+20
| |\
| | * Long pressing mic/comma key will show settings menueTadashi G. Takaoka2010-09-301-10/+20
| | | | | | | | | | | | | | | Bug: 3050703 Change-Id: I62773c10f435d13174f6ff6574912cb99303e83c
* | | am 93176d86: am 77c9f2d3: Merge "Display feedback popup for saving word ↵Tadashi G. Takaoka2010-09-301-37/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | while the word is pressing." into gingerbread Merge commit '93176d869a496051344d80ef03573bc6bb99035a' * commit '93176d869a496051344d80ef03573bc6bb99035a': Display feedback popup for saving word while the word is pressing.
| * | Display feedback popup for saving word while the word is pressing.Tadashi G. Takaoka2010-09-301-37/+3
| |/ | | | | | | | | Bug: 3004696 Change-Id: Icc5bdd6945f3bf79f7234a0227d8036d6f6d4c1d
* | am e6e45510: am 11a578f4: Disable suggestion bar before invoke Voice inputTadashi G. Takaoka2010-09-301-0/+3
|\| | | | | | | | | | | | | Merge commit 'e6e45510674b31d0c82fa5f8a7943668d7e8503a' * commit 'e6e45510674b31d0c82fa5f8a7943668d7e8503a': Disable suggestion bar before invoke Voice input
| * Disable suggestion bar before invoke Voice inputTadashi G. Takaoka2010-09-301-0/+3
| | | | | | | | | | Bug: 3002817 Change-Id: I099dd63e58d5159a609c1d934dbb6f5aab914305
* | am 48ef72ac: am 8ff96805: Merge "Eliminate compiler warning" into gingerbreadTadashi G. Takaoka2010-09-301-2/+1
|\| | | | | | | | | | | | | Merge commit '48ef72acef92bb774bad84d647427eaab0acc83b' * commit '48ef72acef92bb774bad84d647427eaab0acc83b': Eliminate compiler warning
| * Merge "Eliminate compiler warning" into gingerbreadTadashi G. Takaoka2010-09-291-2/+1
| |\
| | * 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