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