summaryrefslogtreecommitdiff
path: root/core/java/android/os/Bundle.java
AgeCommit message (Expand)Author
2021-01-28Add javadoc for (Persistable)Bundle.EMPTYAdrian Roos
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-05Rename writeToProto to be dumpDebugJeffrey Huang
2019-08-08Expand ContentProviderOperation to support call().Jeff Sharkey
2019-03-19Document that Bundle.getParcelableXXX() can throw exception when classloader ...Felipe Leme
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-01-09incidentd: dumping jobscheduler to protoKweku Adams
2017-08-04Reduce duplicate strings due to the package cache.Makoto Onuki
2017-07-21Don't keep parceled extras for history broadcasts.Makoto Onuki
2017-05-22Log if parcel size is too large when launching an activity.Sudheer Shanka
2017-04-27Respond to API council feedback.Jeff Sharkey
2017-04-17Storage API polishing.Jeff Sharkey
2017-03-31Implement issue #36590595: Add ability to associated a ClipData with JobInfoDianne Hackborn
2017-03-03Fix issue #35813125: API Review: android.os > BundleDianne Hackborn
2016-10-13Fix issue #32125907: Intent.replaceUnsafeExtras() corrupts original bundle am...Dianne Hackborn
2016-10-12Fix issue #32125907: Intent.replaceUnsafeExtras() corrupts original bundleDianne Hackborn
2016-04-20resolve merge conflicts of 7983723 to masterAndreas Gampe
2016-04-19Frameworks/base: Add holder to BaseBundleAndreas Gampe
2016-03-31Merge "Handle interaction of Bundle.hasFileDescriptors() with removal" into n...Christopher Tate
2016-03-31Handle interaction of Bundle.hasFileDescriptors() with removalChristopher Tate
2016-03-18Merge "Mark more Bundles as being defusable." into nyc-dev am: 620a28bJeff Sharkey
2016-03-18Mark more Bundles as being defusable.Jeff Sharkey
2016-03-17Merge "Oops, missed a default Bundle flag." into nyc-dev am: e6031bfJeff Sharkey
2016-03-17Merge "Defuse Bundles parsed by the system process." into nyc-dev am: c4b0adeJeff Sharkey
2016-03-16Oops, missed a default Bundle flag.Jeff Sharkey
2016-03-16Defuse Bundles parsed by the system process.Jeff Sharkey
2016-02-11Implement transient extras for jobs.Dianne Hackborn
2015-04-28am 71fa6862: Merge "Fix NPE in Bundle#hasFileDescriptor on null-valued Sparse...Narayan Kamath
2015-04-28am b736868b: Merge "Fix NullPointerException in Bundle#hasFileDescriptors"Narayan Kamath
2015-04-28Fix NPE in Bundle#hasFileDescriptor on null-valued SparseArrayTaiju Tsuiki
2015-04-28Fix NullPointerException in Bundle#hasFileDescriptorsTaiju Tsuiki
2015-03-12More work on collecting assist data.Dianne Hackborn
2015-03-02Merge "Remove unused imports in frameworks/base."John Spurlock
2015-03-01Annotate Bundle with @NullableScott Kennedy
2015-02-28Remove unused imports in frameworks/base.John Spurlock
2014-12-09Add put/getBoolean/Array to PersistableBundleCraig Mautner
2014-09-05Move Size parceling to Bundle.Jeff Sharkey
2014-06-24resolved conflicts for merge of 816cff12 to masterNarayan Kamath
2014-06-19Update javadoc for android.os.Bundle.Narayan Kamath
2014-05-30Change PersistableBundle API per council's requestCraig Mautner
2014-04-22Introduce PersistableBundleCraig Mautner
2013-11-14am 47b260d0: am 572b759a: Merge "Use index in SparseArray access properly"Dianne Hackborn
2013-11-12Use index in SparseArray access properlyIgor Chernyshev
2013-10-25Fix issue #11290095: Parcel change causing crashing in KLP...Dianne Hackborn
2013-10-03Fix issue #10921903: CTS: android.os.cts.ParcelTest#testReadBundle...Dianne Hackborn
2013-09-20Fix issue #10807048: Groupon: The application crash when user rotates...Dianne Hackborn