summaryrefslogtreecommitdiff
path: root/core/java/android/view/contentcapture/ContentCaptureSession.java
AgeCommit message (Expand)Author
2021-06-18Fix potential null error in clearEvents.Adam He
2020-09-15Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-07-10Fixed ContentCaptureSession javadoc.felipeal
2020-06-11Fix content capture session id collision bugFeng Cao
2020-05-19Flush buffered data when session connects.Julian Odell
2020-03-27Moving the NO_SESSION_ID constant from ContentCaptureSession to ContentCaptur...Mihir Patel
2020-03-13Notifying the on-device intelligence service when view window insets have cha...Mihir Patel
2020-02-07Send autofill assist structure data to content captureMihir Patel
2019-09-30Changed notifySessionLifecycle() API to notifySessionResumed() andAdam He
2019-09-12Add notifySessionLifecycle() to ContentCaptureSession.Adam He
2019-05-17Revert "Temporarily hide some APIs."Felipe Leme
2019-05-16Fixed javadoc for View.setContentCaptureSession().Felipe Leme
2019-05-14Unhide ContentCaptureSession.newViewStructure()Felipe Leme
2019-04-19Temporarily hide some APIs.Felipe Leme
2019-03-28Refactored ContentCapture sessions to use an int id.Felipe Leme
2019-03-21Fixed Content Capture workflow when service package is updated.Felipe Leme
2019-03-15Merge "Push buffer with TEXT_CHANGE_TIMEOUT from device_config_text_change_fl...Adam He
2019-03-14Push buffer with TEXT_CHANGE_TIMEOUT fromAdam He
2019-03-14Improve error message when expecting a non-virtual autofill id.Felipe Leme
2019-03-13Changed ContentCapture session lifecycle so session is kept alive when servic...Felipe Leme
2019-03-04Implemented a WhitelistHelper for whitelisting packages/activities for Augmen...Adam He
2019-02-28Autofill, Content Capture, and Augmented Autofill API fixes:Felipe Leme
2019-02-22Added ContentCaptureEvents for session resumed and paused.Felipe Leme
2019-02-22Changed Content Catpure workflow so it notifies when multiple changes are made.Felipe Leme
2019-02-22Improved how Content Capture events are flushed when activity is resumed / pa...Felipe Leme
2019-02-15Initial implementation of ContentCaptureService.setContentCaptureWhitelist()Felipe Leme
2019-02-15Added DeviceConfig properties to fine tune ContentCapture:Felipe Leme
2019-02-12Add new ContentCapture APIs to let apps change the ContentCaptureContext.Felipe Leme
2019-02-04Refactored how initial content capture events are sent.Felipe Leme
2019-01-30Merge "Removed unused flag from notifyTextChanged()."TreeHugger Robot
2019-01-29Removed unused flag from notifyTextChanged().Felipe Leme
2019-01-28Added new APIs to let Settings enable / disable ContentCaptureFelipe Leme
2019-01-24Removed CloseGuard check from ContentCaptureSession.Felipe Leme
2019-01-23Merge "Moar Content capture improvements:"TreeHugger Robot
2019-01-23Moar Content capture improvements:Felipe Leme
2019-01-22Changed the virtual ids on ContentCapture to be long.Felipe Leme
2019-01-19Merge "Removed ContentCaptureSession.FLAG_USER_INPUT."TreeHugger Robot
2019-01-18Removed ContentCaptureSession.FLAG_USER_INPUT.Felipe Leme
2019-01-17ContentCapture: add new API to notify views deletion on batch.Felipe Leme
2019-01-17ContentCapture: new API to notify virtual views deletion on batch.Felipe Leme
2019-01-16Log history of Content Capture flushes.Felipe Leme
2019-01-16Minor fixes on ContentCapture session logic.Felipe Leme
2019-01-15Improved ContentCaptureManagerSession state.Felipe Leme
2019-01-15Implement setContentCaptureEnabled for manually enabling content captureAdam He
2019-01-11Added an (optional) session id to Autofill id.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-10Integrate content capture with FLAG_SECUREAdam He
2019-01-07Implemented nested Content Capture sessions.Felipe Leme