summaryrefslogtreecommitdiff
path: root/core/java/android/content/ContentProviderOperation.java
AgeCommit message (Expand)Author
2020-10-20Apply fixes for EfficientStrings.Jeff Sharkey
2020-04-21Update some Parcelables to send Strings UTF-8.Jeff Sharkey
2020-01-08Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-15Expand ContentProviderOperation support of extras.Jeff Sharkey
2019-08-28Fix subtle bug when using empty withValues().Jeff Sharkey
2019-08-08Expand ContentProviderOperation to support call().Jeff Sharkey
2019-08-08Add nullability annotations for current behavior.Jeff Sharkey
2019-04-16Handle any exception when allowing failures.Jeff Sharkey
2019-04-15Allow failures of applyBatch() operations.Jeff Sharkey
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-10-10docs: fixing errors found with lint checker am: 219f7dcb66kopriva
2018-10-09docs: fixing errors found with lint checkerkopriva
2018-10-09docs: fixing errors found with lint checkerkopriva
2018-09-25Recover shady content:// paths.Jeff Sharkey
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-15Add @UnsupportedAppUsage annotationsMathew Inwood
2017-03-24Replace possibly-expensive size() == 0 with isEmpty()Mike Tsao
2015-06-10Add docs for ContentProviderOperations.Jeff Brown
2015-01-23Expose ContentProviderOperation typeBrian Attwell
2015-01-22Revert "Expose ContentProviderOperation type"Brian Attwell
2015-01-22Expose ContentProviderOperation typeBrian Attwell
2014-05-13Resolving resources across users.Nicolas Prevot
2010-09-16Fix the rest of the javadoc warnings.Joe Onorato
2010-02-19Add error logging to ContentProviderOperation.Ken Shirriff
2009-10-29Avoid NPE when callers send null selection args.Jeff Sharkey
2009-10-28Copy the selection args when creating a CPO since callers often reuse the pas...Jeff Hamilton
2009-09-15add the ability to do a newAssert with no valuesFred Quintana
2009-08-28add the ability to specify yieldpoints in a ContentProviderOperationFred Quintana
2009-08-10New ContentProviderOperation to assert values during batch.Jeff Sharkey
2009-08-06- add several common kinds and beef up some othersFred Quintana
2009-07-28Expose type constants and accessor for unit tests.Jeff Sharkey
2009-06-11add a data_version column to the data tableFred Quintana
2009-06-04- make it easier to add content values to the ContentProviderOperationFred Quintana
2009-06-01 - create a new generic ISyncAdapter implementation, SyncAdapterNewFred Quintana
2009-05-22add ipc support to batchingFred Quintana
2009-05-15enhance ContentProvider with the ability to perform batch operationsFred Quintana