1. 1bc3c37 Fix Javadoc errors so the sdk can build. by Robert Greenwalt · 15 years ago
  2. 5a2ade3 Merge "More metadata support." by Andreas Huber · 15 years ago
  3. 3a3656c More metadata support. by Andreas Huber · 15 years ago
  4. c849cdf Unhide some CM constants to support unbundling. by Robert Greenwalt · 15 years ago
  5. a77f93f am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  6. ace8add am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  7. 85fbfee Merge "Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size." by Andreas Huber · 15 years ago
  8. ffebd7c am b4f41119: am a1d08886: Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 15 years ago
  9. b4f4111 am a1d08886: Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 15 years ago
  10. a1d0888 Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 15 years ago
  11. db5d662 Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size. by Andreas Huber · 15 years ago
  12. 4199528a Only output proguard keep for nonempty attribute name in the AndroidManifest.xml. by Ying Wang · 15 years ago
  13. 4a4b6e0 Merge "Handle null correctly." by Daisuke Miyakawa · 15 years ago
  14. b9c56e3 Merge "Implement type generation for user uniforms in vertex shader." by Jason Sams · 15 years ago
  15. 9030dd1 Handle null correctly. by Daisuke Miyakawa · 15 years ago
  16. 9643b1e 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 · 15 years ago
  17. 908c485 am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 15 years ago
  18. 202a673 am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 15 years ago
  19. 8acdb20 Added TransformGestureDetector (still in progress) by Adam Powell · 15 years ago
  20. cd77037 Avoid wifi disable in a UNKNOWN state by Irfan Sheriff · 15 years ago
  21. 2edd682 Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 15 years ago
  22. 22dd86e MountService: Refactor to use NativeDaemonConnector and clean-up by San Mehat · 15 years ago
  23. 67bd2cd services: Introduce NativeDaemonConnector class by San Mehat · 15 years ago
  24. bfd2df2 Merge "Fix calendar sync_account / type constants to be consistent." by Ken Shirriff · 15 years ago
  25. c2096a1 Merge "Make sure to release the buffer we're not using in case of an error." by Andreas Huber · 15 years ago
  26. ea87e96 Implement type generation for user uniforms in vertex shader. by Jason Sams · 15 years ago
  27. 5c1fe31 Make sure to release the buffer we're not using in case of an error. by Andreas Huber · 15 years ago
  28. ec24e7d3 am ba5220fc: (-s ours) am ce63c639: Merge "DO NOT MERGE." into eclair by Grace Kloba · 15 years ago
  29. 1c993bf Merge "resolved conflicts for merge of d26707da to master" by Jean-Baptiste Queru · 15 years ago
  30. fa10153 resolved conflicts for merge of d26707da to master by Jean-Baptiste Queru · 15 years ago
  31. 32db57b Merge "Add and expose SearchManager.getSearchableInfo()" by Bjorn Bringert · 15 years ago
  32. 8f028a9 Moved DomainNameChecker to android common. by Makoto Onuki · 15 years ago
  33. e274db1 b/2353646 by Marco Nelissen · 15 years ago
  34. ba5220f am ce63c639: Merge "DO NOT MERGE." into eclair by Grace Kloba · 15 years ago
  35. d26707d am c93c70c4: Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 15 years ago
  36. ce63c63 Merge "DO NOT MERGE." into eclair by Grace Kloba · 15 years ago
  37. c93c70c Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 15 years ago
  38. e67d5ce DO NOT MERGE. by Grace Kloba · 15 years ago
  39. aee3c63 Squashed commit of the following: by Andreas Huber · 15 years ago
  40. 93aea69 Merge "Implement timeupdate events for video tag." by Andrei Popescu · 15 years ago
  41. 048eb3b Implement timeupdate events for video tag. by Andrei Popescu · 15 years ago
  42. 7ebf017 framework: storage: Ensure that filesystems are unmounted before shutdown/reboot by San Mehat · 15 years ago
  43. 45b7629 Merge "Fix the CallerInfo lookup when a phone URL is used." by Niko Catania · 15 years ago
  44. 0408675 Add and expose SearchManager.getSearchableInfo() by Bjorn Bringert · 15 years ago
  45. bad0c54 rebuild the nav cache if the clicked on node is invalid by Cary Clark · 15 years ago
  46. f523609 stop crashing. I'm not sure what triggered this. by Joe Onorato · 15 years ago
  47. 58f2468 Merge "Fix 2332563: Add password-lock support to lockscreen" by Jim Miller · 15 years ago
  48. 53becd9 Fix calendar sync_account / type constants to be consistent. by Ken Shirriff · 15 years ago
  49. 5c7a5d0 Merge "Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap_content. Bug: #2194109." by Romain Guy · 15 years ago
  50. 42460ac Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap_content. by Romain Guy · 15 years ago
  51. bb4ad6a Merge "As setNewZoomScale is called asynchronously, the WebView can be destroyed. If it is, skip scaling." by Grace Kloba · 15 years ago
  52. 593c6a5 Merge "The mp3 decoder should not assert that decoding was successful but return an error instead." by Andreas Huber · 15 years ago
  53. 2539183 Merge "Improve ContactsContract documentation, esp. of Data inner class" by Tom O'Neill · 15 years ago
  54. c72509b Fix the CallerInfo lookup when a phone URL is used. by Nicolas Catania · 15 years ago
  55. 69aa4a9 Fix 2332563: Add password-lock support to lockscreen by Jim Miller · 15 years ago
  56. 244327e2 Improve ContactsContract documentation, esp. of Data inner class by Tom O'Neill · 15 years ago
  57. 4c7ec8d As setNewZoomScale is called asynchronously, the by Grace Kloba · 15 years ago
  58. 6d40ee3 am f5a84f8a: am dfe25b0e: Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 15 years ago
  59. f5a84f8 am dfe25b0e: Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 15 years ago
  60. dfe25b0 Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 15 years ago
  61. 6ee6991 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 · 15 years ago
  62. b6d5d1b Merge "Fix an uninitialized read detected by valgrind. The array to be copied is statically sized and not a c-string." by Andreas Huber · 15 years ago
  63. 42471dd Simplify & update ANR logging; report ANR data into the dropbox. by Dan Egnor · 15 years ago
  64. 9ce3b77 LayoutLib: support for custom styles. by Xavier Ducrohet · 15 years ago
  65. 17acf17 Merge "Apply EQ on the output of the speech synthesis only when using the Pico TTS engine." by Jean-Michel Trivi · 15 years ago
  66. 1f3856c 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 · 15 years ago
  67. 6e106ff am 2bb1f870: am 1edd8277: Merge "Hide unused fields" into eclair by Tom Taylor · 15 years ago
  68. afce215 The mp3 decoder should not assert that decoding was successful but return an error instead. by Andreas Huber · 15 years ago
  69. 495d820 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 · 15 years ago
  70. ccaebfc Don't set priority in Bonding state. by Jaikumar Ganesh · 15 years ago
  71. 0320f8b Apply EQ on the output of the speech synthesis only when using the Pico by Jean-Michel Trivi · 15 years ago
  72. 2bb1f87 am 1edd8277: Merge "Hide unused fields" into eclair by Tom Taylor · 15 years ago
  73. c408d5c am 1fed31aa: am fef4874a: fixing build break by removing unused imports. by Derek Sollenberger · 15 years ago
  74. 1edd827 Merge "Hide unused fields" into eclair by Tom Taylor · 15 years ago
  75. 9cebb37 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 · 15 years ago
  76. 18dedf2 am 50a3977c: Merge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com." into eclair by Trevor Johns · 15 years ago
  77. 50a3977 Merge "Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com." into eclair by Trevor Johns · 15 years ago
  78. 44641d3 Bug 2321983 by Paul Westbrook · 15 years ago
  79. 8809868 am 6b113b1a: am 595f48b2: Merge "SDK doc change: Miscellaneous fixes." into eclair by Dirk Dougherty · 15 years ago
  80. 19588a5 am 6c87c77d: (-s ours) am a2b0d38f: First draft of multitouch in the WebView. by Grace Kloba · 15 years ago
  81. 1fed31a am fef4874a: fixing build break by removing unused imports. by Derek Sollenberger · 15 years ago
  82. 5ebc889 Fix an uninitialized read detected by valgrind. The array to be copied is statically sized and not a c-string. by Andreas Huber · 15 years ago
  83. fef4874a fixing build break by removing unused imports. by Derek Sollenberger · 15 years ago
  84. 86cf1ad am d55aa751: am 7c5bf466: consolidating to only use one surface per plugin. give plugin access to java context. by Derek Sollenberger · 15 years ago
  85. d55aa75 am 7c5bf466: consolidating to only use one surface per plugin. give plugin access to java context. by Derek Sollenberger · 15 years ago
  86. 9d8c311 am 90ce68a9: (-s ours) am 6d0f6c78: Merge "DO NOT MERGE A library for encoding and decoding ETC1 textures." into eclair by Jack Palevich · 15 years ago
  87. 380ae0a am 9c74295f: am a1759cea: Merge "add eventlog message whenever sqlite reports db corruption error" into eclair by Vasu Nori · 15 years ago
  88. 333beab am c9a26f29: am aa3b5961: javadoc change: fix the selector sample XML in the class description (was broken due to improper ordering) by Scott Main · 15 years ago
  89. 2187e240 Adding BusinessCard sample to Android.mk and to the Resources TOC on developer.android.com. by Trevor Johns · 15 years ago
  90. 6b113b1 am 595f48b2: Merge "SDK doc change: Miscellaneous fixes." into eclair by Dirk Dougherty · 15 years ago
  91. 595f48b Merge "SDK doc change: Miscellaneous fixes." into eclair by Dirk Dougherty · 15 years ago
  92. cf6bbab SDK doc change: Miscellaneous fixes. by Dirk Dougherty · 15 years ago
  93. 7240b50 Merge "Unhide LocationManager APIs needed for unbundled location providers." by Mike Lockwood · 15 years ago
  94. 7c5bf46 consolidating to only use one surface per plugin. give plugin access to java context. by Derek Sollenberger · 15 years ago
  95. 10d268e Merge "Allow a video to be correctly resumed programatically after being paused." by Andrei Popescu · 15 years ago
  96. 6c87c77 am a2b0d38f: First draft of multitouch in the WebView. by Grace Kloba · 15 years ago
  97. a2b0d38 First draft of multitouch in the WebView. by Grace Kloba · 15 years ago
  98. a41f97b Allow a video to be correctly resumed programatically after being paused. by Andrei Popescu · 15 years ago
  99. 0f5525a framework: asec: Rename 'Cache' -> 'Container' by San Mehat · 15 years ago
  100. ee7d552 Merge "MountService: Clean up some logspam" by San Mehat · 15 years ago