Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed speaking keys when editing password fields | 2011-08-08 | 3 | -14/+114 | |
| | | | | | Bug: 5042681 Change-Id: Ic4523ec38b0faa2b6a91d476ea7af7e69404861c | ||||
* | Fix NPE | 2011-07-27 | 1 | -0/+1 | |
| | | | | | Bug: 5086698 Change-Id: Iaa3082649344722bd643c49c9d151df754d6e337 | ||||
* | Clean up keyboard loading and switching | 2011-07-27 | 4 | -104/+70 | |
| | | | | | Bug: 4311428 Change-Id: Ia72de23634f824d82b7b5f2267d439ce922a3b57 | ||||
* | Merge "Load the binary dictionary asynchronously." | 2011-07-26 | 1 | -15/+35 | |
|\ | |||||
| * | Load the binary dictionary asynchronously. | 2011-07-27 | 1 | -15/+35 | |
| | | | | | | | | | | | | | | | | | | This should help with LatinIME opening performance. It should not be merged before Ia9e4741f (if it is, there is a race condition where the wrong dictionary is opened). Bug: 5023141 Change-Id: I39c52de70a449929a622dddfdd92b38425ad9416 | ||||
* | | Fix a NPE when sent buggy data by an application | 2011-07-27 | 1 | -4/+9 | |
|/ | | | | | Bug: 5072247 Change-Id: I7369877072f6bb94dff5b1bcf52c9f8dde4854b7 | ||||
* | Merge "Fixed duplicate call to dispatchOnPopulateAccessibilityEvent()" | 2011-07-26 | 2 | -8/+15 | |
|\ | |||||
| * | Fixed duplicate call to dispatchOnPopulateAccessibilityEvent() | 2011-07-26 | 2 | -8/+15 | |
| | | | | | | | | | | Bug: 5060194 Change-Id: I585ae52204a045fa3941e846b4f9bdd7d541bea6 | ||||
* | | Support multiple key preview | 2011-07-26 | 2 | -14/+31 | |
| | | | | | | | | | | Bug: 4298393 Change-Id: Ibd3681f7255c85e3602e1af4ace8f8e7fce3fb06 | ||||
* | | Merge "Make PointerTracker aware of that popup panel is showing" | 2011-07-26 | 5 | -12/+37 | |
|\ \ | |||||
| * | | Make PointerTracker aware of that popup panel is showing | 2011-07-26 | 5 | -12/+37 | |
| | | | | | | | | | | | | | | | Bug: 5070598 Change-Id: I0604287b8c373e4763b4ccf88c0bd7235af907d5 | ||||
* | | | Close a multiprocess file handle. | 2011-07-26 | 1 | -0/+1 | |
|/ / | | | | | | | | | Bug: 5034192 Change-Id: I9c3d757cfae313e9b7510e167de797a74c74a351 | ||||
* / | Purge quick fixes option. | 2011-07-26 | 2 | -25/+10 | |
|/ | | | | | | | | | | This change removes everything related to the quick fixes Latin IME option item. Note that Autotext is still used if the current subtype language is the same as the system language. Bug: 4985058 Change-Id: I51728a2190543ffb9e004470674ef6257b14f6c2 | ||||
* | Merge "Take care of bidi-mirrored characters in suggestion strip as well" | 2011-07-25 | 2 | -2/+8 | |
|\ | |||||
| * | Take care of bidi-mirrored characters in suggestion strip as well | 2011-07-26 | 2 | -2/+8 | |
| | | | | | | | | | | | | | | Follow up to I1b884848 bug: 5047217 Change-Id: I18b9962c4943363bae88009354fcc75ab60ad2ba | ||||
* | | Merge "Add Bidi-Mirrored letter list link as comment" | 2011-07-25 | 1 | -0/+2 | |
|\ \ | |/ |/| | |||||
| * | Add Bidi-Mirrored letter list link as comment | 2011-07-25 | 1 | -0/+2 | |
| | | | | | | | | | | Bug: 5047217 Change-Id: I29449892803c5150726aebfe97ecef6d481e1e97 | ||||
* | | Merge "Fix voice key mode default back to "on main keyboard"" | 2011-07-25 | 2 | -8/+12 | |
|\ \ | |||||
| * | | Fix voice key mode default back to "on main keyboard" | 2011-07-25 | 2 | -8/+12 | |
| |/ | | | | | | | | | Bug: 5074042 Change-Id: I0c4a09b286c7680306741d47a48d5d9783e4a890 | ||||
* | | Merge "[step3] Add spell checker service." | 2011-07-25 | 1 | -0/+34 | |
|\ \ | |/ |/| | |||||
| * | [step3] Add spell checker service. | 2011-07-25 | 1 | -0/+34 | |
| | | | | | | | | Change-Id: Ib13b3a524e0f0b90de40a3e255040b3158d49258 | ||||
* | | Swap parenthesis-like character code on RTL keyboard | 2011-07-24 | 4 | -3/+53 | |
| | | | | | | | | | | Bug: 5047217 Change-Id: I1b88484825f5c035401cf083522bf95bbee30edb | ||||
* | | Merge key preview handling into key graphics handling | 2011-07-23 | 3 | -55/+30 | |
| | | | | | | | | Change-Id: I7b0ba38d833362817c607f6abffbaf0a07f52832 | ||||
* | | Merge "Refactor Keyboard and KeyboardView resizing and drawing code" | 2011-07-22 | 7 | -63/+129 | |
|\ \ | |||||
| * | | Refactor Keyboard and KeyboardView resizing and drawing code | 2011-07-22 | 7 | -63/+129 | |
| | | | | | | | | | | | | | | | Bug: 4311428 Change-Id: Ice4050f92c8f3cec1bec2074fe6a913d04f50524 | ||||
* | | | Fix NPE | 2011-07-22 | 1 | -21/+44 | |
| |/ |/| | | | | | | | Bug: 5067161 Change-Id: I466d40fc1bffa01efc1205a47b3330ae6f30bc66 | ||||
* | | Merge "Disable VoiceInputLogger inside LatinIME" | 2011-07-22 | 4 | -91/+114 | |
|\ \ | |||||
| * | | Disable VoiceInputLogger inside LatinIME | 2011-07-22 | 4 | -91/+114 | |
| | | | | | | | | | | | | | | | Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b | ||||
* | | | Merge "Check user dictionary is enabled before showing touch-to-save" | 2011-07-22 | 2 | -6/+24 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Check user dictionary is enabled before showing touch-to-save | 2011-07-22 | 2 | -6/+24 | |
| | | | | | | | | | | | | | | | Bug: 5024127 Change-Id: If4d691a4a59c43579d1f977e9a0545495f30bafb | ||||
* | | | Merge "Do not register null pointers as dictionaries" | 2011-07-21 | 1 | -1/+4 | |
|\ \ \ | |/ / |/| | | |||||
| * | | Do not register null pointers as dictionaries | 2011-07-22 | 1 | -1/+4 | |
| |/ | | | | | | | | | Bug: 5062425 Change-Id: I025991424de40c2b31b90238f99ef160e7efd92e | ||||
* | | Merge "Fix missing right edge flag" | 2011-07-21 | 1 | -4/+4 | |
|\ \ | |||||
| * | | Fix missing right edge flag | 2011-07-21 | 1 | -4/+4 | |
| |/ | | | | | | | | | Bug: 5062972 Change-Id: I2daffdd58802c6173696fe2417e6efcbef66d7bf | ||||
* | | Fix NPE | 2011-07-22 | 1 | -1/+3 | |
| | | | | | | | | | | bug: 5054162 Change-Id: I69d308f0eeb32968515100dde98ad51a7c35020e | ||||
* | | Merge "Fixed accessibility navigation gesture sound volume" | 2011-07-21 | 1 | -1/+3 | |
|\ \ | |||||
| * | | Fixed accessibility navigation gesture sound volume | 2011-07-21 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | Bug: 5061527 Change-Id: I88728f7368a55ae7e6ca2ce6cfed6af42ffa03df | ||||
* | | | Merge "Updated check for touch exploration enabled state" | 2011-07-21 | 3 | -31/+5 | |
|\ \ \ | |_|/ |/| | | |||||
| * | | Updated check for touch exploration enabled state | 2011-07-21 | 3 | -31/+5 | |
| |/ | | | | | | | | | Bug: 5061704 Change-Id: Id2c0cce953f7bdb2b4c18b68f9e318d95eabc1b8 | ||||
* | | Merge "Set the locale for opening an asset" | 2011-07-21 | 3 | -9/+30 | |
|\ \ | |||||
| * | | Set the locale for opening an asset | 2011-07-21 | 3 | -9/+30 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is necessary because we don't know any more whether the locale of the process is the expected one when the dictionary is loaded asynchronously. Bug: 5023141 Change-Id: Ia9e4741f3b4a04a9f085f5b65ec122471b0c2dff | ||||
* | | | Fix potential NPE | 2011-07-21 | 1 | -2/+3 | |
| | | | | | | | | | | | | Change-Id: I3679d24b6c89e081d24d59c91b136c139dcb3d5c | ||||
* | | | Revert "Guard unused voice functions" | 2011-07-21 | 3 | -82/+79 | |
| | | | | | | | | | | | | | | | This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273 | ||||
* | | | Merge "Revert "Add Right-To-Left delete icon"" | 2011-07-21 | 1 | -14/+11 | |
|\ \ \ | |||||
| * | | | Revert "Add Right-To-Left delete icon" | 2011-07-21 | 1 | -14/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 886246b19a60cefa60af549d6a6b70626bf63e34. Bug: 5047500 Change-Id: Iefef20b7aeba0dbedfe8f81384a33f65e3907e9f | ||||
* | | | | Merge "Guard unused voice functions" | 2011-07-21 | 3 | -79/+82 | |
|\ \ \ \ | |||||
| * | | | | Guard unused voice functions | 2011-07-21 | 3 | -79/+82 | |
| |/ / / | | | | | | | | | | | | | | | | | Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85 | ||||
* | | | | Merge "Fix centering key icon when visual inset is specified" | 2011-07-21 | 1 | -1/+1 | |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Fix centering key icon when visual inset is specified | 2011-07-20 | 1 | -1/+1 | |
| |/ / | | | | | | | | | | Change-Id: Iae9cb87cc341a88fab269b629aa45c77adf232be | ||||
* | | | Merge "Fallback to the included dict if the passed one is invalid" | 2011-07-20 | 1 | -3/+15 | |
|\ \ \ | |/ / |/| | |