- a53b828 Add "nodpi" density, and expose a bunch of density-related APIs. by Dianne Hackborn · 15 years ago
- 8a715b4 Merge change 5510 into donut by Android (Google) Code Review · 15 years ago
- f05b33b Add useful functions to String8, which enables users to convert between UTF-8 and UTF-32 by Daisuke Miyakawa · 15 years ago
- 59c1a93 Add timestamps to video frames to improve A/V sync. Bug 1927069. by Dave Sparks · 15 years ago
- 88e209d Fix issue 1743700: AudioTrack: setPlaybackRate can not set the playback rate to twice of the ouputSR by Eric Laurent · 15 years ago
- 78c4051 Don't re-parse the framework resources all the time. by Dianne Hackborn · 15 years ago
- a1b653d Return CAMERA_ERROR_SERVER_DIED to camera app when camera service dies (bug 1956726) by James Dong · 15 years ago
- de7faf6 Fix issue #1673793: Theme styles don't apply. by Dianne Hackborn · 15 years ago
- bd9aa79 Merge change 5593 into donut by Android (Google) Code Review · 15 years ago
- 287148b Add in TTS engine interface the methods to query the availability for a language, by Jean-Michel Trivi · 15 years ago
- 17a8008 Merge change 5544 into donut by Android (Google) Code Review · 15 years ago
- 723738c Expand support for different screen sizes. by Dianne Hackborn · 15 years ago
- c62f9bd Pipe all the camera callbacks to Java to facilitate the addition by Dave Sparks · 15 years ago
- d6d03e0 Use the same interface in the TTS engine interface for setLanguage and loadLanguage. by Jean-Michel Trivi · 15 years ago
- 864c0d5 move ui/Time.cpp to core/jni, since this is the only place it is used by Mathias Agopian · 15 years ago
- df65b60 Merge change 5243 into donut by Android (Google) Code Review · 15 years ago
- 63bcb79 Only report "unknown metadata" once per restore helper by Christopher Tate · 15 years ago
- 6f0602e Cleanup header file. Disallow copy of Camera object by making copy by Dave Sparks · 15 years ago
- b1dffc4 Remove deprecated callback function support. by Dave Sparks · 15 years ago
- 5e27115 Use a ref-counted callback interface for Camera. by Dave Sparks · 15 years ago
- 1bee98a Merge change 5100 into donut by Android (Google) Code Review · 15 years ago
- 11b1577 Add file mode to the file-backup saved state blobs by Christopher Tate · 15 years ago
- b6d90ca Fill in CDMA gaps and clean up ToneGenerator code by David Krause · 15 years ago
- aaf4b6b add glTexParameteri() and fix glTexParameteriv() by Mathias Agopian · 15 years ago
- 72be404 Merge change 4910 into donut by Android (Google) Code Review · 15 years ago
- 06290a4 Helper API cleanup. Allows multiple helpers to function, by Joe Onorato · 15 years ago
- 5f91097 fix warnings that will show up with GCC 4.4 (in master) by Mathias Agopian · 15 years ago
- e17086b Report densities in badging, debugging for nine patch bug. by Dianne Hackborn · 15 years ago
- 5d605dc backup stuff by Joe Onorato · 15 years ago
- d2d9ceb Make RestoreHelper and friends also write out the snapshot state. by Joe Onorato · 15 years ago
- efd0fab FileRestoreHelper and RestoreHelperDispatcher work. by Joe Onorato · 15 years ago
- 5f15d15 checkpoint BackupDatAInput / RestoreHelper by Joe Onorato · 15 years ago
- 35a8e80 Updating TTS engine interface for setting the language based on language, country and variant codes by Jean-Michel Trivi · 15 years ago
- d670b8c Merge change 3981 into donut by Android (Google) Code Review · 15 years ago
- 32f8277 Removed trailing whitespaces. by Nicolas Catania · 15 years ago
- ce88cb1 Make the file backup helper not crash if a file you requested by Joe Onorato · 15 years ago
- 23ecae3 Fix SharedPrefsBackupHelper so it doesn't hard code the paths to the files. by Joe Onorato · 15 years ago
- b2df169 Merge change 1548 into donut by Android (Google) Code Review · 15 years ago
- 2bcda90 NJ-1409: (frameworks/base) Support new audio encoding types(AMR and AAC). by Jianhong Jiang · 15 years ago
- 6270d61 Cleaning up comments in interface for TTS engines. by Jean-Michel Trivi · 15 years ago
- 83e712a Updating TtsEngine.h and SynthProxy.cpp so that buffer memory by Charles Chen · 15 years ago
- 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 15 years ago
- 14f861a Adding TTS error code to signal missing resources (for instance missing language files). by Jean-Michel Trivi · 15 years ago
- f1472a7 minor clean-up to Rect and Point. by Mathias Agopian · 15 years ago
- 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
- 895fb8e Add header declaring the interface for TTS engines to implement. by Jean-Michel Trivi · 15 years ago
- 9890815 bring the native_handle stuff back from master_gl by Mathias Agopian · 15 years ago
- d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
- bb9ea30 Update aapt badging for native code, configs, density, etc. by Dianne Hackborn · 15 years ago
- 2e1da32 Add the backup data file writer C++ class. by Joe Onorato · 15 years ago
- 4535e40 Implement the C++ class to write the backed up file data. by Joe Onorato · 15 years ago
- 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 16 years ago
- d6289b1 Modify camera framework to use new streamlined binder interface. by Dave Sparks · 16 years ago
- c825d3e fix the sim build. disables the tests for now. by Joe Onorato · 16 years ago
- 2a04aef Add new binder methods to camera client to support generic callbacks by Dave Sparks · 16 years ago
- f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 16 years ago
- 3ad977b Add some C++ code to do raw files for backup by Joe Onorato · 16 years ago
- 325ac47 Bug fix(1807910): media recorder crash due to the use of locked camera object (last part) by James Dong · 16 years ago
- 3eab744 Merge change 376 into donut by Android (Google) Code Review · 16 years ago
- e9d376b Add support for changing a threads scheduler group. Three groups are available (default, background non interactive, foreground boost). Setting a thread priority to PRIORITY_BACKGROUND will transparently change groups to background by San Mehat · 16 years ago
- 0a9b5bb Merge change 509 into donut by Android (Google) Code Review · 16 years ago
- 2adc2db Fix a media server crash (bug 1807910): part one by James Dong · 16 years ago
- 96e2040 Squashed commit of the following: by Robert Greenwalt · 16 years ago
- ef02827 Fix issue 1745312: Various cleanups in media framework by Eric Laurent · 16 years ago
- f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 16 years ago
- a7f1e5c AI 143177: am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. by Eric Laurent · 16 years ago
- 66b8ec9 AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
- 78c1314 Automated import from //branches/donutburger/...@141200,141200 by Jean-Michel Trivi · 16 years ago
- 4610f7d Automated import from //branches/donutburger/...@140866,140866 by Jason Sams · 16 years ago
- 4a5c1a7 Automated import from //branches/donutburger/...@140663,140663 by Jean-Michel Trivi · 16 years ago
- 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
- ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 16 years ago
- c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
- 53b4045 auto import from //depot/cupcake/@136654 by The Android Open Source Project · 16 years ago
- 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
- 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
- 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
- 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
- 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
- 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
- da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
- d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
- 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
- 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
- b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
- f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
- 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago