aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/voice/VoiceIMEConnector.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove Tutorial class and unused debug feature•••This change also cleanups compiler warnings. Bug: 2897373 Change-Id: If972cf45c1eb40436adbddbf71969e5409f4c9c5 Tadashi G. Takaoka2010-12-101-12/+12
* Refactor LatinKeyboard and LatinKey•••This change also moves KeyboardSwitcher and related classes to com.android.inputmethod.keyboard package. Multi project change with Ib23017b2 Change-Id: Id7d54b24615fe22ebb540ca847549909e346ee24 Tadashi G. Takaoka2010-12-021-1/+1
* Move some inner static class to top class in new package•••This change introduces new package com.android.inputmethod.keyboard which hosts keyboard related classes. Also adds missing @Override and @SuppressWarning("unused") annotation Change-Id: I0317f5cfa317e13f3c77815f48ffc69b5d1ade05 Tadashi G. Takaoka2010-12-021-1/+2
* Update the voice input warning dialog message string.•••Updated the relevant settings menu as well. bug: 3194809 Change-Id: Ibcd00fcf32f82b7733da155ef6e15e389d53c645 Ken Wakasa2010-12-011-8/+96
* Cleanup unused Java import•••This change also fixes wrong file mode. Change-Id: Ifcf4c9444ddcdc62d2e4b394891d6eee135c1e8f Tadashi G. Takaoka2010-11-291-1/+1
* Preload SharedPreferences at start.•••bug: 3207554 Change-Id: I84072461aee9675cc67897de03f89e9c0036bc1f Ken Wakasa2010-11-261-5/+4
* Fix a bug at showing warning dialog at the first time when IME is trigerred i...•••bug: 3226268 Change-Id: Ife7c752ad309ef796d9b7cc32517f00c2bb2af34 satok2010-11-241-5/+46
* Enabled to change the current subtype to voice input subtypes•••bug: 3201828 Change-Id: I4450cbc8ba8829060d702564889c735f1326cf23 satok2010-11-231-4/+26
* Refactor to move voice functionarities in LatinIME to VoiceIMEConnector•••Change-Id: I593a8187d48338c9c0e7d75c73c2dbfc32400335 satok2010-11-231-0/+537