summaryrefslogtreecommitdiff
path: root/core/java/android/os/BaseBundle.java
AgeCommit message (Expand)Author
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-09-14Update language to comply with Android's inclusive language guidanceJeff Sharkey
2020-02-14Improve BaseBundle#kindofEqualsSuprabh Shukla
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-08-08Expand ContentProviderOperation to support call().Jeff Sharkey
2019-03-15Add @UnsupportedAppUsage annotationsAndrei Onea
2018-09-12Check Bundle length is aligned by 4 when readFromParcel.Hui Yu
2018-04-26Fix PersistableBundle C++ -> Java interopMakoto Onuki
2018-03-22APIs to suspend packages with SUSPEND_APPS permissionSuprabh Shukla
2017-08-04Reduce duplicate strings due to the package cache.Makoto Onuki
2017-07-05Log Bundle statistics when too large.Jeff Sharkey
2017-05-10Fix issue #37360626: Apps can schedule alarms (and other things) with temp wh...Dianne Hackborn
2017-04-11Add new "work queue" feature to JobScheduler.Dianne Hackborn
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-12-16Fix for race in writeToParcel and unparcelAmith Yamasani
2016-05-04resolve merge conflicts of a14aac9 to masterDianne Hackborn
2016-05-04Maybe fix issue #28457907: Pebble app crash + rebootDianne Hackborn
2016-04-20resolve merge conflicts of 7983723 to masterAndreas Gampe
2016-04-19Frameworks/base: Add holder to BaseBundleAndreas Gampe
2016-04-19Merge "Disable "defusable" logging for now." into nyc-dev am: d3a25ad am: ea5...Jeff Sharkey
2016-04-18Disable "defusable" logging for now.Jeff Sharkey
2016-03-31Merge "Fix a deadlock due to wtf in BaseBundle" into nyc-dev am: 27c49d5Amith Yamasani
2016-03-30Fix a deadlock due to wtf in BaseBundleAmith Yamasani
2016-03-17Merge "Defuse Bundles parsed by the system process." into nyc-dev am: c4b0adeJeff Sharkey
2016-03-16Defuse Bundles parsed by the system process.Jeff Sharkey
2016-03-08resolve merge conflicts of 1ca3800c44 to masterMakoto Onuki
2016-03-04Introducing ShortcutManagerMakoto Onuki
2016-02-11Implement transient extras for jobs.Dianne Hackborn
2015-12-17Merge "Add comments to keep Java and native binder PersistableBundle in sync"...Samuel Tan
2015-12-15Add comments to keep Java and native binder PersistableBundle in syncSamuel Tan
2015-10-01Fix security issues when using Parcel.setDataPosition() with untrusted inputAdam Lesinski
2015-03-12More work on collecting assist data.Dianne Hackborn
2015-03-01Annotate Bundle with @NullableScott Kennedy
2014-12-09Add put/getBoolean/Array to PersistableBundleCraig Mautner
2014-07-01Update javadoc for android.os.Bundle.Narayan Kamath
2014-05-30Change PersistableBundle API per council's requestCraig Mautner