aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/InputMethodServiceCompatWrapper.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove InputMethodServiceCompatWrapperTadashi G. Takaoka2012-04-031-56/+0
| | | | | Bug: 6129704 Change-Id: I76f2854e27623be940a711d0d48fd3f90132141c
* Remove InputMethodSubtypeCompatWrapperTadashi G. Takaoka2012-04-031-16/+0
| | | | | Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d
* Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED booleanTadashi G. Takaoka2012-04-021-37/+0
| | | | | Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4
* Remove the "deprecated" classesKen Wakasa2012-03-301-4/+0
| | | | | bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
* Implement KeyboardLocale InputMethodSubtype extra keyTadashi G. Takaoka2011-09-011-4/+5
| | | | | | | | The locale is specified by KeyboardLocale extra key in method.xml, LatinIME will use the specified locale for keyboard layout. Bug: 5238658 Change-Id: I8e6cb66c73a7ac1bf611d9910b42fa9cff38eba0
* Support select input method dialog on pre-HC platformTadashi G. Takaoka2011-07-191-1/+29
| | | | | Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729
* Remove unnecessary onRefreshKeyboard call.Tadashi G. Takaoka2011-06-201-3/+3
| | | | | | | | | | | | | | | | | | When using the sliding spacebar language switch on ICS, both LatinIME.toggleLanguage() and InputMethodService.onCurrentInputMethodSubtypeChanged() invoke LatinIME.onRefreshKeyboard(). This change eliminates the first one if it isn't necessary. This change also cleans up the followings. * reuse theme Context when the keyboard theme hasn't been changed. * clear the Keyboard cache when theme has been switched. * eliminates unnecessary Context reference from LatinKeyboard and SlidingLocaleDrawable. * recycle Bitmap and reuse Canvas in KeyboardView. Bug: 4725930 Change-Id: I87366e9304879d94d12b7345adea768d86d43519
* Tweak voice layout for Dogfoodsatok2011-04-201-1/+7
| | | | Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde
* A fix for handling dummy voice subtypessatok2011-04-181-1/+1
| | | | Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191
* Fix for language bar switchingsatok2011-04-141-0/+4
| | | | Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
* 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
* Moved a functionality of setOverScrollMode to InputMethodServiceCompatWrappersatok2011-03-241-0/+21
| | | | Change-Id: Ie473c9fced9f0a8da5643390b44aa4b86128396d
* Moved a functionality of setting touchableRegion to ↵satok2011-03-241-0/+6
| | | | | | InputMethodServiceCompatWrapper. Change-Id: I8b9fe507885ef5ae7cb09db93a977e23b1bbd0db
* Add InputMethodServiceCompatWrapper for moving the callback from LatinIME.satok2011-03-231-0/+65
Change-Id: If6b0180c63738e5e78a20fe5b938ef50d62865d6