1. 1061a4d am 0123101a: am af2af4e5: Add proper support for fixed position elements by Nicolas Roard · 16 years ago
  2. 0123101 am af2af4e5: Add proper support for fixed position elements by Nicolas Roard · 16 years ago
  3. f6fff20 Merge "Expose SearchManager constants for global search" by Bjorn Bringert · 16 years ago
  4. 55f3ac5 Expose SearchManager constants for global search by Bjorn Bringert · 16 years ago
  5. 66ef01e Revert "New method to return the last dialed number" by Nicolas Catania · 16 years ago
  6. 52e2ef8 Update ListView's children when the drawing cache color hint changes. by Romain Guy · 16 years ago
  7. e414f32 Merge "New method to return the last dialed number Bug:2227429" by Niko Catania · 16 years ago
  8. faddd5d Merge "Support for determining the mime type of media via metadata extraction." by Andreas Huber · 16 years ago
  9. 439b7b3 New method to return the last dialed number Bug:2227429 by Nicolas Catania · 16 years ago
  10. 5d3c9c10 Merge "constants for search" by Mark Wagner · 16 years ago
  11. bb68a4f add AccountManager.testHasFeatures() to make it easy to check if a given account has a set of features by Fred Quintana · 16 years ago
  12. 8178753 Merge "bugfix endfling case (bug 2300534)" by Mark Wagner · 16 years ago
  13. af2af4e5 Add proper support for fixed position elements by Nicolas Roard · 16 years ago
  14. 80d3091 Merge "Remove Intent.ACTION_GLOBAL_SEARCH" by Bjorn Bringert · 16 years ago
  15. 7f65281 Merge "Add QSB's GoogleSearch as the preferred web search provider" by Bjorn Bringert · 16 years ago
  16. 670dd81 bugfix endfling case (bug 2300534) by Mark Wagner · 16 years ago
  17. 22550a1 Merge "Remove excessive logging, fix error in GLSL uniform generation." by Jason Sams · 16 years ago
  18. e17e365 Remove excessive logging, fix error in GLSL uniform generation. by Jason Sams · 16 years ago
  19. 52952b1 Overhaul of dumpstate (aka bugreport) with cleanups & enhancements: by Dan Egnor · 16 years ago
  20. 96e40b4 Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
  21. 8d1966e Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
  22. 83fe5de Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
  23. ae51f0a Merge "Framework Tests Cleanup: Removing CTS duplicate files" by Neal Nguyen · 16 years ago
  24. a94e7af Remove Intent.ACTION_GLOBAL_SEARCH by Bjorn Bringert · 16 years ago
  25. f6f56c0 Merge "Hangup calls before powering off radio." by John Wang · 16 years ago
  26. 139f6f3 am 70c4f6cf: am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
  27. 1bc3c37 Fix Javadoc errors so the sdk can build. by Robert Greenwalt · 16 years ago
  28. 70c4f6c am 021b7b44: Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
  29. 1cb02bf Support for determining the mime type of media via metadata extraction. by Andreas Huber · 16 years ago
  30. 5a2ade3 Merge "More metadata support." by Andreas Huber · 16 years ago
  31. 021b7b4 Add a static method to obtain the mime type from extension. by Patrick Scott · 16 years ago
  32. 3a3656c More metadata support. by Andreas Huber · 16 years ago
  33. 53f1c34 constants for search by Mark Wagner · 16 years ago
  34. c849cdf Unhide some CM constants to support unbundling. by Robert Greenwalt · 16 years ago
  35. a77f93f am ace8addc: am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
  36. ace8add am 2edd6826: Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
  37. 4a5bff9 Add QSB's GoogleSearch as the preferred web search provider by Bjorn Bringert · 16 years ago
  38. 85fbfee 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
  39. ffebd7c 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
  40. b4f4111 am a1d08886: Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 16 years ago
  41. a1d0888 Merge "Only output proguard keep for nonempty attribute name in the AndroidManifest.xml." into eclair by Ying Wang · 16 years ago
  42. db5d662 Properly respect NALLengthSize in the AVC Configuration header to determine how many bits encode the nal unit size. by Andreas Huber · 16 years ago
  43. 4199528a Only output proguard keep for nonempty attribute name in the AndroidManifest.xml. by Ying Wang · 16 years ago
  44. 4a4b6e0 Merge "Handle null correctly." by Daisuke Miyakawa · 16 years ago
  45. b9c56e3 Merge "Implement type generation for user uniforms in vertex shader." by Jason Sams · 16 years ago
  46. 9030dd1 Handle null correctly. by Daisuke Miyakawa · 16 years ago
  47. 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 · 16 years ago
  48. 908c485 am 202a6734: am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 16 years ago
  49. 202a673 am 8acdb201: Added TransformGestureDetector (still in progress) Modified VelocityTracker to track multiple pointers Added TransformTest by Adam Powell · 16 years ago
  50. 8acdb20 Added TransformGestureDetector (still in progress) by Adam Powell · 16 years ago
  51. cd77037 Avoid wifi disable in a UNKNOWN state by Irfan Sheriff · 16 years ago
  52. 2edd682 Create a new ImeOption that disables fullscreen in landscape, and use it. by Leon Scroggins · 16 years ago
  53. 22dd86e MountService: Refactor to use NativeDaemonConnector and clean-up by San Mehat · 16 years ago
  54. 67bd2cd services: Introduce NativeDaemonConnector class by San Mehat · 16 years ago
  55. bfd2df21 Merge "Fix calendar sync_account / type constants to be consistent." by Ken Shirriff · 16 years ago
  56. c2096a1 Merge "Make sure to release the buffer we're not using in case of an error." by Andreas Huber · 16 years ago
  57. ea87e96 Implement type generation for user uniforms in vertex shader. by Jason Sams · 16 years ago
  58. 5c1fe31 Make sure to release the buffer we're not using in case of an error. by Andreas Huber · 16 years ago
  59. ec24e7d3 am ba5220fc: (-s ours) am ce63c639: Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
  60. 1c993bf Merge "resolved conflicts for merge of d26707da to master" by Jean-Baptiste Queru · 16 years ago
  61. fa10153 resolved conflicts for merge of d26707da to master by Jean-Baptiste Queru · 16 years ago
  62. 32db57b Merge "Add and expose SearchManager.getSearchableInfo()" by Bjorn Bringert · 16 years ago
  63. 8f028a9 Moved DomainNameChecker to android common. by Makoto Onuki · 16 years ago
  64. e274db1 b/2353646 by Marco Nelissen · 16 years ago
  65. ba5220f am ce63c639: Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
  66. d26707d am c93c70c4: Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 16 years ago
  67. ce63c63 Merge "DO NOT MERGE." into eclair by Grace Kloba · 16 years ago
  68. c93c70c Merge "framework: storage: Ensure that filesystems are unmounted before shutdown/reboot" into eclair by San Mehat · 16 years ago
  69. e67d5ce DO NOT MERGE. by Grace Kloba · 16 years ago
  70. aee3c63 Squashed commit of the following: by Andreas Huber · 16 years ago
  71. 93aea69 Merge "Implement timeupdate events for video tag." by Andrei Popescu · 16 years ago
  72. 048eb3b Implement timeupdate events for video tag. by Andrei Popescu · 16 years ago
  73. 7ebf017 framework: storage: Ensure that filesystems are unmounted before shutdown/reboot by San Mehat · 16 years ago
  74. 45b7629 Merge "Fix the CallerInfo lookup when a phone URL is used." by Niko Catania · 16 years ago
  75. 0408675 Add and expose SearchManager.getSearchableInfo() by Bjorn Bringert · 16 years ago
  76. bad0c54 rebuild the nav cache if the clicked on node is invalid by Cary Clark · 16 years ago
  77. f523609 stop crashing. I'm not sure what triggered this. by Joe Onorato · 16 years ago
  78. 58f2468 Merge "Fix 2332563: Add password-lock support to lockscreen" by Jim Miller · 16 years ago
  79. 53becd9 Fix calendar sync_account / type constants to be consistent. by Ken Shirriff · 16 years ago
  80. 5c7a5d0 Merge "Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap_content. Bug: #2194109." by Romain Guy · 16 years ago
  81. 42460ac Fix how RelativeLayout handles alignParentBottom/Right when dimension is wrap_content. by Romain Guy · 16 years ago
  82. bb4ad6a Merge "As setNewZoomScale is called asynchronously, the WebView can be destroyed. If it is, skip scaling." by Grace Kloba · 16 years ago
  83. 593c6a5 Merge "The mp3 decoder should not assert that decoding was successful but return an error instead." by Andreas Huber · 16 years ago
  84. 2539183 Merge "Improve ContactsContract documentation, esp. of Data inner class" by Tom O'Neill · 16 years ago
  85. c72509b Fix the CallerInfo lookup when a phone URL is used. by Nicolas Catania · 16 years ago
  86. 69aa4a9 Fix 2332563: Add password-lock support to lockscreen by Jim Miller · 16 years ago
  87. 244327e2 Improve ContactsContract documentation, esp. of Data inner class by Tom O'Neill · 16 years ago
  88. 3805c7c Hangup calls before powering off radio. by John Wang · 16 years ago
  89. 4c7ec8d As setNewZoomScale is called asynchronously, the by Grace Kloba · 16 years ago
  90. 6d40ee3 am f5a84f8a: am dfe25b0e: Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 16 years ago
  91. f5a84f8 am dfe25b0e: Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 16 years ago
  92. dfe25b0 Merge "LayoutLib: support for custom styles." into eclair by Xavier Ducrohet · 16 years ago
  93. 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 · 16 years ago
  94. 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 · 16 years ago
  95. 42471dd Simplify & update ANR logging; report ANR data into the dropbox. by Dan Egnor · 16 years ago
  96. 9ce3b77 LayoutLib: support for custom styles. by Xavier Ducrohet · 16 years ago
  97. 17acf17 Merge "Apply EQ on the output of the speech synthesis only when using the Pico TTS engine." by Jean-Michel Trivi · 16 years ago
  98. 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 · 16 years ago
  99. 6e106ff am 2bb1f870: am 1edd8277: Merge "Hide unused fields" into eclair by Tom Taylor · 16 years ago
  100. afce215 The mp3 decoder should not assert that decoding was successful but return an error instead. by Andreas Huber · 16 years ago