summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix issue #1673793: Theme styles don't apply.Dianne Hackborn2009-06-301-1/+3
* Merge change 5593 into donutAndroid (Google) Code Review2009-06-291-10/+20
|\
| * Add in TTS engine interface the methods to query the availability for a langu...Jean-Michel Trivi2009-06-291-10/+20
* | Merge change 5544 into donutAndroid (Google) Code Review2009-06-261-7/+3
|\ \
| * | Pipe all the camera callbacks to Java to facilitate the additionDave Sparks2009-06-261-7/+3
* | | Expand support for different screen sizes.Dianne Hackborn2009-06-261-5/+45
| |/ |/|
* | Use the same interface in the TTS engine interface for setLanguage and loadLa...Jean-Michel Trivi2009-06-261-10/+31
|/
* move ui/Time.cpp to core/jni, since this is the only place it is usedMathias Agopian2009-06-251-89/+0
* Merge change 5243 into donutAndroid (Google) Code Review2009-06-241-0/+1
|\
| * Only report "unknown metadata" once per restore helperChristopher Tate2009-06-241-0/+1
* | Cleanup header file. Disallow copy of Camera object by making copyDave Sparks2009-06-241-5/+2
|/
* Remove deprecated callback function support.Dave Sparks2009-06-241-23/+0
* Use a ref-counted callback interface for Camera.Dave Sparks2009-06-241-0/+13
* Merge change 5100 into donutAndroid (Google) Code Review2009-06-231-1/+83
|\
| * Fill in CDMA gaps and clean up ToneGenerator codeDavid Krause2009-06-231-1/+83
* | Add file mode to the file-backup saved state blobsChristopher Tate2009-06-231-0/+1
|/
* add glTexParameteri() and fix glTexParameteriv()Mathias Agopian2009-06-221-1/+1
* Merge change 4910 into donutAndroid (Google) Code Review2009-06-221-13/+13
|\
| * fix warnings that will show up with GCC 4.4 (in master)Mathias Agopian2009-06-221-13/+13
* | Helper API cleanup. Allows multiple helpers to function,Joe Onorato2009-06-221-0/+3
|/
* Report densities in badging, debugging for nine patch bug.Dianne Hackborn2009-06-191-1/+1
* backup stuffJoe Onorato2009-06-181-0/+1
* Make RestoreHelper and friends also write out the snapshot state.Joe Onorato2009-06-181-0/+35
* FileRestoreHelper and RestoreHelperDispatcher work.Joe Onorato2009-06-171-1/+1
* checkpoint BackupDatAInput / RestoreHelperJoe Onorato2009-06-161-24/+3
* Updating TTS engine interface for setting the language based on language, cou...Jean-Michel Trivi2009-06-161-7/+11
* Merge change 3981 into donutAndroid (Google) Code Review2009-06-123-4/+2
|\
| * Removed trailing whitespaces.Nicolas Catania2009-06-113-4/+2
* | Make the file backup helper not crash if a file you requestedJoe Onorato2009-06-111-0/+1
* | Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files.Joe Onorato2009-06-111-1/+2
|/
* Merge change 1548 into donutAndroid (Google) Code Review2009-06-081-7/+31
|\
| * NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC).Jianhong Jiang2009-06-081-7/+31
* | Cleaning up comments in interface for TTS engines.Jean-Michel Trivi2009-06-051-44/+73
* | Updating TtsEngine.h and SynthProxy.cpp so that buffer memoryCharles Chen2009-06-051-17/+22
* | rename a few files to camel-case, add copyright noticesMathias Agopian2009-06-041-0/+0
|/
* Adding TTS error code to signal missing resources (for instance missing langu...Jean-Michel Trivi2009-05-281-1/+2
* minor clean-up to Rect and Point.Mathias Agopian2009-05-262-34/+27
* Fix issue 1846343 - part 1Eric Laurent2009-05-263-7/+18
* Add header declaring the interface for TTS engines to implement.Jean-Michel Trivi2009-05-211-0/+167
* bring the native_handle stuff back from master_glMathias Agopian2009-05-201-8/+10
* Hook up the backup data writer, and add a utility to read the backup data files.Joe Onorato2009-05-201-8/+16
* Update aapt badging for native code, configs, density, etc.Dianne Hackborn2009-05-181-0/+12
* Add the backup data file writer C++ class.Joe Onorato2009-05-151-3/+62
* Implement the C++ class to write the backed up file data.Joe Onorato2009-05-152-10/+76
* Get the backup calling through to the file backup helper.Joe Onorato2009-05-141-1/+1
* Modify camera framework to use new streamlined binder interface.Dave Sparks2009-05-112-32/+18
* fix the sim build. disables the tests for now.Joe Onorato2009-05-081-1/+1
* Add new binder methods to camera client to support generic callbacksDave Sparks2009-05-072-0/+21
* Fixed issue 1709450: Requirements for CDMA Tone GeneratorEric Laurent2009-05-061-19/+70
* Add some C++ code to do raw files for backupJoe Onorato2009-05-051-0/+15