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
/
content
/
ContentProviderClient.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change close guard logged messages
Ioannis Ilkos
2021-12-21
1
-2
/
+2
*
Runtime permission attribution improvements
Svet Ganov
2021-03-29
1
-17
/
+17
*
Remove @TestApi from @SystemApi symbols
Anton Hansson
2020-10-20
1
-2
/
+0
*
Rename featureId -> attributionTag
Philip P. Moltmann
2020-03-11
1
-17
/
+21
*
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2019-12-30
1
-23
/
+23
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Extend insert/update/delete to provide extras.
Jeff Sharkey
2019-11-15
1
-10
/
+25
*
Note with featureId from ContentProvider
Philip P. Moltmann
2019-10-29
1
-14
/
+22
*
Detailed ContentProvider permissions checks.
Jeff Sharkey
2019-07-12
1
-0
/
+19
*
Respond to various API council feedback.
Jeff Sharkey
2019-02-19
1
-4
/
+3
*
Offer API to detect ContentProvider ANRs.
Jeff Sharkey
2018-12-08
1
-2
/
+18
*
Extract common methods into ContentInterface.
Jeff Sharkey
2018-12-08
1
-8
/
+52
*
Move some members to the "Q blacklist".
Mathew Inwood
2018-09-14
1
-1
/
+2
*
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
1
-0
/
+3
*
Utility methods useful for working with files.
Jeff Sharkey
2018-07-11
1
-6
/
+11
*
Allow blocking calls when protected against ANRs.
Jeff Sharkey
2017-11-09
1
-0
/
+13
*
Properly guard access to CloseGuard in finalizers.
Narayan Kamath
2017-04-03
1
-2
/
+8
*
Unihiding REFRESH_SUPPORTED and ContentProviderClient#refresh.
Ben Lin
2016-12-21
1
-1
/
+1
*
Replace ContentProvider SQL args w/ Bundle & Constants.
Steve McKay
2016-12-09
1
-4
/
+13
*
Treat everyone the same, redux.
Jeff Sharkey
2016-11-16
1
-7
/
+1
*
Adding ContentProvider#refresh and ContentResolver#refresh.
Ben Lin
2016-11-10
1
-0
/
+24
*
Revert "Treat everyone the same."
Jeff Sharkey
2016-07-11
1
-1
/
+7
*
Treat everyone the same.
Jeff Sharkey
2016-06-29
1
-7
/
+1
*
Remove com.google.android.syncadapters.contacts from exception list
Makoto Onuki
2016-02-05
1
-2
/
+1
*
Temporary patch to work around broken casting.
Jeff Sharkey
2016-01-10
1
-1
/
+2
*
Null cursors don't need to be wrapped.
Jeff Sharkey
2016-01-07
1
-0
/
+4
*
GmsCore is casting to a concrete subclass, sigh.
Jeff Sharkey
2016-01-07
1
-1
/
+6
*
Discourage use of "_data" column.
Jeff Sharkey
2016-01-06
1
-29
/
+77
*
Annotate ContentProviderClient arguments.
Jeff Sharkey
2015-06-12
1
-29
/
+74
*
Fix issue with call backs from media process.
Dianne Hackborn
2014-11-19
1
-1
/
+1
*
Detect wedged ContentProviders, treat as ANR.
Jeff Sharkey
2013-10-01
1
-43
/
+133
*
Create unique files, root ordering, UI bugs.
Jeff Sharkey
2013-09-21
1
-0
/
+13
*
Handle pipe thumbnails, acquire unstable refs.
Jeff Sharkey
2013-09-11
1
-0
/
+4
*
Disabled states, more UX work, bug fixes.
Jeff Sharkey
2013-09-09
1
-1
/
+4
*
Work on issue #10130785: Restore silence and vibrate settings...
Dianne Hackborn
2013-09-06
1
-0
/
+24
*
Stronger DocumentsProvider contract.
Jeff Sharkey
2013-08-28
1
-0
/
+7
*
Add CancellationSignal support to file operations.
Jeff Sharkey
2013-08-23
1
-12
/
+51
*
More work on App Ops service.
Dianne Hackborn
2013-01-16
1
-11
/
+13
*
More mult-user API work.
Dianne Hackborn
2012-08-07
1
-0
/
+13
*
Fix (mostly) issue #5109947: Race condition between retrieving a...
Dianne Hackborn
2012-05-29
1
-17
/
+116
*
Add infrastructure for accessing "unstable" content providers.
Dianne Hackborn
2012-05-09
1
-2
/
+9
*
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
1
-0
/
+2
*
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-02
1
-6
/
+6
*
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
1
-1
/
+14
*
Add new ContentProvider for doing conversions to data streams.
Dianne Hackborn
2010-08-08
1
-9
/
+34
*
am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...
Fred Quintana
2009-12-10
1
-10
/
+1
*
- hide Entity and all its references
Fred Quintana
2009-10-06
1
-11
/
+4
*
- create a new generic ISyncAdapter implementation, SyncAdapterNew
Fred Quintana
2009-06-01
1
-1
/
+2
*
add ipc support to batching
Fred Quintana
2009-05-22
1
-10
/
+6
*
content provider entities
Fred Quintana
2009-05-13
1
-8
/
+50
[next]