1. 43dcdb2 Merge "Add null checks for strings" by Suchi Amalapurapu · 14 years ago
  2. 9277c6d Merge "don't assume Cursor.getExtras returns non-null" by Mark Wagner · 14 years ago
  3. d4650a5 Merge "Keep screen on when in car mode and the device is powered." by Mike Lockwood · 14 years ago
  4. c0068ad Merge "Adding over scroll to webview. We will always apply over scroll vertically. In horizontal direction, if the page can't be zoomed and the current content just fit, we will not do over scroll." by Grace Kloba · 14 years ago
  5. e29db6a Keep screen on when in car mode and the device is powered. by Mike Lockwood · 14 years ago
  6. 3bfce83 Merge "Add "call" method on ContentProvider." by Brad Fitzpatrick · 14 years ago
  7. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 14 years ago
  8. c126010 Merge "Disable the keyguard when in car mode" by Mike Lockwood · 14 years ago
  9. 924e164 Disable the keyguard when in car mode by Mike Lockwood · 14 years ago
  10. cd47f11 Merge "Change an aapt "warning" from "*** " to "**** " (from three to four stars). "*** " (three stars and a space) is the 'magic make error string'; so this change makes it easier to find the real issues/errors in build logs. Besides, other aapt messages are "**** "." by Ed Heyl · 14 years ago
  11. d7625dd Adding over scroll to webview. We will always apply by Grace Kloba · 14 years ago
  12. 9444bea Add null checks for strings by Suchi Amalapurapu · 14 years ago
  13. 65e185b Change an aapt "warning" from "*** " to "**** " (from three to four stars). by Ed Heyl · 14 years ago
  14. ee2b21d Merge "Fix potential aapt crash when processing overlay." by Xavier Ducrohet · 14 years ago
  15. 83f4c09 Fix potential aapt crash when processing overlay. by Xavier Ducrohet · 14 years ago
  16. bda5780 Merge "Instead of allocating the decoder instances in response to a call to setDataSource, postpone allocation to the preparation phase where it belongs." by Andreas Huber · 14 years ago
  17. 7299c41 Refactor car mode. by Dianne Hackborn · 14 years ago
  18. 3ac94ef Instead of allocating the decoder instances in response to a call to setDataSource, postpone allocation to the preparation phase where it belongs. by Andreas Huber · 14 years ago
  19. 4d891d1 don't assume Cursor.getExtras returns non-null by Mark Wagner · 14 years ago
  20. 6d141b0 Merge "Fix persisting flags for apps with data only Force gc's before deleting containers.:" by Suchi Amalapurapu · 14 years ago
  21. f252693 Merge "Calculate bitmask array sizes correctly in the EventHub" by Christopher Tate · 14 years ago
  22. 3b7991e Merge "Release mediaplayer if the current state is not suspending. Fix for bug 2480093." by Gloria Wang · 14 years ago
  23. efb882c Release mediaplayer if the current state is not suspending. Fix for bug 2480093. by Gloria Wang · 14 years ago
  24. 16d8cf9 Merge "provide databasename to the logging func registration func" by Vasu Nori · 14 years ago
  25. 9a823c4 Merge "It is possible that we may get a call from WebCore that the first layout has completed before we've successfully syncd the webview dimensions from Java to native and in this case, we end up syncing a height of 0 to WebKit. This causes hit detection to fail, as WebKit thinks we have a 0-height visible area. This patch fixes this scenario by syncing the height of the webview back to WebKit in the case that the first layout comes back before we've sent our dimensions." by Ben Murdoch · 14 years ago
  26. 065efeb Merge "Squashed commit of the following:" by Shimeng (Simon) Wang · 14 years ago
  27. d197431 Merge "NPR's audio streams start with a 30sec segment whose mp3 headers are subtly different from those following. Allow certain bits to vary that were thought to be fixed before." by Andreas Huber · 14 years ago
  28. d1bee05 It is possible that we may get a call from WebCore that the first layout has by Ben Murdoch · 14 years ago
  29. 540bc03 Unhide reconnect() in Camera. by Chih-Chung Chang · 14 years ago
  30. 1c02c6a Squashed commit of the following: by Shimeng (Simon) Wang · 14 years ago
  31. e354bba Merge "return false if any exception is thrown from savePicture" by Mike Reed · 14 years ago
  32. a9489f8 Merge "fix NullPointerException if location is not set." by Mike Lockwood · 14 years ago
  33. 189e735 return false if any exception is thrown from savePicture by Mike Reed · 14 years ago
  34. 24e09b9 New artwork for audio settings on keyguard and power menu. by Daniel Sandler · 14 years ago
  35. c44c6d0 fix NullPointerException if location is not set. by Bernd Holzhey · 14 years ago
  36. ff84600 Unhide CamcorderProfile and CameraProfile Java API by James Dong · 14 years ago
  37. 1533020 Merge "Update framework tethering UI" by Robert Greenwalt · 14 years ago
  38. ab2628c Merge "Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. Fixes issue 6900." by Mike Lockwood · 14 years ago
  39. 51ced54 Merge "Do not select any item when the user clicks outside of the list content. Bug #2485544" by Romain Guy · 14 years ago
  40. 090e0f0 Do not select any item when the user clicks outside of the list content. by Romain Guy · 14 years ago
  41. 28853c5 Merge "Adding a mime type for the phone lookup URI." by Dmitri Plotnikov · 14 years ago
  42. e7085e9 Update framework tethering UI by Robert Greenwalt · 14 years ago
  43. 0b0b8a8 Adding a mime type for the phone lookup URI. by Dmitri Plotnikov · 14 years ago
  44. d32c802 Fix persisting flags for apps with data only by Suchi Amalapurapu · 14 years ago
  45. 8fff645 Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. by Sean Foy · 14 years ago
  46. 50490adf Merge "Improve watchdog diagnostics." by Dan Egnor · 14 years ago
  47. 9bdc94b Improve watchdog diagnostics. by Dan Egnor · 14 years ago
  48. bcfcafe Merge "Defend against an unexpected null bundle that causes blockingGetAuthToken() to throw an NPE." by Fred Quintana · 14 years ago
  49. 55535c8 Merge "Report an offset change in a live wallpaper when the wallpaper is resized. Bug #2489288" by Romain Guy · 14 years ago
  50. 1d200e3 NPR's audio streams start with a 30sec segment whose mp3 headers are subtly different from those following. Allow certain bits to vary that were thought to be fixed before. by Andreas Huber · 14 years ago
  51. b776d5b Calculate bitmask array sizes correctly in the EventHub by Christopher Tate · 14 years ago
  52. bd29b7c provide databasename to the logging func registration func by Vasu Nori · 14 years ago
  53. 04cde34 Report an offset change in a live wallpaper when the wallpaper is resized. by Romain Guy · 14 years ago
  54. 5321aef Wifi AP framework changes first pass by Irfan Sheriff · 14 years ago
  55. 23b7aa4 Merge "Fix #2489986 : The key bitmask needs to cover all possible keys" by Christopher Tate · 14 years ago
  56. 4ff7e223 Fix #2489986 : The key bitmask needs to cover all possible keys by Christopher Tate · 14 years ago
  57. 0dc59b0 switching from ro.secure to ro.debuggable for relaxing ssl cert check. by Debajit Ghosh · 14 years ago
  58. f3e7f5d Merge "fix hex parsing of bmgr" by Christian Sonntag · 14 years ago
  59. 485c3a1 fix hex parsing of bmgr by Christian Sonntag · 14 years ago
  60. f879003 Merge "Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixes b/2426929" by Amith Yamasani · 14 years ago
  61. fe4f2c9 Merge "Add r-w property of emergency number list." by John Wang · 14 years ago
  62. defb1df Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixes b/2426929 by Amith Yamasani · 14 years ago
  63. 4736ff3 Merge "Suppress testCheckAndProcessPlusCode from continuous test system as testing devices are not registered with any carrier networks." by Xia Wang · 14 years ago
  64. bf8a78f Merge "Import new translations" by Eric Fischer · 14 years ago
  65. 85b3508 Suppress testCheckAndProcessPlusCode from continuous test system as testing devices are not registered with any carrier networks. by Xia Wang · 14 years ago
  66. fc26c77 Update DSAC notification. by John Wang · 14 years ago
  67. 0bd3617 Add r-w property of emergency number list. by John Wang · 14 years ago
  68. 7f2be980 Import new translations by Eric Fischer · 14 years ago
  69. 96580e0 Defend against an unexpected null bundle that causes blockingGetAuthToken() to throw an NPE. by Fred Quintana · 14 years ago
  70. 1a31ae3 Merge "Fix typo. According to grep, this is the only place in the tree that has it." by Joe Onorato · 14 years ago
  71. 8a051a4 Fix typo. According to grep, this is the only place in the tree that has it. by Joe Onorato · 14 years ago
  72. 175ab23 Merge "Remove whitespace around UMS dialog artwork." by Daniel Sandler · 14 years ago
  73. 88c81c5 Remove whitespace around UMS dialog artwork. by Daniel Sandler · 14 years ago
  74. 438865c Merge "Fix some bugs." by Dianne Hackborn · 14 years ago
  75. 20cb56e Fix some bugs. by Dianne Hackborn · 14 years ago
  76. 687c133 Merge "Update current.xml to fix build error." by Ray Chen · 14 years ago
  77. 4c4106b Merge "a dbobject is closed twice and that causes incorrect warnings" by Vasu Nori · 14 years ago
  78. 8e060c0 Update current.xml to fix build error. by Ray Chen · 14 years ago
  79. fb3803a a dbobject is closed twice and that causes incorrect warnings by Vasu Nori · 14 years ago
  80. 89d6d00 Merge "Remove test annotations from tests requiring package-private access." by Eric Fischer · 14 years ago
  81. 8cb068a Remove test annotations from tests requiring package-private access. by Doug Felt · 14 years ago
  82. fe73ce1 Merge "Null check for scheme. If scheme is unspecified let package parse continue. We will return errors if parsing fails anyway. If scheme is not null, restrict it to being a file uri." by Suchi Amalapurapu · 14 years ago
  83. 5997c05 Merge "Update indeterminate progress bar assets. Bug #2469246" by Romain Guy · 14 years ago
  84. fd6c927 Update indeterminate progress bar assets. Bug #2469246 by Romain Guy · 14 years ago
  85. 16cf922 Merge "Expand buffer in SynthProxy to hold int" by Kenny Root · 14 years ago
  86. ee3d494 Merge "Remove native options." by Ray Chen · 14 years ago
  87. 7a67f156 Remove native options. by Ray Chen · 14 years ago
  88. ef38327 Merge "Update Singapore default time zone." by John Wang · 14 years ago
  89. 1ead4f0 Expand buffer in SynthProxy to hold int by Kenny Root · 14 years ago
  90. 055c986 Add location provider name to gps-processing-method in EXIF header. by Ray Chen · 14 years ago
  91. 3f5144b Change overscrollMode for dialogs by Adam Powell · 14 years ago
  92. c11f9d3 Merge "Fix epsilon calculation for jumpy touchscreen filtering" by Adam Powell · 14 years ago
  93. d2e4524 Merge "Awaken ListView scroll bars for overscroll" by Adam Powell · 14 years ago
  94. e14dd39 Merge "Fix VelocityTracker for CTS tests" by Adam Powell · 14 years ago
  95. 9d05a18 AsecTests: Add a test to validate container size by San Mehat · 14 years ago
  96. 4a3c3b23 Fixing automatic switching of night mode if network location is not enabled. by Bernd Holzhey · 14 years ago
  97. 966641a add comment for public function by Cary Clark · 14 years ago
  98. 75a36c2 Remove an overzealous call to setDefaultSelection. by Leon Scroggins · 14 years ago
  99. 48b5c5c Merge "Delay setting initial screen brightness until after the sensors are initialized." by Mike Lockwood · 14 years ago
  100. b42ab0f Delay setting initial screen brightness until after the sensors are initialized. by Mike Lockwood · 14 years ago