summaryrefslogtreecommitdiff
path: root/core/java/android/view/contentcapture/ContentCaptureEvent.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-06-23Merge changes from topics "cc-composing-update", "cc-merge-equals" into sc-devAhaan Ugale
2021-06-21ContentCapture: Don't ignore events with changed composing/selection spanAhaan Ugale
2021-06-16Merge "ContentCaptureEvent: Log composing and selection indices" into sc-devTreeHugger Robot
2021-06-16Merge "ContentCapture: DEBUG flag to log raw text" into sc-devTreeHugger Robot
2021-06-15ContentCaptureEvent: Log composing and selection indicesAhaan Ugale
2021-06-16Make some NoCopySpans can pass to ContentCaptureServiceTYM Tsai
2021-06-15ContentCapture: DEBUG flag to log raw textAhaan Ugale
2021-04-19ContentCapture: Log the text length for VIEW_APPEARED events.Ahaan Ugale
2021-03-25Update the content capture text changed event merge logicFeng Cao
2020-10-20Remove @TestApi from @SystemApi symbolsAnton Hansson
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
2019-08-29Add missing nullability annotations.Aurimas Liutikas
2019-03-28Refactored ContentCapture sessions to use an int id.Felipe Leme
2019-03-12Added ContentCaptureEvent.mergeEvent() method for mergingAdam He
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
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-12Add new ContentCapture APIs to let apps change the ContentCaptureContext.Felipe Leme
2019-02-05Added unit tests for ContentCaptureContextFelipe Leme
2019-02-05Merge "Made ContentCapture APIs available for testing."Felipe Leme
2019-02-04Made ContentCapture APIs available for testing.Felipe Leme
2019-02-04Refactored how initial content capture events are sent.Felipe Leme
2019-01-23Moar Content capture improvements: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-04Fixed how session created / removed events are generated.Felipe Leme
2018-12-20Moved createContentCaptureSession() to ContentCaptureSession.Felipe Leme
2018-12-19Changed ContentCaptureService to receive one event at time.Felipe Leme
2018-12-14Another round of changes on Content Capture.Felipe Leme
2018-12-06Yet another (major) refactoring on Content Capture and Augmented Autofill.Felipe Leme