1. baf42c6 Add APIs for finding heavy-weight apps. by Dianne Hackborn · 14 years ago
  2. 7fd22aa Merge "Fixed the software AAC encoder" into gingerbread by James Dong · 14 years ago
  3. 477def1 Merge changes I11495d03,If5816721 into gingerbread by Mike Lockwood · 14 years ago
  4. a2549bb Merge "Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright." into gingerbread by Andreas Huber · 14 years ago
  5. 2423607 Add a new UEventObserver subclass to broadcast an Intent whe USB state changes. by Mike Lockwood · 14 years ago
  6. 9163d42 DO NOT MERGE Add new permission to allow access to USB devices by Mike Lockwood · 14 years ago
  7. 51e895f Merge "Need to give the AppWidgetHostView the new info about the provider, in case the initialLayout changed." into gingerbread by Joe Onorato · 14 years ago
  8. c27bb55 Need to give the AppWidgetHostView the new info about the provider, in case the initialLayout by Joe Onorato · 14 years ago
  9. 438e4f6 Fixed the software AAC encoder by James Dong · 14 years ago
  10. 0379118 Merge "Remember to initialize timestamps in the dispatch allocator" into gingerbread by Christopher Tate · 14 years ago
  11. e91a5db Remember to initialize timestamps in the dispatch allocator by Christopher Tate · 14 years ago
  12. 8d65dd2 Remove most stagefright property overrides, remove VorbisPlayer and VorbisMetadataRetriever as this functionality is now provided by stagefright. by Andreas Huber · 14 years ago
  13. 4ca092c Merge "Fix bug 2772728 with the suggested fix. I wasn't able to reproduce it though." into gingerbread by Joe Onorato · 14 years ago
  14. 9afc1b3 Merge "Fixed some meta data issues in the recorded mp4 file" into gingerbread by James Dong · 14 years ago
  15. 1e4b9f3 Remove InputConsumer, replacing with InputQueue. by Dianne Hackborn · 14 years ago
  16. 39a0b21 Fixed some meta data issues in the recorded mp4 file by James Dong · 14 years ago
  17. 69a4817 Immersive activity API. by Daniel Sandler · 14 years ago
  18. efbe2d7 Merge "andriod.location.Criteria: Simplify new location criteria APIs a bit." into gingerbread by Mike Lockwood · 14 years ago
  19. 58e9402 Merge "Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp" into gingerbread by Andreas Huber · 14 years ago
  20. 8900c32 andriod.location.Criteria: Simplify new location criteria APIs a bit. by Mike Lockwood · 14 years ago
  21. fb41d59 Properly assign LOG_TAGs in OMXMaster.cpp and MediaScanner.cpp by Andreas Huber · 14 years ago
  22. b64af9a Fix a number of timestamp mismatches in the mp3 extractor and decoder that would lead to invalid reporting of the current playback time for mono and/or non-44100 kHz mp3s. by Andreas Huber · 14 years ago
  23. 73ccafb Merge "Fix a bug where requestDisallowInterceptTouchEvent does not get called when scrolling is resumed after stopping a fling." into gingerbread by Adam Powell · 14 years ago
  24. 9fe2c4e am 753e5609: Merge "docs: update backup dev guide with Android Backup Service registration info" into froyo by Scott Main · 14 years ago
  25. 753e560 Merge "docs: update backup dev guide with Android Backup Service registration info" into froyo by Scott Main · 14 years ago
  26. 9643849 docs: update backup dev guide with Android Backup Service registration info by Scott Main · 14 years ago
  27. 2c2ce8e Merge "Added support for audio sessions in MediaPlayer and AudioTrack." into gingerbread by Eric Laurent · 14 years ago
  28. 3238302 Merge "media: add AudioRecord::getMinFrameCount()." into gingerbread by Chia-chi Yeh · 14 years ago
  29. 110486f Fix a bug where requestDisallowInterceptTouchEvent does not get called by Adam Powell · 14 years ago
  30. 619346f Added support for audio sessions in MediaPlayer and AudioTrack. by Eric Laurent · 14 years ago
  31. d1559d6 Merge "Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call." into gingerbread by Eric Laurent · 14 years ago
  32. 97d61f7 media: add AudioRecord::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  33. 3c652ca Fix issue 2301630: Mismatch of state occurs when media server is killed while in-call. by Eric Laurent · 14 years ago
  34. 750600a1 Merge "Single track optimization" into gingerbread by James Dong · 14 years ago
  35. b54a9178 Single track optimization by James Dong · 14 years ago
  36. e24a60a Merge "First stab at attaching native event dispatching." into gingerbread by Dianne Hackborn · 14 years ago
  37. 7c1a2df am 17ae6465: Merge "Doc change: Fix description of certificate matching requirement for app updates." into froyo by Dirk Dougherty · 14 years ago
  38. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 14 years ago
  39. 17ae646 Merge "Doc change: Fix description of certificate matching requirement for app updates." into froyo by Dirk Dougherty · 14 years ago
  40. ef730e6 Merge "Fix javadocs." into gingerbread by Daniel Sandler · 14 years ago
  41. 8091ca5 Fix javadocs. by Daniel Sandler · 14 years ago
  42. ef1c48d Merge "Make the prefetcher read packets from the network after a keep-alive timeout expires regardless of whether its currently actively fetching data or not." into gingerbread by Andreas Huber · 14 years ago
  43. 8a42f88 Merge "Make sure sine: is supported again in stagefright commandline tool." into gingerbread by Andreas Huber · 14 years ago
  44. e5671bf Merge "Audio/video sync during recording (second part)" into gingerbread by James Dong · 14 years ago
  45. a4867540 Make the prefetcher read packets from the network after a keep-alive timeout expires regardless of whether its currently actively fetching data or not. by Andreas Huber · 14 years ago
  46. 613dde4 Revised "immersive mode" API. by Daniel Sandler · 14 years ago
  47. aaf39f8 Merge "GPS: remove GpsEventThread from GpsLocationProvider" into gingerbread by Mike Lockwood · 14 years ago
  48. f602d36 GPS: remove GpsEventThread from GpsLocationProvider by Mike Lockwood · 14 years ago
  49. 224107a Add OpenGL ES 2.0 VBO versions glDrawElements and glVertexAttribPointer. by Jack Palevich · 14 years ago
  50. 07ccf5a remove unused YUV formats by Mathias Agopian · 14 years ago
  51. 875500b Merge "AmrInputStream refresh: eliminate the dependency upon OpenCore's code" into gingerbread by James Dong · 14 years ago
  52. 36e573b Audio/video sync during recording (second part) by James Dong · 14 years ago
  53. a767076 Doc change: Fix description of certificate matching requirement for app updates. by Dirk Dougherty · 14 years ago
  54. ef8f96a Merge "Start of work on passing around StrictMode policy over Binder calls." into gingerbread by Brad Fitzpatrick · 14 years ago
  55. d91ac98 fix [2785833] valgrind error in android::Layer::requestBuffer by Mathias Agopian · 14 years ago
  56. 2833331 Merge "Added support for the GL_TEXTURE_EXTERNAL target" into gingerbread by Mathias Agopian · 14 years ago
  57. 7e73a2c Merge "Improve SensorManager documentation" into gingerbread by Mathias Agopian · 14 years ago
  58. 7fbdc84 More native input event dispatching. by Jeff Brown · 14 years ago
  59. 14e5758 Make sure sine: is supported again in stagefright commandline tool. by Andreas Huber · 14 years ago
  60. 27b3a7a Start of work on passing around StrictMode policy over Binder calls. by Brad Fitzpatrick · 14 years ago
  61. e47e3f3 Merge "Manual merge of change 53051 from master (DO NOT MERGE)" into gingerbread by Evan Millar · 14 years ago
  62. f25c560 am 30cf330f: Import revised translations by Kenny Root · 14 years ago
  63. 30cf330 Import revised translations by Kenny Root · 14 years ago
  64. cfe3d20 am c4e38577: Import revised translations by Kenny Root · 14 years ago
  65. 2ce999f am bd240c27: media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  66. 04b243d Fix NPE during ANRs. by Brad Fitzpatrick · 14 years ago
  67. c4e3857 Import revised translations by Kenny Root · 14 years ago
  68. bd240c2 media: add AudioTrack::getMinFrameCount(). by Chia-chi Yeh · 14 years ago
  69. 49b6fba AmrInputStream refresh: eliminate the dependency upon OpenCore's code by James Dong · 14 years ago
  70. 25f3ab4 Manual merge of change 53051 from master (DO NOT MERGE) by Evan Millar · 14 years ago
  71. a2650db Merge "Fix SDK docs build." into gingerbread by Daniel Sandler · 14 years ago
  72. ae069f7 Fix SDK docs build. by Daniel Sandler · 14 years ago
  73. 801700b am 57f4503e: Work on issue # 2778549: Idle FRF72 is awake 18 mins more than ERE27 in 13hr test by Dianne Hackborn · 14 years ago
  74. 7f0a1f6 am 5f11e95f: docs: small edits to catchup to edits made in html pushed live by Scott Main · 14 years ago
  75. 2bc4818 am 39e876ad: (-s ours) Merge "When filling the cache, we always time out waiting for a condition that won\'t occur. We are actually improving the power consumption for streaming applications like Pandora." into froyo by James Dong · 14 years ago
  76. 57f4503 Work on issue # 2778549: Idle FRF72 is awake 18 mins more than ERE27 in 13hr test by Dianne Hackborn · 14 years ago
  77. e899caf Fixed api/current.xml after a bad merge. by Jeff Brown · 14 years ago
  78. 5c225b1 Even more native input dispatch work in progress. by Jeff Brown · 14 years ago
  79. 3a0146c Merge "New API for "immersive" activity windows." into gingerbread by Daniel Sandler · 14 years ago
  80. cc86c93 Merge "New API for high-priority Notifications and full-screen alerts." into gingerbread by Daniel Sandler · 14 years ago
  81. f3c6c98 am 3242cc27: Merge "TimedEventQueue is apparently important for glitch-free media playback, and so having it inherit its priority from the thread that created it is a bad idea. Instead, set the priority explicitly, and bump it to slightly higher than normal." into fro by Dave Sparks · 14 years ago
  82. 78e6622 am 821ca518: docs: edits to resources doc by Scott Main · 14 years ago
  83. d22bffd am bccedb03: docs: update dashboard again by Scott Main · 14 years ago
  84. 45378f0 am 6b22d81a: As Donut (API=4) devices and earlier do not have a Bluetooth API, .apk files that have minSdkLevel (or targetSdkLevel) set to 4 or lower should not be presumed to require Bluetooth just because they take the permission. by Dan Morrill · 14 years ago
  85. 42a18c0 Check and clip some video encoding parameters against media profiles before passing them to video encoder by James Dong · 14 years ago
  86. cd677a3 Merge "Remove hard-coded number of audio channels in AudioSource" into gingerbread by James Dong · 14 years ago
  87. 611fae4 New API for "immersive" activity windows. by Daniel Sandler · 14 years ago
  88. e46cbd3 New API for high-priority Notifications and full-screen alerts. by Daniel Sandler · 14 years ago
  89. 74cde2c Improve SensorManager documentation by Mathias Agopian · 14 years ago
  90. 6b7b484 Various improvements to battery stats collection by Dianne Hackborn · 14 years ago
  91. 5f11e95 docs: small edits to catchup to edits made in html pushed live by Scott Main · 14 years ago
  92. 39e876a Merge "When filling the cache, we always time out waiting for a condition that won't occur. We are actually improving the power consumption for streaming applications like Pandora." into froyo by James Dong · 14 years ago
  93. c95812e Merge "Move out all framework-tests classes." into gingerbread by Brett Chabot · 14 years ago
  94. f897b44 Fix driver stop check by Irfan Sheriff · 14 years ago
  95. 1c8bc7bb When filling the cache, we always time out waiting for a condition that won't occur. by James Dong · 14 years ago
  96. 3242cc2 Merge "TimedEventQueue is apparently important for glitch-free media playback, and so having it inherit its priority from the thread that created it is a bad idea. Instead, set the priority explicitly, and bump it to slightly higher than normal." into froyo by Dave Sparks · 14 years ago
  97. 821ca51 docs: edits to resources doc by Scott Main · 14 years ago
  98. a8a8a42 Fix bug 2772728 with the suggested fix. I wasn't able to reproduce it though. by Joe Onorato · 14 years ago
  99. cad5726 TimedEventQueue is apparently important for glitch-free media playback, and so by Marco Nelissen · 14 years ago
  100. bccedb0 docs: update dashboard again by Scott Main · 14 years ago