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
w16.1
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
ContentResolver.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Surfaces ParcelFileDescriptor#parseMode() as API
Adam Lesinski
2013-09-20
1
-28
/
+1
*
Fix provider leak in PFD
Amith Yamasani
2013-09-18
1
-2
/
+1
*
Merge "More on issue #10130785: Restore silence and vibrate settings..." into...
Dianne Hackborn
2013-09-11
1
-4
/
+6
|
\
|
*
More on issue #10130785: Restore silence and vibrate settings...
Dianne Hackborn
2013-09-11
1
-4
/
+6
*
|
Fix issue #10688644: Java crash in com.android.phone:
Dianne Hackborn
2013-09-11
1
-1
/
+1
|
/
*
Preserve CTS fail behaviour on null bundle for old API
Matthew Williams
2013-09-09
1
-0
/
+3
*
Work on issue #10130785: Restore silence and vibrate settings...
Dianne Hackborn
2013-09-06
1
-0
/
+80
*
DO NOT MERGE. Remove service component for KLP.
Matthew Williams
2013-08-30
1
-18
/
+8
*
Fix docs build.
Ying Wang
2013-08-23
1
-7
/
+7
*
Add CancellationSignal support to file operations.
Jeff Sharkey
2013-08-23
1
-13
/
+186
*
Richer ParcelFileDescriptor close events.
Jeff Sharkey
2013-08-16
1
-11
/
+4
*
API to discover granted Uri permissions.
Jeff Sharkey
2013-08-11
1
-3
/
+54
*
AnonymousSyncService & SyncRequest.
Matthew Williams
2013-07-24
1
-4
/
+52
*
Add javadoc comments explaining SYNC_EXTRAS that did not have documentation
Georgi Nikolov
2013-06-20
1
-0
/
+23
*
Disable various sampling event logs.
Jeff Sharkey
2013-04-26
1
-0
/
+3
*
COnvert sync error to int
Alon Albert
2013-02-07
1
-0
/
+17
*
am 3789b2fb: am ace72f6a: Merge "Function uri.getAuthority is called twice. M...
Kenny Root
2013-02-04
1
-5
/
+5
|
\
|
*
Function uri.getAuthority is called twice. Minor doc corrections.
Yury Zhauniarovich
2013-02-03
1
-5
/
+5
*
|
Use the resolved Context in ContentResolver.
Jeff Sharkey
2013-01-28
1
-1
/
+1
*
|
Rework ParceledListSlice to be much easier to use.
Dianne Hackborn
2013-01-18
1
-1
/
+1
*
|
Always give ContentResolver a valid Context.
Jeff Sharkey
2013-01-17
1
-2
/
+3
*
|
More work on App Ops service.
Dianne Hackborn
2013-01-16
1
-11
/
+18
*
|
Fix cursor window leak when query execution fails.
Jeff Brown
2013-01-08
1
-3
/
+9
*
|
Move lingering services to services.jar.
Jeff Sharkey
2012-12-11
1
-1
/
+5
*
|
Add sync reason to dumpsys
Alon Albert
2012-10-19
1
-0
/
+19
|
/
*
Use myUserId() only in registerContentObserver()
Christopher Tate
2012-10-03
1
-1
/
+1
*
Multiuser awareness in content observer infrastructure
Christopher Tate
2012-09-20
1
-2
/
+2
*
Per-user content observer APIs
Christopher Tate
2012-09-17
1
-2
/
+20
*
More multi-user stuff:
Dianne Hackborn
2012-09-07
1
-1
/
+3
*
Added or fixed doctrings for required permissions.
Nicolas Falliere
2012-06-18
1
-0
/
+30
*
Fix (mostly) issue #5109947: Race condition between retrieving a...
Dianne Hackborn
2012-05-29
1
-93
/
+149
*
Add infrastructure for accessing "unstable" content providers.
Dianne Hackborn
2012-05-09
1
-53
/
+155
*
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
1
-0
/
+3
*
Add direct support for HTML formatted text in ClipData etc.
Dianne Hackborn
2012-04-13
1
-1
/
+1
*
Fix obvious typos under frameworks/base/core
Ken Wakasa
2012-03-09
1
-1
/
+1
*
am dbc591e2: am c69d6134: am 6ae4fe94: am 9303919d: Merge "Adds documentation...
Jean-Baptiste Queru
2012-03-01
1
-1
/
+6
|
\
|
*
Adds documentation for ContentResolver notifyChange()
Steve Pomeroy
2012-01-18
1
-1
/
+6
*
|
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-02
1
-8
/
+8
*
|
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
1
-1
/
+51
*
|
Clean up content observer code.
Jeff Brown
2012-01-23
1
-4
/
+10
|
/
*
Merge "Add a CrossProcessCursorWrapper. Bug: 5220669"
Jeff Brown
2011-10-14
1
-1
/
+2
|
\
|
*
Add a CrossProcessCursorWrapper.
Jeff Brown
2011-10-13
1
-1
/
+2
*
|
docs: add developer guide cross-references, Project ACRE, Round 2
Joe Fernandez
2011-10-14
1
-0
/
+6
|
/
*
Implement CloseGuard in ContentResolver.
Jeff Brown
2011-10-09
1
-5
/
+20
*
Fix a bug where a provider could be never released.
Jean Chalard
2011-07-28
1
-2
/
+2
*
Remove the deprecated things from Config.java. These haven't been working sin...
Joe Onorato
2011-04-07
1
-3
/
+2
*
am 2e390809: Merge "Unhide Content{Resolver,Provider}.call()" into honeycomb
Brad Fitzpatrick
2011-01-12
1
-4
/
+57
|
\
|
*
Unhide Content{Resolver,Provider}.call()
Brad Fitzpatrick
2011-01-12
1
-4
/
+57
*
|
am 52d70722: am cb842753: Merge "Closing cursor in finalizer to avoid GREF an...
Brad Fitzpatrick
2011-01-12
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
Closing cursor in finalizer to avoid GREF and fd leak in acore
Johannes Carlsson
2011-01-10
1
-1
/
+3
[next]