summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/utils
Commit message (Collapse)AuthorAgeFilesLines
* Settings: ask telephony for network selectionRoman Birg2016-03-151-0/+231
| | | | | | | | | | | | When configuring profiles and selecting a network mode override, ask Telephony to provide the UI for showing the proper network modes. After the user has selected it, we receive the result, and save it in the profile. Ref: CYNGNOS-1463 Change-Id: I866ed1bc1c915ae00804b07dbbafa86e679a5fa7 Signed-off-by: Roman Birg <roman@cyngn.com>
* Fix issue #22860466: viapi security bug - rubber stamping in nested VIsDianne Hackborn2015-08-031-2/+2
| | | | | | | | | | | | | The settings activities that get launched directly by voice now protect themselves to only execute if they were actually directly launched by the voice interaction service, rather than allowing any activity currently under voice control to abuse them. Note the original code also allowed them to execute regardless of whether they were running under voice, since it allowed for a null saved state. I assume that was a mistake, so have removed it. Change-Id: Ib2269a7ee13016d300afba7fa257bfaca8990fab
* Fix TTS for Zen mode voice activity.Barnaby James2015-05-241-1/+6
| | | | | | | | | | | | Don't finish activity until TTS has finished. Incorrect TTS for mix of hours / mins - e.g. 1 hour 45 minutes. Improve the description of TTS strings for translators. BUG: 20248251 BUG: 21413212 BUG: 21411622 Change-Id: Id2693ea82b76492216147012216ba07ce75a9d12
* Simplify Zen mode voice activity.Barnaby James2015-05-114-301/+0
| | | | | | | | Zen mode voice activity now only sets the notification mode to alarms mode or off. A duration may be specified if it was in the original intent. Change-Id: Ica472ca9c6dcbce473832f4f922baf225df4951b Bug: 21024455
* Add toast notification to VoiceSettingsActivity.Barnaby James2015-04-211-2/+14
| | | | Change-Id: Ic007b2eda8d082cf27e4aa4edf19b5387edb4b74
* UI Tweaks to Zen Mode Voice Activity.Barnaby James2015-04-162-1/+26
| | | | | | | | | | | Small cleanup of the UI / strings. - Cleanup of string constant names. - Add a specific string for ZenModeVoiceActivity label. - Change look of list position indicators. - Add optional header to VoiceSettingsActivity. - Fix NPE in some cases when disabling Zen mode. Change-Id: Ic09ee2b1b5a50891b5447c2db0e3de3c475696bf
* Add activities to support voice settings.Barnaby James2015-04-134-0/+344
Adds Voice Interaction Activities for: - Do not disturb mode (with interaction) - Battery Saver mode - Airplane mode Change-Id: I4480dc3a30975d94b71714ff58fbeebddfbc1c58