History log of /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
4c249ff7a07e6de0cf26b7416a5b0c321ad5ad9a 08-Jul-2016 Annie Chin <afchin@google.com> Set mContext scope to protected.

Bug: 29582254
Change-Id: I5c9861373b712a4bd9e5f1fba1e638d1ff6be170
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
ecb9f3e9b810c6d59d31e8bdeff6cc174d170792 28-Jun-2016 Annie Chin <afchin@google.com> Add callbacks to VoiceInteractionManagerService

Bug: 29582254

Change-Id: I548d01bd1c7e261b2d2e0afd606d964e5553124e
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
937a991be46c355f57dcb5cebf9ff645fe87633f 31-May-2016 Annie Chin <afchin@google.com> Add createAssistManager() method to SystemUIFactory

Bug: 29045300
Change-Id: Ic912066944e3aed377fcc6af223b585c5ba3840c
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
5ccae1fb7591178ee144836ceec5025c35dd0b04 25-Apr-2016 Dan Sandler <dsandler@android.com> Don't generate stack in logcat if assistant missing.

Low ram devices don't have assistants. Worth noting, but not
making a big stink about it.

Change-Id: I5a49be99bf688a5f1b800a1124b14a589ecf5b52
Fixes: 27210719
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
528e4684920077f3864648fa33c712abf23a333f 11-Sep-2015 Yohei Yukawa <yukawa@google.com> Remove unused content observer from AssistManager.

Since I45e58de5f48e3769f114ff830d62c287d2b04d4f we always look up
Settings.Secure.ASSISTANT just before the assist activity is launched.
Hence we don't need to monitor following runtime data anymore.
- changes of Settings.Secure.ASSISTANT with a content observer
- switches of the current user id

The primary goal of this CL is to make it clearer that we are lazily
resolving the content of Settings.Secure.ASSISTANT by removing
unnecessary code. No user visible behavior change is intended.

Bug: 23097413
Change-Id: I079807db761c5543ba666c427d9b074794becf6e
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
19695d97118d74aa7f54ba09b178e65378825cc0 21-Jul-2015 Jorim Jaggi <jjaggi@google.com> Add callback to voice interaction session for lockscreen shown

Bug: 22402726
Change-Id: Iaf83e2f2b0389d74b6ecf480aa91a34443803f7b
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
17f693520da8977c4a60f5b4be3be035cba7146c 18-Jul-2015 Dianne Hackborn <hackbod@google.com> Fix issue #22531747: Assist info should declare if user has disabled...

...context and/or screenshot

Added new API to find out what contextual data has been globally disabled.

Also updated various documentation to make it clear what kind of contextual
data you will get (and when it will be null).

Also added a new Activity.showAssist() API because... well, I was already
in there, it was easy to do, it is safe, and maybe people will build cool
things with it.

Change-Id: Ia553d6bcdd098dc0fce4b9237fbfaca9652fc74b
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
165ce066b701ba0153000f0692bfc7032655d17d 07-Jul-2015 Jorim Jaggi <jjaggi@google.com> Fix assist for hardware long-press

Activating the assistant will now route through SysUI, so
we have the logic whether to start an activity or to start a voice
interaction session in one single place.

Bug: 22201770
Change-Id: I0f4699533aea2a1e595ee25a844434c82f548c01
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
6ef5898793ea5cda3767c219bd8a2c564991747c 30-Jun-2015 Jorim Jaggi <jjaggi@google.com> Don't show orb when voice session is already running

Bug: 22195186
Change-Id: I7839536d2f6362889a924b65011d80556f0176b8
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
7e6571f13da776dca4966dee0159e7741102fca9 25-Jun-2015 Jorim Jaggi <jjaggi@google.com> Use long press of KeyButtonView to invoke assist

This makes sure that accessibility is handled properly.

Bug: 18778078
Change-Id: I967b387aabff973b5a9fea649a805540ee08eea8
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
9a634991cf5fe5c8c44b643554330c87d7672e4a 23-Jun-2015 Selim Cinek <cinek@google.com> Fixed a bug where the AssistComponent was outdated

It also wasn’t updated when switching users.

Bug: 22005038
Change-Id: I45e58de5f48e3769f114ff830d62c287d2b04d4f
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
4f43dc042bf76ec6c3b340b2297dec7c4cdd9098 18-Jun-2015 Adrian Roos <roosa@google.com> Assist disclosure

Add an animation that discloses delivery
of contextual data to the assist component.

Also fixes a bug where contextual data was
delivered to legacy assist activities even
though the user explicitly disabled context.

Bug: 21568059
Change-Id: I27dfaa36e2f677b0d73acfa4730f0f4ea3486919
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
e91750804a5fb4e7beb4f34f2ba40825e4a28e93 15-Jun-2015 Adrian Roos <roosa@google.com> Add AssistUtils

Enables code sharing with Settings for consistent
default value handling.

Bug: 21780590
Change-Id: I669b673f90fab503ae0c2179f09ebac9592bd33a
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
fb6b19c84cf818e070489fc68affd62ca4b713ed 11-Jun-2015 Jorim Jaggi <jjaggi@google.com> Disable swipe-up gesture to invoke assist

Bug: 21754666
Change-Id: If76b9a6331f64d09df4ac1fc6c433bfac42e3f13
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
e6de8b9ad4e646fc741b4907b86f1b5a5532257d 07-Jun-2015 Xiyuan Xia <xiyuan@google.com> Add setting for assistant

- Add assistant setting in Settings.Secure;
- If the assistant setting is missing, start assistant as current behavior;
- If the setting is present, start assistant use the setting value;

Bug:20210110
Change-Id: I946fbb504452e445879ad688130a1570b857b9c5
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
b835dd7641c60cd5d2b372331ffc19f7165244bd 08-Jun-2015 Jorim Jaggi <jjaggi@google.com> Close assist when launching intents from notification shade

Bug: 21035363
Change-Id: I51a6dbe5f0d93aaf81a38d1f1afacaaeaf7732e2
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
537bb5fce785c3433540e047c0ccaae3b286f55e 05-Jun-2015 Jorim Jaggi <jjaggi@google.com> Fix vibration for assist gesture

Bug: 21549531
Change-Id: I038dd29228646ce6d08da8543c59823cfbb21167
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
b05f5739bb62870f3d23d02c10fbbbaacbee93d4 12-May-2015 Selim Cinek <cinek@google.com> Fixed a crash with the voice interaction service

Bug: 20925281
Change-Id: I136014ebc12c3afcb154722a8fec44b1d5f003e9
(cherry picked from commit 64904d39f8062b026c2d4c09c9a5a26532e60bb6)
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java
e70d6535237d2e6f03adcd0bdc11e45ea714dc97 25-Apr-2015 Selim Cinek <cinek@google.com> The voice assist may now be launched above the lockscreen

A possibility was introduced to launch voice assist over
the lockscreen using the left keyguard affordance.

Change-Id: Ic4618d24256b65441a50d77d0ef59b0ec99b6ead
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/AssistManager.java