summaryrefslogtreecommitdiffstats
path: root/core/java/android/os/Parcel.java
Commit message (Expand)AuthorAgeFilesLines
* 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