summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/Parcel.java
Commit message (Expand)AuthorAgeFilesLines
* Introduce PersistableBundleCraig Mautner2014-04-221-0/+49
* am 48dcf9d5: am d7d37256: am b2f07b27: am 4a809272: Merge "Fix documentation ...Elliott Hughes2014-02-211-4/+5
|\
| * Merge "Fix documentation for Parcel.readException()."Elliott Hughes2014-02-211-4/+5
| |\
| | * Fix documentation for Parcel.readException().Mark Doliner2014-01-021-4/+5
* | | am 4de91118: am 0741e11c: am 75d67c6a: am d562a9b5: Merge "Improve Parcel\'s ...Paul Duffin2014-02-121-8/+13
|\ \ \ | |/ /
| * | Improve Parcel's handling of non-primitive arraysPaul Duffin2014-02-111-8/+13
* | | am 4a587146: am 09d07d0d: am e3e4b405: am 9846fb69: am 50afaefd: Merge "AArch...Narayan Kamath2014-01-291-42/+47
|\ \ \ | |/ /
| * | AArch64: Make Binder and Parcel 64-bit compatibleAshok Bhat2014-01-231-42/+47
| |/
* | Hide android.os.Parcel.obtain(int).Narayan Kamath2014-01-231-0/+1
* | Use custom classloader if provided for Serializables.John Spurlock2014-01-101-3/+21
|/
* Fix issue #11290095: Parcel change causing crashing in KLP...Dianne Hackborn2013-10-251-4/+11
* Fix issue #10921903: CTS: android.os.cts.ParcelTest#testReadBundle...Dianne Hackborn2013-10-031-0/+1
* Fix issue #10807048: Groupon: The application crash when user rotates...Dianne Hackborn2013-09-201-0/+32
* Implement #10666712: NetworkOnMainThreadException should be...Dianne Hackborn2013-09-131-0/+6
* Richer ParcelFileDescriptor close events.Jeff Sharkey2013-08-161-0/+5
* Switch Bundle's implementation over to ArrayMap.Dianne Hackborn2013-07-181-1/+29
* Filter out dangerous CharSequences in Notification.Daniel Sandler2013-05-081-3/+3
* Rework ParceledListSlice to be much easier to use.Dianne Hackborn2013-01-181-4/+29
* Handle missing static for CREATORIrfan Sheriff2013-01-111-0/+4
* Fix obvious typos under frameworks/base/coreKen Wakasa2012-03-091-2/+2
* Switch Parcel to static JNI calls, pass pointer.Jeff Sharkey2012-03-081-44/+176
* Fix handling of "allow fds" state.Dianne Hackborn2011-10-031-1/+4
* Add mechanism for Parcel to not allow FDs to be written to it.Dianne Hackborn2011-10-031-0/+3
* Add new Fragment API for explicitly saving/restoring state.Dianne Hackborn2011-06-021-0/+3
* DO NOT MERGE. Integrate from master: Improve activity manager debug dumps.Dianne Hackborn2011-05-131-0/+2
* Add ParcelFileDescriptor APIs to get raw fd.Dianne Hackborn2011-02-281-0/+1
* Fix Parcel.writeNative to not ignore 'offset'.Elliott Hughes2011-02-281-5/+4
* am 2f0dc6d9: Merge "COMMENT ONLY change to add some warnings about ParcelFile...Dan Egnor2010-07-201-3/+16
|\
| * COMMENT ONLY change to add some warnings about ParcelFileDescriptorDan Egnor2010-07-201-3/+16
* | StrictMode: avoid an allocation in common caseBrad Fitzpatrick2010-07-151-0/+1
* | StrictMode: gather and return violating stacks in Binder repliesBrad Fitzpatrick2010-07-151-13/+74
|/
* Support CharSequence lists+arrays in Bundle+IntentBjorn Bringert2010-02-261-2/+63
* Fix a major bug in Bundle when unparcelling from AIDL.Dianne Hackborn2009-05-221-63/+5
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+2051
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-2051/+0
* Initial ContributionThe Android Open Source Project2008-10-211-0/+2051