aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revise hasMultipleEnabledIMEsOrSubtypes()•••bug: 4559308 Change-Id: If831c0827dbf030eaf1d241ebfa60d4e5029ae63 Ken Wakasa2011-06-071-0/+6
* Fix web input type judgment•••Bug: 4490948 Change-Id: I71efb8f5784970f1d2a94da1d2eb852f7f11885f Tadashi G. Takaoka2011-05-301-2/+6
* Remove web mode and add webInput boolean•••Bug: 4490948 Change-Id: I6fe23c9ab4918eab6806cc621c4d6821c2e1baf9 Cherry-Pick: I4cd1af0b Tadashi G. Takaoka2011-05-271-3/+22
* Add SuggestionSpan suggestion picked notification receiver•••Bug: 4443922 Change-Id: I8a9dc5077ae06c6d0c39fd7fdd823fc4f4d05f45 satok2011-05-261-11/+20
* Disable the legacy recorrection functionalities if the suggestion span is sup...•••Bug: 4346045 Change-Id: Ib4594a9073b961038564bbcd601f9c290d153d5d satok2011-05-251-0/+5
* Put SuggestionSpan at commitText•••Bug: 4346045 Change-Id: Iaabdb8a148b2601bb9cbc2b08509adac164105a4 satok2011-05-253-39/+88
* Merge "Fix reflection method invokation"Tadashi G. Takaoka2011-05-231-3/+3
|\
| * Fix reflection method invokation•••Either of Method.invoke, Field.get and Field.set can accept null as receiver. Change-Id: I4539dcc95a794f6ee84cf4e7aabf4e8f0206728f Tadashi G. Takaoka2011-05-241-3/+3
* | Add missing IME_ACTION_NEXT•••Change-Id: I377042c1750dd97b922bcf40bffb4046e023f6bb Tadashi G. Takaoka2011-05-241-0/+3
|/
* Fix Eclipse warnings.•••This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1 Jean Chalard2011-04-261-3/+3
* Fix language selection settings•••Change-Id: I99e2039579a5bd606a8e698cdee2739465b998bc satok2011-04-211-2/+3
* Tweak voice layout for Dogfood•••Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde satok2011-04-203-7/+16
* A fix for handling dummy voice subtypes•••Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191 satok2011-04-182-6/+11
* Fix for language bar switching•••Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2 satok2011-04-142-5/+6
* Merge "Fast key preview"Tadashi G. Takaoka2011-04-131-18/+0
|\
| * Fast key preview•••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 Tadashi G. Takaoka2011-04-131-18/+0
* | Support language bar swich for InputMethodSubtype•••Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93 satok2011-04-132-3/+29
|/
* 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 supported•••Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6 satok2011-04-012-7/+131
* | Disable Recorrection when APIs are not supported.•••Change-Id: I3b8fdc149d350215fd4852a50456824fe3fabe0b satok2011-04-011-0/+33
|/
* Fix a NPE in InputMethodManagerCompatWrapper•••Change-Id: Ia7c9b7135ba38a8df29464f7776b51d412f71acb satok2011-03-251-0/+3
* Fix some compat bugs and add VoiceInputLoggerCompatUtils•••Change-Id: I54ed0853ed4423704a300977d7880678e066a6fb satok2011-03-254-7/+23
* Move a debug utility function to EditorInfoCompatUtils•••- imeOptionName Change-Id: I7a7ea9bee410cedc0ef9b3d2aa4df8260d7f6a35 satok2011-03-251-0/+40
* Added InputTypeCompatUtils•••Also Moved utilities related to InputType to InputTypeCompatUtils Change-Id: Iab8ff5389f624f2abe627ece2acb156b0e1285ef satok2011-03-251-0/+95
* Added InputConnectionCompatUtils and EditorInfoCompatUtils•••Change-Id: Ie69d5e90c4ee978d3ecb40b68e6466082569ca7a satok2011-03-243-0/+131
* Merge "Moved a functionality of setOverScrollMode to InputMethodServiceCompat...satok2011-03-242-3/+26
|\
| * Moved a functionality of setOverScrollMode to InputMethodServiceCompatWrapper•••Change-Id: Ie473c9fced9f0a8da5643390b44aa4b86128396d satok2011-03-242-3/+26
* | Merge "Added VibratorCompatWrapper"satok2011-03-241-0/+47
|\ \ | |/ |/|
| * Added VibratorCompatWrapper•••Change-Id: I7640f051873f42aa15337edc718ac95ec1c51698 satok2011-03-241-0/+47
* | Merge "Moved a functionality of setting touchableRegion to InputMethodService...satok2011-03-242-0/+41
|\ \ | |/ |/|
| * Moved a functionality of setting touchableRegion to InputMethodServiceCompatW...•••Change-Id: I8b9fe507885ef5ae7cb09db93a977e23b1bbd0db satok2011-03-242-0/+41
* | Added InputMethodInfoCompatWrapper•••Change-Id: I5f2970e986afbe3b0b24ccf819f57f524e83ef3f satok2011-03-242-10/+74
|/
* Add InputMethodServiceCompatWrapper for moving the callback from LatinIME.•••Change-Id: If6b0180c63738e5e78a20fe5b938ef50d62865d6 satok2011-03-233-3/+68
* Use reflections for classes related to InputMethodSubtype•••Change-Id: Ica53ce879c2b4c5eb47f757fb788a795a881c30e satok2011-03-184-0/+299
* Added CompatUtils for starting a language selector•••Change-Id: I158414efaff43d0c6abe1f9af83ed3425992dfb9 satok2011-03-181-0/+51