1. 7d3262c am 625de488: am e2055fe4: Merge "Bug 2673557: rename datamessaging" into froyo by Costin Manolache · 15 years ago
  2. 9496e90 am 0c73adb1: am 3e90c76c: Merge "Update javadoc in android.media.AudioManager to not hide the registerAudioFocusListener() methods." into froyo by Jean-Michel Trivi · 15 years ago
  3. c364084 am 6d405cfc: am fe089334: Merge "Doc Change: cherry-pick from master. ->Testing Procedures documents testing_eclipse.html, testing_otheride." into froyo by Dirk Dougherty · 15 years ago
  4. 8e6e343 am ea37d9b4: 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 comp by Jean-Michel Trivi · 15 years ago
  5. 9f379c7 am d8c33747: am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  6. 884e624 am e2055fe4: Merge "Bug 2673557: rename datamessaging" into froyo by Costin Manolache · 15 years ago
  7. e2eceb0 am 3e90c76c: Merge "Update javadoc in android.media.AudioManager to not hide the registerAudioFocusListener() methods." into froyo by Jean-Michel Trivi · 15 years ago
  8. e0aa23a am fe089334: Merge "Doc Change: cherry-pick from master. ->Testing Procedures documents testing_eclipse.html, testing_otheride." into froyo by Dirk Dougherty · 15 years ago
  9. 98dd1ec 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 · 15 years ago
  10. d76bfb3 am 78624e41: Add remove method in CameraParameters class. by Wu-cheng Li · 15 years ago
  11. 1853b7d Merge "Add incStrong and decStrong methods to android_native_{window,buffer}_t." into kraken by Jamie Gennis · 15 years ago
  12. 8e254d8 Merge "Bug 2673557: rename datamessaging" into froyo by Costin Manolache · 15 years ago
  13. edd2838 Merge "Update javadoc in android.media.AudioManager to not hide the registerAudioFocusListener() methods." into froyo by Jean-Michel Trivi · 15 years ago
  14. 6f29001 Merge "Doc Change: cherry-pick from master. ->Testing Procedures documents testing_eclipse.html, testing_otheride." into froyo by Dirk Dougherty · 15 years ago
  15. 0ec06bc am a8d8cb12: am be65399b: Merge "Fix for bug 2672749: StringIndexOutOfBoundsException in Uri.getQueryParameter" into froyo by Keith Ito · 15 years ago
  16. 3a1fae0 am 373b4913: 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 · 15 years ago
  17. bd516f8 am 7e76b6d1: am 6d00151c: Merge "Hopefully fix issue #2662536: Why is launcher being killed?" into froyo by Dianne Hackborn · 15 years ago
  18. 7f0364e am 02168c41: am 1926c471: Merge "Doc change: Final api diffs 7 -> 8." into froyo by Dirk Dougherty · 15 years ago
  19. 73b63df am 769612e1: am b32c2402: Doc change: add toc references to tictactoe sample apps and screen shots. by Dirk Dougherty · 15 years ago
  20. 522fb39 am 4d89954d: am a2757901: Merge "Fix 2660488: Add LockScreen/InCallScreen resources to preloads" into froyo by Jim Miller · 15 years ago
  21. cf8fd08 am be65399b: Merge "Fix for bug 2672749: StringIndexOutOfBoundsException in Uri.getQueryParameter" into froyo by Keith Ito · 15 years ago
  22. bdb8e89 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 · 15 years ago
  23. ead2a8a am 6d00151c: Merge "Hopefully fix issue #2662536: Why is launcher being killed?" into froyo by Dianne Hackborn · 15 years ago
  24. 4d6b182 am 1926c471: Merge "Doc change: Final api diffs 7 -> 8." into froyo by Dirk Dougherty · 15 years ago
  25. 3675b0e am b32c2402: Doc change: add toc references to tictactoe sample apps and screen shots. by Dirk Dougherty · 15 years ago
  26. 0528895 am a2757901: Merge "Fix 2660488: Add LockScreen/InCallScreen resources to preloads" into froyo by Jim Miller · 15 years ago
  27. d657af3 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 · 15 years ago
  28. 735da31 Merge "Fix for bug 2672749: StringIndexOutOfBoundsException in Uri.getQueryParameter" into froyo by Keith Ito · 15 years ago
  29. 8ccfd2e Merge "Add continuous focus mode constant." into kraken by Wu-cheng Li · 15 years ago
  30. 7395cf2 Bug 2673557: rename datamessaging by Costin Manolache · 15 years ago
  31. 5e67f87 Add incStrong and decStrong methods to android_native_{window,buffer}_t. by Jamie Gennis · 15 years ago
  32. ff91f88 Merge "Hopefully fix issue #2662536: Why is launcher being killed?" into froyo by Dianne Hackborn · 15 years ago
  33. d48af30 Merge "Doc change: Final api diffs 7 -> 8." into froyo by Dirk Dougherty · 15 years ago
  34. dbcc524 Merge "Fix 2660488: Add LockScreen/InCallScreen resources to preloads" into froyo by Jim Miller · 15 years ago
  35. e45269d am b6f0cbdc: merge from open-source master by The Android Open Source Project · 15 years ago
  36. 22cffae merge from open-source master by The Android Open Source Project · 15 years ago
  37. 914b12a am 686d9ff5: merge from open-source master by The Android Open Source Project · 15 years ago
  38. 03ba157 merge from open-source master by The Android Open Source Project · 15 years ago
  39. 5d95f61 Merge "Metadata construction optimization" into kraken by James Dong · 15 years ago
  40. 3658de5 Merge "Include the API level 4 fields in the Parcel." by Jean-Baptiste Queru · 15 years ago
  41. 7dfbfe4 am c8d1556f: am b74a239f: Merge "String change to refer to wifi tether as hotspot" into froyo by Robert Greenwalt · 15 years ago
  42. 3ed432d am b74a239f: Merge "String change to refer to wifi tether as hotspot" into froyo by Robert Greenwalt · 15 years ago
  43. 4950310 Merge "String change to refer to wifi tether as hotspot" into froyo by Robert Greenwalt · 15 years ago
  44. 5bc5460 am 717e135c: am 62c28cae: Merge "docs: change SearchableDictionary to "v2" and remove old "new" superscripts from resources toc" into froyo by Scott Main · 15 years ago
  45. 4f3fbc2 am 62c28cae: Merge "docs: change SearchableDictionary to "v2" and remove old "new" superscripts from resources toc" into froyo by Scott Main · 15 years ago
  46. 3bd882a Merge "docs: change SearchableDictionary to "v2" and remove old "new" superscripts from resources toc" into froyo by Scott Main · 15 years ago
  47. 47cd058 am 5610c287: am 7d167376: Merge "Add unit test for passing thread priority & cgroup through Binder." into froyo by Dan Egnor · 15 years ago
  48. 205212f am e4682e8a: am fb70ffd9: Merge "Doc change: cherry-pick from master: Testing Android Applications document (concepts)" into froyo by Dirk Dougherty · 15 years ago
  49. cf61c9e am fe5921aa: am c4c42eef: docs: add default value and compatibility info for installLocation by Scott Main · 15 years ago
  50. 4dec4e2 am d2f2a80e: 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 · 15 years ago
  51. 17dff2a am 17078510: am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 15 years ago
  52. 0c7af77 am 56aed6bd: am c69775d6: Merge "fix [2664345] Flash: Bad flicker at the end of a pinch zoom." into froyo by Mathias Agopian · 15 years ago
  53. 46bd7e9 am aff856d0: am 0dd3a239: Merge "Doc change: cherry-pick from master: Activity Testing/Hello, Testing tutorials doc files" into froyo by Dirk Dougherty · 15 years ago
  54. ee9d1a7 am 7d167376: Merge "Add unit test for passing thread priority & cgroup through Binder." into froyo by Dan Egnor · 15 years ago
  55. d4f5581 am fb70ffd9: Merge "Doc change: cherry-pick from master: Testing Android Applications document (concepts)" into froyo by Dirk Dougherty · 15 years ago
  56. 60cc15d am c4c42eef: docs: add default value and compatibility info for installLocation by Scott Main · 15 years ago
  57. ec057d4 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 · 15 years ago
  58. 6061012 am d13efb20: Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 15 years ago
  59. e7c4447 am c69775d6: Merge "fix [2664345] Flash: Bad flicker at the end of a pinch zoom." into froyo by Mathias Agopian · 15 years ago
  60. f79e4c7 am 0dd3a239: Merge "Doc change: cherry-pick from master: Activity Testing/Hello, Testing tutorials doc files" into froyo by Dirk Dougherty · 15 years ago
  61. 02e9bff Merge "long modifier was on the wrong argument." by Jean-Baptiste Queru · 15 years ago
  62. 2ff1971 Force sooner/generic/sim to use camera stub only. by Chih-Chung Chang · 15 years ago
  63. 8476185 Fix for build without a hardware camera. by Chih-Chung Chang · 15 years ago
  64. 5997faf Support multiple cameras in framework. by Chih-Chung Chang · 15 years ago
  65. cd83625 Merge "Add unit test for passing thread priority & cgroup through Binder." into froyo by Dan Egnor · 15 years ago
  66. 2f2c2bb Merge "Doc change: cherry-pick from master: Testing Android Applications document (concepts)" into froyo by Dirk Dougherty · 15 years ago
  67. a10b8ac Merge "A new OggExtractor/VorbisDecoder combo to support approximate seeking." into froyo by Andreas Huber · 15 years ago
  68. 026fba3 Merge "fix [2664345] Flash: Bad flicker at the end of a pinch zoom." into froyo by Mathias Agopian · 15 years ago
  69. 6630873 Merge "Added WEB_URL_PATTERN for Montenegro ".me"" by Jean-Baptiste Queru · 15 years ago
  70. 37c990e Merge "Doc change: cherry-pick from master: Activity Testing/Hello, Testing tutorials doc files" into froyo by Dirk Dougherty · 15 years ago
  71. 81b3d23 am e34d31e6: am e616553e: Updaing preloaded classes with removal of OpenSSLSocketImpl by Brian Carlstrom · 15 years ago
  72. bd08c07 am e616553e: Updaing preloaded classes with removal of OpenSSLSocketImpl by Brian Carlstrom · 15 years ago
  73. b1ad26b am 9609cdc8: 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 · 15 years ago
  74. bb52cb2 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 · 15 years ago
  75. e349c38 am c8170ee2: am 75370e74: Merge "Fixing: RecognitionService logcat spam "cancel called..."" into froyo by Bjorn Bringert · 15 years ago
  76. 453193c am 75370e74: Merge "Fixing: RecognitionService logcat spam "cancel called..."" into froyo by Bjorn Bringert · 15 years ago
  77. cea4d29 Merge "Fixing: RecognitionService logcat spam "cancel called..."" into froyo by Bjorn Bringert · 15 years ago
  78. 179169e fix [2664345] Flash: Bad flicker at the end of a pinch zoom. by Mathias Agopian · 15 years ago
  79. 7dd2bb8 am ca48c88c: am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  80. e3c233d am 8a8658a5: Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  81. 359b3fd Merge "Make static versions of libutils and libbinder." into froyo by Dan Egnor · 15 years ago
  82. a1abd21 am ad2f9ff7: (-s ours) am 08e1b94c: Merge "Fix "p.m." in lockscreen (locale: es)." into froyo by Daniel Sandler · 15 years ago
  83. 1a5b93a am 08e1b94c: Merge "Fix "p.m." in lockscreen (locale: es)." into froyo by Daniel Sandler · 15 years ago
  84. e854180 Merge "Fix "p.m." in lockscreen (locale: es)." into froyo by Daniel Sandler · 15 years ago
  85. 62dbe1a am d6d11517: am f9dc24de: Merge "Fix ThrottleService wifi interaction" into froyo by Robert Greenwalt · 15 years ago
  86. 6668644 am f9dc24de: Merge "Fix ThrottleService wifi interaction" into froyo by Robert Greenwalt · 15 years ago
  87. 3bc8dc8 Merge "Fix ThrottleService wifi interaction" into froyo by Robert Greenwalt · 15 years ago
  88. 4979e78 Merge "Prevent local reference table overflows" into kraken by Kenny Root · 15 years ago
  89. 178a722 Merge "Manual integration of I32a7b5 from froyo" into kraken by Jim Miller · 15 years ago
  90. aea38f0 am 3e6c1696: am 11505b47: Merge "Avoid UNKNOWN state for Wifi in bug2542613, not a common user case." into froyo by Xia Wang · 15 years ago
  91. 64c83cf am 60b02cab: am 61993757: Merge "Adding PacketVideo attribution in NOTICE." into froyo by Dan Morrill · 15 years ago
  92. 6dcfe14 am ad0830a1: am 639a7fc2: Merge "Propagating IOException from RemoteAndroidTestRunner#run() in PackageManagerHostTestUtils." into froyo by Neal Nguyen · 15 years ago
  93. 363809c am 11505b47: Merge "Avoid UNKNOWN state for Wifi in bug2542613, not a common user case." into froyo by Xia Wang · 15 years ago
  94. 126a6ea am 61993757: Merge "Adding PacketVideo attribution in NOTICE." into froyo by Dan Morrill · 15 years ago
  95. 649f6f6 am 639a7fc2: Merge "Propagating IOException from RemoteAndroidTestRunner#run() in PackageManagerHostTestUtils." into froyo by Neal Nguyen · 15 years ago
  96. a62ab7c Merge "Avoid UNKNOWN state for Wifi in bug2542613, not a common user case." into froyo by Xia Wang · 15 years ago
  97. d37aff7 am f4dffd8a: merge from open-source master by The Android Open Source Project · 15 years ago
  98. 3877d30 merge from open-source master by The Android Open Source Project · 15 years ago
  99. 2e55d96 Merge "Adding PacketVideo attribution in NOTICE." into froyo by Dan Morrill · 15 years ago
  100. 869aba8 Adding PacketVideo attribution in NOTICE. by Dan Morrill · 15 years ago