1. 68065e0 Fix 1667521 - system process crash after bad notification by Joe Onorato · 15 years ago
  2. 378a148 Merge "Javadoc fixes to ScaleGestureDetector for SDK builds" by Adam Powell · 15 years ago
  3. 499cc17 Merge "Fix fastscroll thumb" by Marco Nelissen · 15 years ago
  4. cd3e4ad Fix fastscroll thumb by Marco Nelissen · 15 years ago
  5. 9cf1a5a Merge "use device serial number to seed RNG for generating ANDROID_ID" by Doug Zongker · 15 years ago
  6. ab905c87 Javadoc fixes to ScaleGestureDetector for SDK builds by Adam Powell · 15 years ago
  7. 6511fe9 Merge "Add a "dalvik.vm.gc.overwritefree" property. When set to "true", the VM will be given the "-Xgc:overwritefree" flag, and the GC will clobber the memory of freed objects." by Barry Hayes · 15 years ago
  8. 4f8ff39 use device serial number to seed RNG for generating ANDROID_ID by Doug Zongker · 15 years ago
  9. d5bb7ef Merge "Make the fastscroll thumb tell the parent to not intercept touch events, to keep the list from moving sideways in a "workspace" environment. Fixes one of the issues listed in bug 2374212" by Marco Nelissen · 15 years ago
  10. d43fe07 Make the fastscroll thumb tell the parent to not intercept touch events, by Marco Nelissen · 15 years ago
  11. 2c355e2 Merge "expose bootloader & radio versions, hardware string in API" by Doug Zongker · 15 years ago
  12. f81f9ef Merge "Add missing contentDescription to focusable controls." by Romain Guy · 15 years ago
  13. 74885ef expose bootloader & radio versions, hardware string in API by Doug Zongker · 15 years ago
  14. d126d0b Merge "AudioPlayer didn't properly account for the latency when calculating the current media time." by Andreas Huber · 15 years ago
  15. c119f7e AudioPlayer didn't properly account for the latency when calculating the current media time. by Andreas Huber · 15 years ago
  16. 33cea41 Merge "Apps on sdcard: Add new broadcasts" by Suchi Amalapurapu · 15 years ago
  17. a61b67a Pass touch event time from Java to WebKit by Grace Kloba · 15 years ago
  18. 8cb5e47 Add missing contentDescription to focusable controls. by Dominic Mazzoni · 15 years ago
  19. 62f67048 Merge "Add support for sending touch events in DRT." by Ben Murdoch · 15 years ago
  20. ecbc65c Add support for sending touch events in DRT. by Ben Murdoch · 15 years ago
  21. c2b3217 Add a "dalvik.vm.gc.overwritefree" property. When set to "true", the by Barry Hayes · 15 years ago
  22. a7ff78d Merge "Rebuild a cleaner certificates chain before validating it." by Leon Clarke · 15 years ago
  23. ecbfb21 Revert "am 3db1ebaf: am 4ed2b1c3: Pass touch event time from Java to WebKit". The corresponding change to external/webkit creates a merge conflict in master. by Ben Murdoch · 15 years ago
  24. 9ecd943 am 3db1ebaf: am 4ed2b1c3: Pass touch event time from Java to WebKit by Grace Kloba · 15 years ago
  25. 019fe73 Fix ETC1 texture decoding. by Jack Palevich · 15 years ago
  26. 3db1eba am 4ed2b1c3: Pass touch event time from Java to WebKit by Grace Kloba · 15 years ago
  27. b0f324d Merge "implement [2396050] Add ETC1 texture support to AGL" by Mathias Agopian · 15 years ago
  28. d1f73a2 implement [2396050] Add ETC1 texture support to AGL by Mathias Agopian · 15 years ago
  29. 355ca57 Add GPS_TIMESTAMP and GPS_DATESTAMP tag to ExifInterface. by Ray Chen · 15 years ago
  30. 4ed2b1c Pass touch event time from Java to WebKit by Grace Kloba · 15 years ago
  31. 3a8cab8 Add GpsDateTime support to ExifInterface and correct images table's date_taken value to UTC timestamp. by Ray Chen · 15 years ago
  32. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 15 years ago
  33. 7099bc1 Merge "Fix the SDK build." by Xavier Ducrohet · 15 years ago
  34. 216bccf Updated GestureDetector to ignore multitouch if requested by the app by Adam Powell · 15 years ago
  35. 31644a1 Fix the SDK build. by Xavier Ducrohet · 15 years ago
  36. 8c18d89 Merge "Modifying Services Tests XML file so it builds with the right permissions." by Neal Nguyen · 15 years ago
  37. 3433d3c Modifying Services Tests XML file so it builds with the right permissions. by Neal Nguyen · 15 years ago
  38. 9c738b9 Merge "Improve some of the documentation in RecognizerIntent to reduce confusion." by Mike LeBeau · 15 years ago
  39. 5a346d6 Improve some of the documentation in RecognizerIntent to reduce confusion. by Mike LeBeau · 15 years ago
  40. 57405b9 Merge "Hide field packer." by Jason Sams · 15 years ago
  41. 42d6c9e Hide field packer. by Jason Sams · 15 years ago
  42. b66802b Merge "Fix mms-common's pathnames to match package spec." by Ficus Kirkpatrick · 15 years ago
  43. 1f4af4c Fix mms-common's pathnames to match package spec. by Ficus Kirkpatrick · 15 years ago
  44. c30ed1a Merge "Add "inline" constant to RecognizerResultsIntent." by Mike LeBeau · 15 years ago
  45. 2a594b1 Merge "Implement holders for Matrix and Vector data." by Jason Sams · 15 years ago
  46. 37b2217 Merge "Get rid of now-superfluous "backup or restore in progress" tracking" by Chris Tate · 15 years ago
  47. dcfefb5 Add "inline" constant to RecognizerResultsIntent. by Mike LeBeau · 15 years ago
  48. 25430d0 Implement holders for Matrix and Vector data. by Jason Sams · 15 years ago
  49. c2af5d3 Get rid of now-superfluous "backup or restore in progress" tracking by Christopher Tate · 15 years ago
  50. c4e834d Rebuild a cleaner certificates chain before validating it. by Huahui Wu · 15 years ago
  51. 9763f64 Workaround for misbehaving HTTP servers that terminate header lines with a single newline instead of the required CRLF sequence. by Andreas Huber · 15 years ago
  52. 23a6b44 Merge "Don't use a HEAD request to determine redirects, instead do a regular GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream." by Andreas Huber · 15 years ago
  53. b777bf3 Don't use a HEAD request to determine redirects, instead do a regular GET (since that's always supported), also limit the number of redirects to avoid infinite redirects. Finally, properly handle the end of stream. by Andreas Huber · 15 years ago
  54. a55272a Merge "StorageManager: API_CHANGE: Move StorageManager into android.storage" by San Mehat · 15 years ago
  55. e124aef Merge "Properly report the duration of a recording into .mp4 files." by Andreas Huber · 15 years ago
  56. 556d350 StorageManager: API_CHANGE: Move StorageManager into android.storage by San Mehat · 15 years ago
  57. 9ec3318 Merge "Apps on SD project. Javadoc fixes for new method in PackageManager class." by Oscar Montemayor · 15 years ago
  58. 716582e Properly report the duration of a recording into .mp4 files. by Andreas Huber · 15 years ago
  59. 0c08a24 Merge "Now mSupportMultiTouch is depending on WebSettings, it can't be static any more." by Grace Kloba · 15 years ago
  60. 2d65817 Merge "Properly advertise the content length of the HTTP stream if available." by Andreas Huber · 15 years ago
  61. f3be166 Now mSupportMultiTouch is depending on WebSettings, it can't be static any more. by Grace Kloba · 15 years ago
  62. c9d8175 Context: API_CHANGE: Add support for retrieving StorageManager by San Mehat · 15 years ago
  63. 63d15ee DefaultContainerService: Refactor MountService calls (new api) by San Mehat · 15 years ago
  64. be16cb1 PackageManagerService: Refactor MountService calls (new api) by San Mehat · 15 years ago
  65. ec7f7e6 UsbStorageActivity: Refactor for new MountService API by San Mehat · 15 years ago
  66. b339ac3 sdutil: Refactor for new APIs by San Mehat · 15 years ago
  67. 4270e1e MountService: Massive bloat reduction and rewrite by San Mehat · 15 years ago
  68. 78071b7 Merge "NativeDaemonConnector: Cleanup socket code and use a proper exception Signed-off-by: San Mehat <san@google.com>" by San Mehat · 15 years ago
  69. 4763876 Merge "StorageManager: Introduce StorageManager" by San Mehat · 15 years ago
  70. 8cc1b2a Properly advertise the content length of the HTTP stream if available. by Andreas Huber · 15 years ago
  71. 2df9a91 Hide the android.webkit.CallbackProxy class from the API. This is a android.webkit package class and internal to our implementation. by Grace Kloba · 15 years ago
  72. 3565456 Merge "Make sure application cache manifest files are not cached." by Andrei Popescu · 15 years ago
  73. a1ba11b Make sure application cache manifest files are not cached. by Andrei Popescu · 15 years ago
  74. c209ccf Merge "Check for null data after decoding a data: url." by Patrick Scott · 15 years ago
  75. 8fccf67 Merge "add instrumentation to log the sql statement + bindargs + databasename" by Vasu Nori · 15 years ago
  76. 8a83853 Merge "Fix for GPS engines without separate session and engine status events." by Mike Lockwood · 15 years ago
  77. 271f9f1 Fix for GPS engines without separate session and engine status events. by Mike Lockwood · 15 years ago
  78. 5d33e6e Merge "Revert "adding OAuth library"" by Doug Zongker · 15 years ago
  79. 8af3cfc Check for null data after decoding a data: url. by Patrick Scott · 15 years ago
  80. 5310b36 resolved conflicts for merge of 21875ab3 to master by Mike Lockwood · 15 years ago
  81. 5e7bb0a Implement support for v8 counters by Andrei Popescu · 15 years ago
  82. b83e68c Merge "Restore search UI layout to get search button back" by Bjorn Bringert · 15 years ago
  83. 4dd4ab4 add instrumentation to log the sql statement + bindargs + databasename by Vasu Nori · 15 years ago
  84. 705300b Merge "Initial check-in for xml-based encoder capabilities retrieval - Changed the Java API as suggested - Treat /etc/media_profiles.xml as the default xml configurtion file" by James Dong · 15 years ago
  85. c371194 Initial check-in for xml-based encoder capabilities retrieval by James Dong · 15 years ago
  86. e599a9d Revert "adding OAuth library" by Dirk Balfanz · 15 years ago
  87. 1b7a47c Merge "fix [2397853] glCopyTexImage2D crashes emulator" by Mathias Agopian · 15 years ago
  88. 2fee0ed Add the --rename-manifest-package option to aapt. by Jeff Hamilton · 15 years ago
  89. 7188f94 Cleanup comments, see bug 2401350. by Wink Saville · 15 years ago
  90. d615c6f Merge "Provide another extra for ACTION_VOICE_SEARCH_RESULTS that indicates the base url to be used when interpreting html results given in EXTRA_VOICE_SEARCH_RESULT_HTML." by Mike LeBeau · 15 years ago
  91. 125d407 Merge "Streamline: use Messages sent to a Handler subclass instead of posting Runnables" by Chris Tate · 15 years ago
  92. 34d7a9f Merge "Remove the obsolete unused hidden constant." by Grace Kloba · 15 years ago
  93. d3cd359 Streamline: use Messages sent to a Handler subclass instead of posting Runnables by Christopher Tate · 15 years ago
  94. e641a76 Merge "Fix bug 2362761 AppWidgetService should use Intent.setPackage()" by Joe Onorato · 15 years ago
  95. f6133fe Fix bug 2362761 AppWidgetService should use Intent.setPackage() by Joe Onorato · 15 years ago
  96. 1f9a3cc Merge "Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings." by Joe Onorato · 15 years ago
  97. 7747210 Fix bug 2389454 - DateTimeView can NPE if "date_format" isn't set in Settings. by Joe Onorato · 15 years ago
  98. e8fe0e3 Remove the obsolete unused hidden constant. by Grace Kloba · 15 years ago
  99. f9271c8 Provide another extra for ACTION_VOICE_SEARCH_RESULTS that indicates by Mike LeBeau · 15 years ago
  100. 8a7ac8d Anchor the page at top left corner when webView size changed. by Shimeng (Simon) Wang · 15 years ago