summaryrefslogtreecommitdiff
path: root/core/java/android/service/contentcapture/ContentCaptureService.java
AgeCommit message (Expand)Author
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-05-29Add finish() method to DataShare Read and Write AdaptersYara Hassan
2020-04-09Fix Content Capture Data ShareSergey Volnov
2020-03-29Store hard refences in a static context and pass through only weakSergey Volnov
2020-03-27Moving the NO_SESSION_ID constant from ContentCaptureSession to ContentCaptur...Mihir Patel
2020-02-11Promote System APIs to also be Test APIs for Content Capture DataSergey Volnov
2020-02-07Merge "Send autofill assist structure data to content capture"TreeHugger Robot
2020-02-07Send autofill assist structure data to content captureMihir Patel
2020-02-03Use FrameworkStatsLog instead of StatsLogMuhammad Qureshi
2020-01-29Got rid of cancellation signals in the Content Capture Data SharingSergey Volnov
2020-01-24Use cancellation signals for timeouts and cancel-by-CCService operationsSergey Volnov
2020-01-24Implement data sharing API for Content Capture.Sergey Volnov
2019-05-14Metrics for content capture.Adam He
2019-05-08Renamed UserDataRemovalRequest to DataRemovalRequest.Felipe Leme
2019-04-16Merge "Added example for ContentCaptureService.SERVICE_META_DATA" into qt-dev...Felipe Leme
2019-04-16Merge "Added example for ContentCaptureService.SERVICE_META_DATA" into qt-devTreeHugger Robot
2019-04-15Added example for ContentCaptureService.SERVICE_META_DATAFelipe Leme
2019-04-15DO NOT MERGE - Removed ContentCapture support from standard SDK toolkit.Felipe Leme
2019-04-08Added documentation to note onDisconnected() should not make calls toAdam He
2019-03-28Implemented ContentCaptureConditions APIs.Felipe Leme
2019-03-28Refactored ContentCapture sessions to use an int id.Felipe Leme
2019-03-25Defined new APIs to whitelist content capture for specific URLs.Felipe Leme
2019-03-22Merge "Fixed Content Capture workflow when service package is updated."TreeHugger Robot
2019-03-22Renamed ContentCaptureService.disableContentCaptureServices to disableSelf()Felipe Leme
2019-03-21Fixed Content Capture workflow when service package is updated.Felipe Leme
2019-03-20Added manifest metadata to define the content capture settings activity.Felipe Leme
2019-03-13Changed ContentCapture session lifecycle so session is kept alive when servic...Felipe Leme
2019-03-07Merge "New API: ContentCaptureService.onActivityEvent()"TreeHugger Robot
2019-03-07New API: ContentCaptureService.onActivityEvent()Felipe Leme
2019-03-06Removed some deprecated APIs that use List instead of Set.Felipe Leme
2019-02-20Removed deprecated ContentCaptureEventsRequestFelipe Leme
2019-02-20Optimized Content Capture workflow by caching some state at the application l...Felipe Leme
2019-02-19Changed ContentCaptureManager API so service can only disable itself.Felipe Leme
2019-02-15Initial implementation of ContentCaptureService.setContentCaptureWhitelist()Felipe Leme
2019-02-14Changed ContentCaptureService.setContentCaptureWhitelist() to use Set instead...Felipe Leme
2019-02-12Add new ContentCapture APIs to let apps change the ContentCaptureContext.Felipe Leme
2019-02-04Made ContentCapture APIs available for testing.Felipe Leme
2019-01-31Removed the Content Capture blacklist APIs.Felipe Leme
2019-01-22Implement onUserDataRemovalRequestAdam He
2019-01-16Merge "Added IContentCaptureServiceCallback."TreeHugger Robot
2019-01-15Improved ContentCaptureManagerSession state.Felipe Leme
2019-01-15Implement setContentCaptureEnabled for manually enabling content captureAdam He
2019-01-15Added IContentCaptureServiceCallback.Felipe Leme
2019-01-11Merge changes from topic "cc_virtual_id"TreeHugger Robot
2019-01-11New, minor ContentCapture APIs for virtual views management.Felipe Leme
2019-01-11Merge "Defined a new ContentCapture API: ContentCaptureService.onUserDataRemo...Felipe Leme
2019-01-10Integrate content capture with FLAG_SECUREAdam He
2019-01-10Defined a new ContentCapture API: ContentCaptureService.onUserDataRemovalRequestFelipe Leme
2019-01-04Fixed how session created / removed events are generated.Felipe Leme