summaryrefslogtreecommitdiff
path: root/core/java/android/view/contentcapture/MainContentCaptureSession.java
Commit message (Expand)AuthorAgeFilesLines
* Do not flush when sending view tree appearing event.Kai Li2023-03-221-1/+11
* Avoid to hold a strong reference to Context objectTYM Tsai2022-11-021-3/+2
* Catch exception when unlinkToDeathTYM Tsai2022-07-271-1/+6
* Add Content Capture event TYPE_WINDOW_BOUNDS_CHANGED to notify windowAdam He2021-09-211-0/+10
* Merge "Flush Content Capture context updated event immediately" into sc-devTreeHugger Robot2021-06-301-1/+1
|\
| * Flush Content Capture context updated event immediatelyTYM Tsai2021-06-251-1/+1
* | Merge "Adding verbose check on handleSendEvent logs to avoid spamming logcat"...TreeHugger Robot2021-06-251-3/+5
|\ \
| * | Adding verbose check on handleSendEvent logs to avoid spamming logcatAlex Mang2021-06-241-3/+5
* | | Merge changes from topics "cc-composing-update", "cc-merge-equals" into sc-devAhaan Ugale2021-06-231-1/+4
|\ \ \ | |/ / |/| |
| * | ContentCapture: Don't ignore events with changed composing/selection spanAhaan Ugale2021-06-211-1/+4
| |/
* / Fix potential null error in clearEvents.Adam He2021-06-181-4/+12
|/
* Make some NoCopySpans can pass to ContentCaptureServiceTYM Tsai2021-06-161-7/+20
* Make ContentCapture event contains parcelable spanTYM Tsai2021-06-091-38/+35
* Change clearEvents() to clear existing events rather than settingAdam He2021-04-291-3/+3
* Update the content capture text changed event merge logicFeng Cao2021-03-251-19/+63
* Update ContentCaptureContext to have a token informationJoanne Chung2021-03-021-4/+12
* Do not merge two consecutive text change content capture events if one of the...Feng Cao2020-12-011-4/+12
* Send ContentCapture events with mHandler to prevent threading issues causing ...Adam He2020-09-291-16/+20
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* Fix the context leak in the ContentCaptureTYM Tsai2020-06-191-27/+45
* Flush buffered data when session connects.Julian Odell2020-05-191-0/+2
* Notifying the on-device intelligence service when view window insets have cha...Mihir Patel2020-03-131-0/+13
* Changed notifySessionLifecycle() API to notifySessionResumed() andAdam He2019-09-301-5/+13
* Add notifySessionLifecycle() to ContentCaptureSession.Adam He2019-09-121-3/+7
* Fixing a bug where content capture sessions with child sessions could get stu...Mihir Patel2019-08-091-4/+2
* Fixed event flushing to handle when mDirectServiceInterface is not readyAdam He2019-06-181-6/+8
* Metrics for content capture.Adam He2019-05-151-1/+1
* ContentCaptureManager is notified when FLAG_SECURE is set dynamically onAdam He2019-05-021-1/+1
* Propogate disabled state to content capture session after changing userAdam He2019-04-261-0/+23
* Refactored ContentCapture sessions to use an int id.Felipe Leme2019-03-281-12/+9
* Fixed Content Capture workflow when service package is updated.Felipe Leme2019-03-211-1/+2
* Merge "Push buffer with TEXT_CHANGE_TIMEOUT from device_config_text_change_fl...Adam He2019-03-151-6/+46
|\
| * Push buffer with TEXT_CHANGE_TIMEOUT fromAdam He2019-03-141-6/+46
* | Changed ContentCapture session lifecycle so session is kept alive when servic...Felipe Leme2019-03-131-22/+31
* | Added ContentCaptureEvent.mergeEvent() method for mergingAdam He2019-03-121-27/+2
|/
* Added ContentCaptureEvents for session resumed and paused.Felipe Leme2019-02-221-7/+14
* Changed Content Catpure workflow so it notifies when multiple changes are made.Felipe Leme2019-02-221-26/+9
* Improved how Content Capture events are flushed when activity is resumed / pa...Felipe Leme2019-02-221-2/+2
* Optimized Content Capture workflow by caching some state at the application l...Felipe Leme2019-02-201-39/+15
* Added DeviceConfig properties to fine tune ContentCapture:Felipe Leme2019-02-151-49/+76
* ContentCaptureManager should be null when the feature is disabled.Felipe Leme2019-02-151-13/+6
* Add new ContentCapture APIs to let apps change the ContentCaptureContext.Felipe Leme2019-02-121-2/+15
* Fixed sendEvent() so it can merge TYPE_VIEW_DISAPPEARED with multiple ids.Felipe Leme2019-02-081-1/+26
* Make ContentCapture calls directly from the UI thread.Felipe Leme2019-02-041-84/+70
* Refactored how initial content capture events are sent.Felipe Leme2019-02-041-7/+44
* Fixed ContentCaptureManager.isContentCaptureEnabled() when main session is di...Felipe Leme2019-01-311-11/+17
* Removed unused flag from notifyTextChanged().Felipe Leme2019-01-291-2/+2
* Merge "Fixed NPE on MainContentCaptureSession.handleFlushIfNeeded"TreeHugger Robot2019-01-291-1/+1
|\
| * Fixed NPE on MainContentCaptureSession.handleFlushIfNeededFelipe Leme2019-01-281-1/+1
* | Removed userId from ContentCapture binder calls.Felipe Leme2019-01-281-3/+3
|/