| Commit message (Expand) | Author | Age | Files | Lines |
* | move ui/Time.cpp to core/jni, since this is the only place it is used | Mathias Agopian | 2009-06-25 | 2 | -201/+1 |
* | Only report "unknown metadata" once per restore helper | Christopher Tate | 2009-06-24 | 1 | -17/+14 |
* | Put back LOGP -> printf in the backup helper code | Christopher Tate | 2009-06-24 | 1 | -1/+1 |
* | Merge change 5162 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -13/+89 |
|\ |
|
| * | Preserve file access mode when backing up / restoring files | Christopher Tate | 2009-06-23 | 1 | -13/+89 |
* | | Remove deprecated callback function support. | Dave Sparks | 2009-06-24 | 1 | -124/+0 |
* | | Use a ref-counted callback interface for Camera. | Dave Sparks | 2009-06-24 | 1 | -0/+33 |
|/ |
|
* | Add file mode to the file-backup saved state blobs | Christopher Tate | 2009-06-23 | 1 | -31/+42 |
* | Merge change 4910 into donut | Android (Google) Code Review | 2009-06-22 | 1 | -11/+11 |
|\ |
|
| * | fix warnings that will show up with GCC 4.4 (in master) | Mathias Agopian | 2009-06-22 | 1 | -11/+11 |
* | | Helper API cleanup. Allows multiple helpers to function, | Joe Onorato | 2009-06-22 | 1 | -3/+18 |
|/ |
|
* | Report densities in badging, debugging for nine patch bug. | Dianne Hackborn | 2009-06-19 | 1 | -3/+84 |
* | Fix sim-eng build and simplify previous lcd-density related patch | David 'Digit' Turner | 2009-06-19 | 1 | -10/+7 |
* | backup stuff | Joe Onorato | 2009-06-18 | 2 | -26/+37 |
* | Make RestoreHelper and friends also write out the snapshot state. | Joe Onorato | 2009-06-18 | 1 | -29/+86 |
* | Merge change 4565 into donut | Android (Google) Code Review | 2009-06-18 | 1 | -0/+8 |
|\ |
|
| * | Allow the qemu.sf.lcd_density property to override the value of ro.sf.lcd_den... | David 'Digit' Turner | 2009-06-19 | 1 | -0/+8 |
* | | FileRestoreHelper and RestoreHelperDispatcher work. | Joe Onorato | 2009-06-17 | 1 | -4/+4 |
* | | checkpoint BackupDatAInput / RestoreHelper | Joe Onorato | 2009-06-16 | 2 | -208/+41 |
|/ |
|
* | Add RestoreFileHelper, BackupDataInput, and add java wrappers for the methods... | Joe Onorato | 2009-06-12 | 1 | -1/+1 |
* | Make the file backup helper not crash if a file you requested | Joe Onorato | 2009-06-11 | 1 | -45/+108 |
* | Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. | Joe Onorato | 2009-06-11 | 1 | -62/+134 |
* | Fix back_up_files() error detection when opening/CRCing the file | Christopher Tate | 2009-06-04 | 1 | -1/+2 |
* | rename a few files to camel-case, add copyright notices | Mathias Agopian | 2009-06-04 | 10 | -20/+20 |
* | Merge change 2747 into donut | Android (Google) Code Review | 2009-05-29 | 1 | -1/+3 |
|\ |
|
| * | log the geomerty of surfaces causing an out of memory in SurfaceFlinger. | Mathias Agopian | 2009-05-29 | 1 | -1/+3 |
* | | Fix issue 1883666: Audio coming from the music player stopped suddenly | Eric Laurent | 2009-05-29 | 1 | -11/+14 |
|/ |
|
* | minor clean-up to Rect and Point. | Mathias Agopian | 2009-05-26 | 3 | -22/+19 |
* | Fix issue 1846343 - part 1 | Eric Laurent | 2009-05-26 | 4 | -22/+24 |
* | Merge change 2359 into donut | Android (Google) Code Review | 2009-05-23 | 1 | -11/+26 |
|\ |
|
| * | Fix for the simultor build breakage. | Nicolas Catania | 2009-05-22 | 1 | -11/+26 |
* | | Merge change 2351 into donut | Android (Google) Code Review | 2009-05-22 | 1 | -2/+6 |
|\ \ |
|
| * | | Fix a major bug in Bundle when unparcelling from AIDL. | Dianne Hackborn | 2009-05-22 | 1 | -2/+6 |
| |/ |
|
* | | This should fix the simulator build. | Marco Nelissen | 2009-05-22 | 1 | -0/+1 |
|/ |
|
* | split boot animation out of SurfaceFlinger | Mathias Agopian | 2009-05-21 | 7 | -351/+27 |
* | bring the native_handle stuff back from master_gl | Mathias Agopian | 2009-05-20 | 2 | -37/+15 |
* | Hook up the backup data writer, and add a utility to read the backup data files. | Joe Onorato | 2009-05-20 | 2 | -56/+149 |
* | Remove deprecated openInputStream factory method | Dave Sparks | 2009-05-19 | 6 | -47/+0 |
* | Update more references to openInputStream in support classes. | Dave Sparks | 2009-05-19 | 3 | -5/+21 |
* | Modify AudioFlinger to use updated openInputStream factory method. | Dave Sparks | 2009-05-19 | 1 | -1/+3 |
* | Add inputSource to openInputStream | Dave Sparks | 2009-05-19 | 4 | -3/+51 |
* | 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 |
* | Modify camera framework to use new streamlined binder interface. | Dave Sparks | 2009-05-11 | 2 | -189/+55 |
* | fix the sim build. disables the tests for now. | Joe Onorato | 2009-05-08 | 1 | -1/+3 |
* | Add new binder methods to camera client to support generic callbacks | Dave Sparks | 2009-05-07 | 2 | -0/+55 |
* | Add some C++ code to do raw files for backup | Joe Onorato | 2009-05-05 | 2 | -1/+682 |
* | fix 1803886 android15 Translucent GLSurfaceView demo does not display properly | Mathias Agopian | 2009-04-27 | 4 | -5/+19 |