index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
BaseBundle.java
Age
Commit message (
Expand
)
Author
2020-10-27
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-09-14
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-02-14
Improve BaseBundle#kindofEquals
Suprabh Shukla
2019-12-18
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-08-08
Expand ContentProviderOperation to support call().
Jeff Sharkey
2019-03-15
Add @UnsupportedAppUsage annotations
Andrei Onea
2018-09-12
Check Bundle length is aligned by 4 when readFromParcel.
Hui Yu
2018-04-26
Fix PersistableBundle C++ -> Java interop
Makoto Onuki
2018-03-22
APIs to suspend packages with SUSPEND_APPS permission
Suprabh Shukla
2017-08-04
Reduce duplicate strings due to the package cache.
Makoto Onuki
2017-07-05
Log Bundle statistics when too large.
Jeff Sharkey
2017-05-10
Fix issue #37360626: Apps can schedule alarms (and other things) with temp wh...
Dianne Hackborn
2017-04-11
Add new "work queue" feature to JobScheduler.
Dianne Hackborn
2017-03-31
Implement issue #36590595: Add ability to associated a ClipData with JobInfo
Dianne Hackborn
2017-03-03
Fix issue #35813125: API Review: android.os > Bundle
Dianne Hackborn
2016-12-16
Fix for race in writeToParcel and unparcel
Amith Yamasani
2016-05-04
resolve merge conflicts of a14aac9 to master
Dianne Hackborn
2016-05-04
Maybe fix issue #28457907: Pebble app crash + reboot
Dianne Hackborn
2016-04-20
resolve merge conflicts of 7983723 to master
Andreas Gampe
2016-04-19
Frameworks/base: Add holder to BaseBundle
Andreas Gampe
2016-04-19
Merge "Disable "defusable" logging for now." into nyc-dev am: d3a25ad am: ea5...
Jeff Sharkey
2016-04-18
Disable "defusable" logging for now.
Jeff Sharkey
2016-03-31
Merge "Fix a deadlock due to wtf in BaseBundle" into nyc-dev am: 27c49d5
Amith Yamasani
2016-03-30
Fix a deadlock due to wtf in BaseBundle
Amith Yamasani
2016-03-17
Merge "Defuse Bundles parsed by the system process." into nyc-dev am: c4b0ade
Jeff Sharkey
2016-03-16
Defuse Bundles parsed by the system process.
Jeff Sharkey
2016-03-08
resolve merge conflicts of 1ca3800c44 to master
Makoto Onuki
2016-03-04
Introducing ShortcutManager
Makoto Onuki
2016-02-11
Implement transient extras for jobs.
Dianne Hackborn
2015-12-17
Merge "Add comments to keep Java and native binder PersistableBundle in sync"...
Samuel Tan
2015-12-15
Add comments to keep Java and native binder PersistableBundle in sync
Samuel Tan
2015-10-01
Fix security issues when using Parcel.setDataPosition() with untrusted input
Adam Lesinski
2015-03-12
More work on collecting assist data.
Dianne Hackborn
2015-03-01
Annotate Bundle with @Nullable
Scott Kennedy
2014-12-09
Add put/getBoolean/Array to PersistableBundle
Craig Mautner
2014-07-01
Update javadoc for android.os.Bundle.
Narayan Kamath
2014-05-30
Change PersistableBundle API per council's request
Craig Mautner