index
:
frameworks_base.git
kitkat
lp5.0
lp5.1
mm6.0
n7.0
n7.1
o8.0
o8.1
q10.0
r11.0
r11.1
s12.0
s12.1
t13.0
t13.0_pre-rebase_jan22-23
u14.0
v15.0
w16.0
frameworks_base
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
java
/
android
/
os
/
BaseBundle.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
BaseBundle: fix unparcel error logic
Steven Moreland
2025-07-08
1
-2
/
+7
*
Update BaseBundle to not use LazyValues when using ReadWriteHelper
Hani Kazmi
2022-09-25
1
-2
/
+4
*
BaseBundle.java: Recycle underlying parcel when bundle is cleared.
Hani Kazmi
2022-06-14
1
-1
/
+25
*
Adjust Class<T> parameter bounds in new Bundle APIs
Bernardo Rufino
2022-03-01
1
-1
/
+1
*
Add safer Bundle APIs and deprecated old ones
Bernardo Rufino
2022-02-19
1
-44
/
+103
*
Add @hide Bundle.getParcelable() with explicit type
Bernardo Rufino
2022-02-16
1
-18
/
+34
*
Refactor Bundle for thread-safety of Bundle.hasFileDescriptors()
Bernardo Rufino
2021-11-02
1
-47
/
+53
*
Merge "Avoid full unparcelling where possible in Bundle"
Treehugger Robot
2021-10-06
1
-4
/
+12
|
\
|
*
Avoid full unparcelling where possible in Bundle
Bernardo Rufino
2021-10-05
1
-4
/
+12
*
|
Change defusing for lazy bundles
Bernardo Rufino
2021-10-05
1
-18
/
+37
*
|
Correct Parcel value types
Bernardo Rufino
2021-10-01
1
-4
/
+4
|
/
*
Log.wtf in mismatch + tests
Bernardo Rufino
2021-09-29
1
-1
/
+1
*
Synchronize in LazyValue.get()
Bernardo Rufino
2021-09-22
1
-4
/
+7
*
Lazy bundle
Bernardo Rufino
2021-08-27
1
-28
/
+75
*
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-11-04
1
-1
/
+1
*
Update language to comply with Android's inclusive language guidance
Jeff Sharkey
2020-09-14
1
-1
/
+1
*
Improve BaseBundle#kindofEquals
Suprabh Shukla
2020-02-14
1
-1
/
+8
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Expand ContentProviderOperation to support call().
Jeff Sharkey
2019-08-08
1
-0
/
+29
*
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-03-15
1
-0
/
+5
*
Check Bundle length is aligned by 4 when readFromParcel.
Hui Yu
2018-09-12
1
-1
/
+2
*
Fix PersistableBundle C++ -> Java interop
Makoto Onuki
2018-04-26
1
-8
/
+32
*
APIs to suspend packages with SUSPEND_APPS permission
Suprabh Shukla
2018-03-22
1
-0
/
+17
*
Reduce duplicate strings due to the package cache.
Makoto Onuki
2017-08-04
1
-46
/
+88
*
Log Bundle statistics when too large.
Jeff Sharkey
2017-07-05
1
-0
/
+48
*
Fix issue #37360626: Apps can schedule alarms (and other things) with temp wh...
Dianne Hackborn
2017-05-10
1
-0
/
+1
*
Add new "work queue" feature to JobScheduler.
Dianne Hackborn
2017-04-11
1
-0
/
+17
*
Implement issue #36590595: Add ability to associated a ClipData with JobInfo
Dianne Hackborn
2017-03-31
1
-0
/
+14
*
Fix issue #35813125: API Review: android.os > Bundle
Dianne Hackborn
2017-03-03
1
-5
/
+5
*
Fix for race in writeToParcel and unparcel
Amith Yamasani
2016-12-16
1
-52
/
+58
*
resolve merge conflicts of a14aac9 to master
Dianne Hackborn
2016-05-04
1
-46
/
+56
|
\
|
*
Maybe fix issue #28457907: Pebble app crash + reboot
Dianne Hackborn
2016-05-04
1
-47
/
+57
*
|
resolve merge conflicts of 7983723 to master
Andreas Gampe
2016-04-20
1
-9
/
+17
|
\
|
|
*
Frameworks/base: Add holder to BaseBundle
Andreas Gampe
2016-04-19
1
-9
/
+17
*
|
Merge "Disable "defusable" logging for now." into nyc-dev am: d3a25ad am: ea5...
Jeff Sharkey
2016-04-19
1
-1
/
+3
|
\
|
|
*
Disable "defusable" logging for now.
Jeff Sharkey
2016-04-18
1
-1
/
+3
*
|
Merge "Fix a deadlock due to wtf in BaseBundle" into nyc-dev am: 27c49d5
Amith Yamasani
2016-03-31
1
-1
/
+2
|
\
|
|
*
Fix a deadlock due to wtf in BaseBundle
Amith Yamasani
2016-03-30
1
-1
/
+2
*
|
Merge "Defuse Bundles parsed by the system process." into nyc-dev am: c4b0ade
Jeff Sharkey
2016-03-17
1
-6
/
+51
|
\
|
|
*
Defuse Bundles parsed by the system process.
Jeff Sharkey
2016-03-16
1
-6
/
+51
*
|
resolve merge conflicts of 1ca3800c44 to master
Makoto Onuki
2016-03-08
1
-0
/
+6
|
\
|
|
*
Introducing ShortcutManager
Makoto Onuki
2016-03-04
1
-0
/
+6
*
|
Implement transient extras for jobs.
Dianne Hackborn
2016-02-11
1
-18
/
+78
|
/
*
Merge "Add comments to keep Java and native binder PersistableBundle in sync"...
Samuel Tan
2015-12-17
1
-0
/
+6
|
\
|
*
Add comments to keep Java and native binder PersistableBundle in sync
Samuel Tan
2015-12-15
1
-0
/
+6
*
|
Fix security issues when using Parcel.setDataPosition() with untrusted input
Adam Lesinski
2015-10-01
1
-5
/
+7
|
/
*
More work on collecting assist data.
Dianne Hackborn
2015-03-12
1
-2
/
+1
*
Annotate Bundle with @Nullable
Scott Kennedy
2015-03-01
1
-46
/
+64
*
Add put/getBoolean/Array to PersistableBundle
Craig Mautner
2014-12-09
1
-5
/
+5
*
Update javadoc for android.os.Bundle.
Narayan Kamath
2014-07-01
1
-4
/
+8
[next]