aboutsummaryrefslogtreecommitdiffstats
path: root/java (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge "Add Bidi-Mirrored letter list link as comment"Tadashi G. Takaoka2011-07-251-0/+2
|\ \ \ | |/ / |/| |
| * | Add Bidi-Mirrored letter list link as commentTadashi G. Takaoka2011-07-251-0/+2
| |/ | | | | | | | | Bug: 5047217 Change-Id: I29449892803c5150726aebfe97ecef6d481e1e97
* | Merge "Fix voice key mode default back to "on main keyboard""Tadashi G. Takaoka2011-07-252-8/+12
|\ \
| * | Fix voice key mode default back to "on main keyboard"Tadashi G. Takaoka2011-07-252-8/+12
| |/ | | | | | | | | Bug: 5074042 Change-Id: I0c4a09b286c7680306741d47a48d5d9783e4a890
* | Merge "[step3] Add spell checker service."satok2011-07-252-0/+37
|\ \ | |/ |/|
| * [step3] Add spell checker service.satok2011-07-252-0/+37
| | | | | | | | Change-Id: Ib13b3a524e0f0b90de40a3e255040b3158d49258
* | Swap parenthesis-like character code on RTL keyboardTadashi G. Takaoka2011-07-2417-225/+448
| | | | | | | | | | Bug: 5047217 Change-Id: I1b88484825f5c035401cf083522bf95bbee30edb
* | Merge "Merge key preview handling into key graphics handling"Tadashi G. Takaoka2011-07-233-55/+30
|\ \
| * | Merge key preview handling into key graphics handlingTadashi G. Takaoka2011-07-233-55/+30
| | | | | | | | | | | | Change-Id: I7b0ba38d833362817c607f6abffbaf0a07f52832
* | | Tidy up the subtype namesKen Wakasa2011-07-233-209/+30
|/ / | | | | | | Change-Id: I5dbdc6c006fab01fa389f0796b6c87aa2a90132e
* | Merge "Fix ALT key on symbols shifted keyboard"Tadashi G. Takaoka2011-07-221-1/+1
|\ \
| * | Fix ALT key on symbols shifted keyboardTadashi G. Takaoka2011-07-221-1/+1
| | | | | | | | | | | | | | | Bug: 5068615 Change-Id: I4c38befd14ae59390dfb23357fdb9e8388f0a6d8
* | | Merge "Refactor Keyboard and KeyboardView resizing and drawing code"Tadashi G. Takaoka2011-07-227-63/+129
|\ \ \ | |/ / |/| |
| * | Refactor Keyboard and KeyboardView resizing and drawing codeTadashi G. Takaoka2011-07-227-63/+129
| | | | | | | | | | | | | | | Bug: 4311428 Change-Id: Ice4050f92c8f3cec1bec2074fe6a913d04f50524
* | | Fix NPETadashi G. Takaoka2011-07-221-21/+44
| |/ |/| | | | | | | Bug: 5067161 Change-Id: I466d40fc1bffa01efc1205a47b3330ae6f30bc66
* | Merge "Disable VoiceInputLogger inside LatinIME"Tadashi G. Takaoka2011-07-224-91/+114
|\ \
| * | Disable VoiceInputLogger inside LatinIMETadashi G. Takaoka2011-07-224-91/+114
| | | | | | | | | | | | | | | Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b
* | | Merge "Check user dictionary is enabled before showing touch-to-save"Tadashi G. Takaoka2011-07-222-6/+24
|\ \ \ | |/ / |/| |
| * | Check user dictionary is enabled before showing touch-to-saveTadashi G. Takaoka2011-07-222-6/+24
| | | | | | | | | | | | | | | Bug: 5024127 Change-Id: If4d691a4a59c43579d1f977e9a0545495f30bafb
* | | Merge "Do not register null pointers as dictionaries"Jean Chalard2011-07-211-1/+4
|\ \ \ | |/ / |/| |
| * | Do not register null pointers as dictionariesJean Chalard2011-07-221-1/+4
| |/ | | | | | | | | Bug: 5062425 Change-Id: I025991424de40c2b31b90238f99ef160e7efd92e
* | Merge "Fix missing right edge flag"Tadashi G. Takaoka2011-07-211-4/+4
|\ \
| * | Fix missing right edge flagTadashi G. Takaoka2011-07-211-4/+4
| |/ | | | | | | | | Bug: 5062972 Change-Id: I2daffdd58802c6173696fe2417e6efcbef66d7bf
* | Fix NPEKen Wakasa2011-07-221-1/+3
| | | | | | | | | | bug: 5054162 Change-Id: I69d308f0eeb32968515100dde98ad51a7c35020e
* | Merge "Fixed accessibility navigation gesture sound volume"Ken Wakasa2011-07-211-1/+3
|\ \
| * | Fixed accessibility navigation gesture sound volumeAlan Viverette2011-07-211-1/+3
| | | | | | | | | | | | | | | Bug: 5061527 Change-Id: I88728f7368a55ae7e6ca2ce6cfed6af42ffa03df
* | | Merge "Updated check for touch exploration enabled state"Ken Wakasa2011-07-213-31/+5
|\ \ \ | |_|/ |/| |
| * | Updated check for touch exploration enabled stateAlan Viverette2011-07-213-31/+5
| |/ | | | | | | | | Bug: 5061704 Change-Id: Id2c0cce953f7bdb2b4c18b68f9e318d95eabc1b8
* | Merge "Set the locale for opening an asset"Jean Chalard2011-07-213-9/+30
|\ \
| * | Set the locale for opening an assetJean Chalard2011-07-213-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 NPETadashi G. Takaoka2011-07-211-2/+3
| | | | | | | | | | | | Change-Id: I3679d24b6c89e081d24d59c91b136c139dcb3d5c
* | | Merge "Revert "Guard unused voice functions""Tadashi G. Takaoka2011-07-213-82/+79
|\ \ \
| * | | Revert "Guard unused voice functions"Tadashi G. Takaoka2011-07-213-82/+79
| | | | | | | | | | | | | | | | | | | | This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273
* | | | Fix popup mini keyboard of comma key on symbols layoutTadashi G. Takaoka2011-07-214-6/+21
|/ / / | | | | | | | | | | | | Bug: 5058762 Change-Id: Ic2d48358b0aceb1d55b3e12bb32b4423ff41ccf3
* | | Merge "Revert "Add Right-To-Left delete icon""Tadashi G. Takaoka2011-07-2120-90/+41
|\ \ \
| * | | Revert "Add Right-To-Left delete icon"Tadashi G. Takaoka2011-07-2120-90/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 886246b19a60cefa60af549d6a6b70626bf63e34. Bug: 5047500 Change-Id: Iefef20b7aeba0dbedfe8f81384a33f65e3907e9f
* | | | Merge "Guard unused voice functions"satok2011-07-213-79/+82
|\ \ \ \
| * | | | Guard unused voice functionssatok2011-07-213-79/+82
| |/ / / | | | | | | | | | | | | | | | | Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85
* | | | Merge "Fix centering key icon when visual inset is specified"Tadashi G. Takaoka2011-07-211-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix centering key icon when visual inset is specifiedTadashi G. Takaoka2011-07-201-1/+1
| |/ / | | | | | | | | | Change-Id: Iae9cb87cc341a88fab269b629aa45c77adf232be
* | | Merge "Fallback to the included dict if the passed one is invalid"Jean Chalard2011-07-201-3/+15
|\ \ \ | |/ / |/| |
| * | Fallback to the included dict if the passed one is invalidJean Chalard2011-07-201-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | If all dictionaries returned by the dictionary pack are invalid, then fallback to the dictionary included in the resources for this locale. Bug: 5052486 Change-Id: Id875194ca56a74b2ed6f5b0b4fdd55475f6842c8
* | | Merge "Remove Key edge flags from XML"Tadashi G. Takaoka2011-07-2059-645/+392
|\ \ \ | |_|/ |/| |
| * | Remove Key edge flags from XMLTadashi G. Takaoka2011-07-2059-645/+392
| | | | | | | | | | | | | | | | | | | | | | | | | | | The first key and the last of the row are automatically marked as left and right edge key respectively. The existence of Spacer will prevent those automatic marking. Bug: 5038844 Change-Id: Ie34169ceaf76e24923b8d8125eda6ecb95cf1fee
* | | Update Keyboard background drawableTadashi G. Takaoka2011-07-203-0/+0
|/ / | | | | | | | | Bug: 4948171 Change-Id: I0f408ff67c7f2eef3830a43d2919b943dab74235
* | Vibrator.hasVibrator() takes no parameter.Ken Wakasa2011-07-201-1/+1
| | | | | | | | | | bug: 5038842 Change-Id: I239a2f35488a1f18ecdb019abc50e72e3e9da297
* | Remove sliding spacebar language switcherTadashi G. Takaoka2011-07-1975-588/+31
| | | | | | | | | | Bug: 4971680 Change-Id: Ia3485ddcf8051bf7b7ba7f7a37fa75c3bc8a4798
* | Merge "Support select input method dialog on pre-HC platform"Tadashi G. Takaoka2011-07-1910-55/+209
|\ \ | |/ |/|
| * Support select input method dialog on pre-HC platformTadashi G. Takaoka2011-07-1910-55/+209
| | | | | | | | | | Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729
* | Merge "Add Arabic percent sign"Tadashi G. Takaoka2011-07-195-6/+11
|\ \