History log of /packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
39b467482d1bf256a111c757e9b7621c6f523271 10-Sep-2015 Jason Monk <jmonk@google.com> Depend on support lib preferences

Bug: 24576551
Change-Id: Ic6190bacd3f7582c9bbc8de972da4612bd92421e
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
86a554091d0705f2152fcf1d78ca1c7720d9842c 02-Jun-2015 Xiyuan Xia <xiyuan@google.com> Implement default assist app setting

- 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
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
ff795ffba80e8a6455f27fab7ad0e8e14e2ec9a4 19-Jul-2014 Dianne Hackborn <hackbod@google.com> Unify voice interactor and recognizer settings.

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
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
df7e99b733d8251217d633319928516a6d0009ff 18-Apr-2014 Dianne Hackborn <hackbod@google.com> New preference for selecting new voice interaction service.

This is currently in addition to the existing Voice Search
preference in this UI. Eventually it will replace that one,
as a superset of its functionality.

Change-Id: I26f1220fa129870cad3ec4152a569a9c494971fb
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
9627a8ea151c1f27e5e9f34592c7b34fea3101c3 23-Sep-2012 Amith Yamasani <yamasani@google.com> Show more settings and add restrictions/dialogs for secondary users

Bug: 7213029 crash in About>Status
Bug: 7212495 hide System updates for second user
Bug: 7212230 nickname editor should select the text
Bug: 7160487 TTS settings
Bug: 7129411 Settings needs visibility changes for secondary users

Change-Id: Ia2d1229c08b392edfa6b671fce4a382410405b14
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
e247cb8299219ea47192e5b0c4b0d2ce46d07d5b 05-Oct-2011 Narayan Kamath <narayan@google.com> Don't hide TTS settings if no recognizer is found.

bug:5412210
Change-Id: I6fdfda7f5f7bcd22acda2fd2b55e0d76f0fab1cd
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
8ba5c42b213c4cd5b8773595fea2a1be6a18d711 31-Aug-2011 Jean Chalard <jchalard@google.com> Update settings wording for ICS

Bug: 5069983
Change-Id: I882aded067e8cc75197f6d3fa5c11388368b6996
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
b44161f3ed9b91f39086247d8efbdac42656b93b 10-Dec-2010 Amith Yamasani <yamasani@google.com> Move Voice input/output settings to Language & keyboard

Bug: 3267042
Change-Id: I127a2e9d11fb70283812e68979bdde3976e32cf9
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
d79934731c8d33f6fc63b21c120b9ffba5d06f54 18-Aug-2010 Amith Yamasani <yamasani@google.com> Refactor settings top level activities to use fragments.

Added a base class SettingsPreferenceFragment from which the settings activities should
be derived so that they can behave like fragments. It contains some commonly called
utility methods and dialog conversion to DialogFragment.

Some of the top-level activities can be launched directly without the left pane.
Settings.java acts as a proxy activity that contains just that settings fragment without
the left pane.

There are still a lot of second and third level activities that need to be fragmentized.
This is just the first pass to test the 2-pane layout.
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
0382a49615e1a409b39d9176c7049e0cd7a66394 04-Mar-2010 Dianne Hackborn <hackbod@google.com> Fix to use application's resources when parsing its XML.
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
effc754719b4aa8b63af9a2ef43c11085df1abd8 23-Feb-2010 Mike LeBeau <mlebeau@android.com> Use flattenToShortString for voice recognizer setting, so as to match what's done
in RecognitionManagerService. Fixes http://b/2463844
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
4c2ffc580c2c920ee172af8e2d0624492c42b159 12-Feb-2010 Mike LeBeau <mlebeau@android.com> Make the one-recognizer case actually work. :) The settings item wasn't
actually getting linked to the recognizer's settings in that case.

Also add a summary line to the line for choosing the recognizer, so you
can see which one is currently selected, in the case that more than one
is installed.

Fix the TTS settings strings to match what we do for voice input.
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
766a19b27883c478ec263eb93dc5cc820b00b7af 12-Feb-2010 Mike LeBeau <mlebeau@android.com> Dynamically populate a list of available recognition services in voice settings,
only showing the option to choose if there is more than one to choose from. Use
the new settingsActivity meta-data to target the appropriate settings activity
for the chosen recognizer.
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java
92c3352f89b1d088d5d3e4602e0c6b733ed0dddf 26-Jan-2010 Mike LeBeau <mlebeau@android.com> Add a new "Voice input & output" top-level section of system settings.
This replaces the existing "Text-to-speech" section, placing that
inside, along with a link to the newly exposed voice search settings
(which will soon be expanded) and a link to the LatinIME settings
(pending a link to a new section in LatinIME for just voice settings,
including the comma setting and a new input language setting).

The VoiceSearch and LatinIME links are smart enough to remove themselves
if those don't exist on the device.
/packages/apps/Settings/src/com/android/settings/VoiceInputOutputSettings.java