summaryrefslogtreecommitdiff
path: root/core/java/android/os/Bundle.java
Commit message (Expand)AuthorAgeFilesLines
* Add javadoc note about bug in readParcelableCreatorInternalHani Kazmi2022-09-021-0/+27
* BaseBundle.java: Recycle underlying parcel when bundle is cleared.Hani Kazmi2022-06-141-0/+2
* Document when types are checked in BundleBernardo Rufino2022-03-091-2/+5
* Adjust Class<T> parameter bounds in new Bundle APIsBernardo Rufino2022-03-011-2/+3
* Add safer Bundle APIs and deprecated old onesBernardo Rufino2022-02-191-15/+137
* Add @hide Bundle.getParcelable() with explicit typeBernardo Rufino2022-02-161-0/+30
* Refactor Bundle for thread-safety of Bundle.hasFileDescriptors()Bernardo Rufino2021-11-021-10/+13
* Improve @hide Parcel.hasFileDescriptors(Object)Bernardo Rufino2021-11-021-22/+4
* Merge "Merge Android 12"Xin Li2021-10-071-0/+1
|\
| * Merge "Avoid full unparcelling where possible in Bundle" am: 3ad4ecc296Treehugger Robot2021-10-061-50/+0
| |\
| * \ Merge "Lazy bundle" am: 93b4b55ee7Bernardo Rufino2021-08-311-49/+11
| |\ \
| * | | Add javadoc for (Persistable)Bundle.EMPTYAdrian Roos2021-01-281-0/+1
| * | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-291-3/+3
| * | | Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang2020-10-281-3/+3
| * | | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-10-271-3/+3
* | | | Improve Bundle/PersistableBundle docsBernardo Rufino2021-10-061-0/+7
| |_|/ |/| |
* | | Avoid full unparcelling where possible in BundleBernardo Rufino2021-10-051-50/+0
| |/ |/|
* | Lazy bundleBernardo Rufino2021-08-271-49/+11
* | Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-3/+3
|/
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-1/+1
* Expand ContentProviderOperation to support call().Jeff Sharkey2019-08-081-0/+50
* Document that Bundle.getParcelableXXX() can throw exception when classloader ...Felipe Leme2019-03-191-11/+23
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+8
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* incidentd: dumping jobscheduler to protoKweku Adams2018-01-091-0/+18
* Reduce duplicate strings due to the package cache.Makoto Onuki2017-08-041-16/+43
* Don't keep parceled extras for history broadcasts.Makoto Onuki2017-07-211-0/+9
* Log if parcel size is too large when launching an activity.Sudheer Shanka2017-05-221-0/+13
* Respond to API council feedback.Jeff Sharkey2017-04-271-33/+0
* Storage API polishing.Jeff Sharkey2017-04-171-0/+33
* Implement issue #36590595: Add ability to associated a ClipData with JobInfoDianne Hackborn2017-03-311-0/+14
* Fix issue #35813125: API Review: android.os > BundleDianne Hackborn2017-03-031-4/+8
* Fix issue #32125907: Intent.replaceUnsafeExtras() corrupts original bundle am...Dianne Hackborn2016-10-131-5/+29
|\
| * Fix issue #32125907: Intent.replaceUnsafeExtras() corrupts original bundleDianne Hackborn2016-10-121-5/+29
* | resolve merge conflicts of 7983723 to masterAndreas Gampe2016-04-201-4/+1
|\|
| * Frameworks/base: Add holder to BaseBundleAndreas Gampe2016-04-191-4/+1
* | Merge "Handle interaction of Bundle.hasFileDescriptors() with removal" into n...Christopher Tate2016-03-311-0/+16
|\|
| * Handle interaction of Bundle.hasFileDescriptors() with removalChristopher Tate2016-03-311-0/+16
* | Merge "Mark more Bundles as being defusable." into nyc-dev am: 620a28bJeff Sharkey2016-03-181-0/+8
|\|
| * Mark more Bundles as being defusable.Jeff Sharkey2016-03-181-0/+8
* | Merge "Oops, missed a default Bundle flag." into nyc-dev am: e6031bfJeff Sharkey2016-03-171-8/+8
|\|
| * Oops, missed a default Bundle flag.Jeff Sharkey2016-03-161-8/+8
* | Merge "Defuse Bundles parsed by the system process." into nyc-dev am: c4b0adeJeff Sharkey2016-03-171-36/+70
|\|
| * Defuse Bundles parsed by the system process.Jeff Sharkey2016-03-161-36/+70
* | Implement transient extras for jobs.Dianne Hackborn2016-02-111-0/+20
|/
* am 71fa6862: Merge "Fix NPE in Bundle#hasFileDescriptor on null-valued Sparse...Narayan Kamath2015-04-281-1/+2
|\
| * Fix NPE in Bundle#hasFileDescriptor on null-valued SparseArrayTaiju Tsuiki2015-04-281-1/+2
* | am b736868b: Merge "Fix NullPointerException in Bundle#hasFileDescriptors"Narayan Kamath2015-04-281-2/+3
|\|
| * Fix NullPointerException in Bundle#hasFileDescriptorsTaiju Tsuiki2015-04-281-2/+3