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
/
Bundle.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add javadoc note about bug in readParcelableCreatorInternal
Hani Kazmi
2022-09-02
1
-0
/
+27
*
BaseBundle.java: Recycle underlying parcel when bundle is cleared.
Hani Kazmi
2022-06-14
1
-0
/
+2
*
Document when types are checked in Bundle
Bernardo Rufino
2022-03-09
1
-2
/
+5
*
Adjust Class<T> parameter bounds in new Bundle APIs
Bernardo Rufino
2022-03-01
1
-2
/
+3
*
Add safer Bundle APIs and deprecated old ones
Bernardo Rufino
2022-02-19
1
-15
/
+137
*
Add @hide Bundle.getParcelable() with explicit type
Bernardo Rufino
2022-02-16
1
-0
/
+30
*
Refactor Bundle for thread-safety of Bundle.hasFileDescriptors()
Bernardo Rufino
2021-11-02
1
-10
/
+13
*
Improve @hide Parcel.hasFileDescriptors(Object)
Bernardo Rufino
2021-11-02
1
-22
/
+4
*
Merge "Merge Android 12"
Xin Li
2021-10-07
1
-0
/
+1
|
\
|
*
Merge "Avoid full unparcelling where possible in Bundle" am: 3ad4ecc296
Treehugger Robot
2021-10-06
1
-50
/
+0
|
|
\
|
*
\
Merge "Lazy bundle" am: 93b4b55ee7
Bernardo Rufino
2021-08-31
1
-49
/
+11
|
|
\
\
|
*
|
|
Add javadoc for (Persistable)Bundle.EMPTY
Adrian Roos
2021-01-28
1
-0
/
+1
|
*
|
|
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-29
1
-3
/
+3
|
*
|
|
Revert "Add maxTargetSdk restriction to unused APIs."
Hongwei Wang
2020-10-28
1
-3
/
+3
|
*
|
|
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-10-27
1
-3
/
+3
*
|
|
|
Improve Bundle/PersistableBundle docs
Bernardo Rufino
2021-10-06
1
-0
/
+7
|
|
_
|
/
|
/
|
|
*
|
|
Avoid full unparcelling where possible in Bundle
Bernardo Rufino
2021-10-05
1
-50
/
+0
|
|
/
|
/
|
*
|
Lazy bundle
Bernardo Rufino
2021-08-27
1
-49
/
+11
*
|
Add maxTargetSdk restriction to unused APIs.
Mathew Inwood
2020-11-04
1
-3
/
+3
|
/
*
Use new UnsupportedAppUsage annotation.
Artur Satayev
2019-12-18
1
-1
/
+1
*
Rename writeToProto to be dumpDebug
Jeffrey Huang
2019-12-05
1
-1
/
+1
*
Expand ContentProviderOperation to support call().
Jeff Sharkey
2019-08-08
1
-0
/
+50
*
Document that Bundle.getParcelableXXX() can throw exception when classloader ...
Felipe Leme
2019-03-19
1
-11
/
+23
*
Add @UnsupportedAppUsage annotations
Andrei Onea
2019-03-15
1
-0
/
+8
*
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2019-02-28
1
-1
/
+1
*
incidentd: dumping jobscheduler to proto
Kweku Adams
2018-01-09
1
-0
/
+18
*
Reduce duplicate strings due to the package cache.
Makoto Onuki
2017-08-04
1
-16
/
+43
*
Don't keep parceled extras for history broadcasts.
Makoto Onuki
2017-07-21
1
-0
/
+9
*
Log if parcel size is too large when launching an activity.
Sudheer Shanka
2017-05-22
1
-0
/
+13
*
Respond to API council feedback.
Jeff Sharkey
2017-04-27
1
-33
/
+0
*
Storage API polishing.
Jeff Sharkey
2017-04-17
1
-0
/
+33
*
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
-4
/
+8
*
Fix issue #32125907: Intent.replaceUnsafeExtras() corrupts original bundle am...
Dianne Hackborn
2016-10-13
1
-5
/
+29
|
\
|
*
Fix issue #32125907: Intent.replaceUnsafeExtras() corrupts original bundle
Dianne Hackborn
2016-10-12
1
-5
/
+29
*
|
resolve merge conflicts of 7983723 to master
Andreas Gampe
2016-04-20
1
-4
/
+1
|
\
|
|
*
Frameworks/base: Add holder to BaseBundle
Andreas Gampe
2016-04-19
1
-4
/
+1
*
|
Merge "Handle interaction of Bundle.hasFileDescriptors() with removal" into n...
Christopher Tate
2016-03-31
1
-0
/
+16
|
\
|
|
*
Handle interaction of Bundle.hasFileDescriptors() with removal
Christopher Tate
2016-03-31
1
-0
/
+16
*
|
Merge "Mark more Bundles as being defusable." into nyc-dev am: 620a28b
Jeff Sharkey
2016-03-18
1
-0
/
+8
|
\
|
|
*
Mark more Bundles as being defusable.
Jeff Sharkey
2016-03-18
1
-0
/
+8
*
|
Merge "Oops, missed a default Bundle flag." into nyc-dev am: e6031bf
Jeff Sharkey
2016-03-17
1
-8
/
+8
|
\
|
|
*
Oops, missed a default Bundle flag.
Jeff Sharkey
2016-03-16
1
-8
/
+8
*
|
Merge "Defuse Bundles parsed by the system process." into nyc-dev am: c4b0ade
Jeff Sharkey
2016-03-17
1
-36
/
+70
|
\
|
|
*
Defuse Bundles parsed by the system process.
Jeff Sharkey
2016-03-16
1
-36
/
+70
*
|
Implement transient extras for jobs.
Dianne Hackborn
2016-02-11
1
-0
/
+20
|
/
*
am 71fa6862: Merge "Fix NPE in Bundle#hasFileDescriptor on null-valued Sparse...
Narayan Kamath
2015-04-28
1
-1
/
+2
|
\
|
*
Fix NPE in Bundle#hasFileDescriptor on null-valued SparseArray
Taiju Tsuiki
2015-04-28
1
-1
/
+2
*
|
am b736868b: Merge "Fix NullPointerException in Bundle#hasFileDescriptors"
Narayan Kamath
2015-04-28
1
-2
/
+3
|
\
|
|
*
Fix NullPointerException in Bundle#hasFileDescriptors
Taiju Tsuiki
2015-04-28
1
-2
/
+3
[next]