summaryrefslogtreecommitdiff
path: root/core/java/android/view/contentcapture/ContentCaptureContext.java
Commit message (Expand)AuthorAgeFilesLines
* Do not flush when sending view tree appearing event.Kai Li2023-03-221-2/+11
* Revert "Revert "Migrate unsafe parcel APIs in framework-minus-apex""Bernardo Rufino2022-01-191-2/+2
* Revert "Migrate unsafe parcel APIs in framework-minus-apex"Bernardo Rufino2022-01-121-2/+2
* Migrate unsafe parcel APIs in framework-minus-apexBernardo Rufino2021-12-151-2/+2
* Merge "Content Capture change to send window token on creating session." into...Adam He2021-09-221-2/+25
|\
| * Content Capture change to send window token on creating session.Adam He2021-09-221-2/+25
* | Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.Joanne Chung2021-07-071-2/+2
|/
* Update ContentCaptureContext to have a token informationJoanne Chung2021-03-021-14/+32
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-9/+0
* Moving the NO_SESSION_ID constant from ContentCaptureSession to ContentCaptur...Mihir Patel2020-03-271-1/+1
* Minor javadoc fixes.Felipe Leme2019-04-191-0/+1
* Merge "Refactored ContentCapture sessions to use an int id."Felipe Leme2019-03-291-6/+8
|\
| * Refactored ContentCapture sessions to use an int id.Felipe Leme2019-03-281-6/+8
* | Improved Content Capture and LocusId javadocs.Felipe Leme2019-03-271-4/+5
|/
* Added @Nullable to ContentCaptureContext.getLocusId()Felipe Leme2019-03-191-1/+1
* Changed ContentCapture session lifecycle so session is kept alive when servic...Felipe Leme2019-03-131-3/+25
* Minor changes on LocusId APIs.Felipe Leme2019-03-041-4/+3
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* Autofill, Content Capture, and Augmented Autofill API fixes:Felipe Leme2019-02-281-0/+4
* Changes on the ContentCaptureContext APIs.Felipe Leme2019-02-151-101/+60
* Made ContentCapture APIs available for testing.Felipe Leme2019-02-041-1/+12
* Implement getting displayId from ActivityManagerAdam He2019-01-311-2/+4
* New ContentCapture API: ContentCatpureContext.actionFelipe Leme2019-01-231-6/+50
* Added argument checking on ContentCaptureContext.Felipe Leme2019-01-231-6/+20
* Moved createContentCaptureSession() to ContentCaptureSession.Felipe Leme2018-12-201-6/+33
* Another round of changes on Content Capture.Felipe Leme2018-12-141-0/+333