summaryrefslogtreecommitdiff
path: root/core/java/android/view/contentcapture/ContentCaptureSession.java
Commit message (Expand)AuthorAgeFilesLines
* Do not flush when sending view tree appearing event.Kai Li2023-03-221-1/+16
* Fix Activity leak from ContentCapture Context-Updated event.Ahaan Ugale2022-01-291-0/+2
* Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.Joanne Chung2021-07-071-6/+7
* Fix potential null error in clearEvents.Adam He2021-06-181-5/+1
* Merge changes from topic "sep11" am: c0b288133a am: 69e6f07347 am: 741c0a78cc...Jeff Sharkey2020-09-151-1/+1
|\
| * Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* | Fixed ContentCaptureSession javadoc.felipeal2020-07-101-2/+1
|/
* Fix content capture session id collision bugFeng Cao2020-06-111-3/+5
* Flush buffered data when session connects.Julian Odell2020-05-191-1/+6
* Moving the NO_SESSION_ID constant from ContentCaptureSession to ContentCaptur...Mihir Patel2020-03-271-8/+1
* Notifying the on-device intelligence service when view window insets have cha...Mihir Patel2020-03-131-0/+14
* Send autofill assist structure data to content captureMihir Patel2020-02-071-1/+6
* Changed notifySessionLifecycle() API to notifySessionResumed() andAdam He2019-09-301-6/+15
* Add notifySessionLifecycle() to ContentCaptureSession.Adam He2019-09-121-0/+13
* Revert "Temporarily hide some APIs."Felipe Leme2019-05-171-1/+1
* Fixed javadoc for View.setContentCaptureSession().Felipe Leme2019-05-161-2/+2
* Unhide ContentCaptureSession.newViewStructure()Felipe Leme2019-05-141-1/+40
* Temporarily hide some APIs.Felipe Leme2019-04-191-1/+1
* Refactored ContentCapture sessions to use an int id.Felipe Leme2019-03-281-17/+24
* Fixed Content Capture workflow when service package is updated.Felipe Leme2019-03-211-1/+8
* Merge "Push buffer with TEXT_CHANGE_TIMEOUT from device_config_text_change_fl...Adam He2019-03-151-1/+6
|\
| * Push buffer with TEXT_CHANGE_TIMEOUT fromAdam He2019-03-141-1/+6
* | Improve error message when expecting a non-virtual autofill id.Felipe Leme2019-03-141-8/+9
* | Changed ContentCapture session lifecycle so session is kept alive when servic...Felipe Leme2019-03-131-0/+14
|/
* Implemented a WhitelistHelper for whitelisting packages/activities for Augmen...Adam He2019-03-041-2/+2
* Autofill, Content Capture, and Augmented Autofill API fixes:Felipe Leme2019-02-281-0/+1
* Added ContentCaptureEvents for session resumed and paused.Felipe Leme2019-02-221-8/+8
* Changed Content Catpure workflow so it notifies when multiple changes are made.Felipe Leme2019-02-221-5/+0
* Improved how Content Capture events are flushed when activity is resumed / pa...Felipe Leme2019-02-221-11/+11
* Initial implementation of ContentCaptureService.setContentCaptureWhitelist()Felipe Leme2019-02-151-0/+7
* Added DeviceConfig properties to fine tune ContentCapture:Felipe Leme2019-02-151-6/+6
* Add new ContentCapture APIs to let apps change the ContentCaptureContext.Felipe Leme2019-02-121-0/+41
* Refactored how initial content capture events are sent.Felipe Leme2019-02-041-0/+9
* Merge "Removed unused flag from notifyTextChanged()."TreeHugger Robot2019-01-301-6/+4
|\
| * Removed unused flag from notifyTextChanged().Felipe Leme2019-01-291-6/+4
* | Added new APIs to let Settings enable / disable ContentCaptureFelipe Leme2019-01-281-1/+2
|/
* Removed CloseGuard check from ContentCaptureSession.Felipe Leme2019-01-241-20/+0
* Merge "Moar Content capture improvements:"TreeHugger Robot2019-01-231-3/+3
|\
| * Moar Content capture improvements:Felipe Leme2019-01-231-3/+3
* | Changed the virtual ids on ContentCapture to be long.Felipe Leme2019-01-221-6/+6
|/
* Merge "Removed ContentCaptureSession.FLAG_USER_INPUT."TreeHugger Robot2019-01-191-11/+4
|\
| * Removed ContentCaptureSession.FLAG_USER_INPUT.Felipe Leme2019-01-181-11/+4
* | ContentCapture: add new API to notify views deletion on batch.Felipe Leme2019-01-171-2/+2
|/
* ContentCapture: new API to notify virtual views deletion on batch.Felipe Leme2019-01-171-0/+26
* Log history of Content Capture flushes.Felipe Leme2019-01-161-5/+53
* Minor fixes on ContentCapture session logic.Felipe Leme2019-01-161-0/+13
* Improved ContentCaptureManagerSession state.Felipe Leme2019-01-151-26/+20
* Implement setContentCaptureEnabled for manually enabling content captureAdam He2019-01-151-0/+9
* Added an (optional) session id to Autofill id.Felipe Leme2019-01-111-6/+18
* Merge changes from topic "cc_virtual_id"TreeHugger Robot2019-01-111-5/+23
|\