summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/Bundle.java
Commit message (Expand)AuthorAgeFilesLines
* Change PersistableBundle API per council's requestCraig Mautner2014-05-301-361/+2
* Introduce PersistableBundleCraig Mautner2014-04-221-557/+214
* am 47b260d0: am 572b759a: Merge "Use index in SparseArray access properly"Dianne Hackborn2013-11-141-1/+1
|\
| * Use index in SparseArray access properlyIgor Chernyshev2013-11-121-1/+1
* | Fix issue #11290095: Parcel change causing crashing in KLP...Dianne Hackborn2013-10-251-9/+47
* | Fix issue #10921903: CTS: android.os.cts.ParcelTest#testReadBundle...Dianne Hackborn2013-10-031-25/+24
* | Fix issue #10807048: Groupon: The application crash when user rotates...Dianne Hackborn2013-09-201-10/+24
* | Stronger DocumentsProvider contract.Jeff Sharkey2013-08-281-0/+8
* | Fix issue #9940105: IllegalArgumentException in ArrayMapDianne Hackborn2013-07-191-0/+1
* | Fix crash.Dianne Hackborn2013-07-181-0/+2
* | Switch Bundle's implementation over to ArrayMap.Dianne Hackborn2013-07-181-17/+13
|/
* Specify the size of the Map in the constructorScott Kennedy2013-03-051-1/+1
* Add Bundle APIs for putting/getting Binder objects.Dianne Hackborn2013-02-251-2/+43
* Shrink Bundle.getString(key, default) and getCharSequence(key, default)Christopher Tate2013-01-021-32/+10
* Fix some typos and missing @param in android.os.BundleNicolas Klein2012-11-301-2/+10
* Copy EXTRA_STREAM into ClipData and grant.Jeff Sharkey2012-03-231-0/+7
* Fix handling of "allow fds" state.Dianne Hackborn2011-10-031-2/+2
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-19/+32
* Fix Fragment.onInflate() to actually work correctly.Dianne Hackborn2011-03-031-1/+44
* Fix setting of class loader.Dianne Hackborn2010-10-281-0/+7
* Add "call" method on ContentProvider.Brad Fitzpatrick2010-03-051-0/+39
* Support CharSequence lists+arrays in Bundle+IntentBjorn Bringert2010-02-261-0/+68
* Fix a major bug in Bundle when unparcelling from AIDL.Dianne Hackborn2009-05-221-10/+58
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+1452
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-1452/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+1452