summaryrefslogtreecommitdiff
path: root/core/java/android/service/contentcapture/ContentCaptureService.java
Commit message (Expand)AuthorAgeFilesLines
* Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.Joanne Chung2021-07-071-6/+6
* Remove @TestApi from @SystemApi symbolsAnton Hansson2020-10-201-3/+0
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-2/+2
* Add finish() method to DataShare Read and Write AdaptersYara Hassan2020-05-291-4/+7
* Fix Content Capture Data ShareSergey Volnov2020-04-091-1/+1
* Store hard refences in a static context and pass through only weakSergey Volnov2020-03-291-9/+73
* Moving the NO_SESSION_ID constant from ContentCaptureSession to ContentCaptur...Mihir Patel2020-03-271-1/+1
* Promote System APIs to also be Test APIs for Content Capture DataSergey Volnov2020-02-111-0/+1
* Merge "Send autofill assist structure data to content capture"TreeHugger Robot2020-02-071-2/+4
|\
| * Send autofill assist structure data to content captureMihir Patel2020-02-071-2/+4
* | Use FrameworkStatsLog instead of StatsLogMuhammad Qureshi2020-02-031-2/+2
|/
* Got rid of cancellation signals in the Content Capture Data SharingSergey Volnov2020-01-291-29/+6
* Use cancellation signals for timeouts and cancel-by-CCService operationsSergey Volnov2020-01-241-5/+22
* Implement data sharing API for Content Capture.Sergey Volnov2020-01-241-0/+113
* Metrics for content capture.Adam He2019-05-141-6/+67
* Renamed UserDataRemovalRequest to DataRemovalRequest.Felipe Leme2019-05-081-12/+10
* Merge "Added example for ContentCaptureService.SERVICE_META_DATA" into qt-dev...Felipe Leme2019-04-161-5/+22
|\
| * Merge "Added example for ContentCaptureService.SERVICE_META_DATA" into qt-devTreeHugger Robot2019-04-161-5/+22
| |\
| | * Added example for ContentCaptureService.SERVICE_META_DATAFelipe Leme2019-04-151-5/+22
| |/ |/|
| * DO NOT MERGE - Removed ContentCapture support from standard SDK toolkit.Felipe Leme2019-04-151-8/+8
|/
* Added documentation to note onDisconnected() should not make calls toAdam He2019-04-081-2/+3
* Implemented ContentCaptureConditions APIs.Felipe Leme2019-03-281-5/+11
* Refactored ContentCapture sessions to use an int id.Felipe Leme2019-03-281-20/+20
* Defined new APIs to whitelist content capture for specific URLs.Felipe Leme2019-03-251-0/+27
* Merge "Fixed Content Capture workflow when service package is updated."TreeHugger Robot2019-03-221-1/+0
|\
| * Fixed Content Capture workflow when service package is updated.Felipe Leme2019-03-211-1/+0
* | Renamed ContentCaptureService.disableContentCaptureServices to disableSelf()Felipe Leme2019-03-221-3/+3
|/
* Added manifest metadata to define the content capture settings activity.Felipe Leme2019-03-201-0/+15
* Changed ContentCapture session lifecycle so session is kept alive when servic...Felipe Leme2019-03-131-4/+5
* Merge "New API: ContentCaptureService.onActivityEvent()"TreeHugger Robot2019-03-071-1/+26
|\
| * New API: ContentCaptureService.onActivityEvent()Felipe Leme2019-03-071-1/+26
* | Removed some deprecated APIs that use List instead of Set.Felipe Leme2019-03-061-14/+0
|/
* Removed deprecated ContentCaptureEventsRequestFelipe Leme2019-02-201-12/+0
* Optimized Content Capture workflow by caching some state at the application l...Felipe Leme2019-02-201-12/+14
* Changed ContentCaptureManager API so service can only disable itself.Felipe Leme2019-02-191-0/+18
* Initial implementation of ContentCaptureService.setContentCaptureWhitelist()Felipe Leme2019-02-151-11/+17
* Changed ContentCaptureService.setContentCaptureWhitelist() to use Set instead...Felipe Leme2019-02-141-10/+25
* Add new ContentCapture APIs to let apps change the ContentCaptureContext.Felipe Leme2019-02-121-3/+3
* Made ContentCapture APIs available for testing.Felipe Leme2019-02-041-0/+2
* Removed the Content Capture blacklist APIs.Felipe Leme2019-01-311-76/+0
* Implement onUserDataRemovalRequestAdam He2019-01-221-0/+11
* Merge "Added IContentCaptureServiceCallback."TreeHugger Robot2019-01-161-14/+61
|\
| * Added IContentCaptureServiceCallback.Felipe Leme2019-01-151-14/+61
* | Improved ContentCaptureManagerSession state.Felipe Leme2019-01-151-11/+12
* | Implement setContentCaptureEnabled for manually enabling content captureAdam He2019-01-151-0/+5
|/
* Merge changes from topic "cc_virtual_id"TreeHugger Robot2019-01-111-5/+5
|\
| * New, minor ContentCapture APIs for virtual views management.Felipe Leme2019-01-111-5/+5
* | Merge "Defined a new ContentCapture API: ContentCaptureService.onUserDataRemo...Felipe Leme2019-01-111-0/+11
|\ \
| * | Defined a new ContentCapture API: ContentCaptureService.onUserDataRemovalRequestFelipe Leme2019-01-101-0/+11
| |/
* / Integrate content capture with FLAG_SECUREAdam He2019-01-101-3/+12
|/