aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/compat/InputMethodManagerCompatWrapper.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename to Kelar Keyboard (org.kelar.inputmethod.latin)Amin Bandali2025-01-111-52/+0
|
* Clean up compatible utility classesTadashi G. Takaoka2014-08-041-1/+1
| | | | Change-Id: I95a682052037d292801477db0f05e04926b61412
* Use shouldOfferSwitchingToNextInputMethod when availableYohei Yukawa2014-04-281-0/+11
| | | | | | | | | | | | | | | | With this CL, LatinIME starts using InputMethodManager#shouldOfferSwitchingToNextInputMethod when available and API level is higher than 19 (KitKat). Note that relevant settings of LatinIME will be ignored if InputMethodManager#shouldOfferSwitchingToNextInputMethod is considered to be available at the moment. We will revisit here to reorganize the user visible settings before the new global IME switching mechanism becomes publicly available. BUG: 12965588 Change-Id: I0188fa56cba8e983c61cef3ae3400a0e3821f718
* Small code cleanupsKen Wakasa2013-01-071-2/+4
| | | | | | Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5
* Enhance ImfUtils to InputMethodManagerWrapper classTadashi G. Takaoka2012-11-121-36/+4
| | | | Change-Id: I6ff86ee819a446dd3ed5f9c3400d23564027b020
* Cleanup: Make some classes as finalTadashi G. Takaoka2012-09-271-1/+1
| | | | Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e
* Cleanup InputMethodManagerCompatWrapperTadashi G. Takaoka2012-04-181-40/+6
| | | | Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d
* Utilize InputMethodSubtype and additional subtypeTadashi G. Takaoka2012-04-131-0/+4
| | | | | | | * Remove de_QY and fr_CH from supported subtypes * Add de-qwerty and fr-qwertz predefined additional subtypes instead. Change-Id: I49e8ba0299529302f2b91b4d018b07304cdd6897
* Refatcor InputMethodSubtype related stuff a bitTadashi G. Takaoka2012-04-131-4/+7
| | | | Change-Id: Iaded72331660afbaeddda085f2b633b681d4b6df
* Add private constructor to utility classesTadashi G. Takaoka2012-04-031-0/+4
| | | | | Bug: 6129704 Change-Id: I52925ae7bd80683f63efc48649448865a5654f41
* Remove InputMethodServiceCompatWrapperTadashi G. Takaoka2012-04-031-1/+2
| | | | | Bug: 6129704 Change-Id: I76f2854e27623be940a711d0d48fd3f90132141c
* Remove InputMethodSubtypeCompatWrapperTadashi G. Takaoka2012-04-031-60/+12
| | | | | Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d
* Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED booleanTadashi G. Takaoka2012-04-021-76/+4
| | | | | Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4
* Remove InputMethodInfoCompatWrapperTadashi G. Takaoka2012-04-021-22/+12
| | | | | Bug: 6129704 Change-Id: I0eca1ee7d1769ddc44f93c50f0723196299bc6d6
* Remove the "deprecated" classesKen Wakasa2012-03-301-118/+1
| | | | | bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
* Fix some obvious compiler warningsTadashi G. Takaoka2012-03-291-4/+5
| | | | Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d
* Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-081-3/+4
| | | | Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144
* Add language switch key only to the phone layoutsTadashi G. Takaoka2012-03-071-0/+21
| | | | | Bug: 5759092 Change-Id: Ic7d7d4812976654c0e85fecabd1128eadfc52c5c
* Omit InputMethodManagerCompatWrapper argument from some utility methodsTadashi G. Takaoka2012-03-051-3/+2
| | | | Change-Id: Ic837018c702c8c575de3e5e81fe8e31fee16fe22
* Make some private method staticTadashi G. Takaoka2011-10-281-2/+1
| | | | Change-Id: Ia23765268be0ef89d7fe7c3f5372ed32d6615765
* Support select input method dialog on pre-HC platformTadashi G. Takaoka2011-07-191-19/+111
| | | | | Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729
* Fix Eclipse warnings.Jean Chalard2011-04-261-3/+3
| | | | | | | This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
* Tweak voice layout for Dogfoodsatok2011-04-201-6/+5
| | | | Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde
* A fix for handling dummy voice subtypessatok2011-04-181-5/+10
| | | | Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191
* Fix for language bar switchingsatok2011-04-141-5/+2
| | | | Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2
* Support language bar swich for InputMethodSubtypesatok2011-04-131-0/+29
| | | | Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93
* Enable VoiceInput even if there is no shortcut subtype supportedsatok2011-04-011-7/+78
| | | | Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6
* Fix a NPE in InputMethodManagerCompatWrappersatok2011-03-251-0/+3
| | | | Change-Id: Ia7c9b7135ba38a8df29464f7776b51d412f71acb
* Fix some compat bugs and add VoiceInputLoggerCompatUtilssatok2011-03-251-3/+6
| | | | Change-Id: I54ed0853ed4423704a300977d7880678e066a6fb
* Added InputMethodInfoCompatWrappersatok2011-03-241-10/+15
| | | | Change-Id: I5f2970e986afbe3b0b24ccf819f57f524e83ef3f
* Add InputMethodServiceCompatWrapper for moving the callback from LatinIME.satok2011-03-231-2/+2
| | | | Change-Id: If6b0180c63738e5e78a20fe5b938ef50d62865d6
* Use reflections for classes related to InputMethodSubtypesatok2011-03-181-0/+115
Change-Id: Ica53ce879c2b4c5eb47f757fb788a795a881c30e