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
*
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
|
/
*
Minor changes to ContentProvider javadoc to improve consistency.
Dan Egnor
2010-07-28
1
-11
/
+12
*
COMMENT ONLY change to clarify ContentProvider documentation.
Dan Egnor
2010-07-27
1
-59
/
+119
*
Add "call" method on ContentProvider.
Brad Fitzpatrick
2010-03-05
1
-1
/
+23
*
am 328c0e79: - removed the concept of Entity from the ContentProvider APIs - ...
Fred Quintana
2009-12-10
1
-18
/
+1
*
Implement new MockContentProvider. Also make ContentProvider aware of the class.
Daisuke Miyakawa
2009-12-04
1
-0
/
+32
*
- hide Entity and all its references
Fred Quintana
2009-10-06
1
-19
/
+7
*
resolved conflicts for merge of 2af632f8 to master
Dianne Hackborn
2009-07-09
1
-27
/
+117
|
\
|
*
Add new <path-permission tag for use by global search.
Dianne Hackborn
2009-07-08
1
-23
/
+113
|
*
Automated import from //branches/donutburger/...@140581,140581
Bjorn Bringert
2009-03-24
1
-1
/
+2
*
|
Fixed Issue 2682: ContentProvider query() SDK docs deprecated
Alan Jones
2009-07-07
1
-5
/
+9
*
|
- create a new generic ISyncAdapter implementation, SyncAdapterNew
Fred Quintana
2009-06-01
1
-5
/
+7
*
|
add ipc support to batching
Fred Quintana
2009-05-22
1
-20
/
+18
*
|
enhance ContentProvider with the ability to perform batch operations
Fred Quintana
2009-05-15
1
-1
/
+23
*
|
content provider entities
Fred Quintana
2009-05-13
1
-0
/
+45
[next]