History log of /frameworks/base/core/java/android/app/assist/AssistContent.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a5381085d399bd7e78a5f8df4a3e5e74ee90676d 12-Nov-2015 Adam Skory <skory@google.com> Make isAppProvidedWebUri false from setDefaultIntent()

Just assign mUri directly instead of calling setUri()
to avoid flipping mIsAppProvidedWebUri to true exactly
when it shouldn't be.

Also, make sure the boolean gets un/parceled.

Bug: 25952056

Change-Id: I973e585d04a73c2b7eab5975ea7f2b447b270c26
/frameworks/base/core/java/android/app/assist/AssistContent.java
dfc23dd185d291c796f2939e4f8be0a8efc17ccb 30-Oct-2015 Dianne Hackborn <hackbod@google.com> Add API to determine if the app supplied a web URI.

Change-Id: I60aa39b9db822fe46ddd57ef5483b5708cf21422
/frameworks/base/core/java/android/app/assist/AssistContent.java
593334ab70a8341c7d24d71a377ab5617e3f4ab7 30-Jun-2015 Dianne Hackborn <hackbod@google.com> Fix issue #22124996: VI: Command Request not Active

Just forgot to add the request to the active set.

Also eradicate a bunch of old cruft that has been replaced
by the final APIs, and improve voice interaction test to
sit fully on top of the final APIs and have a test for
command request.

Change-Id: Ieff7a6165ebf2a4c5fb80c1ebd020511a2ae63ee
/frameworks/base/core/java/android/app/assist/AssistContent.java
16036f26847f3f1a88a093fb776bf081008ff8d8 22-Jun-2015 Dianne Hackborn <hackbod@google.com> Fix issue #20654534: API Review: android.app.assist

Remove the old classes.

Change-Id: I949350cadc5fc304e2651d7db0ffd38e45db9b6e
/frameworks/base/core/java/android/app/assist/AssistContent.java
69c6adc96eecfde74ceb83cf9177428dc08b6067 02-Jun-2015 Dianne Hackborn <hackbod@google.com> More API changes.

Start moving Assist* stuff to android.app.assist.

Clean up some more of the VoiceInteractionSession APIs.

Clearly document that finish() is not the same as hide(),
always call hide() instead, and fix the finish() path to
also always do a hide to make sure everything is cleaned
up correctly.

Change-Id: I962d4069fcb34fe89547a95d395ae1b9fa3b4148
/frameworks/base/core/java/android/app/assist/AssistContent.java