summaryrefslogtreecommitdiff
path: root/core/java/android/os/PersistableBundle.java
Commit message (Expand)AuthorAgeFilesLines
* Fix security vulnerability that creates user with no restrictions when accoun...Tetiana Meronyk2024-04-091-0/+37
* RESTRICT AUTOMERGE: Drop invalid data.Kweku Adams2023-12-141-8/+34
* Refactor Bundle for thread-safety of Bundle.hasFileDescriptors()Bernardo Rufino2021-11-021-6/+9
* Merge "Merge Android 12"Xin Li2021-10-071-6/+20
|\
| * Merge "Avoid full unparcelling where possible in Bundle" am: 3ad4ecc296Treehugger Robot2021-10-061-1/+6
| |\
| * \ Merge "PersistableBundle.restoreFromXml should return a mutable bundle." am: ...Meng Wang2021-05-201-1/+1
| |\ \
| * | | Add javadoc for (Persistable)Bundle.EMPTYAdrian Roos2021-01-281-0/+2
| * | | Mechanical refactoring to new XML resolvers.Jeff Sharkey2020-11-161-6/+18
* | | | Improve Bundle/PersistableBundle docsBernardo Rufino2021-10-061-1/+8
| |_|/ |/| |
* | | Avoid full unparcelling where possible in BundleBernardo Rufino2021-10-051-1/+6
| |/ |/|
* | PersistableBundle.restoreFromXml should return a mutable bundle.Meng Wang2021-04-191-1/+1
|/
* Merge "PersistableBundle: writeToStream/readFromStream" am: 0204e4a08e am: 08...Automerger Merge Worker2020-01-091-0/+47
|\
| * PersistableBundle: writeToStream/readFromStreamMeng Wang2020-01-081-0/+47
* | Rename writeToProto to be dumpDebugJeffrey Huang2019-12-051-1/+1
|/
* All Parcelable CREATOR fields are @NonNull.Jeff Sharkey2019-02-281-1/+1
* incidentd: dumping jobscheduler to protoKweku Adams2018-01-091-0/+18
* Implement issue #36590595: Add ability to associated a ClipData with JobInfoDianne Hackborn2017-03-311-0/+12
* Fix issue #35813125: API Review: android.os > BundleDianne Hackborn2017-03-031-3/+6
* resolve merge conflicts of 7983723 to masterAndreas Gampe2016-04-201-3/+1
|\
| * Frameworks/base: Add holder to BaseBundleAndreas Gampe2016-04-191-3/+1
* | Merge "Defuse Bundles parsed by the system process." into nyc-dev am: c4b0adeJeff Sharkey2016-03-171-3/+11
|\|
| * Defuse Bundles parsed by the system process.Jeff Sharkey2016-03-161-3/+11
* | Merge "ShortcutManager: add remaining APIs." into nyc-dev am: 4a07c34ca8Makoto Onuki2016-03-091-0/+2
|\|
| * ShortcutManager: add remaining APIs.Makoto Onuki2016-03-081-0/+2
* | resolve merge conflicts of 1ca3800c44 to masterMakoto Onuki2016-03-081-3/+14
|\|
| * Introducing ShortcutManagerMakoto Onuki2016-03-041-3/+14
* | Implement transient extras for jobs.Dianne Hackborn2016-02-111-0/+21
|/
* More work on collecting assist data.Dianne Hackborn2015-03-121-18/+22
* Annotate Bundle with @NullableScott Kennedy2015-03-011-2/+4
* Add put/getBoolean/Array to PersistableBundleCraig Mautner2014-12-091-1/+2
* Change PersistableBundle API per council's requestCraig Mautner2014-05-301-428/+42
* Add code for persisting tasks and activities to disk DO NOT MERGECraig Mautner2014-05-231-2/+95
* Introduce PersistableBundleCraig Mautner2014-04-221-0/+555