1. 021697a Audio effects: lvm bundle wrapper update after first integration tests. by Eric Laurent · 14 years ago
  2. 4782cdb Merge "Fix a memory corruption when writting Sensor into a parcel" into gingerbread by Mathias Agopian · 14 years ago
  3. b54a3c9 Fix a memory corruption when writting Sensor into a parcel by Mathias Agopian · 14 years ago
  4. 19f082e Merge "filter sensor event by connection" into gingerbread by Mathias Agopian · 14 years ago
  5. efba8bf filter sensor event by connection by Mathias Agopian · 14 years ago
  6. 53d4e0d Allows the authoring engine to skip frame. by James Dong · 14 years ago
  7. db3eb35 Merge "propagate sensor event rate properly to the sensor HAL" into gingerbread by Mathias Agopian · 14 years ago
  8. 81046c8 Merge "Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes." into gingerbread by Andreas Huber · 14 years ago
  9. 4e4173b Various changes to improve rtsp networking, reduce packet loss and adapt to ALooper API changes. by Andreas Huber · 14 years ago
  10. d865351 propagate sensor event rate properly to the sensor HAL by Mathias Agopian · 14 years ago
  11. 13d0851 Remove SEE_ALL_EXTERNAL permission from Download Manager. by Steve Howard · 14 years ago
  12. b8e07a5 DL manager support for broadcasts + connectivity control by Steve Howard · 14 years ago
  13. 23e8de2 propagate sensor event rate properly by Mathias Agopian · 14 years ago
  14. 5df13ef SensorService doesn't crash if correct HAL is not present by Mathias Agopian · 14 years ago
  15. b9cdead Merge "Better dumpsys logs" into gingerbread by Mathias Agopian · 14 years ago
  16. 865991b Merge "Added partial support for repporting sensor activity to IBatteryStats" into gingerbread by Mathias Agopian · 14 years ago
  17. e476452 Merge "new SensorService" into gingerbread by Mathias Agopian · 14 years ago
  18. 3685db7 am e8605af5: Merge "Avoid leaking file descriptors when returning drop box events." into froyo by Dan Egnor · 14 years ago
  19. e8605af Merge "Avoid leaking file descriptors when returning drop box events." into froyo by Dan Egnor · 14 years ago
  20. 6e6d60d Avoid leaking file descriptors when returning drop box events. by Dan Egnor · 14 years ago
  21. ff0ab64 Merge "Add a seek test to the stagefright commandline tool." into gingerbread by Andreas Huber · 14 years ago
  22. 92010ff am dbac180d: Fix a merge problem with html mms by Tom Taylor · 14 years ago
  23. dbac180 Fix a merge problem with html mms by Tom Taylor · 14 years ago
  24. 5850a48 Add a seek test to the stagefright commandline tool. by Andreas Huber · 14 years ago
  25. 8138e84 Merge "Support finer seek control on MediaSources." into gingerbread by Andreas Huber · 14 years ago
  26. 6624c9f Support finer seek control on MediaSources. by Andreas Huber · 14 years ago
  27. 7070b36 Added support for auxiliary audio effects to AudioTrack and MediaPlayer. by Eric Laurent · 14 years ago
  28. d7514ec Merge "Progress status notification" into gingerbread by James Dong · 14 years ago
  29. 29e25bd Merge "Only print out wake locks in the if the wakelock was held." into gingerbread by Jason Parks · 14 years ago
  30. 3c1363b am 2f0dc6d9: Merge "COMMENT ONLY change to add some warnings about ParcelFileDescriptor behavior with Parcel.writeValue()." into froyo by Dan Egnor · 14 years ago
  31. 2f0dc6d9 Merge "COMMENT ONLY change to add some warnings about ParcelFileDescriptor behavior with Parcel.writeValue()." into froyo by Dan Egnor · 14 years ago
  32. 60a2006 am 2316d626: docs: add information about using color resources as drawables by Scott Main · 14 years ago
  33. fb1c0fe Merge "resolved conflicts for merge of 9bc4039a to gingerbread" into gingerbread by Dan Egnor · 14 years ago
  34. 341ff13 resolved conflicts for merge of 9bc4039a to gingerbread by Dan Egnor · 14 years ago
  35. 22a2d71 Merge "Audio policy manager changes for audio effects" into gingerbread by Eric Laurent · 14 years ago
  36. 94b916d Only print out wake locks in the if the wakelock was held. by Jason Parks · 14 years ago
  37. 8ed6ed0 Audio policy manager changes for audio effects by Eric Laurent · 14 years ago
  38. 2316d62 docs: add information about using color resources as drawables by Scott Main · 14 years ago
  39. b3e4ef3 COMMENT ONLY change to add some warnings about ParcelFileDescriptor by Dan Egnor · 14 years ago
  40. cc14a83 Support a single format change at the beginning of audio playback. This way the AAC+ decoder may change its output format from what is originally encoded in the audio stream and we'll still play it back correctly. by Andreas Huber · 14 years ago
  41. faf1d46 Merge "Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled." into gingerbread by Andreas Huber · 14 years ago
  42. 85edea7 Progress status notification by James Dong · 14 years ago
  43. 9bc4039 Merge "COMMENT-ONLY change to clarify Camera documentation." into froyo by Dan Egnor · 14 years ago
  44. 42e1b39 Better dumpsys logs by Mathias Agopian · 14 years ago
  45. 6f8b4d2 Added partial support for repporting sensor activity to IBatteryStats by Mathias Agopian · 14 years ago
  46. 1bf7978 new SensorService by Mathias Agopian · 14 years ago
  47. ff7049a Remove some debug logging that I accidentally committed. by Jamie Gennis · 14 years ago
  48. a5fe776 Merge "fix javadoc error which breaks SDK build in gingerbread" into gingerbread by Vasu Nori · 14 years ago
  49. 345f39a fix javadoc error which breaks SDK build in gingerbread by Vasu Nori · 14 years ago
  50. 945ac54 am 85e7ae9b: Merge "docs: add troubleshooting to eclipse guide about restarting adb" into froyo by Scott Main · 14 years ago
  51. 85e7ae9 Merge "docs: add troubleshooting to eclipse guide about restarting adb" into froyo by Scott Main · 14 years ago
  52. f23682f Merge "fixed parsing issue in BluetoothService so that it parses the UUID property correctly" into gingerbread by Danica Chang · 14 years ago
  53. 0c5f2ec Fix MPEG4Extractor to extract sampling frequency correctly when SBR is enabled. by James Dong · 14 years ago
  54. 80e62ac Fix the layoutlib Paint.set(Paint) method. Do not merge. by Xavier Ducrohet · 14 years ago
  55. 7203272 Merge "Fixed problems in audio effect volume control." into gingerbread by Eric Laurent · 14 years ago
  56. 7a9de8b fixed parsing issue in BluetoothService so that it parses the UUID property correctly by Danica Chang · 14 years ago
  57. 9714d2c Merge "Don't throw an exception from isProviderEnabled and getLastKnownLocation" into gingerbread by Adam Bliss · 14 years ago
  58. 0d7e048 Fixed problems in audio effect volume control. by Eric Laurent · 14 years ago
  59. faf775e Fix simulator build (1st attempt) by James Dong · 14 years ago
  60. 94dab9b1 fix broken api/current.xml by Vasu Nori · 14 years ago
  61. 5b31498ba1 add video/audio chat-compatibility modes to ContactsContract by Vasu Nori · 14 years ago
  62. 2c87e9c First submission of audio effect library from NXP software. by Eric Laurent · 14 years ago
  63. f4d207b Don't throw an exception from isProviderEnabled and getLastKnownLocation by Mike Lockwood · 14 years ago
  64. d361659 Fix trackball down and movement bugs. by Jeff Brown · 14 years ago
  65. ace999b Ignore attempts to finish events on unregistered channels. by Jeff Brown · 14 years ago
  66. b6761e7 am 28fe43be: Merge "Add the hook which can set the device to connect to wifi and in airplane mode after reboot. This is for the power test." into froyo by Hung Dang · 14 years ago
  67. c8c79a6 Merge "Re-use existing Surface objects when reading them from parcels." into gingerbread by Jamie Gennis · 14 years ago
  68. 28fe43b Merge "Add the hook which can set the device to connect to wifi and in airplane mode after reboot. This is for the power test." into froyo by Hung Dang · 14 years ago
  69. 00ba884 Fix individual pointer id up/down reporting. by Jeff Brown · 14 years ago
  70. 7e48908 docs: add troubleshooting to eclipse guide about restarting adb by Scott Main · 14 years ago
  71. e068b46 am 2a8dd4e4: Merge "docs: editorial revisions to Search guide" into froyo by Scott Main · 14 years ago
  72. 2a8dd4e Merge "docs: editorial revisions to Search guide" into froyo by Scott Main · 14 years ago
  73. 5e892d8 docs: editorial revisions to Search guide by Scott Main · 15 years ago
  74. 5ee65f0 Re-use existing Surface objects when reading them from parcels. by Jamie Gennis · 14 years ago
  75. ba1348e Add the hook which can set the device to connect to wifi and in airplane mode after reboot. This is for the power test. by Yu Shan Emily Lau · 14 years ago
  76. eec69d2 Merge "Fix bug with phantom input windows." into gingerbread by Jeff Brown · 14 years ago
  77. b0374a0 Merge "Several improvements in audio effects volume control." into gingerbread by Eric Laurent · 14 years ago
  78. e33348b Fix bug with phantom input windows. by Jeff Brown · 14 years ago
  79. bd623da Undo IMediaContainerService changes by Kenny Root · 14 years ago
  80. 75a9138 Merge "Implement native key pre-dispatching to IMEs." into gingerbread by Dianne Hackborn · 14 years ago
  81. 2c6081c Implement native key pre-dispatching to IMEs. by Dianne Hackborn · 14 years ago
  82. 02c8730 Add API to call to vold for mounting OBBs by Kenny Root · 14 years ago
  83. c5ed591 Add support for new input sources. by Jeff Brown · 14 years ago
  84. d9452ec Merge "Fix jni registration typo" into gingerbread by Christopher Tate · 14 years ago
  85. 4cb8293 am d59f1dea: Merge "docs: update notepad tutorial to change EditNote activity title and update codelab zip" into froyo by Scott Main · 14 years ago
  86. d59f1de Merge "docs: update notepad tutorial to change EditNote activity title and update codelab zip" into froyo by Scott Main · 14 years ago
  87. b8f4a84 am 80fa5c86: docs: dashboard update by Scott Main · 14 years ago
  88. 80fa5c8 docs: dashboard update by Scott Main · 14 years ago
  89. a6a134d am 28da8e5e: Merge "Doc change: Update AVD create instructions." into froyo by Katie McCormick · 14 years ago
  90. 28da8e5 Merge "Doc change: Update AVD create instructions." into froyo by Katie McCormick · 14 years ago
  91. b87e22d Fix jni registration typo by Christopher Tate · 14 years ago
  92. c46efe6 Doc change: Update AVD create instructions. by Katie McCormick · 14 years ago
  93. 703e5d3 StrictMode: avoid an allocation in common case by Brad Fitzpatrick · 14 years ago
  94. 0c36c96 Merge "StrictMode: batch drop box writes for system apps" into gingerbread by Brad Fitzpatrick · 14 years ago
  95. 1772c34 Merge "StrictMode: gather and return violating stacks in Binder replies" into gingerbread by Brad Fitzpatrick · 14 years ago
  96. c4b204b Merge "More StrictMode work, keeping Binder & BlockGuard's thread-locals in-sync." into gingerbread by Brad Fitzpatrick · 14 years ago
  97. 2c40582 Merge "Add native C APIs for working with the Asset Manager" into gingerbread by Christopher Tate · 14 years ago
  98. 6cce32b Add native C APIs for working with the Asset Manager by Christopher Tate · 14 years ago
  99. 42ef0c7 Initial check-in for software m4v_h263 encoder by James Dong · 14 years ago
  100. ad13b98 StrictMode: batch drop box writes for system apps by Brad Fitzpatrick · 14 years ago