summaryrefslogtreecommitdiff
path: root/core/java/android/os/BaseBundle.java
Commit message (Expand)AuthorAgeFilesLines
* BaseBundle: fix unparcel error logicSteven Moreland2025-07-081-2/+7
* Update BaseBundle to not use LazyValues when using ReadWriteHelperHani Kazmi2022-09-251-2/+4
* BaseBundle.java: Recycle underlying parcel when bundle is cleared.Hani Kazmi2022-06-141-1/+25
* Adjust Class<T> parameter bounds in new Bundle APIsBernardo Rufino2022-03-011-1/+1
* Add safer Bundle APIs and deprecated old onesBernardo Rufino2022-02-191-44/+103
* Add @hide Bundle.getParcelable() with explicit typeBernardo Rufino2022-02-161-18/+34
* Refactor Bundle for thread-safety of Bundle.hasFileDescriptors()Bernardo Rufino2021-11-021-47/+53
* Merge "Avoid full unparcelling where possible in Bundle"Treehugger Robot2021-10-061-4/+12
|\
| * Avoid full unparcelling where possible in BundleBernardo Rufino2021-10-051-4/+12
* | Change defusing for lazy bundlesBernardo Rufino2021-10-051-18/+37
* | Correct Parcel value typesBernardo Rufino2021-10-011-4/+4
|/
* Log.wtf in mismatch + testsBernardo Rufino2021-09-291-1/+1
* Synchronize in LazyValue.get()Bernardo Rufino2021-09-221-4/+7
* Lazy bundleBernardo Rufino2021-08-271-28/+75
* Add maxTargetSdk restriction to unused APIs.Mathew Inwood2020-11-041-1/+1
* Update language to comply with Android's inclusive language guidanceJeff Sharkey2020-09-141-1/+1
* Improve BaseBundle#kindofEqualsSuprabh Shukla2020-02-141-1/+8
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Expand ContentProviderOperation to support call().Jeff Sharkey2019-08-081-0/+29
* Add @UnsupportedAppUsage annotationsAndrei Onea2019-03-151-0/+5
* Check Bundle length is aligned by 4 when readFromParcel.Hui Yu2018-09-121-1/+2
* Fix PersistableBundle C++ -> Java interopMakoto Onuki2018-04-261-8/+32
* APIs to suspend packages with SUSPEND_APPS permissionSuprabh Shukla2018-03-221-0/+17
* Reduce duplicate strings due to the package cache.Makoto Onuki2017-08-041-46/+88
* Log Bundle statistics when too large.Jeff Sharkey2017-07-051-0/+48
* Fix issue #37360626: Apps can schedule alarms (and other things) with temp wh...Dianne Hackborn2017-05-101-0/+1
* Add new "work queue" feature to JobScheduler.Dianne Hackborn2017-04-111-0/+17
* 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-5/+5
* Fix for race in writeToParcel and unparcelAmith Yamasani2016-12-161-52/+58
* resolve merge conflicts of a14aac9 to masterDianne Hackborn2016-05-041-46/+56
|\
| * Maybe fix issue #28457907: Pebble app crash + rebootDianne Hackborn2016-05-041-47/+57
* | resolve merge conflicts of 7983723 to masterAndreas Gampe2016-04-201-9/+17
|\|
| * Frameworks/base: Add holder to BaseBundleAndreas Gampe2016-04-191-9/+17
* | Merge "Disable "defusable" logging for now." into nyc-dev am: d3a25ad am: ea5...Jeff Sharkey2016-04-191-1/+3
|\|
| * Disable "defusable" logging for now.Jeff Sharkey2016-04-181-1/+3
* | Merge "Fix a deadlock due to wtf in BaseBundle" into nyc-dev am: 27c49d5Amith Yamasani2016-03-311-1/+2
|\|
| * Fix a deadlock due to wtf in BaseBundleAmith Yamasani2016-03-301-1/+2
* | Merge "Defuse Bundles parsed by the system process." into nyc-dev am: c4b0adeJeff Sharkey2016-03-171-6/+51
|\|
| * Defuse Bundles parsed by the system process.Jeff Sharkey2016-03-161-6/+51
* | resolve merge conflicts of 1ca3800c44 to masterMakoto Onuki2016-03-081-0/+6
|\|
| * Introducing ShortcutManagerMakoto Onuki2016-03-041-0/+6
* | Implement transient extras for jobs.Dianne Hackborn2016-02-111-18/+78
|/
* Merge "Add comments to keep Java and native binder PersistableBundle in sync"...Samuel Tan2015-12-171-0/+6
|\
| * Add comments to keep Java and native binder PersistableBundle in syncSamuel Tan2015-12-151-0/+6
* | Fix security issues when using Parcel.setDataPosition() with untrusted inputAdam Lesinski2015-10-011-5/+7
|/
* More work on collecting assist data.Dianne Hackborn2015-03-121-2/+1
* Annotate Bundle with @NullableScott Kennedy2015-03-011-46/+64
* Add put/getBoolean/Array to PersistableBundleCraig Mautner2014-12-091-5/+5
* Update javadoc for android.os.Bundle.Narayan Kamath2014-07-011-4/+8