aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/deprecated/VoiceProxy.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove the "deprecated" classes•••bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084 Ken Wakasa2012-03-301-854/+0
* Split Utils class to StringUtils, SubtypeUtils, and JniUtils•••Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144 Tadashi G. Takaoka2012-03-081-3/+3
* Resolve a todo•••This exports some voiceproxy complexity to voiceproxy rather than keeping it in latinime Change-Id: I0b3523e77af4104cc3ed28417956059c734c8bfe Jean Chalard2012-03-061-4/+13
* Remove a useless method•••Change-Id: Ic00520b18f74838fe1002a679952f62bc7226c15 Jean Chalard2012-03-021-38/+0
* Give LastComposedWord knowledge of the separator (A2)•••This stores the separator that was used to commit the word in the LastComposedWord. It may be NOT_A_SEPARATOR if there was no separator (for example, the cursor moved causing a commit, or there was a manual pick). This is necessary to implement feature request #5968922. Change-Id: I5fcf19a78ec66d68d4df89418eaef13952588207 Jean Chalard2012-02-211-1/+2
* Cleanup redundant methods of KeyboardSwitcher•••Change-Id: I2ebeb8852177f6c6e30578d0bb3f372f488dc6c1 Tadashi G. Takaoka2012-01-311-19/+21
* Pending onStartInputView only if the EditorInfo is identical•••Bug: 5604372 Change-Id: I2a88cf15b07eebd29e43e460f6ec758432181b01 Tadashi G. Takaoka2011-11-211-5/+5
* Move SharedPreferencesCompat to com.android.inputmethod.compat•••Change-Id: Ied336339b8eb3643f14517c251b07c09398f61fe satok2011-09-301-1/+1
* Fix NPE in settings•••Bug: 5246032 Change-Id: I452dab9bf863fb8cba142467f338088ee8b30283 satok2011-09-071-2/+2
* Fix NPE•••Bug: 5067161 Change-Id: I466d40fc1bffa01efc1205a47b3330ae6f30bc66 Tadashi G. Takaoka2011-07-221-21/+44
* Disable VoiceInputLogger inside LatinIME•••Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b Tadashi G. Takaoka2011-07-221-57/+72
* Revert "Guard unused voice functions"•••This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273 Tadashi G. Takaoka2011-07-211-68/+57
* Guard unused voice functions•••Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85 satok2011-07-211-57/+68
* Support select input method dialog on pre-HC platform•••Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729 Tadashi G. Takaoka2011-07-191-1/+1
* Move CandidateView into input view•••Bug: 4175031 Change-Id: I95f379b9943d1dcab1dc5527b6e5ac5abd58e280 Tadashi G. Takaoka2011-05-241-2/+2
* Remove CandidatesView related method call from voice ime•••Change-Id: I33ccf2c141d94437b175222b9e65c0b4e2671a35 Tadashi G. Takaoka2011-05-231-4/+4
* Fix copyright author from Google to AOSP•••Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532 Tadashi G. Takaoka2011-05-201-1/+1
* 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-6/+6
* Enable VoiceInput even if there is no shortcut subtype supported•••Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6 satok2011-04-011-1/+11
* Renamed Proxy classes•••- VoiceConnector to VoiceProxy - VoiceInputConnector to VoiceInputWrapper - VoiceLoggerConnector to VoiceLoggerWrapper Change-Id: I908ddc590c8846cf5cbd80b9c0257cb65c638bde satok2011-03-241-0/+832