| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue #2048263: More debugging information | Dianne Hackborn | 2009-08-11 | 1 | -0/+12 |
* | Fix #2018814: System cannot correctly render assets with "wrap_content" attri... | Dianne Hackborn | 2009-07-29 | 1 | -2/+4 |
* | First pass at reworking screen density/size APIs. | Dianne Hackborn | 2009-07-21 | 1 | -27/+57 |
* | Add "nodpi" density, and expose a bunch of density-related APIs. | Dianne Hackborn | 2009-07-17 | 1 | -1/+2 |
* | Merge change 5510 into donut | Android (Google) Code Review | 2009-07-08 | 1 | -5/+111 |
|\ |
|
| * | Add useful functions to String8, which enables users to convert between UTF-8... | Daisuke Miyakawa | 2009-07-09 | 1 | -5/+111 |
* | | Add timestamps to video frames to improve A/V sync. | Dave Sparks | 2009-07-08 | 3 | -2/+6 |
|/ |
|
* | Don't re-parse the framework resources all the time. | Dianne Hackborn | 2009-07-06 | 2 | -2/+10 |
* | Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1... | James Dong | 2009-07-02 | 1 | -0/+6 |
* | Fix issue #1673793: Theme styles don't apply. | Dianne Hackborn | 2009-06-30 | 1 | -1/+3 |
* | Merge change 5593 into donut | Android (Google) Code Review | 2009-06-29 | 1 | -10/+20 |
|\ |
|
| * | Add in TTS engine interface the methods to query the availability for a langu... | Jean-Michel Trivi | 2009-06-29 | 1 | -10/+20 |
* | | Merge change 5544 into donut | Android (Google) Code Review | 2009-06-26 | 1 | -7/+3 |
|\ \ |
|
| * | | Pipe all the camera callbacks to Java to facilitate the addition | Dave Sparks | 2009-06-26 | 1 | -7/+3 |
* | | | Expand support for different screen sizes. | Dianne Hackborn | 2009-06-26 | 1 | -5/+45 |
| |/
|/| |
|
* | | Use the same interface in the TTS engine interface for setLanguage and loadLa... | Jean-Michel Trivi | 2009-06-26 | 1 | -10/+31 |
|/ |
|
* | move ui/Time.cpp to core/jni, since this is the only place it is used | Mathias Agopian | 2009-06-25 | 1 | -89/+0 |
* | Merge change 5243 into donut | Android (Google) Code Review | 2009-06-24 | 1 | -0/+1 |
|\ |
|
| * | Only report "unknown metadata" once per restore helper | Christopher Tate | 2009-06-24 | 1 | -0/+1 |
* | | Cleanup header file. Disallow copy of Camera object by making copy | Dave Sparks | 2009-06-24 | 1 | -5/+2 |
|/ |
|
* | Remove deprecated callback function support. | Dave Sparks | 2009-06-24 | 1 | -23/+0 |
* | Use a ref-counted callback interface for Camera. | Dave Sparks | 2009-06-24 | 1 | -0/+13 |
* | Add file mode to the file-backup saved state blobs | Christopher Tate | 2009-06-23 | 1 | -0/+1 |
* | add glTexParameteri() and fix glTexParameteriv() | Mathias Agopian | 2009-06-22 | 1 | -1/+1 |
* | Merge change 4910 into donut | Android (Google) Code Review | 2009-06-22 | 1 | -13/+13 |
|\ |
|
| * | fix warnings that will show up with GCC 4.4 (in master) | Mathias Agopian | 2009-06-22 | 1 | -13/+13 |
* | | Helper API cleanup. Allows multiple helpers to function, | Joe Onorato | 2009-06-22 | 1 | -0/+3 |
|/ |
|
* | Report densities in badging, debugging for nine patch bug. | Dianne Hackborn | 2009-06-19 | 1 | -1/+1 |
* | backup stuff | Joe Onorato | 2009-06-18 | 1 | -0/+1 |
* | Make RestoreHelper and friends also write out the snapshot state. | Joe Onorato | 2009-06-18 | 1 | -0/+35 |
* | FileRestoreHelper and RestoreHelperDispatcher work. | Joe Onorato | 2009-06-17 | 1 | -1/+1 |
* | checkpoint BackupDatAInput / RestoreHelper | Joe Onorato | 2009-06-16 | 1 | -24/+3 |
* | Updating TTS engine interface for setting the language based on language, cou... | Jean-Michel Trivi | 2009-06-16 | 1 | -7/+11 |
* | Make the file backup helper not crash if a file you requested | Joe Onorato | 2009-06-11 | 1 | -0/+1 |
* | Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. | Joe Onorato | 2009-06-11 | 1 | -1/+2 |
* | Cleaning up comments in interface for TTS engines. | Jean-Michel Trivi | 2009-06-05 | 1 | -44/+73 |
* | Updating TtsEngine.h and SynthProxy.cpp so that buffer memory | Charles Chen | 2009-06-05 | 1 | -17/+22 |
* | rename a few files to camel-case, add copyright notices | Mathias Agopian | 2009-06-04 | 1 | -0/+0 |
* | Adding TTS error code to signal missing resources (for instance missing langu... | Jean-Michel Trivi | 2009-05-28 | 1 | -1/+2 |
* | minor clean-up to Rect and Point. | Mathias Agopian | 2009-05-26 | 2 | -34/+27 |
* | Add header declaring the interface for TTS engines to implement. | Jean-Michel Trivi | 2009-05-21 | 1 | -0/+167 |
* | bring the native_handle stuff back from master_gl | Mathias Agopian | 2009-05-20 | 1 | -8/+10 |
* | Hook up the backup data writer, and add a utility to read the backup data files. | Joe Onorato | 2009-05-20 | 1 | -8/+16 |
* | Update aapt badging for native code, configs, density, etc. | Dianne Hackborn | 2009-05-18 | 1 | -0/+12 |
* | Add the backup data file writer C++ class. | Joe Onorato | 2009-05-15 | 1 | -3/+62 |
* | Implement the C++ class to write the backed up file data. | Joe Onorato | 2009-05-15 | 2 | -10/+76 |
* | Get the backup calling through to the file backup helper. | Joe Onorato | 2009-05-14 | 1 | -1/+1 |
* | Modify camera framework to use new streamlined binder interface. | Dave Sparks | 2009-05-11 | 2 | -32/+18 |
* | fix the sim build. disables the tests for now. | Joe Onorato | 2009-05-08 | 1 | -1/+1 |
* | Add new binder methods to camera client to support generic callbacks | Dave Sparks | 2009-05-07 | 2 | -0/+21 |