index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
content
/
ContentProviderOperation.java
Age
Commit message (
Expand
)
Author
2020-10-20
Apply fixes for EfficientStrings.
Jeff Sharkey
2020-04-21
Update some Parcelables to send Strings UTF-8.
Jeff Sharkey
2020-01-08
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-11-15
Expand ContentProviderOperation support of extras.
Jeff Sharkey
2019-08-28
Fix subtle bug when using empty withValues().
Jeff Sharkey
2019-08-08
Expand ContentProviderOperation to support call().
Jeff Sharkey
2019-08-08
Add nullability annotations for current behavior.
Jeff Sharkey
2019-04-16
Handle any exception when allowing failures.
Jeff Sharkey
2019-04-15
Allow failures of applyBatch() operations.
Jeff Sharkey
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-10-10
docs: fixing errors found with lint checker am: 219f7dcb66
kopriva
2018-10-09
docs: fixing errors found with lint checker
kopriva
2018-10-09
docs: fixing errors found with lint checker
kopriva
2018-09-25
Recover shady content:// paths.
Jeff Sharkey
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2018-08-15
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-03-24
Replace possibly-expensive size() == 0 with isEmpty()
Mike Tsao
2015-06-10
Add docs for ContentProviderOperations.
Jeff Brown
2015-01-23
Expose ContentProviderOperation type
Brian Attwell
2015-01-22
Revert "Expose ContentProviderOperation type"
Brian Attwell
2015-01-22
Expose ContentProviderOperation type
Brian Attwell
2014-05-13
Resolving resources across users.
Nicolas Prevot
2010-09-16
Fix the rest of the javadoc warnings.
Joe Onorato
2010-02-19
Add error logging to ContentProviderOperation.
Ken Shirriff
2009-10-29
Avoid NPE when callers send null selection args.
Jeff Sharkey
2009-10-28
Copy the selection args when creating a CPO since callers often reuse the pas...
Jeff Hamilton
2009-09-15
add the ability to do a newAssert with no values
Fred Quintana
2009-08-28
add the ability to specify yieldpoints in a ContentProviderOperation
Fred Quintana
2009-08-10
New ContentProviderOperation to assert values during batch.
Jeff Sharkey
2009-08-06
- add several common kinds and beef up some others
Fred Quintana
2009-07-28
Expose type constants and accessor for unit tests.
Jeff Sharkey
2009-06-11
add a data_version column to the data table
Fred Quintana
2009-06-04
- make it easier to add content values to the ContentProviderOperation
Fred Quintana
2009-06-01
- create a new generic ISyncAdapter implementation, SyncAdapterNew
Fred Quintana
2009-05-22
add ipc support to batching
Fred Quintana
2009-05-15
enhance ContentProvider with the ability to perform batch operations
Fred Quintana