History log of /packages/apps/Settings/src/com/android/settings/utils/VoiceSettingsActivity.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/utils/VoiceSettingsActivity.java
2dbeb423a91e63e7ccdb67b11d35a841bd8b8bab 04-Aug-2015 Dianne Hackborn <hackbod@google.com> Fix issue #22860466: viapi security bug - rubber stamping in nested VIs

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
/packages/apps/Settings/src/com/android/settings/utils/VoiceSettingsActivity.java
c54782071ad7d595162040c3471e5ed416fb52a3 24-May-2015 Barnaby James <bjames@google.com> Fix TTS for Zen mode voice activity.

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
/packages/apps/Settings/src/com/android/settings/utils/VoiceSettingsActivity.java
0474b723e1118fe99a26cd1d1452f181a4d74ba7 11-May-2015 Barnaby James <bjames@google.com> Simplify Zen mode voice activity.

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
/packages/apps/Settings/src/com/android/settings/utils/VoiceSettingsActivity.java
6e042caff2553c8f108936e8b0b6de732fe5407c 21-Apr-2015 Barnaby James <bjames@google.com> Add toast notification to VoiceSettingsActivity.

Change-Id: Ic007b2eda8d082cf27e4aa4edf19b5387edb4b74
/packages/apps/Settings/src/com/android/settings/utils/VoiceSettingsActivity.java
f79e2d11f5ada36705bef1deb58f0f42504ef327 16-Apr-2015 Barnaby James <bjames@google.com> UI Tweaks to Zen Mode Voice Activity.

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
/packages/apps/Settings/src/com/android/settings/utils/VoiceSettingsActivity.java
c55ea15bc0d9297417a4f1d886b9c188b6bf19b5 13-Apr-2015 Barnaby James <bjames@google.com> Add activities to support voice settings.

Adds Voice Interaction Activities for:
- Do not disturb mode (with interaction)
- Battery Saver mode
- Airplane mode

Change-Id: I4480dc3a30975d94b71714ff58fbeebddfbc1c58
/packages/apps/Settings/src/com/android/settings/utils/VoiceSettingsActivity.java