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
/
service
/
contentcapture
/
ContentCaptureService.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update deprecated Preconditions.checkNotNull with Objects.requireNonNull.
Joanne Chung
2021-07-07
1
-6
/
+6
*
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-10-20
1
-3
/
+0
*
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-09-14
1
-2
/
+2
*
Add finish() method to DataShare Read and Write Adapters
Yara Hassan
2020-05-29
1
-4
/
+7
*
Fix Content Capture Data Share
Sergey Volnov
2020-04-09
1
-1
/
+1
*
Store hard refences in a static context and pass through only weak
Sergey Volnov
2020-03-29
1
-9
/
+73
*
Moving the NO_SESSION_ID constant from ContentCaptureSession to ContentCaptur...
Mihir Patel
2020-03-27
1
-1
/
+1
*
Promote System APIs to also be Test APIs for Content Capture Data
Sergey Volnov
2020-02-11
1
-0
/
+1
*
Merge "Send autofill assist structure data to content capture"
TreeHugger Robot
2020-02-07
1
-2
/
+4
|
\
|
*
Send autofill assist structure data to content capture
Mihir Patel
2020-02-07
1
-2
/
+4
*
|
Use FrameworkStatsLog instead of StatsLog
Muhammad Qureshi
2020-02-03
1
-2
/
+2
|
/
*
Got rid of cancellation signals in the Content Capture Data Sharing
Sergey Volnov
2020-01-29
1
-29
/
+6
*
Use cancellation signals for timeouts and cancel-by-CCService operations
Sergey Volnov
2020-01-24
1
-5
/
+22
*
Implement data sharing API for Content Capture.
Sergey Volnov
2020-01-24
1
-0
/
+113
*
Metrics for content capture.
Adam He
2019-05-14
1
-6
/
+67
*
Renamed UserDataRemovalRequest to DataRemovalRequest.
Felipe Leme
2019-05-08
1
-12
/
+10
*
Merge "Added example for ContentCaptureService.SERVICE_META_DATA" into qt-dev...
Felipe Leme
2019-04-16
1
-5
/
+22
|
\
|
*
Merge "Added example for ContentCaptureService.SERVICE_META_DATA" into qt-dev
TreeHugger Robot
2019-04-16
1
-5
/
+22
|
|
\
|
|
*
Added example for ContentCaptureService.SERVICE_META_DATA
Felipe Leme
2019-04-15
1
-5
/
+22
|
|
/
|
/
|
|
*
DO NOT MERGE - Removed ContentCapture support from standard SDK toolkit.
Felipe Leme
2019-04-15
1
-8
/
+8
|
/
*
Added documentation to note onDisconnected() should not make calls to
Adam He
2019-04-08
1
-2
/
+3
*
Implemented ContentCaptureConditions APIs.
Felipe Leme
2019-03-28
1
-5
/
+11
*
Refactored ContentCapture sessions to use an int id.
Felipe Leme
2019-03-28
1
-20
/
+20
*
Defined new APIs to whitelist content capture for specific URLs.
Felipe Leme
2019-03-25
1
-0
/
+27
*
Merge "Fixed Content Capture workflow when service package is updated."
TreeHugger Robot
2019-03-22
1
-1
/
+0
|
\
|
*
Fixed Content Capture workflow when service package is updated.
Felipe Leme
2019-03-21
1
-1
/
+0
*
|
Renamed ContentCaptureService.disableContentCaptureServices to disableSelf()
Felipe Leme
2019-03-22
1
-3
/
+3
|
/
*
Added manifest metadata to define the content capture settings activity.
Felipe Leme
2019-03-20
1
-0
/
+15
*
Changed ContentCapture session lifecycle so session is kept alive when servic...
Felipe Leme
2019-03-13
1
-4
/
+5
*
Merge "New API: ContentCaptureService.onActivityEvent()"
TreeHugger Robot
2019-03-07
1
-1
/
+26
|
\
|
*
New API: ContentCaptureService.onActivityEvent()
Felipe Leme
2019-03-07
1
-1
/
+26
*
|
Removed some deprecated APIs that use List instead of Set.
Felipe Leme
2019-03-06
1
-14
/
+0
|
/
*
Removed deprecated ContentCaptureEventsRequest
Felipe Leme
2019-02-20
1
-12
/
+0
*
Optimized Content Capture workflow by caching some state at the application l...
Felipe Leme
2019-02-20
1
-12
/
+14
*
Changed ContentCaptureManager API so service can only disable itself.
Felipe Leme
2019-02-19
1
-0
/
+18
*
Initial implementation of ContentCaptureService.setContentCaptureWhitelist()
Felipe Leme
2019-02-15
1
-11
/
+17
*
Changed ContentCaptureService.setContentCaptureWhitelist() to use Set instead...
Felipe Leme
2019-02-14
1
-10
/
+25
*
Add new ContentCapture APIs to let apps change the ContentCaptureContext.
Felipe Leme
2019-02-12
1
-3
/
+3
*
Made ContentCapture APIs available for testing.
Felipe Leme
2019-02-04
1
-0
/
+2
*
Removed the Content Capture blacklist APIs.
Felipe Leme
2019-01-31
1
-76
/
+0
*
Implement onUserDataRemovalRequest
Adam He
2019-01-22
1
-0
/
+11
*
Merge "Added IContentCaptureServiceCallback."
TreeHugger Robot
2019-01-16
1
-14
/
+61
|
\
|
*
Added IContentCaptureServiceCallback.
Felipe Leme
2019-01-15
1
-14
/
+61
*
|
Improved ContentCaptureManagerSession state.
Felipe Leme
2019-01-15
1
-11
/
+12
*
|
Implement setContentCaptureEnabled for manually enabling content capture
Adam He
2019-01-15
1
-0
/
+5
|
/
*
Merge changes from topic "cc_virtual_id"
TreeHugger Robot
2019-01-11
1
-5
/
+5
|
\
|
*
New, minor ContentCapture APIs for virtual views management.
Felipe Leme
2019-01-11
1
-5
/
+5
*
|
Merge "Defined a new ContentCapture API: ContentCaptureService.onUserDataRemo...
Felipe Leme
2019-01-11
1
-0
/
+11
|
\
\
|
*
|
Defined a new ContentCapture API: ContentCaptureService.onUserDataRemovalRequest
Felipe Leme
2019-01-10
1
-0
/
+11
|
|
/
*
/
Integrate content capture with FLAG_SECURE
Adam He
2019-01-10
1
-3
/
+12
|
/
[next]