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.
* | | am 7198030f: This should fix the simulator build.Marco Nelissen2009-05-221-0/+1
|\ \ \ | |/ / | | | | | | | | | | | | | | | Merge commit '7198030fce4b54820a65a10d54fae18a1ab5df84' * commit '7198030fce4b54820a65a10d54fae18a1ab5df84': This should fix the simulator build.
| * | 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
| |
* | checkpoint: split libutils into libutils + libbinderMathias Agopian2009-05-2016-5250/+0
| |
* | am e2914615: Merge change 2099 into donutAndroid (Google) Code Review2009-05-202-56/+149
|\ \ | |/ | | | | | | | | | | Merge commit 'e29146158b6048936671decc060d398a68333fc0' * commit 'e29146158b6048936671decc060d398a68333fc0': Hook up the backup data writer, and add a utility to read the backup data files.
| * Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-202-56/+149
| |
* | am 656a2726: Merge change 1910 into donutAndroid (Google) Code Review2009-05-181-2/+57
|\ \ | |/ | | | | | | | | | | Merge commit '656a2726ad977be194c3b8f4bf4ec3068bf3e1c9' * commit '656a2726ad977be194c3b8f4bf4ec3068bf3e1c9': Update aapt badging for native code, configs, density, etc.
| * Update aapt badging for native code, configs, density, etc.Dianne Hackborn2009-05-181-2/+57
| |
* | am e85bb9eb: Merge change 1823 into donutAndroid (Google) Code Review2009-05-152-33/+384
|\ \ | |/ | | | | | | | | | | Merge commit 'e85bb9ebcce85b8c7a0e0ccb5116cd25bf684727' * commit 'e85bb9ebcce85b8c7a0e0ccb5116cd25bf684727': Add the backup data file writer C++ class.
| * Add the backup data file writer C++ class.Joe Onorato2009-05-152-33/+384
| |
* | am 4535e405: Implement the C++ class to write the backed up file data.Joe Onorato2009-05-153-7/+385
|\ \ | |/ | | | | | | | | | | Merge commit '4535e40544aeb957d44fad75fbe5676effe03689' * commit '4535e40544aeb957d44fad75fbe5676effe03689': Implement the C++ class to write the backed up file data.
| * Implement the C++ class to write the backed up file data.Joe Onorato2009-05-153-7/+385
| |
* | am aa642c0c: Merge changes 1591,1596 into donutAndroid (Google) Code Review2009-05-141-6/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | Merge commit 'aa642c0cc20293137376d44f8221876c121e5be9' * commit 'aa642c0cc20293137376d44f8221876c121e5be9': Get the backup calling through to the file backup helper. Fix typos. Add a new feature to android.os.Debug to add the ability to inject only specific fields when calling setFieldsOn(). Fixes #1836075. Adds consistency checks for the View hierarchy. To enable them, you need a debug build and ViewDebug.sConsistencyCheckEnabled set to true in debug.prop. This change also lets you easily enable drawing and layout profiling in ViewRoot by setting ViewRoot.sProfileDrawing, ViewRoot.sProfileLayout and ViewRoot.sShowFps in debug.prop with a debug build. Add Intent.ACTION_APP_ERROR
| * 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
| |
* | fix the sim build. disables the tests for now.Joe Onorato2009-05-061-1/+3
| |
* | am 4488b11: Merge change 1039 into donutAndroid (Google) Code Review2009-05-062-1/+682
|\ \ | |/ | | | | | | | | | | Merge commit '4488b11c51ad8f5b8330279a9405e5a0f8586aa4' * commit '4488b11c51ad8f5b8330279a9405e5a0f8586aa4': Add some C++ code to do raw files for backup
| * Add some C++ code to do raw files for backupJoe Onorato2009-05-052-1/+682
| |
* | am 9c56513: Merge change 165 into donutAndroid (Google) Code Review2009-04-291-1/+1
|\ \ | |/ | | | | | | | | | | Merge commit '9c5651390056cd9c2f68d5df057739528bd4128b' * commit '9c5651390056cd9c2f68d5df057739528bd4128b': Squashed commit of the following:
| * 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.
* | Merge branch 'readonly-p4-master'Marco Nelissen2009-04-201-101/+101
|\ \
| * | AI 146964: tabs -> spacesMarco Nelissen2009-04-201-101/+101
| |/ | | | | | | Automated import of CL 146964
* | Merge commit 'remotes/korg/cupcake' into mergeJean-Baptiste Queru2009-03-186-198/+113
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: core/java/android/view/animation/TranslateAnimation.java core/jni/Android.mk core/res/res/values-en-rGB/strings.xml libs/audioflinger/AudioFlinger.cpp libs/surfaceflinger/LayerScreenshot.cpp packages/SettingsProvider/src/com/android/providers/settings/SettingsProvider.java
| * 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
| |
* | Need to dup file descriptor when reading from the binder for native handlesRebecca Schultz Zavin2009-02-131-4/+3
|/ | | | | | | | When reading a native handle that has passed through the binder, the fds have to be duped to prevent them from getting closed when the binder object is destructed. Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
* 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