1. 9f93881 Disable car mode should not require DISABLE_KEYGUARD permission by Tobias Haamel · 14 years ago
  2. c612019 Fix typo in log message in TTS SynthProxy. by Jean-Michel Trivi · 14 years ago
  3. 796325b Fix bug 2449814 by Jean-Michel Trivi · 14 years ago
  4. 8383535 Clarify the default algorithm used to choose an EGLConfig. by Jack Palevich · 14 years ago
  5. 80b9af4 Merge "ADT: Mark WebView as a Widget. Eclipse/ADT will display it in the GUI creator." by Raphael · 14 years ago
  6. f2193a2 Merge "Fix inverted release-EGLContext-on-pause logic." by Jack Palevich · 14 years ago
  7. 4a2221e Fix inverted release-EGLContext-on-pause logic. by Jack Palevich · 14 years ago
  8. 30df237 ADT: Mark WebView as a Widget. Eclipse/ADT will display it in the GUI creator. by Raphael · 14 years ago
  9. 4c2d7b5 Merge "Update keyboard key assets." by Amith Yamasani · 14 years ago
  10. 56ddddd Update keyboard key assets. by Amith Yamasani · 14 years ago
  11. 73e0546 Merge "Fixed a regression setting ListView selection mode without an adapter" by Adam Powell · 14 years ago
  12. cb704cd Fixed a regression setting ListView selection mode without an adapter by Adam Powell · 14 years ago
  13. afc591e One! More! Time! by Christopher Tate · 14 years ago
  14. f8012af Merge "Fix for badly rebased current.xml" by Adam Powell · 14 years ago
  15. bf3e5b0 Fix for badly rebased current.xml by Adam Powell · 14 years ago
  16. ed58aed Rename cleanspec => CleanSpec to match the build rule by Christopher Tate · 14 years ago
  17. 18c65d3 Merge "Fix up missed refactoring in JNI reg and preloaded-classes" by Christopher Tate · 14 years ago
  18. 7adc274 Fix up missed refactoring in JNI reg and preloaded-classes by Christopher Tate · 14 years ago
  19. 8f1bfe1 ListView#getCheckItemIds() deprecated for ListView#getCheckedItemIds(). by Adam Powell · 14 years ago
  20. 0a9355b Merge "Correctly validate numbers when pasted in NumberPicker. Bug #2258525" by Romain Guy · 14 years ago
  21. aa516be Correctly validate numbers when pasted in NumberPicker. Bug #2258525 by Romain Guy · 14 years ago
  22. 52ec30c Merge "Fix doc references to "android.backup" to the new "android.app.backup"" by Christopher Tate · 14 years ago
  23. f49501e Fix doc references to "android.backup" to the new "android.app.backup" by Christopher Tate · 14 years ago
  24. c48aff6 Merge "Still do dump() if we cannot get mServiceLock for a while." by Chih-Chung Chang · 14 years ago
  25. 9919024 Merge "Refactor android.backup => android.app.backup" by Christopher Tate · 14 years ago
  26. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 14 years ago
  27. 0dce668 Merge "Allow the configuration string to have quotes." by Wink Saville · 14 years ago
  28. 6005ab5 Merge "Logging to track down an elusive bug with Messaging app losing IME focus in landscape." by Amith Yamasani · 14 years ago
  29. 2985580 Merge "Fix issue 2428563: Camera rendered inoperable by voice call interruption." by Eric Laurent · 14 years ago
  30. a8b00c8 Logging to track down an elusive bug with Messaging app losing IME focus in landscape. by Amith Yamasani · 14 years ago
  31. e86ae1b Still do dump() if we cannot get mServiceLock for a while. by Chih-Chung Chang · 14 years ago
  32. 931bf89 Merge "Added accessors for view overscroll modes" by Adam Powell · 14 years ago
  33. 43dcdb2 Merge "Add null checks for strings" by Suchi Amalapurapu · 14 years ago
  34. 01b6d24 Allow the configuration string to have quotes. by Wink Saville · 14 years ago
  35. 9277c6d Merge "don't assume Cursor.getExtras returns non-null" by Mark Wagner · 14 years ago
  36. d4650a5 Merge "Keep screen on when in car mode and the device is powered." by Mike Lockwood · 14 years ago
  37. 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
  38. e29db6a Keep screen on when in car mode and the device is powered. by Mike Lockwood · 14 years ago
  39. 3bfce83 Merge "Add "call" method on ContentProvider." by Brad Fitzpatrick · 14 years ago
  40. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 14 years ago
  41. c126010 Merge "Disable the keyguard when in car mode" by Mike Lockwood · 14 years ago
  42. 924e164 Disable the keyguard when in car mode by Mike Lockwood · 14 years ago
  43. 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
  44. ba8811f Fix issue 2428563: Camera rendered inoperable by voice call interruption. by Eric Laurent · 14 years ago
  45. d7625dd Adding over scroll to webview. We will always apply by Grace Kloba · 14 years ago
  46. 9444bea Add null checks for strings by Suchi Amalapurapu · 14 years ago
  47. 51c5a0c Added accessors for view overscroll modes by Adam Powell · 14 years ago
  48. 65e185b Change an aapt "warning" from "*** " to "**** " (from three to four stars). by Ed Heyl · 14 years ago
  49. ee2b21d Merge "Fix potential aapt crash when processing overlay." by Xavier Ducrohet · 14 years ago
  50. 83f4c09 Fix potential aapt crash when processing overlay. by Xavier Ducrohet · 14 years ago
  51. 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
  52. 7299c41 Refactor car mode. by Dianne Hackborn · 14 years ago
  53. 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
  54. 4d891d1 don't assume Cursor.getExtras returns non-null by Mark Wagner · 14 years ago
  55. 6d141b0 Merge "Fix persisting flags for apps with data only Force gc's before deleting containers.:" by Suchi Amalapurapu · 14 years ago
  56. f252693 Merge "Calculate bitmask array sizes correctly in the EventHub" by Christopher Tate · 14 years ago
  57. 3b7991e Merge "Release mediaplayer if the current state is not suspending. Fix for bug 2480093." by Gloria Wang · 14 years ago
  58. efb882c Release mediaplayer if the current state is not suspending. Fix for bug 2480093. by Gloria Wang · 14 years ago
  59. 16d8cf9 Merge "provide databasename to the logging func registration func" by Vasu Nori · 14 years ago
  60. 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
  61. 065efeb Merge "Squashed commit of the following:" by Shimeng (Simon) Wang · 14 years ago
  62. 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
  63. d1bee05 It is possible that we may get a call from WebCore that the first layout has by Ben Murdoch · 14 years ago
  64. 540bc03 Unhide reconnect() in Camera. by Chih-Chung Chang · 14 years ago
  65. 1c02c6a Squashed commit of the following: by Shimeng (Simon) Wang · 14 years ago
  66. e354bba Merge "return false if any exception is thrown from savePicture" by Mike Reed · 14 years ago
  67. a9489f8 Merge "fix NullPointerException if location is not set." by Mike Lockwood · 14 years ago
  68. 189e735 return false if any exception is thrown from savePicture by Mike Reed · 14 years ago
  69. 24e09b9 New artwork for audio settings on keyguard and power menu. by Daniel Sandler · 14 years ago
  70. c44c6d0 fix NullPointerException if location is not set. by Bernd Holzhey · 14 years ago
  71. ff84600 Unhide CamcorderProfile and CameraProfile Java API by James Dong · 14 years ago
  72. 1533020 Merge "Update framework tethering UI" by Robert Greenwalt · 14 years ago
  73. ab2628c Merge "Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. Fixes issue 6900." by Mike Lockwood · 14 years ago
  74. 51ced54 Merge "Do not select any item when the user clicks outside of the list content. Bug #2485544" by Romain Guy · 14 years ago
  75. 090e0f0 Do not select any item when the user clicks outside of the list content. by Romain Guy · 14 years ago
  76. 28853c5 Merge "Adding a mime type for the phone lookup URI." by Dmitri Plotnikov · 14 years ago
  77. e7085e9 Update framework tethering UI by Robert Greenwalt · 14 years ago
  78. 0b0b8a8 Adding a mime type for the phone lookup URI. by Dmitri Plotnikov · 14 years ago
  79. d32c802 Fix persisting flags for apps with data only by Suchi Amalapurapu · 14 years ago
  80. 8fff645 Remove the ProximityAlerts update Receiver when the last ProximityAlert expires. by Sean Foy · 14 years ago
  81. 50490adf Merge "Improve watchdog diagnostics." by Dan Egnor · 14 years ago
  82. 9bdc94b Improve watchdog diagnostics. by Dan Egnor · 14 years ago
  83. bcfcafe Merge "Defend against an unexpected null bundle that causes blockingGetAuthToken() to throw an NPE." by Fred Quintana · 14 years ago
  84. 55535c8 Merge "Report an offset change in a live wallpaper when the wallpaper is resized. Bug #2489288" by Romain Guy · 14 years ago
  85. 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
  86. b776d5b Calculate bitmask array sizes correctly in the EventHub by Christopher Tate · 14 years ago
  87. bd29b7c provide databasename to the logging func registration func by Vasu Nori · 14 years ago
  88. 04cde34 Report an offset change in a live wallpaper when the wallpaper is resized. by Romain Guy · 14 years ago
  89. 5321aef Wifi AP framework changes first pass by Irfan Sheriff · 14 years ago
  90. 23b7aa4 Merge "Fix #2489986 : The key bitmask needs to cover all possible keys" by Christopher Tate · 14 years ago
  91. 4ff7e223 Fix #2489986 : The key bitmask needs to cover all possible keys by Christopher Tate · 14 years ago
  92. 0dc59b0 switching from ro.secure to ro.debuggable for relaxing ssl cert check. by Debajit Ghosh · 14 years ago
  93. f3e7f5d Merge "fix hex parsing of bmgr" by Christian Sonntag · 14 years ago
  94. 485c3a1 fix hex parsing of bmgr by Christian Sonntag · 14 years ago
  95. f879003 Merge "Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixes b/2426929" by Amith Yamasani · 14 years ago
  96. fe4f2c9 Merge "Add r-w property of emergency number list." by John Wang · 14 years ago
  97. defb1df Show AutoCompleteTextView dropdown in Search dialog when cursor updates. Fixes b/2426929 by Amith Yamasani · 14 years ago
  98. 4736ff3 Merge "Suppress testCheckAndProcessPlusCode from continuous test system as testing devices are not registered with any carrier networks." by Xia Wang · 14 years ago
  99. bf8a78f Merge "Import new translations" by Eric Fischer · 14 years ago
  100. 85b3508 Suppress testCheckAndProcessPlusCode from continuous test system as testing devices are not registered with any carrier networks. by Xia Wang · 14 years ago