index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
ContentProvider.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 33282d66: am a41ddccd: Merge "Fixed typo errors in documentation"
Jeff Brown
2014-03-11
1
-1
/
+1
|
\
|
*
Merge "Fixed typo errors in documentation"
Jeff Brown
2014-03-11
1
-1
/
+1
|
|
\
|
|
*
Fixed typo errors in documentation
Taeho Kim
2013-10-29
1
-1
/
+1
*
|
|
am 85f98508: Merge "Docfixes: three typos and escape */*." into klp-docs
John Spurlock
2014-01-14
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Docfixes: three typos and escape */*.
John Spurlock
2014-01-06
1
-3
/
+3
*
|
|
Better enforcement in DocumentsProvider.call().
Jeff Sharkey
2013-10-31
1
-105
/
+107
|
/
/
*
|
Improve DocumentsProvider and contract docs.
Jeff Sharkey
2013-10-15
1
-0
/
+2
*
|
Surfaces ParcelFileDescriptor#parseMode() as API
Adam Lesinski
2013-09-20
1
-1
/
+1
*
|
Guard against null Context in attachInfo().
Jeff Sharkey
2013-09-17
1
-2
/
+4
*
|
More on issue #10130785: Restore silence and vibrate settings...
Dianne Hackborn
2013-09-11
1
-2
/
+4
*
|
Fix getCallingPackage() to handle reentrance.
Jeff Sharkey
2013-09-09
1
-25
/
+34
*
|
Work on issue #10130785: Restore silence and vibrate settings...
Dianne Hackborn
2013-09-06
1
-1
/
+77
*
|
Provide calling package to ContentProviders.
Jeff Sharkey
2013-09-06
1
-25
/
+91
*
|
Add CancellationSignal support to file operations.
Jeff Sharkey
2013-08-23
1
-9
/
+218
|
/
*
App ops: don't crash when provide read access is off.
Dianne Hackborn
2013-03-22
1
-1
/
+1
*
Better documentation on permission checking in ContentProvider.call().
Dianne Hackborn
2013-03-13
1
-0
/
+7
*
Merge "Tighten enforcement of file modes." into jb-mr2-dev
Jeff Sharkey
2013-03-01
1
-1
/
+1
|
\
|
*
Tighten enforcement of file modes.
Jeff Sharkey
2013-02-28
1
-1
/
+1
*
|
New ContentProvider initialization for testing.
Dianne Hackborn
2013-02-26
1
-10
/
+16
*
|
App ops: turn off content provider ops when running under test.
Dianne Hackborn
2013-02-26
1
-4
/
+17
|
/
*
Fix issue #8228463: contradicting public documentation on what...
Dianne Hackborn
2013-02-20
1
-1
/
+31
*
App ops: add op for writing settings.
Dianne Hackborn
2013-02-05
1
-5
/
+19
*
Improve revoking access to content providers.
Dianne Hackborn
2013-01-29
1
-11
/
+45
*
App ops: you can now turn off operations.
Dianne Hackborn
2013-01-25
1
-6
/
+15
*
More work on App Ops service.
Dianne Hackborn
2013-01-16
1
-25
/
+80
*
Document ContentProvider's API a bit more explicitly
Christopher Tate
2013-01-03
1
-22
/
+24
*
Fix permission check on ContentProvider to be multi-user aware.
Dianne Hackborn
2012-08-17
1
-2
/
+2
*
Rename UserId to UserHandle.
Dianne Hackborn
2012-08-16
1
-1
/
+1
*
Move CancellationSignal to android.os package.
Jeff Brown
2012-05-07
1
-0
/
+3
*
Make component names visible in javadoc.
Jeff Sharkey
2012-04-11
1
-1
/
+1
*
Better exceptions around provider permissions.
Jeff Sharkey
2012-03-15
1
-46
/
+41
*
Let <path-permission> block unprotected providers.
Jeff Sharkey
2012-03-12
1
-59
/
+88
*
Rename CancellationSignal using preferred spelling.
Jeff Brown
2012-02-02
1
-10
/
+10
*
Implement a cancelation mechanism for queries.
Jeff Brown
2012-01-27
1
-4
/
+89
*
Add ContentProvider.dump()
Marco Nelissen
2011-12-15
1
-0
/
+17
*
docs: add developer guide cross-references, Project ACRE, Round 2
Joe Fernandez
2011-10-14
1
-3
/
+6
*
Fix ownership of CursorWindows across processes.
Jeff Brown
2011-10-09
1
-20
/
+3
*
Various work on out of memory managment.
Dianne Hackborn
2011-07-29
1
-1
/
+4
*
docs: fix links to revised fundamentals documents
Scott Main
2011-02-08
1
-24
/
+24
*
Maybe fix issue #3093599: java.lang.IndexOutOfBoundsException...
Dianne Hackborn
2011-01-24
1
-1
/
+1
*
Unhide Content{Resolver,Provider}.call()
Brad Fitzpatrick
2011-01-12
1
-12
/
+10
*
Allow all apps to call ContentResolver.getType().
Dianne Hackborn
2010-09-27
1
-0
/
+6
*
Improve clipboard API.
Dianne Hackborn
2010-08-27
1
-30
/
+4
*
am d172594e: am cf6d2a1d: Merge "Fix issue #2845673: android:exported="false"...
Dianne Hackborn
2010-08-21
1
-4
/
+6
|
\
|
*
Fix issue #2845673: android:exported="false" is not obeyed
Dianne Hackborn
2010-08-18
1
-4
/
+6
*
|
Fix build.
Dianne Hackborn
2010-08-15
1
-1
/
+1
*
|
Fix bug with calls to the typeless open API.
Dianne Hackborn
2010-08-13
1
-0
/
+6
*
|
Incorporated Joe's comments
Manuel Roman
2010-08-09
1
-22
/
+19
*
|
Add new ContentProvider for doing conversions to data streams.
Dianne Hackborn
2010-08-08
1
-0
/
+177
*
|
add shutdown() to ContentProvider & call in ProviderTestCase*.tearDown
Vasu Nori
2010-08-04
1
-0
/
+33
|
/
[next]