summaryrefslogtreecommitdiffstats
path: root/libs/utils
Commit message (Collapse)AuthorAgeFilesLines
* Merge change 2351 into donutAndroid (Google) Code Review2009-05-221-2/+6
|\ | | | | | | | | * changes: Fix a major bug in Bundle when unparcelling from AIDL.
| * Fix a major bug in Bundle when unparcelling from AIDL.Dianne Hackborn2009-05-221-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 Nelissen2009-05-221-0/+1
|/
* bring the native_handle stuff back from master_glMathias Agopian2009-05-201-29/+11
|
* Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-202-56/+149
|
* Update aapt badging for native code, configs, density, etc.Dianne Hackborn2009-05-181-2/+57
|
* Add the backup data file writer C++ class.Joe Onorato2009-05-152-33/+384
|
* Implement the C++ class to write the backed up file data.Joe Onorato2009-05-153-7/+385
|
* Get the backup calling through to the file backup helper.Joe Onorato2009-05-141-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 Onorato2009-05-081-1/+3
|
* Add some C++ code to do raw files for backupJoe Onorato2009-05-052-1/+682
|
* Squashed commit of the following:Robert Greenwalt2009-04-221-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/...@137873The Android Open Source Project2009-03-111-3/+17
|
* auto import from //depot/cupcake/@136594The Android Open Source Project2009-03-054-189/+78
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0354-0/+23456
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0354-23454/+0
|
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-031-3/+1
|
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-021-1/+3
|
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-103-9/+19
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-1/+62
|
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-10/+15
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-178-76/+142
|
* Initial ContributionThe Android Open Source Project2008-10-2154-0/+23312