aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* A fix for handling dummy voice subtypessatok2011-04-182-6/+11
| | | | Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191
* Fix for language bar switchingsatok2011-04-142-5/+6
| | | | Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
* Merge "Fast key preview"Tadashi G. Takaoka2011-04-131-18/+0
|\
| * Fast key previewTadashi G. Takaoka2011-04-131-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the key preview was implemented by PopupWindow. The key preview popup window would be dismissed and shown each time the key was released and pressed. It turned out that it was taking several milliseconds. This change implements the key preview by a simple TextView which will be layout-ed at absolute coordinates within the screen FrameLayout. And dismissing and showing the key preview is implemented by the TextView's visibility. This implementation needs careful coordination of candidates.xml layout and LatinIME.onComputeInsets to control suggestion strip visibility. Bug: 4179964 Change-Id: Id6347cb35b91eb14ab20dd2f312e58b54b6625a7
* | Support language bar swich for InputMethodSubtypesatok2011-04-132-3/+29
|/ | | | Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93
* Merge "Enable VoiceInput even if there is no shortcut subtype supported"satok2011-04-012-7/+131
|\
| * Enable VoiceInput even if there is no shortcut subtype supportedsatok2011-04-012-7/+131
| | | | | | | | Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6
* | Disable Recorrection when APIs are not supported.satok2011-04-011-0/+33
|/ | | | Change-Id: I3b8fdc149d350215fd4852a50456824fe3fabe0b
* Fix a NPE in InputMethodManagerCompatWrappersatok2011-03-251-0/+3
| | | | Change-Id: Ia7c9b7135ba38a8df29464f7776b51d412f71acb
* Fix some compat bugs and add VoiceInputLoggerCompatUtilssatok2011-03-254-7/+23
| | | | Change-Id: I54ed0853ed4423704a300977d7880678e066a6fb
* Move a debug utility function to EditorInfoCompatUtilssatok2011-03-251-0/+40
| | | | | | - imeOptionName Change-Id: I7a7ea9bee410cedc0ef9b3d2aa4df8260d7f6a35
* Added InputTypeCompatUtilssatok2011-03-251-0/+95
| | | | | | Also Moved utilities related to InputType to InputTypeCompatUtils Change-Id: Iab8ff5389f624f2abe627ece2acb156b0e1285ef
* Added InputConnectionCompatUtils and EditorInfoCompatUtilssatok2011-03-243-0/+131
| | | | Change-Id: Ie69d5e90c4ee978d3ecb40b68e6466082569ca7a
* Merge "Moved a functionality of setOverScrollMode to ↵satok2011-03-242-3/+26
|\ | | | | | | InputMethodServiceCompatWrapper"
| * Moved a functionality of setOverScrollMode to InputMethodServiceCompatWrappersatok2011-03-242-3/+26
| | | | | | | | Change-Id: Ie473c9fced9f0a8da5643390b44aa4b86128396d
* | Merge "Added VibratorCompatWrapper"satok2011-03-241-0/+47
|\ \ | |/ |/|
| * Added VibratorCompatWrappersatok2011-03-241-0/+47
| | | | | | | | Change-Id: I7640f051873f42aa15337edc718ac95ec1c51698
* | Merge "Moved a functionality of setting touchableRegion to ↵satok2011-03-242-0/+41
|\ \ | |/ |/| | | InputMethodServiceCompatWrapper."
| * Moved a functionality of setting touchableRegion to ↵satok2011-03-242-0/+41
| | | | | | | | | | | | InputMethodServiceCompatWrapper. Change-Id: I8b9fe507885ef5ae7cb09db93a977e23b1bbd0db
* | Added InputMethodInfoCompatWrappersatok2011-03-242-10/+74
|/ | | | Change-Id: I5f2970e986afbe3b0b24ccf819f57f524e83ef3f
* Add InputMethodServiceCompatWrapper for moving the callback from LatinIME.satok2011-03-233-3/+68
| | | | Change-Id: If6b0180c63738e5e78a20fe5b938ef50d62865d6
* Use reflections for classes related to InputMethodSubtypesatok2011-03-184-0/+299
| | | | Change-Id: Ica53ce879c2b4c5eb47f757fb788a795a881c30e
* Added CompatUtils for starting a language selectorsatok2011-03-181-0/+51
Change-Id: I158414efaff43d0c6abe1f9af83ed3425992dfb9