1. e339464 am 1bcb6658: Merge "Fix issue #2834005: Android Settings.Secure bypass" into froyo by Dianne Hackborn · 14 years ago
  2. 1bcb665 Merge "Fix issue #2834005: Android Settings.Secure bypass" into froyo by Dianne Hackborn · 14 years ago
  3. 5a93032 doc change: resolved conflicts for merge of 3c691a8d to gingerbread by Dirk Dougherty · 14 years ago
  4. 24117ce Fix issue #2834005: Android Settings.Secure bypass by Dianne Hackborn · 14 years ago
  5. 3c691a8 Doc change: add notes for ndk r4b. by Dirk Dougherty · 14 years ago
  6. b100801 am ef13d028: docchange: fixed typo "Pacskage" to "Package" by Robert Ly · 14 years ago
  7. ef13d02 docchange: fixed typo "Pacskage" to "Package" by Robert Ly · 14 years ago
  8. d1af902 Merge "Deprecate some status bar icons that now come from the phone app (and shouldn't have been public in the first place.)" into gingerbread by David Brown · 14 years ago
  9. 87bb185 Merge changes I2337051b,I19b426cb into gingerbread by Kenny Root · 14 years ago
  10. 87315aa Tweak ObbFile class by Kenny Root · 14 years ago
  11. e059b27 Allow things that can install packages to set Obb paths by Kenny Root · 14 years ago
  12. faccac7 Make a stupid thing about the glue less stupid. by Dianne Hackborn · 14 years ago
  13. 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 14 years ago
  14. 26c6797 Deprecate some status bar icons that now come from the phone app (and by David Brown · 14 years ago
  15. 2aaa9e9 Merge "Remove some (unused, non-public) phone-related status bar notification icons" into gingerbread by David Brown · 14 years ago
  16. e7b790f Merge "Fix swap of sessionId and output in audio effect API." into gingerbread by Jean-Michel Trivi · 14 years ago
  17. 4cb15cf Fix swap of sessionId and output in audio effect API. by Jean-Michel Trivi · 14 years ago
  18. 6bb14e0 Merge "Enable the support for decoding audio with AAC+ and eAAC+ features" into gingerbread by James Dong · 14 years ago
  19. f99e27d Merge "Make android:immersive public." into gingerbread by Daniel Sandler · 14 years ago
  20. a7c1407 Enable the support for decoding audio with AAC+ and eAAC+ features by James Dong · 14 years ago
  21. 929642e Add runtime dumpsys support for media recorder client by James Dong · 14 years ago
  22. 5493496 Remove some (unused, non-public) phone-related status bar notification icons by David Brown · 14 years ago
  23. fd84f97 Added JAVA classes to control bass boost, equalizer, reverberation and virtualizer Effects. by Eric Laurent · 14 years ago
  24. f6120cf Merge "Improve InstrumentationTestRunner exception handling." into gingerbread by Brett Chabot · 14 years ago
  25. 841b176 Make android:immersive public. by Daniel Sandler · 14 years ago
  26. 74bf59b Merge "Add new glue code for writing native apps." into gingerbread by Dianne Hackborn · 14 years ago
  27. b29e3b9 Merge "Change CursorTreeAdapter to close the cursors rather than deactivating them. Fix SimpleCursorTreeAdapter to allow a null cursor as an argument." into gingerbread by Jason Parks · 14 years ago
  28. 833830e am 286cf139: docs: add redirect for download.html by Scott Main · 14 years ago
  29. 286cf13 docs: add redirect for download.html by Scott Main · 14 years ago
  30. 85448bb Add new glue code for writing native apps. by Dianne Hackborn · 14 years ago
  31. f7d2b4a Use fullScreenIntent to show the USB mass storage dialog. by Daniel Sandler · 14 years ago
  32. bca909c Change CursorTreeAdapter to close the cursors rather than deactivating them. Fix SimpleCursorTreeAdapter to allow a null cursor as an argument. by Jason Parks · 14 years ago
  33. 9873827 Merge "Remove voice mail number verification for testing on no-sim device" into gingerbread by Xia Wang · 14 years ago
  34. 374fe5c Remove voice mail number verification for testing on no-sim device by Xia Wang · 14 years ago
  35. 1082ae0 am 5183ae3b: Merge "docs: add caution about adt in eclipse 3.6" into froyo by Scott Main · 14 years ago
  36. 5183ae3 Merge "docs: add caution about adt in eclipse 3.6" into froyo by Scott Main · 14 years ago
  37. a5402da Merge "OBB API for PackageManager" into gingerbread by Kenny Root · 14 years ago
  38. c9535de Merge "Add OBB file helper class" into gingerbread by Kenny Root · 14 years ago
  39. b17f4dc Merge "More native input dispatch work." into gingerbread by Chris Tate · 14 years ago
  40. 31e7ce7 Improve InstrumentationTestRunner exception handling. by Brett Chabot · 14 years ago
  41. f3f25bf Added some javadoc to Camera.takePicture() by Dan Tasse · 14 years ago
  42. 1c9bada docs: add caution about adt in eclipse 3.6 by Scott Main · 14 years ago
  43. dacabf9 Merge "Added Visualizer effect." into gingerbread by Eric Laurent · 14 years ago
  44. 4b9baa6 am 2651504c: (-s ours) Merge "Doc change: Add revision notes for Android 2.2_r2 development platform. Fix some umappable characters in WebView class doc." into froyo by Dirk Dougherty · 14 years ago
  45. c424334 Merge "Allow application to set two more encoding paramters: video profile and level" into gingerbread by James Dong · 14 years ago
  46. 58c3557 Merge "Fix some bugs in the MediaProfileReader Because the video and audio encoders were stored in the same map, when we retrieve the name from the map, we can get a incorrect name." into gingerbread by James Dong · 14 years ago
  47. 620a4240 Fix some bugs in the MediaProfileReader by James Dong · 14 years ago
  48. 2651504 Merge "Doc change: Add revision notes for Android 2.2_r2 development platform. Fix some umappable characters in WebView class doc." into froyo by Dirk Dougherty · 14 years ago
  49. c34c8c3 Merge "Only send the playback complete notification if a) an error occurred on any track or b) all tracks have finished playing. The previous behaviour was to send the notification as soon as the first track finished playing." into gingerbread by Andreas Huber · 14 years ago
  50. 971305d Only send the playback complete notification if a) an error occurred on any track or b) all tracks have finished playing. The previous behaviour was to send the notification as soon as the first track finished playing. by Andreas Huber · 14 years ago
  51. ef52b568 Merge "More improvements to the SensorManager documentation" into gingerbread by Mathias Agopian · 14 years ago
  52. 81c929a Allow application to set two more encoding paramters: video profile and level by James Dong · 14 years ago
  53. b59b944 Fix icon size in intruder alerts. by Daniel Sandler · 14 years ago
  54. df9b81c Added Visualizer effect. by Eric Laurent · 14 years ago
  55. 93565c4 OBB API for PackageManager by Kenny Root · 14 years ago
  56. 7cee34a Add OBB file helper class by Kenny Root · 14 years ago
  57. 2e6aff8 Merge "ALooperRoster no longer holds strong references to handlers and loopers." into gingerbread by Andreas Huber · 14 years ago
  58. 57576c1 ALooperRoster no longer holds strong references to handlers and loopers. by Andreas Huber · 14 years ago
  59. 6615def Make sure the OMX callback thread is properly shutdown after the node goes away. by Andreas Huber · 14 years ago
  60. 9406f62 Merge "An AHandler can now find its associated ALooper." into gingerbread by Andreas Huber · 14 years ago
  61. 00fa7bd More native input dispatch work. by Jeff Brown · 14 years ago
  62. 6826741 Add new native Looper API. by Dianne Hackborn · 14 years ago
  63. 0f791a7 More improvements to the SensorManager documentation by Mathias Agopian · 14 years ago
  64. 058319e An AHandler can now find its associated ALooper. by Andreas Huber · 14 years ago
  65. 0b2395c Doc change: Add revision notes for Android 2.2_r2 development platform. Fix some umappable characters in WebView class doc. by Dirk Dougherty · 14 years ago
  66. 8ecfb60 Merge "Fix a bug that prevented the creation of EGL shared contexts." into gingerbread by Mathias Agopian · 14 years ago
  67. 125204b am 1c8b6ca4: docs: fix misc broken links by Scott Main · 14 years ago
  68. 5149f91 Fix a bug that prevented the creation of EGL shared contexts. by Jamie Gennis · 14 years ago
  69. 1c8b6ca docs: fix misc broken links by Scott Main · 14 years ago
  70. 2cfd819 Merge "Add an option to ALooper::start that allows it to call back into java or not." into gingerbread by Andreas Huber · 14 years ago
  71. 4f104d9 Add an option to ALooper::start that allows it to call back into java or not. by Andreas Huber · 14 years ago
  72. 5460d12 Merge "Added AMessage::debugString() for debugging purposes." into gingerbread by Andreas Huber · 14 years ago
  73. 3ef6ebe am 7df74471: Merge "Flush binder buffer after setting raw heap to avoid leaking a reference." into froyo by Chih-Chung Chang · 14 years ago
  74. 7df7447 Merge "Flush binder buffer after setting raw heap to avoid leaking a reference." into froyo by Chih-Chung Chang · 14 years ago
  75. 43d9b0a am f80372db: Merge "docs: update device dashboard; add historical chart" into froyo by Scott Main · 14 years ago
  76. f80372d Merge "docs: update device dashboard; add historical chart" into froyo by Scott Main · 14 years ago
  77. fe1bac6 Flush binder buffer after setting raw heap to avoid leaking a reference. by Chih-Chung Chang · 14 years ago
  78. 7f8edbd Merge "remove unused YUV formats" into gingerbread by Mathias Agopian · 14 years ago
  79. 61c55c4 remove unused YUV formats by Mathias Agopian · 14 years ago
  80. 6ffd9ff Merge "Log full exception when failing to inflate notification view" into gingerbread by Steve Howard · 14 years ago
  81. 8ae5a8e Get to the point of being able to do native drawing. by Dianne Hackborn · 14 years ago
  82. ce94584 Log full exception when failing to inflate notification view by Steve Howard · 14 years ago
  83. 03431d2 Added AMessage::debugString() for debugging purposes. by Andreas Huber · 14 years ago
  84. f520411 am c03befe3: Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call. by Eric Laurent · 14 years ago
  85. c03befe Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call. by Eric Laurent · 14 years ago
  86. db3b598 docs: update device dashboard; add historical chart by Scott Main · 14 years ago
  87. 54a181b Make real API for native code to get its window. by Dianne Hackborn · 14 years ago
  88. 65c83b9 Merge "Refactor Stagefright::StartMPEG4Recording()" into gingerbread by James Dong · 14 years ago
  89. c7dacb7 Merge "DO NOT MERGE: Add a battery capacity value to the power profile." into gingerbread by Amith Yamasani · 14 years ago
  90. 169741b DO NOT MERGE: Add a battery capacity value to the power profile. by Amith Yamasani · 14 years ago
  91. a0c2b53 Merge "Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call." into gingerbread by Eric Laurent · 14 years ago
  92. 7b06de6 Refactor Stagefright::StartMPEG4Recording() by James Dong · 14 years ago
  93. 45bac57 Support for writing the extracted data to an .mp4 file in the stagefright commandline tool. by Andreas Huber · 14 years ago
  94. a2dd4c1 put the status bar back in the system process by Joe Onorato · 14 years ago
  95. 6be4739 quiet noisy debug spew by Joe Onorato · 14 years ago
  96. 09b9005 Add multiple camera support for in MediaProfiles. by Chih-Chung Chang · 14 years ago
  97. e2dd8c4 Fix issue 2811538: System server crash when disconnecting BT headset after using SCO off call. by Eric Laurent · 14 years ago
  98. 160edb3 Add ability to guard a thread against setting its own prio to bg by Christopher Tate · 14 years ago
  99. c6e1d88 Merge "Introduce official public NativeWindow type." into gingerbread by Dianne Hackborn · 14 years ago
  100. 30fe6fa Merge "fix live wallpapers on Droid" into gingerbread by Mathias Agopian · 14 years ago