Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Follow up change of I4c6df819" | 2010-10-12 | 1 | -24/+14 | |
|\ | |||||
| * | Follow up change of I4c6df819•••This change is follow up of I4c6df8197b734feb998da78478a4d9a41f6d92b2 Change-Id: I3b8a82dd71305f34afb2e8b6a705efabdc2bc0cf | 2010-10-13 | 1 | -24/+14 | |
* | | Follow up change of If9472a2a•••This change is follow up of If9472a2acb029e56790dc4d19ab62e608c970175 Change-Id: I0a474a130f49e2acccbb5a164bdf2984a5bd9042 | 2010-10-13 | 1 | -4/+3 | |
|/ | |||||
* | Add text variation keyboard layout•••Change-Id: I4c6df8197b734feb998da78478a4d9a41f6d92b2 | 2010-10-12 | 1 | -14/+6 | |
* | resolved conflicts for merge of fd64e47c to master•••Change-Id: I07434c251fafa5eee548a54dae30d91df3a24085 | 2010-10-12 | 1 | -6/+16 | |
|\ | |||||
| * | Tweak key width for 'o'-popup chars.•••We'll merge this to master for now, but we should have new attr (such as popupCharWidth) to handle this reasonably in the newly created BaseKeyboard class. bug: 3082178 Change-Id: I024b946aafbbeb07b865a09f489dacb56f0478d0 | 2010-10-11 | 1 | -6/+16 | |
* | | am 938c0a37: am 364da8c6: Fix - "Touch again to save" not working for manuall...•••Merge commit '938c0a3722a9c597931e6f75408dc7ab636d7052' * commit '938c0a3722a9c597931e6f75408dc7ab636d7052': Fix - "Touch again to save" not working for manually picked suggestion when re-correction is enabled. | 2010-10-11 | 1 | -2/+5 | |
|\| | |||||
| * | Fix - "Touch again to save" not working for manually picked suggestion when r...•••bug: 3082806 Change-Id: I64e652b0ad1d496e102a7cc2cf9a5615df423192 | 2010-10-11 | 1 | -2/+5 | |
* | | Merge "Fix merge that should have been manually merged" | 2010-10-10 | 1 | -2/+1 | |
|\ \ | |||||
| * | | Fix merge that should have been manually merged•••master was still using the deleted constants in different places and Java 6 didn't like the imports. Change-Id: If9472a2acb029e56790dc4d19ab62e608c970175 | 2010-10-10 | 1 | -2/+1 | |
* | | | am 02b8d91b: am 7e1f5a2d: Make sure to set symbol keyboard shifted•••Merge commit '02b8d91b2dbe4290d4b09d93a22efbc5552326db' * commit '02b8d91b2dbe4290d4b09d93a22efbc5552326db': Make sure to set symbol keyboard shifted | 2010-10-10 | 3 | -23/+27 | |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Make sure to set symbol keyboard shifted•••To avoid a corner case of bug#3070963, in toggleShift() method of KeyboardSwitcher, the shifted symbol keyboard will be set if current keyboard is symbol keyboard or is not shifted symbol keyboard. This change also implements mini keyboard cache with WeakHashMap. Bug: 3070963 Change-Id: I868fc072e2f21bddded1622b800a53b9a6a43e91 | 2010-10-09 | 3 | -23/+27 | |
* | | resolved conflicts for merge of 23d50bfb to master•••Change-Id: Ia3fd85bd0c231f7b910b14caad38fa453a2336f6 | 2010-10-10 | 2 | -15/+21 | |
|\| | |||||
| * | Reduce delay before mini popup keyboard is shown•••Before this change, the delay was 500 ms that came from ViewConfiguration.getLongPressTimeout(). This change reduces the delay to 400 ms. Bug: 3074984 Change-Id: Ia5af5e877a3c4bb29211ef4040c728ac09a9fe85 | 2010-10-08 | 2 | -15/+19 | |
* | | am 018afe8c: am 6495bfc7: Follow-up to I36faf679 Cancel pending messages rel...•••Merge commit '018afe8c7e90b8dd0fde4f22873ecdf38086358e' * commit '018afe8c7e90b8dd0fde4f22873ecdf38086358e': Follow-up to I36faf679 Cancel pending messages related to suggestion updates. | 2010-10-08 | 1 | -0/+8 | |
|\| | |||||
| * | Follow-up to I36faf679 Cancel pending messages related to suggestion updates.•••bug: 3058217 Change-Id: I54e29bf051b76ad27e6d653adbf14892083ad7eb | 2010-10-06 | 1 | -0/+8 | |
* | | am 64444586: am 55b10796: Addressed bug: 3058217 "-" key not working at begi...•••Merge commit '644445868f1023b3263a149f2faf617b88341d20' * commit '644445868f1023b3263a149f2faf617b88341d20': Addressed bug: 3058217 "-" key not working at beginning of line | 2010-10-08 | 1 | -8/+17 | |
|\| | |||||
| * | Addressed bug: 3058217 "-" key not working at beginning of line•••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 | 2010-10-06 | 1 | -8/+17 | |
* | | Call InputMethodSubtypePicker instead of InputMethodPicker•••Change-Id: I7c29285f4fd304d08bfd8f5f72df3fc421090681 | 2010-10-08 | 1 | -5/+4 | |
* | | Keyboard XML file supports include and merge tag•••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 | 2010-10-07 | 1 | -71/+156 | |
* | | Add keyHintIcon attribute to BaseKeyboard.Key class•••This keyHintIcon attribute is used to specify hint icon drawable at top right corner of Key. Change-Id: Icaa91e63c4473b2513396bd3fbeb8ed6fd73586c | 2010-10-05 | 5 | -132/+105 | |
* | | Add an auto complete's threshold option.•••Change-Id: I3a6821ced8642ab8f954e79a25e31766e4a18eb8 | 2010-10-05 | 4 | -6/+147 | |
* | | Modify BaseKeyboard to be able to handle multiple shift keys•••Change-Id: Ie840ae113ee6bd5b629a90959d7f955a5ceba95a | 2010-10-02 | 2 | -32/+17 | |
* | | Unbundle Keyboard.java to BaseKeyboard.java•••Change-Id: I8b310c2c0cae1a151e53c22001c586697346982c | 2010-10-02 | 11 | -49/+850 | |
* | | am c0fc4bf9: am 8e1f1be0: Long press mic/comma key bring mini keyboard with s...•••Merge commit 'c0fc4bf9932caf536af5d5d86bb61ec6d8a44a99' * commit 'c0fc4bf9932caf536af5d5d86bb61ec6d8a44a99': Long press mic/comma key bring mini keyboard with settings | 2010-10-01 | 2 | -10/+2 | |
|\| | |||||
| * | Long press mic/comma key bring mini keyboard with settings•••Bug: 3050703 Change-Id: I090b2bfebfb48e5ec461615d4c911024ea6d130a | 2010-10-01 | 2 | -10/+2 | |
* | | am 8e6a9270: am 18d536f6: Merge "Dismiss orange highlight after suggestion ha...•••Merge commit '8e6a92703d1bdf530d32c8cdf90deefc6bc3a878' * commit '8e6a92703d1bdf530d32c8cdf90deefc6bc3a878': Dismiss orange highlight after suggestion has been selected | 2010-09-30 | 1 | -7/+9 | |
|\| | |||||
| * | Dismiss orange highlight after suggestion has been selected•••Bug: 3051311 Change-Id: Ia32cd8748a0afade07a9896ad77400cf42aed0f5 | 2010-10-01 | 1 | -7/+9 | |
* | | am 105f7c36: am 3297ee80: Merge "Long pressing mic/comma key will show settin...•••Merge commit '105f7c36b7fa1845b9edbf47ca55b4a6660303b6' * commit '105f7c36b7fa1845b9edbf47ca55b4a6660303b6': Long pressing mic/comma key will show settings menue | 2010-09-30 | 1 | -10/+20 | |
|\| | |||||
| * | Merge "Long pressing mic/comma key will show settings menue" into gingerbread | 2010-09-30 | 1 | -10/+20 | |
| |\ | |||||
| | * | Long pressing mic/comma key will show settings menue•••Bug: 3050703 Change-Id: I62773c10f435d13174f6ff6574912cb99303e83c | 2010-09-30 | 1 | -10/+20 | |
* | | | am 93176d86: am 77c9f2d3: Merge "Display feedback popup for saving word while...•••Merge commit '93176d869a496051344d80ef03573bc6bb99035a' * commit '93176d869a496051344d80ef03573bc6bb99035a': Display feedback popup for saving word while the word is pressing. | 2010-09-30 | 1 | -37/+3 | |
|\| | | |||||
| * | | Display feedback popup for saving word while the word is pressing.•••Bug: 3004696 Change-Id: Icc5bdd6945f3bf79f7234a0227d8036d6f6d4c1d | 2010-09-30 | 1 | -37/+3 | |
| |/ | |||||
* | | am e6e45510: am 11a578f4: Disable suggestion bar before invoke Voice input•••Merge commit 'e6e45510674b31d0c82fa5f8a7943668d7e8503a' * commit 'e6e45510674b31d0c82fa5f8a7943668d7e8503a': Disable suggestion bar before invoke Voice input | 2010-09-30 | 1 | -0/+3 | |
|\| | |||||
| * | Disable suggestion bar before invoke Voice input•••Bug: 3002817 Change-Id: I099dd63e58d5159a609c1d934dbb6f5aab914305 | 2010-09-30 | 1 | -0/+3 | |
* | | am 48ef72ac: am 8ff96805: Merge "Eliminate compiler warning" into gingerbread•••Merge commit '48ef72acef92bb774bad84d647427eaab0acc83b' * commit '48ef72acef92bb774bad84d647427eaab0acc83b': Eliminate compiler warning | 2010-09-30 | 1 | -2/+1 | |
|\| | |||||
| * | Merge "Eliminate compiler warning" into gingerbread | 2010-09-29 | 1 | -2/+1 | |
| |\ | |||||
| | * | Eliminate compiler warning•••Change-Id: Ib3effaa6f4e8cfc3951ab5d5d099335fd3856a2f | 2010-09-30 | 1 | -2/+1 | |
* | | | am 259778c3: am eebe37e8: Merge "Disable suggestion selection preview popup" ...•••Merge commit '259778c3a18246b3117c2874b87f1adaf2d9fb81' * commit '259778c3a18246b3117c2874b87f1adaf2d9fb81': Disable suggestion selection preview popup | 2010-09-30 | 1 | -49/+56 | |
|\| | | |||||
| * | | Merge "Disable suggestion selection preview popup" into gingerbread | 2010-09-29 | 1 | -49/+56 | |
| |\ \ | | |/ | |/| | |||||
| | * | Disable suggestion selection preview popup•••Bug: 3048642 Bug: 3004920 Change-Id: Ibfb495a246c9e2da6ebf3c03d10ed8acff00f54b | 2010-09-30 | 1 | -49/+56 | |
* | | | am 4d158dc2: am 15b840cd: Merge "Check recorrection on focusing into a text f...•••Merge commit '4d158dc2779ffff8c92a41f32e6885bd0f155fc3' * commit '4d158dc2779ffff8c92a41f32e6885bd0f155fc3': Check recorrection on focusing into a text field that has text already. | 2010-09-30 | 1 | -0/+23 | |
|\| | | |||||
| * | | Merge "Check recorrection on focusing into a text field that has text already... | 2010-09-29 | 1 | -0/+23 | |
| |\ \ | | |/ | |/| | |||||
| | * | Check recorrection on focusing into a text field that has text already.•••Bug: 3004827 Change-Id: I00e9d925fcf17fa9f7a9aefe6572a648e023be11 | 2010-09-29 | 1 | -0/+23 | |
* | | | resolved conflicts for merge of ab1348e8 to master•••Change-Id: Ica94a5f9ac4feae477297f14fc1bc21d02efb6a4 | 2010-09-30 | 1 | -110/+76 | |
|\| | | |||||
| * | | Refactor CandidateView touch event handling•••This change also fixes tha the touch slop value is applyed only for initial movement of scrolling suggestion bar. Bug: 3004920 Change-Id: I62afdedc210156e41e8c84c48cade442f9d5a1aa | 2010-09-29 | 1 | -110/+76 | |
* | | | am fcd5f2b9: am c2c9cd82: Merge "Mini keyboard works even while shift is bein...•••Merge commit 'fcd5f2b9b4229c00a6589aad1fda9b727759d343' * commit 'fcd5f2b9b4229c00a6589aad1fda9b727759d343': Mini keyboard works even while shift is being pressed | 2010-09-28 | 2 | -5/+14 | |
|\| | | |||||
| * | | Mini keyboard works even while shift is being pressed•••Bug: 3038861 Change-Id: I94011ca80710ff6eb24e940104f7d9d3bb86840a | 2010-09-29 | 2 | -5/+14 | |
| |/ | |||||
* | | am 0ea7e504: am 6e5a3986: Fixed key code and key coordinates when move deboun...•••Merge commit '0ea7e504887702bace7b2e765704d08e737ab1b5' * commit '0ea7e504887702bace7b2e765704d08e737ab1b5': Fixed key code and key coordinates when move debounce has been in action | 2010-09-28 | 1 | -119/+129 | |
|\| | |||||
| * | Fixed key code and key coordinates when move debounce has been in action•••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 | 2010-09-28 | 1 | -119/+129 |