1. ffa3ddf am e3523054: Merge change 3356 into donut by Android (Google) Code Review · 15 years ago
  2. 7ab5120 am 327da854: Merge change 3344 into donut by Android (Google) Code Review · 15 years ago
  3. 6270d61 Cleaning up comments in interface for TTS engines. by Jean-Michel Trivi · 15 years ago
  4. e583a4e get rid of LogSocket which wasn't even implemented (enabled) by Mathias Agopian · 15 years ago
  5. 55e3d60 break dependency on utils/ZipEntry.h and utils/ZipFile.h, get rid of inet_address.h and Socket.h which were not used by Mathias Agopian · 15 years ago
  6. 83e712a Updating TtsEngine.h and SynthProxy.cpp so that buffer memory by Charles Chen · 15 years ago
  7. 8ed6beb rename string_array.h to StringArray.h and move the implementation from the header file to a new cpp file. by Mathias Agopian · 15 years ago
  8. 1b6aee1 am 2a318867: Merge change 3203 into donut by Android (Google) Code Review · 15 years ago
  9. 8ae2335 rename a few files to camel-case, add copyright notices by Mathias Agopian · 15 years ago
  10. ee01b1c move utils/Pipe.h to the simulator by Mathias Agopian · 15 years ago
  11. 696959c get rid of TimerProbe which is never used by Mathias Agopian · 15 years ago
  12. 14f955b get rid of sleepForInterval() which didn't seem to be used anywhere in the source tree. Also get rid of ported.h which seem to be used only (possibly) in the sim. moved the implementation there. by Mathias Agopian · 15 years ago
  13. 3b4062e get rid of utils.h by Mathias Agopian · 15 years ago
  14. abe00fd get rid of utils/executablepath.h, which now lives in the simulator by Mathias Agopian · 15 years ago
  15. 6ec711f am 11b1675a: Merge change 2626 into donut by Android (Google) Code Review · 15 years ago
  16. 14f861a Adding TTS error code to signal missing resources (for instance missing language files). by Jean-Michel Trivi · 15 years ago
  17. 09d00f7 am 0c0ad39c: Merge change 2502 into donut by Android (Google) Code Review · 15 years ago
  18. f1472a7 minor clean-up to Rect and Point. by Mathias Agopian · 15 years ago
  19. aaf834a some work to try to reduce the code size of some native libraries by Mathias Agopian · 15 years ago
  20. c5d0343 am de8268d6: Merge change 2331 into donut by Android (Google) Code Review · 15 years ago
  21. 4bc035a Fix issue 1846343 - part 1 by Eric Laurent · 15 years ago
  22. bca8ecf Merge change 2260 by Android (Google) Code Review · 15 years ago
  23. dfece80 change 2115 wasn't merged properly into master. this fixes that. by Mathias Agopian · 15 years ago
  24. 547a397 am 384bfa27: Merge change 2227 into donut by Android (Google) Code Review · 15 years ago
  25. 895fb8e Add header declaring the interface for TTS engines to implement. by Jean-Michel Trivi · 15 years ago
  26. 9890815 bring the native_handle stuff back from master_gl by Mathias Agopian · 15 years ago
  27. 0795272 move libbinder's header files under includes/binder by Mathias Agopian · 15 years ago
  28. 25ba5b6 checkpoint: split libutils into libutils + libbinder by Mathias Agopian · 15 years ago
  29. bad962b am e2914615: Merge change 2099 into donut by Android (Google) Code Review · 15 years ago
  30. d2110db Hook up the backup data writer, and add a utility to read the backup data files. by Joe Onorato · 15 years ago
  31. f1f12f8 am 656a2726: Merge change 1910 into donut by Android (Google) Code Review · 15 years ago
  32. bb9ea30 Update aapt badging for native code, configs, density, etc. by Dianne Hackborn · 15 years ago
  33. 28a6f66 am e85bb9eb: Merge change 1823 into donut by Android (Google) Code Review · 15 years ago
  34. 2e1da32 Add the backup data file writer C++ class. by Joe Onorato · 15 years ago
  35. 55051ebd am 4535e405: Implement the C++ class to write the backed up file data. by Joe Onorato · 15 years ago
  36. 4535e40 Implement the C++ class to write the backed up file data. by Joe Onorato · 15 years ago
  37. a64b8607 am aa642c0c: Merge changes 1591,1596 into donut by Android (Google) Code Review · 15 years ago
  38. 290bb01 Get the backup calling through to the file backup helper. by Joe Onorato · 15 years ago
  39. 70a16b4 am 3022a11: Merge change 1239 into donut by Android (Google) Code Review · 15 years ago
  40. d6289b1 Modify camera framework to use new streamlined binder interface. by Dave Sparks · 15 years ago
  41. c825d3e fix the sim build. disables the tests for now. by Joe Onorato · 15 years ago
  42. ec91aab am 3fd7e13: Merge branch \'donut\' of ssh://android-git.corp.google.com:29 by The Android Open Source Project · 15 years ago
  43. 2a04aef Add new binder methods to camera client to support generic callbacks by Dave Sparks · 15 years ago
  44. 56b7eea manual merge f3af740bdfc261b1cb25c0799af780d3753d4518 by The Android Open Source Project · 15 years ago
  45. f3af740 Fixed issue 1709450: Requirements for CDMA Tone Generator by Eric Laurent · 15 years ago
  46. 7fca565 fix the sim build. disables the tests for now. by Joe Onorato · 15 years ago
  47. b61381b am 4488b11: Merge change 1039 into donut by Android (Google) Code Review · 15 years ago
  48. 3ad977b Add some C++ code to do raw files for backup by Joe Onorato · 15 years ago
  49. 8e64406 am 17f213b: Merge change 602 into donut by Android (Google) Code Review · 15 years ago
  50. d1d2af6 am 3eab744: Merge change 376 into donut by Android (Google) Code Review · 15 years ago
  51. 9f5a54a am 0a9b5bb: Merge change 509 into donut by Android (Google) Code Review · 15 years ago
  52. 5c685a9 am 9c56513: Merge change 165 into donut by Android (Google) Code Review · 15 years ago
  53. 325ac47 Bug fix(1807910): media recorder crash due to the use of locked camera object (last part) by James Dong · 15 years ago
  54. 3eab744 Merge change 376 into donut by Android (Google) Code Review · 15 years ago
  55. 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
  56. 0a9b5bb Merge change 509 into donut by Android (Google) Code Review · 15 years ago
  57. 2adc2db Fix a media server crash (bug 1807910): part one by James Dong · 15 years ago
  58. 74008f6 Merge donut into master by Jean-Baptiste Queru · 15 years ago
  59. 96e2040 Squashed commit of the following: by Robert Greenwalt · 15 years ago
  60. ef02827 Fix issue 1745312: Various cleanups in media framework by Eric Laurent · 15 years ago
  61. 935ae46 AI 145994: Integrate #145778 from Donut. by Dianne Hackborn · 16 years ago
  62. f8a7cea AI 145778: Manual merge changes 145382-145384 from cupcake. by Andy Stadler · 16 years ago
  63. f70188a AI 143840: Split VM initialization out into a separate function. by Andy McFadden · 16 years ago
  64. 63e45f2 AI 143327: am: CL 143177 am: CL 142889 Fix issue #1736153 Camera shutter sound can be muted by new AlarmClock setting. by Eric Laurent · 16 years ago
  65. eb0c86e AI 143320: am: CL 143171 am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
  66. 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
  67. 66b8ec9 AI 143171: am: CL 142873 fix [1732012] Only show screen rotation animation when triggered by sensor by Mathias Agopian · 16 years ago
  68. 78c1314 Automated import from //branches/donutburger/...@141200,141200 by Jean-Michel Trivi · 16 years ago
  69. 108762b Automated import from //branches/master/...@141201,141201 by Jean-Michel Trivi · 16 years ago
  70. ebb020a Automated import from //branches/master/...@140868,140868 by Jason Sams · 16 years ago
  71. 4610f7d Automated import from //branches/donutburger/...@140866,140866 by Jason Sams · 16 years ago
  72. e025d2d Automated import from //branches/master/...@140665,140665 by Jean-Michel Trivi · 16 years ago
  73. 4a5c1a7 Automated import from //branches/donutburger/...@140663,140663 by Jean-Michel Trivi · 16 years ago
  74. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 16 years ago
  75. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 16 years ago
  76. c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 16 years ago
  77. 53b4045 auto import from //depot/cupcake/@136654 by The Android Open Source Project · 16 years ago
  78. 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 16 years ago
  79. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  80. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  81. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 16 years ago
  82. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 16 years ago
  83. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 16 years ago
  84. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 16 years ago
  85. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 16 years ago
  86. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  87. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  88. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  89. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  90. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  91. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago