summaryrefslogtreecommitdiff
path: root/core/java/android/view/contentcapture/MainContentCaptureSession.java
AgeCommit message (Expand)Author
2022-03-15Merge SP2A.220305.013Haamed Gheibi
2021-06-30Merge "Flush Content Capture context updated event immediately" into sc-devTreeHugger Robot
2021-06-25Merge "Adding verbose check on handleSendEvent logs to avoid spamming logcat"...TreeHugger Robot
2021-06-24Adding verbose check on handleSendEvent logs to avoid spamming logcatAlex Mang
2021-06-25Flush Content Capture context updated event immediatelyTYM Tsai
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-18Fix potential null error in clearEvents.Adam He
2021-06-16Make some NoCopySpans can pass to ContentCaptureServiceTYM Tsai
2021-06-09Make ContentCapture event contains parcelable spanTYM Tsai
2021-04-29Change clearEvents() to clear existing events rather than settingAdam He
2021-03-25Update the content capture text changed event merge logicFeng Cao
2021-03-02Update ContentCaptureContext to have a token informationJoanne Chung
2020-12-01Do not merge two consecutive text change content capture events if one of the...Feng Cao
2020-09-29Send ContentCapture events with mHandler to prevent threading issues causing ...Adam He
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-06-19Fix the context leak in the ContentCaptureTYM Tsai
2020-05-19Flush buffered data when session connects.Julian Odell
2020-03-13Notifying the on-device intelligence service when view window insets have cha...Mihir Patel
2019-09-30Changed notifySessionLifecycle() API to notifySessionResumed() andAdam He
2019-09-12Add notifySessionLifecycle() to ContentCaptureSession.Adam He
2019-08-09Fixing a bug where content capture sessions with child sessions could get stu...Mihir Patel
2019-06-18Fixed event flushing to handle when mDirectServiceInterface is not readyAdam He
2019-05-15Metrics for content capture.Adam He
2019-05-02ContentCaptureManager is notified when FLAG_SECURE is set dynamically onAdam He
2019-04-26Propogate disabled state to content capture session after changing userAdam He
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-13Changed ContentCapture session lifecycle so session is kept alive when servic...Felipe Leme
2019-03-12Added ContentCaptureEvent.mergeEvent() method for mergingAdam He
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-20Optimized Content Capture workflow by caching some state at the application l...Felipe Leme
2019-02-15Added DeviceConfig properties to fine tune ContentCapture:Felipe Leme
2019-02-15ContentCaptureManager should be null when the feature is disabled.Felipe Leme
2019-02-12Add new ContentCapture APIs to let apps change the ContentCaptureContext.Felipe Leme
2019-02-08Fixed sendEvent() so it can merge TYPE_VIEW_DISAPPEARED with multiple ids.Felipe Leme
2019-02-04Make ContentCapture calls directly from the UI thread.Felipe Leme
2019-02-04Refactored how initial content capture events are sent.Felipe Leme
2019-01-31Fixed ContentCaptureManager.isContentCaptureEnabled() when main session is di...Felipe Leme
2019-01-29Removed unused flag from notifyTextChanged().Felipe Leme
2019-01-29Merge "Fixed NPE on MainContentCaptureSession.handleFlushIfNeeded"TreeHugger Robot
2019-01-28Fixed NPE on MainContentCaptureSession.handleFlushIfNeededFelipe Leme
2019-01-28Removed userId from ContentCapture binder calls.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