1. d9712b6 am b1235a57: Merge "Hide two audio focus methods." into froyo by Xavier Ducrohet · 14 years ago
  2. bbafdc6 am 836b2d75: Merge "Don\'t clear the _data column in the audio_meta table, since it isn\'t needed, and causes a sqlite constraint exception. Bug 2671792." into froyo by Marco Nelissen · 14 years ago
  3. b6e1ec1 am 037cd341: Merge "Fix issue #2676378: Activity Manager Crash on FRF40" into froyo by Dianne Hackborn · 14 years ago
  4. 84a30db am 5cdf5fdc: docs: add document about app install location by Scott Main · 14 years ago
  5. 712f640 am 8acb68e9: Merge "Doc Change: Docs for NDK r4." into froyo by Dirk Dougherty · 14 years ago
  6. 9c68959 am c80b95a8: Merge "docs: announce froyo and update IO message" into froyo by Scott Main · 14 years ago
  7. d2084bb am e1d7dca6: Merge "LocationManagerService: Call updateNetworkState on providers that are disabled." into froyo by Mike Lockwood · 14 years ago
  8. b003ad1 am e0dc80f8: Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 14 years ago
  9. 227e443 am d6ad7c85: Merge "Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek)" into froyo by Andreas Huber · 14 years ago
  10. 625de48 am e2055fe4: Merge "Bug 2673557: rename datamessaging" into froyo by Costin Manolache · 14 years ago
  11. 0c73adb am 3e90c76c: Merge "Update javadoc in android.media.AudioManager to not hide the registerAudioFocusListener() methods." into froyo by Jean-Michel Trivi · 14 years ago
  12. 6d405cf am fe089334: Merge "Doc Change: cherry-pick from master. ->Testing Procedures documents testing_eclipse.html, testing_otheride." into froyo by Dirk Dougherty · 14 years ago
  13. ea37d9b am aaa01b18: Merge " Fix bug 2670395 and 2599698 When the user selects a "Silent" notification sound, the Uri encoded path is an empty string. Setting this Uri as the data source of the MediaPlayer used to play notifications caused the completion listen by Jean-Michel Trivi · 14 years ago
  14. d8c3374 am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 14 years ago
  15. b1235a5 Merge "Hide two audio focus methods." into froyo by Xavier Ducrohet · 14 years ago
  16. 836b2d7 Merge "Don't clear the _data column in the audio_meta table, since it isn't needed, and causes a sqlite constraint exception. Bug 2671792." into froyo by Marco Nelissen · 14 years ago
  17. 5f53f08 Hide two audio focus methods. by Xavier Ducrohet · 14 years ago
  18. 037cd34 Merge "Fix issue #2676378: Activity Manager Crash on FRF40" into froyo by Dianne Hackborn · 14 years ago
  19. 5cdf5fd docs: add document about app install location by Scott Main · 14 years ago
  20. 6f86c0e Fix issue #2676378: Activity Manager Crash on FRF40 by Dianne Hackborn · 14 years ago
  21. 8acb68e Merge "Doc Change: Docs for NDK r4." into froyo by Dirk Dougherty · 14 years ago
  22. c80b95a Merge "docs: announce froyo and update IO message" into froyo by Scott Main · 14 years ago
  23. d6a0418 Doc Change: Docs for NDK r4. by Dirk Dougherty · 14 years ago
  24. e1d7dca Merge "LocationManagerService: Call updateNetworkState on providers that are disabled." into froyo by Mike Lockwood · 14 years ago
  25. 33f49c8 Don't clear the _data column in the audio_meta table, since it isn't by Marco Nelissen · 14 years ago
  26. f19a785 LocationManagerService: Call updateNetworkState on providers that are disabled. by Mike Lockwood · 14 years ago
  27. e0dc80f Merge "Support for customizable socket-read timeouts through the HTTP response." into froyo by Andreas Huber · 14 years ago
  28. d6ad7c8 Merge "Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek)" into froyo by Andreas Huber · 14 years ago
  29. e2055fe Merge "Bug 2673557: rename datamessaging" into froyo by Costin Manolache · 14 years ago
  30. 3e90c76 Merge "Update javadoc in android.media.AudioManager to not hide the registerAudioFocusListener() methods." into froyo by Jean-Michel Trivi · 14 years ago
  31. fe08933 Merge "Doc Change: cherry-pick from master. ->Testing Procedures documents testing_eclipse.html, testing_otheride." into froyo by Dirk Dougherty · 14 years ago
  32. 5e17347 Doc Change: cherry-pick from master. ->Testing Procedures documents testing_eclipse.html, testing_otheride. by Joe Malin · 14 years ago
  33. 46b3a18 Update javadoc in android.media.AudioManager to not hide the by Jean-Michel Trivi · 14 years ago
  34. e67c160 Support for customizable socket-read timeouts through the HTTP response. by Andreas Huber · 14 years ago
  35. 0d3401d docs: announce froyo and update IO message by Scott Main · 14 years ago
  36. a8d8cb1 am be65399b: Merge "Fix for bug 2672749: StringIndexOutOfBoundsException in Uri.getQueryParameter" into froyo by Keith Ito · 14 years ago
  37. 373b491 am f78acacb: Fix the \'wobbling fixed elements\' bug. Cherry-picked from master. This CL has a corresponding C++ counterpart (https://android-git.corp.google.com/g/#change,51149) by Nicolas Roard · 14 years ago
  38. 7e76b6d am 6d00151c: Merge "Hopefully fix issue #2662536: Why is launcher being killed?" into froyo by Dianne Hackborn · 14 years ago
  39. 02168c4 am 1926c471: Merge "Doc change: Final api diffs 7 -> 8." into froyo by Dirk Dougherty · 14 years ago
  40. 769612e am b32c2402: Doc change: add toc references to tictactoe sample apps and screen shots. by Dirk Dougherty · 14 years ago
  41. 4d89954 am a2757901: Merge "Fix 2660488: Add LockScreen/InCallScreen resources to preloads" into froyo by Jim Miller · 14 years ago
  42. 34c7070 Better seek handling and proper reset of the vorbis decoder after a discontinuity (seek) by Andreas Huber · 14 years ago
  43. aaa01b1 Merge " Fix bug 2670395 and 2599698 When the user selects a "Silent" notification sound, the Uri encoded path is an empty string. Setting this Uri as the data source of the MediaPlayer used to play notifications caused the completion listener to not be called, which with the AudioFocus logic causes the Music app to pause and never resume. The NotificationPlayer modifications cause the MediaPlayer for the notification to only request audio focus when the data source is not empty. The audio focus code in AudioService is defensively synchronized against a unique lock, and the exception observed in bug 2670395 is explicitely caught in case another edge case wasn't caught by this fix. The AudioFocus handling in AudioManager is modified so only the requestAudioFocus and abandonAudioFocus methods are meant to be used, as registerAudioFocusListener and unregisterAudioFocusListener provided no additional functionality over the request/abandon methods. abandonAudioFocus() also removes the listener from the map in AudioManager since after abandonning focus, the listener would no longer be called." into froyo by Jean-Michel Trivi · 14 years ago
  44. 392a2bb Fix bug 2670395 and 2599698 by Jean-Michel Trivi · 14 years ago
  45. 78624e4 Add remove method in CameraParameters class. by Wu-cheng Li · 14 years ago
  46. be65399 Merge "Fix for bug 2672749: StringIndexOutOfBoundsException in Uri.getQueryParameter" into froyo by Keith Ito · 14 years ago
  47. f78acac Fix the 'wobbling fixed elements' bug. by Nicolas Roard · 14 years ago
  48. 161c75a Bug 2673557: rename datamessaging by Costin Manolache · 14 years ago
  49. 9114a8b Fix for bug 2672749: StringIndexOutOfBoundsException in Uri.getQueryParameter by Keith Ito · 14 years ago
  50. 6d00151 Merge "Hopefully fix issue #2662536: Why is launcher being killed?" into froyo by Dianne Hackborn · 14 years ago
  51. 906497c Hopefully fix issue #2662536: Why is launcher being killed? by Dianne Hackborn · 14 years ago
  52. 1926c47 Merge "Doc change: Final api diffs 7 -> 8." into froyo by Dirk Dougherty · 14 years ago
  53. b32c240 Doc change: add toc references to tictactoe sample apps and screen shots. by Dirk Dougherty · 14 years ago
  54. a275790 Merge "Fix 2660488: Add LockScreen/InCallScreen resources to preloads" into froyo by Jim Miller · 14 years ago
  55. 7d38886 Fix 2660488: Add LockScreen/InCallScreen resources to preloads by Jim Miller · 14 years ago
  56. b6f0cbd merge from open-source master by The Android Open Source Project · 14 years ago
  57. 686d9ff merge from open-source master by The Android Open Source Project · 14 years ago
  58. 855a9e6 Merge "Include the API level 4 fields in the Parcel." by Jean-Baptiste Queru · 14 years ago
  59. c8d1556 am b74a239f: Merge "String change to refer to wifi tether as hotspot" into froyo by Robert Greenwalt · 14 years ago
  60. b74a239 Merge "String change to refer to wifi tether as hotspot" into froyo by Robert Greenwalt · 14 years ago
  61. 717e135 am 62c28cae: Merge "docs: change SearchableDictionary to "v2" and remove old "new" superscripts from resources toc" into froyo by Scott Main · 14 years ago
  62. 62c28ca Merge "docs: change SearchableDictionary to "v2" and remove old "new" superscripts from resources toc" into froyo by Scott Main · 14 years ago
  63. 5610c28 am 7d167376: Merge "Add unit test for passing thread priority & cgroup through Binder." into froyo by Dan Egnor · 14 years ago
  64. e4682e8 am fb70ffd9: Merge "Doc change: cherry-pick from master: Testing Android Applications document (concepts)" into froyo by Dirk Dougherty · 14 years ago
  65. fe5921a am c4c42eef: docs: add default value and compatibility info for installLocation by Scott Main · 14 years ago
  66. d2f2a80 am c6cb8a78: docs: revisions to the new resources doc based on editorial feedback plus some fixes to resource references and other misc revisions by Scott Main · 14 years ago
  67. 1707851 am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 14 years ago
  68. 56aed6b am c69775d6: Merge "fix [2664345] Flash: Bad flicker at the end of a pinch zoom." into froyo by Mathias Agopian · 14 years ago
  69. aff856d am 0dd3a239: Merge "Doc change: cherry-pick from master: Activity Testing/Hello, Testing tutorials doc files" into froyo by Dirk Dougherty · 14 years ago
  70. 0a26aaa Merge "long modifier was on the wrong argument." by Jean-Baptiste Queru · 14 years ago
  71. 7d16737 Merge "Add unit test for passing thread priority & cgroup through Binder." into froyo by Dan Egnor · 14 years ago
  72. ebdbc7e String change to refer to wifi tether as hotspot by Robert Greenwalt · 14 years ago
  73. fb70ffd Merge "Doc change: cherry-pick from master: Testing Android Applications document (concepts)" into froyo by Dirk Dougherty · 14 years ago
  74. 9020543 Doc change: cherry-pick from master: Testing Android Applications document (concepts) by Joe Malin · 15 years ago
  75. 37627b9 Doc change: Final api diffs 7 -> 8. by Dirk Dougherty · 14 years ago
  76. c4c42ee docs: add default value and compatibility info for installLocation by Scott Main · 14 years ago
  77. c6cb8a7 docs: revisions to the new resources doc based on editorial feedback by Scott Main · 14 years ago
  78. bf1d0b9 docs: change SearchableDictionary to "v2" and remove old "new" superscripts from resources toc by Scott Main · 14 years ago
  79. d13efb2 Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 14 years ago
  80. c69775d Merge "fix [2664345] Flash: Bad flicker at the end of a pinch zoom." into froyo by Mathias Agopian · 14 years ago
  81. 561b1e4 Merge "Added WEB_URL_PATTERN for Montenegro ".me"" by Jean-Baptiste Queru · 14 years ago
  82. 388379f A new OggExtractor/VorbisDecoder combo to support approximate seeking. by Andreas Huber · 14 years ago
  83. 86568d7 Use isLocationProviderEnabled to test for enabled providers by Brad Larson · 15 years ago
  84. 0dd3a23 Merge "Doc change: cherry-pick from master: Activity Testing/Hello, Testing tutorials doc files" into froyo by Dirk Dougherty · 14 years ago
  85. e34d31e am e616553e: Updaing preloaded classes with removal of OpenSSLSocketImpl by Brian Carlstrom · 14 years ago
  86. e616553 Updaing preloaded classes with removal of OpenSSLSocketImpl$Finalizer by Brian Carlstrom · 14 years ago
  87. 18457d0 Doc change: cherry-pick from master: Activity Testing/Hello, Testing tutorials doc files by Joe Malin · 14 years ago
  88. 43fe81b Add unit test for passing thread priority & cgroup through Binder. by Dan Egnor · 14 years ago
  89. 9609cdc am e50b940f: Doc Change: cherry-pick doc change from master. -> Add images for the index file for the SpinnerTest test application sample. by Joe Malin · 14 years ago
  90. e50b940 Doc Change: cherry-pick doc change from master. -> Add images for the index file for the SpinnerTest test application sample. by Joe Malin · 14 years ago
  91. c8170ee am 75370e74: Merge "Fixing: RecognitionService logcat spam "cancel called..."" into froyo by Bjorn Bringert · 14 years ago
  92. 75370e7 Merge "Fixing: RecognitionService logcat spam "cancel called..."" into froyo by Bjorn Bringert · 14 years ago
  93. 2df6f51 fix [2664345] Flash: Bad flicker at the end of a pinch zoom. by Mathias Agopian · 14 years ago
  94. ca48c88 am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 14 years ago
  95. 8a8658a Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 14 years ago
  96. ad2f9ff am 08e1b94c: Merge "Fix "p.m." in lockscreen (locale: es)." into froyo by Daniel Sandler · 14 years ago
  97. 08e1b94 Merge "Fix "p.m." in lockscreen (locale: es)." into froyo by Daniel Sandler · 14 years ago
  98. d6d1151 am f9dc24de: Merge "Fix ThrottleService wifi interaction" into froyo by Robert Greenwalt · 14 years ago
  99. f9dc24d Merge "Fix ThrottleService wifi interaction" into froyo by Robert Greenwalt · 14 years ago
  100. fee4683 Fix ThrottleService wifi interaction by Robert Greenwalt · 14 years ago