index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
view
/
contentcapture
/
MainContentCaptureSession.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not flush when sending view tree appearing event.
Kai Li
2023-03-22
1
-1
/
+11
*
Avoid to hold a strong reference to Context object
TYM Tsai
2022-11-02
1
-3
/
+2
*
Catch exception when unlinkToDeath
TYM Tsai
2022-07-27
1
-1
/
+6
*
Add Content Capture event TYPE_WINDOW_BOUNDS_CHANGED to notify window
Adam He
2021-09-21
1
-0
/
+10
*
Merge "Flush Content Capture context updated event immediately" into sc-dev
TreeHugger Robot
2021-06-30
1
-1
/
+1
|
\
|
*
Flush Content Capture context updated event immediately
TYM Tsai
2021-06-25
1
-1
/
+1
*
|
Merge "Adding verbose check on handleSendEvent logs to avoid spamming logcat"...
TreeHugger Robot
2021-06-25
1
-3
/
+5
|
\
\
|
*
|
Adding verbose check on handleSendEvent logs to avoid spamming logcat
Alex Mang
2021-06-24
1
-3
/
+5
*
|
|
Merge changes from topics "cc-composing-update", "cc-merge-equals" into sc-dev
Ahaan Ugale
2021-06-23
1
-1
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ContentCapture: Don't ignore events with changed composing/selection span
Ahaan Ugale
2021-06-21
1
-1
/
+4
|
|
/
*
/
Fix potential null error in clearEvents.
Adam He
2021-06-18
1
-4
/
+12
|
/
*
Make some NoCopySpans can pass to ContentCaptureService
TYM Tsai
2021-06-16
1
-7
/
+20
*
Make ContentCapture event contains parcelable span
TYM Tsai
2021-06-09
1
-38
/
+35
*
Change clearEvents() to clear existing events rather than setting
Adam He
2021-04-29
1
-3
/
+3
*
Update the content capture text changed event merge logic
Feng Cao
2021-03-25
1
-19
/
+63
*
Update ContentCaptureContext to have a token information
Joanne Chung
2021-03-02
1
-4
/
+12
*
Do not merge two consecutive text change content capture events if one of the...
Feng Cao
2020-12-01
1
-4
/
+12
*
Send ContentCapture events with mHandler to prevent threading issues causing ...
Adam He
2020-09-29
1
-16
/
+20
*
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-09-14
1
-1
/
+1
*
Fix the context leak in the ContentCapture
TYM Tsai
2020-06-19
1
-27
/
+45
*
Flush buffered data when session connects.
Julian Odell
2020-05-19
1
-0
/
+2
*
Notifying the on-device intelligence service when view window insets have cha...
Mihir Patel
2020-03-13
1
-0
/
+13
*
Changed notifySessionLifecycle() API to notifySessionResumed() and
Adam He
2019-09-30
1
-5
/
+13
*
Add notifySessionLifecycle() to ContentCaptureSession.
Adam He
2019-09-12
1
-3
/
+7
*
Fixing a bug where content capture sessions with child sessions could get stu...
Mihir Patel
2019-08-09
1
-4
/
+2
*
Fixed event flushing to handle when mDirectServiceInterface is not ready
Adam He
2019-06-18
1
-6
/
+8
*
Metrics for content capture.
Adam He
2019-05-15
1
-1
/
+1
*
ContentCaptureManager is notified when FLAG_SECURE is set dynamically on
Adam He
2019-05-02
1
-1
/
+1
*
Propogate disabled state to content capture session after changing user
Adam He
2019-04-26
1
-0
/
+23
*
Refactored ContentCapture sessions to use an int id.
Felipe Leme
2019-03-28
1
-12
/
+9
*
Fixed Content Capture workflow when service package is updated.
Felipe Leme
2019-03-21
1
-1
/
+2
*
Merge "Push buffer with TEXT_CHANGE_TIMEOUT from device_config_text_change_fl...
Adam He
2019-03-15
1
-6
/
+46
|
\
|
*
Push buffer with TEXT_CHANGE_TIMEOUT from
Adam He
2019-03-14
1
-6
/
+46
*
|
Changed ContentCapture session lifecycle so session is kept alive when servic...
Felipe Leme
2019-03-13
1
-22
/
+31
*
|
Added ContentCaptureEvent.mergeEvent() method for merging
Adam He
2019-03-12
1
-27
/
+2
|
/
*
Added ContentCaptureEvents for session resumed and paused.
Felipe Leme
2019-02-22
1
-7
/
+14
*
Changed Content Catpure workflow so it notifies when multiple changes are made.
Felipe Leme
2019-02-22
1
-26
/
+9
*
Improved how Content Capture events are flushed when activity is resumed / pa...
Felipe Leme
2019-02-22
1
-2
/
+2
*
Optimized Content Capture workflow by caching some state at the application l...
Felipe Leme
2019-02-20
1
-39
/
+15
*
Added DeviceConfig properties to fine tune ContentCapture:
Felipe Leme
2019-02-15
1
-49
/
+76
*
ContentCaptureManager should be null when the feature is disabled.
Felipe Leme
2019-02-15
1
-13
/
+6
*
Add new ContentCapture APIs to let apps change the ContentCaptureContext.
Felipe Leme
2019-02-12
1
-2
/
+15
*
Fixed sendEvent() so it can merge TYPE_VIEW_DISAPPEARED with multiple ids.
Felipe Leme
2019-02-08
1
-1
/
+26
*
Make ContentCapture calls directly from the UI thread.
Felipe Leme
2019-02-04
1
-84
/
+70
*
Refactored how initial content capture events are sent.
Felipe Leme
2019-02-04
1
-7
/
+44
*
Fixed ContentCaptureManager.isContentCaptureEnabled() when main session is di...
Felipe Leme
2019-01-31
1
-11
/
+17
*
Removed unused flag from notifyTextChanged().
Felipe Leme
2019-01-29
1
-2
/
+2
*
Merge "Fixed NPE on MainContentCaptureSession.handleFlushIfNeeded"
TreeHugger Robot
2019-01-29
1
-1
/
+1
|
\
|
*
Fixed NPE on MainContentCaptureSession.handleFlushIfNeeded
Felipe Leme
2019-01-28
1
-1
/
+1
*
|
Removed userId from ContentCapture binder calls.
Felipe Leme
2019-01-28
1
-3
/
+3
|
/
[next]