1. 8980c20 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
  2. 6e9ec61 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
  3. c0dbaf3 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
  4. f6abaa5 Merge "Hangup calls before powering off radio." by John Wang · 16 years ago
  5. 97a0794 am 70c4f6cf: am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
  6. c220162 am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
  7. 6dafd54 Merge "More metadata support." by Andreas Huber · 16 years ago
  8. 6c3067a am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
  9. e5cd272 am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
  10. a6f5522 Merge "Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size." by Andreas Huber · 16 years ago
  11. e66f6e9 am b4f41119: am a1d08886: Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 16 years ago
  12. 4be913e am a1d08886: Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 16 years ago
  13. 6367343 Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 16 years ago
  14. 0b23bbb Merge "Handle null correctly." by Daisuke Miyakawa · 16 years ago
  15. 6ea03e7 Merge "Implement type generation for user uniforms in vertex shader." by Jason Sams · 16 years ago
  16. 8171c7e Merge "b/2353646 Fix music visualizations to also work with audiotrack callbacks, which stagefright uses. This slightly changes the way the data is stored, since before we were relying on the buffers being written always being at least 4K, whereas the callbacks are generally for smaller amounts of data. Now we append all the data to a big circular buffer, then return chunks of that buffer for visualization. When there are multiple things playing at the same time, this will give the wrong result, but (1) that was the case before as well, and (2) will be fixed once we start visualizing the mixer output instead of the mixer inputs." by Marco Nelissen · 16 years ago
  17. 95ed705 am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 16 years ago
  18. 6f1c63d am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 16 years ago
  19. 97acf3d Merge "Fix calendar sync_account / type constants to be consistent." by Ken Shirriff · 16 years ago
  20. 013fb7f Merge "Make sure to release the buffer we're not using in case of an error." by Andreas Huber · 16 years ago
  21. 8c8b8d8 am ba5220fc: (-s ours) am ce63c639: Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
  22. df36dc2 Merge "resolved conflicts for merge of d26707da to master" by Jean-Baptiste Queru · 16 years ago
  23. 40858b2 resolved conflicts for merge of d26707da to master by Jean-Baptiste Queru · 16 years ago
  24. 17c3c4a Merge "Add and expose SearchManager.getSearchableInfo()" by Bjorn Bringert · 16 years ago
  25. 831f258 Moved DomainNameChecker to android common. by Makoto Onuki · 16 years ago
  26. 060d4f4 am ce63c639: Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
  27. c4284d5 am c93c70c4: Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 16 years ago
  28. 378a16f Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
  29. 7ee1a4e Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 16 years ago
  30. 40d851c Merge "Implement timeupdate events for video tag." by Andrei Popescu · 16 years ago
  31. 25eba45 Merge "Fix the CallerInfo lookup when a phone URL is used." by Niko Catania · 16 years ago
  32. 08425fb Merge "Fix 2332563: Add password-lock support to lockscreen" by Jim Miller · 16 years ago
  33. 9224d1f Merge "Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap_content. Bug: #2194109." by Romain Guy · 16 years ago
  34. f39e077 Merge "As setNewZoomScale is called asynchronously, the WebView can be destroyed. If it is, skip scaling." by Grace Kloba · 16 years ago
  35. 2eef630 Merge "The mp3 decoder should not assert that decoding was successful but return an error instead." by Andreas Huber · 16 years ago
  36. 9a19b5b Merge "Improve ContactsContract documentation, esp. of Data inner class" by Tom O'Neill · 16 years ago
  37. 359148c am f5a84f8a: am dfe25b0e: Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 16 years ago
  38. f9c5c8c am dfe25b0e: Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 16 years ago
  39. 94ff011 Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 16 years ago
  40. 66b5fee Merge "Simplify & update ANR logging; report ANR data into the dropbox. Eliminate the per-process 200ms timeout during ANR thread-dumping. Dump all the threads at once, then wait for the file to stabilize. Seems to work great and is much, much, much faster." by Dan Egnor · 16 years ago
  41. e79d0b8 Merge "Fix an uninitialized read detected by valgrind. The array to be copied is statically sized and not a c-string." by Andreas Huber · 16 years ago
  42. 138d6be Merge "Apply EQ on the output of the speech synthesis only when using the Pico TTS engine." by Jean-Michel Trivi · 16 years ago
  43. 18e96ca am 495d820c: am ccaebfc9: Don\'t set priority in Bonding state. This was causing A2DP get connected for Car Docks, when user didn\'t select it. by Jaikumar Ganesh · 16 years ago
  44. b075b38 am 2bb1f870: am 1edd8277: Merge "Hide unused fields" into eclair by Tom Taylor · 16 years ago
  45. 57bb82b am ccaebfc9: Don\'t set priority in Bonding state. This was causing A2DP get connected for Car Docks, when user didn\'t select it. by Jaikumar Ganesh · 16 years ago
  46. 752eae6 am 1edd8277: Merge "Hide unused fields" into eclair by Tom Taylor · 16 years ago
  47. a6bea15 am 1fed31aa: am fef4874a: fixing build break by removing unused imports. by Derek Sollenberger · 16 years ago
  48. 216cb73 Merge "Hide unused fields" into eclair by Tom Taylor · 16 years ago
  49. 247d3a9 am 18dedf2c: am 50a3977c: Merge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com." into eclair by Trevor Johns · 16 years ago
  50. bd74632 am 50a3977c: Merge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com." into eclair by Trevor Johns · 16 years ago
  51. 3fb5c80 Merge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com." into eclair by Trevor Johns · 16 years ago
  52. ae0c323 am 6b113b1a: am 595f48b2: Merge "SDK doc change: Miscellaneous fixes." into eclair by Dirk Dougherty · 16 years ago
  53. b4d83d5 am 6c87c77d: (-s ours) am a2b0d38f: First draft of multitouch in the WebView. by Grace Kloba · 16 years ago
  54. ee153b2 am fef4874a: fixing build break by removing unused imports. by Derek Sollenberger · 16 years ago
  55. 4b21578 am d55aa751: am 7c5bf466: consolidating to only use one surface per plugin. give plugin access to java context. by Derek Sollenberger · 16 years ago
  56. 285a13f am 7c5bf466: consolidating to only use one surface per plugin. give plugin access to java context. by Derek Sollenberger · 16 years ago
  57. fd3f7d6 am 90ce68a9: (-s ours) am 6d0f6c78: Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair by Jack Palevich · 16 years ago
  58. a7a02f9 am 9c74295f: am a1759cea: Merge "add eventlog message whenever sqlite reports db corruption error" into eclair by Vasu Nori · 16 years ago
  59. ee76c1c am c9a26f29: am aa3b5961: javadoc change: fix the selector sample XML in the class description (was broken due to improper ordering) by Scott Main · 16 years ago
  60. 1d4fcc7 am 595f48b2: Merge "SDK doc change: Miscellaneous fixes." into eclair by Dirk Dougherty · 16 years ago
  61. 8eeeeb1 Merge "SDK doc change: Miscellaneous fixes." into eclair by Dirk Dougherty · 16 years ago
  62. 389e94b Merge "Unhide LocationManager APIs needed for unbundled location providers." by Mike Lockwood · 16 years ago
  63. c2398cf Merge "Allow a video to be correctly resumed programatically after being paused." by Andrei Popescu · 16 years ago
  64. e840bed am a2b0d38f: First draft of multitouch in the WebView. by Grace Kloba · 16 years ago
  65. e669f3d Merge "MountService: Clean up some logspam" by San Mehat · 16 years ago
  66. 6f71b35 Merge "Copy SearchSourceSelector from QuickSearchBox" by Bjorn Bringert · 16 years ago
  67. fbc76a3 am ff7d33b5: am 04e0a101: Bring up IME after receiving a response from webkit. by Leon Scroggins · 16 years ago
  68. 7e0838a am 04e0a101: Bring up IME after receiving a response from webkit. by Leon Scroggins · 16 years ago
  69. 91ea437 am 6d0f6c78: Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair by Jack Palevich · 16 years ago
  70. 8577a7d Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair by Jack Palevich · 16 years ago
  71. 370c36a am a1759cea: Merge "add eventlog message whenever sqlite reports db corruption error" into eclair by Vasu Nori · 16 years ago
  72. 86a34cb am aa3b5961: javadoc change: fix the selector sample XML in the class description (was broken due to improper ordering) by Scott Main · 16 years ago
  73. 07239e2 am cffea95e: (-s ours) am 3fb4ee4e: Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair by Daniel Sandler · 16 years ago
  74. 7ca087c am d31d7397: am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 16 years ago
  75. 3150097 Merge "Deprecate fill_parent and introduce match_parent. Bug: #2361749." by Romain Guy · 16 years ago
  76. 83c7cfe Merge "Enabling multiple apps to use different speech synthesis engines and not interfere with one another." by Charles Chen · 16 years ago
  77. 1760b7c Merge "Remove useless start of AudioTrack for TTS and improper volume setting. The AudioTrack that plays the synthesized audio data should only be started when the first synthesis request is sent, not after the initialization of the engine. The track volume should be initialized to it nominal level. Volumes above 1 do not provide amplification, so setting the volume to 2 is not necessary." by Jean-Michel Trivi · 16 years ago
  78. e8b6618 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 16 years ago
  79. a1322ca Merge "add eventlog message whenever sqlite reports db corruption error" into eclair by Vasu Nori · 16 years ago
  80. e965dda Merge "MountService: Add new Settings for UMS prompting and notification behavior" by San Mehat · 16 years ago
  81. a836f71 Merge "Settings: Add settings for MountService prefs and bump DB version to 46" by San Mehat · 16 years ago
  82. 714fbe5 Merge "explicitly initialize static final boolean to fix build" by Mike Reed · 16 years ago
  83. 1d8778f Merge "Reorganize some of the stagefright implementation related to metadata." by Andreas Huber · 16 years ago
  84. 7f34c55 Merge "optional flag to enable tracker debugging" by Mike Reed · 16 years ago
  85. 20817a4 Merge "ContentResolver.query() includes performance considerations" by Tom O'Neill · 16 years ago
  86. 51632e8 less log spew by Joe Onorato · 16 years ago
  87. 3e0a34f Merge "MountService: Fix asec list bug" by San Mehat · 16 years ago
  88. 1eea518 am 3fb4ee4e: Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair by Daniel Sandler · 16 years ago
  89. 8fe9217 Merge "Immediately close the shade when the status bar is disabled. (DO NOT MERGE)" into eclair by Daniel Sandler · 16 years ago
  90. ac5002e am 663ec308: Fix issue 2361949: A2DP suspend parameters set wrongly. by Eric Laurent · 16 years ago
  91. c0ce7a6 Merge "b/2293263 Finished removing busyBits references." by Erik Pasternak · 16 years ago
  92. 9823a92 Merge "Update with latest translations." by Eric Fischer · 16 years ago
  93. 0e34ec2 Merge "Fix a bug where the usage for an origin shows up as 0 in Website Settings when the origin uses app cache but not database." by Andrei Popescu · 16 years ago
  94. 98de6c4 Merge "Deprecate onTooManyRedirects." by Patrick Scott · 16 years ago
  95. 455499c Merge "when finalizing SQLiteCursor, close it but don't throw exceptions." by Vasu Nori · 16 years ago
  96. 3f83f7e Merge "remove Settings.Gservices" by Doug Zongker · 16 years ago
  97. d4ed21e Merge "Environment: Catch *all* exceptions from MountService" by San Mehat · 16 years ago
  98. a79b658 am 4e9a9d8e: am c89b13b9: Use Calendar.add() instead of Calendar.roll() by Leon Scroggins · 16 years ago
  99. 27b37bc am 2110bb02: am affa5d2c: remove unused jni interfaces by Cary Clark · 16 years ago
  100. a9dc0f7 am c89b13b9: Use Calendar.add() instead of Calendar.roll() by Leon Scroggins · 16 years ago