summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/voice
Commit message (Collapse)AuthorAgeFilesLines
* Disable voice input if assist is voice serviceJorim Jaggi2015-07-141-0/+10
| | | | | Bug: 22358252 Change-Id: Id4a9de8c5287c5e025d0ccc7f98edd8855db519c
* Implement default assist app settingXiyuan Xia2015-06-103-483/+148
| | | | | | | | | | | | - Add "None" support to AppListPreference - Add DefaultAssistPreference to manage assist; - Add AppListPreferenceWithSettings to show a settings icon; - Implement DefaultAssistPreference based on AppListPreferenceWithSettings; - Move voice input settings into ManageAssist and implement it based on AppListPreferenceWithSettings; Bug:20210110 Change-Id: If283b8b55a46b428ecfa6e45dc2123292b1d4302
* log visibility of viewsChris Wren2015-03-271-0/+6
| | | | | Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
* Fix voice settings to not be broken. :(Dianne Hackborn2015-02-132-10/+7
| | | | | | | | | It was setting the wrong recognizer activity, so when you changed the voice interactor it would break the recognizer but at least it would reset to the default interactor at boot and not still be broken. :p Change-Id: Icfec4f11526528b821e5fd67a6519bf5874ea133
* Fix bug #18104271 Tapping *name* of service in Voice input services does not ↵Fabrice Di Meglio2014-11-101-1/+4
| | | | | | | | | fill in radio button - prevent sending onRadioButtonClicked() if the radio button is already checked - check the new current radio button Change-Id: I7e4457bcba6eb1abf51fbe3902bc0f6df0f4bdcf
* Tweak voice settings strings.Dianne Hackborn2014-08-231-1/+1
| | | | Change-Id: I4cb6badaf2d013d43d87bc8ecdc0763c4e5d6b50
* Fix bug #16958103 android.content.res.Resources$NotFoundException: String ↵Fabrice Di Meglio2014-08-121-1/+80
| | | | | | | | | | resource ID #0x7f080971 - remove the indexing offending part from InputMethodAndLanguageSettings as the strings has been changed - add indexing for VoiceInputSettings Change-Id: Ib8da55c935e00538ad6fff2f2590b0d525140734
* Unify voice interactor and recognizer settings.Dianne Hackborn2014-07-213-0/+607
There is now one settings UI to select both the new voice interactor and old voice recognizer. There are still a few wonky things about this that won't be resolved until we start requiring that all interactors specify an associated recognizer service. Change-Id: Ib702ff717fb28bcb244cb30e49577066ddc9f197