Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge change 2351 into donut | Android (Google) Code Review | 2009-05-22 | 1 | -2/+6 |
|\ | | | | | | | | | * changes: Fix a major bug in Bundle when unparcelling from AIDL. | ||||
| * | Fix a major bug in Bundle when unparcelling from AIDL. | Dianne Hackborn | 2009-05-22 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | There was a serious problem in the Bundle(Parcel) and readFromParcel() methods, where it wasn't doing the copying of the Parcel that Parcel.readBundle() does and is a basic requirement for it to work correctly. This re-arranges the code to make all of these functions (hopefully) correct. Also fix a problem in Parcel where we were not duping fds when copying data from one Parcel to another. | ||||
* | | This should fix the simulator build. | Marco Nelissen | 2009-05-22 | 1 | -0/+1 |
|/ | |||||
* | bring the native_handle stuff back from master_gl | Mathias Agopian | 2009-05-20 | 1 | -29/+11 |
| | |||||
* | Hook up the backup data writer, and add a utility to read the backup data files. | Joe Onorato | 2009-05-20 | 2 | -56/+149 |
| | |||||
* | Update aapt badging for native code, configs, density, etc. | Dianne Hackborn | 2009-05-18 | 1 | -2/+57 |
| | |||||
* | Add the backup data file writer C++ class. | Joe Onorato | 2009-05-15 | 2 | -33/+384 |
| | |||||
* | Implement the C++ class to write the backed up file data. | Joe Onorato | 2009-05-15 | 3 | -7/+385 |
| | |||||
* | Get the backup calling through to the file backup helper. | Joe Onorato | 2009-05-14 | 1 | -6/+9 |
| | | | | | This includes some cleanup to make the parameters match between BackupService.onBackup and FileBackupHelper.performBackup. | ||||
* | fix the sim build. disables the tests for now. | Joe Onorato | 2009-05-08 | 1 | -1/+3 |
| | |||||
* | Add some C++ code to do raw files for backup | Joe Onorato | 2009-05-05 | 2 | -1/+682 |
| | |||||
* | Squashed commit of the following: | Robert Greenwalt | 2009-04-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | commit 012b56fc607cf243cf4b29cb2a5f172bcbe0aecd Author: Robert Greenwalt <robdroid@android.com> Date: Wed Apr 22 14:31:26 2009 -0700 Additional fixes and tests for density. commit 91fdc8e187551ae69e0029a4325fb3ad38fe411b Author: Robert Greenwalt <robdroid@android.com> Date: Tue Apr 14 14:39:00 2009 -0700 Fix runtime resource selection logic. Fix isBetterThan so that o or this may be supperior at any stage. Used to only handle this-better or tie at each stage, biasing against o. Also allows reset of unit test to succeed. Fixes bug 1709202. | ||||
* | auto import from //branches/cupcake/...@137873 | The Android Open Source Project | 2009-03-11 | 1 | -3/+17 |
| | |||||
* | auto import from //depot/cupcake/@136594 | The Android Open Source Project | 2009-03-05 | 4 | -189/+78 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 54 | -0/+23456 |
| | |||||
* | auto import from //depot/cupcake/@135843 | The Android Open Source Project | 2009-03-03 | 54 | -23454/+0 |
| | |||||
* | auto import from //depot/cupcake/@132589 | The Android Open Source Project | 2009-03-03 | 1 | -3/+1 |
| | |||||
* | auto import from //depot/cupcake/@137055 | The Android Open Source Project | 2009-03-02 | 1 | -1/+3 |
| | |||||
* | auto import from //branches/cupcake/...@130745 | The Android Open Source Project | 2009-02-10 | 3 | -9/+19 |
| | |||||
* | auto import from //branches/cupcake/...@127101 | The Android Open Source Project | 2009-01-20 | 1 | -1/+62 |
| | |||||
* | auto import from //branches/cupcake/...@125939 | The Android Open Source Project | 2009-01-09 | 1 | -10/+15 |
| | |||||
* | Code drop from //branches/cupcake/...@124589 | The Android Open Source Project | 2008-12-17 | 8 | -76/+142 |
| | |||||
* | Initial Contribution | The Android Open Source Project | 2008-10-21 | 54 | -0/+23312 |