Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up compatible utility classes•••Change-Id: I95a682052037d292801477db0f05e04926b61412 | 2014-08-04 | 1 | -1/+1 | |
* | Use shouldOfferSwitchingToNextInputMethod when available•••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 | 2014-04-28 | 1 | -0/+11 | |
* | Small code cleanups•••Multi-project commit with I249d5fbe Change-Id: Ia28c4e970992aa1299a30e604eaa5d096655c3a5 | 2013-01-07 | 1 | -2/+4 | |
* | Enhance ImfUtils to InputMethodManagerWrapper class•••Change-Id: I6ff86ee819a446dd3ed5f9c3400d23564027b020 | 2012-11-12 | 1 | -36/+4 | |
* | Cleanup: Make some classes as final•••Change-Id: I6009b3c1950ba32b7f1e205a3db2307fe0cd688e | 2012-09-27 | 1 | -1/+1 | |
* | Cleanup InputMethodManagerCompatWrapper•••Change-Id: Id3b84ee19bb504ed8fbb398e260cc663a5b5ae0d | 2012-04-18 | 1 | -40/+6 | |
* | Utilize InputMethodSubtype and additional subtype•••* Remove de_QY and fr_CH from supported subtypes * Add de-qwerty and fr-qwertz predefined additional subtypes instead. Change-Id: I49e8ba0299529302f2b91b4d018b07304cdd6897 | 2012-04-13 | 1 | -0/+4 | |
* | Refatcor InputMethodSubtype related stuff a bit•••Change-Id: Iaded72331660afbaeddda085f2b633b681d4b6df | 2012-04-13 | 1 | -4/+7 | |
* | Add private constructor to utility classes•••Bug: 6129704 Change-Id: I52925ae7bd80683f63efc48649448865a5654f41 | 2012-04-03 | 1 | -0/+4 | |
* | Remove InputMethodServiceCompatWrapper•••Bug: 6129704 Change-Id: I76f2854e27623be940a711d0d48fd3f90132141c | 2012-04-03 | 1 | -1/+2 | |
* | Remove InputMethodSubtypeCompatWrapper•••Bug: 6129704 Change-Id: I8f84f0f61a2205ac1fcd1cd40e3a586ee535282d | 2012-04-03 | 1 | -60/+12 | |
* | Remove CAN_HANDLE_ON_CURRENT_INPUT_METHOD_SUBTYPE_CHANGED boolean•••Bug: 6129704 Change-Id: I7643e656c6e7656eff339cc301dd32f34dee83a4 | 2012-04-02 | 1 | -76/+4 | |
* | Remove InputMethodInfoCompatWrapper•••Bug: 6129704 Change-Id: I0eca1ee7d1769ddc44f93c50f0723196299bc6d6 | 2012-04-02 | 1 | -22/+12 | |
* | Remove the "deprecated" classes•••bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084 | 2012-03-30 | 1 | -118/+1 | |
* | Fix some obvious compiler warnings•••Change-Id: I10a634f7492b45d5a72345f14d36cf341946387d | 2012-03-29 | 1 | -4/+5 | |
* | Split Utils class to StringUtils, SubtypeUtils, and JniUtils•••Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144 | 2012-03-08 | 1 | -3/+4 | |
* | Add language switch key only to the phone layouts•••Bug: 5759092 Change-Id: Ic7d7d4812976654c0e85fecabd1128eadfc52c5c | 2012-03-07 | 1 | -0/+21 | |
* | Omit InputMethodManagerCompatWrapper argument from some utility methods•••Change-Id: Ic837018c702c8c575de3e5e81fe8e31fee16fe22 | 2012-03-05 | 1 | -3/+2 | |
* | Make some private method static•••Change-Id: Ia23765268be0ef89d7fe7c3f5372ed32d6615765 | 2011-10-28 | 1 | -2/+1 | |
* | Support select input method dialog on pre-HC platform•••Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729 | 2011-07-19 | 1 | -19/+111 | |
* | 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 | 2011-04-26 | 1 | -3/+3 | |
* | Tweak voice layout for Dogfood•••Change-Id: Ic51a044901a63c4cec907163e35cd5e458f36dde | 2011-04-20 | 1 | -6/+5 | |
* | A fix for handling dummy voice subtypes•••Change-Id: I75d4d1625e0925d01ae84c9577e15087d83e4191 | 2011-04-18 | 1 | -5/+10 | |
* | Fix for language bar switching•••Change-Id: Id3974642b62b012968c537eff7c1a7ee37e2def2 | 2011-04-14 | 1 | -5/+2 | |
* | Support language bar swich for InputMethodSubtype•••Change-Id: Ie49f0c1c7aea135331dc1d4a635197b3f4a96e93 | 2011-04-13 | 1 | -0/+29 | |
* | Enable VoiceInput even if there is no shortcut subtype supported•••Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6 | 2011-04-01 | 1 | -7/+78 | |
* | Fix a NPE in InputMethodManagerCompatWrapper•••Change-Id: Ia7c9b7135ba38a8df29464f7776b51d412f71acb | 2011-03-25 | 1 | -0/+3 | |
* | Fix some compat bugs and add VoiceInputLoggerCompatUtils•••Change-Id: I54ed0853ed4423704a300977d7880678e066a6fb | 2011-03-25 | 1 | -3/+6 | |
* | Added InputMethodInfoCompatWrapper•••Change-Id: I5f2970e986afbe3b0b24ccf819f57f524e83ef3f | 2011-03-24 | 1 | -10/+15 | |
* | Add InputMethodServiceCompatWrapper for moving the callback from LatinIME.•••Change-Id: If6b0180c63738e5e78a20fe5b938ef50d62865d6 | 2011-03-23 | 1 | -2/+2 | |
* | Use reflections for classes related to InputMethodSubtype•••Change-Id: Ica53ce879c2b4c5eb47f757fb788a795a881c30e | 2011-03-18 | 1 | -0/+115 |