aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/deprecated/VoiceProxy.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the "deprecated" classesKen Wakasa2012-03-301-854/+0
| | | | | bug: 6129704 Change-Id: Ib27f2774444e1f084b19be3fe6f56d25dffa7084
* Split Utils class to StringUtils, SubtypeUtils, and JniUtilsTadashi G. Takaoka2012-03-081-3/+3
| | | | Change-Id: I09e91675fe7d573dad8c933ad513b21d7e409144
* Resolve a todoJean Chalard2012-03-061-4/+13
| | | | | | | This exports some voiceproxy complexity to voiceproxy rather than keeping it in latinime Change-Id: I0b3523e77af4104cc3ed28417956059c734c8bfe
* Remove a useless methodJean Chalard2012-03-021-38/+0
| | | | Change-Id: Ic00520b18f74838fe1002a679952f62bc7226c15
* Give LastComposedWord knowledge of the separator (A2)Jean Chalard2012-02-211-1/+2
| | | | | | | | | | 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
* Cleanup redundant methods of KeyboardSwitcherTadashi G. Takaoka2012-01-311-19/+21
| | | | Change-Id: I2ebeb8852177f6c6e30578d0bb3f372f488dc6c1
* Pending onStartInputView only if the EditorInfo is identicalTadashi G. Takaoka2011-11-211-5/+5
| | | | | Bug: 5604372 Change-Id: I2a88cf15b07eebd29e43e460f6ec758432181b01
* Move SharedPreferencesCompat to com.android.inputmethod.compatsatok2011-09-301-1/+1
| | | | Change-Id: Ied336339b8eb3643f14517c251b07c09398f61fe
* Fix NPE in settingssatok2011-09-071-2/+2
| | | | | Bug: 5246032 Change-Id: I452dab9bf863fb8cba142467f338088ee8b30283
* Fix NPETadashi G. Takaoka2011-07-221-21/+44
| | | | | Bug: 5067161 Change-Id: I466d40fc1bffa01efc1205a47b3330ae6f30bc66
* Disable VoiceInputLogger inside LatinIMETadashi G. Takaoka2011-07-221-57/+72
| | | | | Bug: 4985273 Change-Id: I6c70e50a58be0973f78c6a1abc1fb4eac5449c0b
* Revert "Guard unused voice functions"Tadashi G. Takaoka2011-07-211-68/+57
| | | | | This reverts commit 795a712ecf1847251c2da02351e0812a2b5d4bb9. Bug: 4985273
* Guard unused voice functionssatok2011-07-211-57/+68
| | | | | Bug: 4985273 Change-Id: I9491b4af24e636cba6362cdde44568d14f7b2b85
* Support select input method dialog on pre-HC platformTadashi G. Takaoka2011-07-191-1/+1
| | | | | Bug: 4971680 Change-Id: I641b336da54813e13409bd7874aa22e51f790729
* Move CandidateView into input viewTadashi G. Takaoka2011-05-241-2/+2
| | | | | Bug: 4175031 Change-Id: I95f379b9943d1dcab1dc5527b6e5ac5abd58e280
* Remove CandidatesView related method call from voice imeTadashi G. Takaoka2011-05-231-4/+4
| | | | Change-Id: I33ccf2c141d94437b175222b9e65c0b4e2671a35
* Fix copyright author from Google to AOSPTadashi G. Takaoka2011-05-201-1/+1
| | | | Change-Id: Iaceedc783181e43af6dd48ece218a42eace66532
* Fix Eclipse warnings.Jean Chalard2011-04-261-6/+6
| | | | | | | This change is only there to fix warning issued by Eclipse. It should have absolutely no impact on the program logic. Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
* Enable VoiceInput even if there is no shortcut subtype supportedsatok2011-04-011-1/+11
| | | | Change-Id: I1d455348f56d73ecb942f22c2bbd03f240b489a6
* Renamed Proxy classessatok2011-03-241-0/+832
- VoiceConnector to VoiceProxy - VoiceInputConnector to VoiceInputWrapper - VoiceLoggerConnector to VoiceLoggerWrapper Change-Id: I908ddc590c8846cf5cbd80b9c0257cb65c638bde