1. 1c7fa48 Add VIBRATE_IN_SILENT to the settings database & backup. by Daniel Sandler · 15 years ago
  2. 62459c0 If the new text and old text are "", return from onTextChanged. by Leon Scroggins · 15 years ago
  3. a401d55 Don't cut the url on a redirect by Kristian Monsen · 15 years ago
  4. fe62d04 Helper for combining multiple selection/selectionArgs. by Jeff Sharkey · 15 years ago
  5. cf244ad Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 15 years ago
  6. ae58f6d Merge "Add an API to set the link timeout." by Jaikumar Ganesh · 15 years ago
  7. b7e029d Add an API to set the link timeout. by Jaikumar Ganesh · 15 years ago
  8. 104798b Merge "Speed up ContentProvider.query() in simple case by ~30%" by Brad Fitzpatrick · 15 years ago
  9. d274979 Merge "Fix ListView filter popups when window focus changes" by Adam Powell · 15 years ago
  10. 9756604 Fix ListView filter popups when window focus changes by Adam Powell · 15 years ago
  11. 9ffdfa0 Speed up ContentProvider.query() in simple case by ~30% by Brad Fitzpatrick · 15 years ago
  12. 17bc415 Merge "Add new shutdown observer for MountService. Use new observer before rebooting and shutting down. Add some unit tests for unmount and shutdown code paths Fix registering/unregistering part in MountService Use ShutdownThread in PowerManager.reboot() Add reboot support to ShutdownThread. Remove MountService code from PowerManagerService.java and Power.java. Clean shutdown/reboot is handled exclusively by ShutdownThread now." by Mike Lockwood · 15 years ago
  13. 1596136 Merge "Add an api to set WebView over scroll background." by Grace Kloba · 15 years ago
  14. 7e93cde Merge "Fix bug with AbsListView position scrolling" by Adam Powell · 15 years ago
  15. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 15 years ago
  16. c10275a Document new preview callback methods more clearly. by Wu-cheng Li · 15 years ago
  17. fee2091 Fix bug with AbsListView position scrolling by Adam Powell · 15 years ago
  18. 90ebc55 Merge "add REPLACE to the list of cached sql stmnts" by Vasu Nori · 15 years ago
  19. 2d17e1d Add an api to set WebView over scroll background. by Grace Kloba · 15 years ago
  20. 8648e37 add REPLACE to the list of cached sql stmnts by Vasu Nori · 15 years ago
  21. 637c0dc Merge "Restore old/buggy behavior of ListView.getCheckItemIds() for adapters without stable IDs to support legacy code." by Adam Powell · 15 years ago
  22. 7a37587 Set mShiftIsPressed properly when the focus is a plugin. by Leon Scroggins · 15 years ago
  23. 463ceff Restore old/buggy behavior of ListView.getCheckItemIds() for adapters without stable IDs to support legacy code. by Adam Powell · 15 years ago
  24. f53774b Merge "modify comments to be more accurate" by Vasu Nori · 15 years ago
  25. 6692239 Merge "Fix a typo in VideoView.java that disabled the seek-back button by default." by Andreas Huber · 15 years ago
  26. afe806a modify comments to be more accurate by Vasu Nori · 15 years ago
  27. c2242f2 Rewrite the WebView touch to support Flash. by Grace Kloba · 15 years ago
  28. 5b9bcda Unhide new preview callback methods. by Wu-cheng Li · 15 years ago
  29. f4743a8 Merge "Fix bug 2481825 When TTS is synthesizing to a file, return an error if the file cannot be created." by Jean-Michel Trivi · 15 years ago
  30. 2869e95 Fix a typo in VideoView.java that disabled the seek-back button by default. by Andreas Huber · 15 years ago
  31. 0409857 Make sure access to WebView::mWebViewCore is synchronized. by Andrei Popescu · 15 years ago
  32. abf19ab Merge "Add conditions to check for updated system applications. Restrict them to internal flash only even before we copy." by Suchi Amalapurapu · 15 years ago
  33. f0fd843 - add verbose logging to the authenticator by Fred Quintana · 15 years ago
  34. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 15 years ago
  35. 3dc02fe For flash trackball, send several downs followed by a single up. by Leon Scroggins · 15 years ago
  36. 31b8367 requestChildRectangleOnScreen takes layers into account by Cary Clark · 15 years ago
  37. f19d43d Merge "Fix Parcel leak in ContentProvider.call()" by Brad Fitzpatrick · 15 years ago
  38. dfb437e Fix Parcel leak in ContentProvider.call() by Brad Fitzpatrick · 15 years ago
  39. 4a8a310 New (hidden) API for ContactsProvider status. by Dmitri Plotnikov · 15 years ago
  40. 50ab63f Adding definitions & APIs for features that are newly-optional in FroYo. by Dan Morrill · 15 years ago
  41. eb6a592 Merge "Fix issues with ListView.smoothScrollBy" by Adam Powell · 15 years ago
  42. 029cfbd Fix issues with ListView.smoothScrollBy by Adam Powell · 15 years ago
  43. c4e26a5 Merge "Showing phonetic name in the contact header." by Dmitri Plotnikov · 15 years ago
  44. 56ec3c8 Merge "Fix scrolling bug in AutoCompleteTextView. Bug #2495033" by Romain Guy · 15 years ago
  45. 3e14168 Fix scrolling bug in AutoCompleteTextView. Bug #2495033 by Romain Guy · 15 years ago
  46. 9161e20 merge from open-source master by The Android Open Source Project · 15 years ago
  47. f1f90d4 Merge "Expose the Uri of the newly created contact Bug: 2448065" by Daniel Lehmann · 15 years ago
  48. 2ba1af3 Merge "Guard against calls to getTextAfterCursor() in text that has no cursor." by Eric Fischer · 15 years ago
  49. 2509d3c Clear active password in device admin when password is cleared. by Dianne Hackborn · 15 years ago
  50. b21651c1 Fix bug 2481825 by Jean-Michel Trivi · 15 years ago
  51. 1127895 Guard against calls to getTextAfterCursor() in text that has no cursor. by Eric Fischer · 15 years ago
  52. a87afd0 Remove mms-common library by Tom Taylor · 15 years ago
  53. aeae357 Showing phonetic name in the contact header. by Dmitri Plotnikov · 15 years ago
  54. 156c435 Move lockscreen settings to secure table to prevent tampering. b/2343673 by Amith Yamasani · 15 years ago
  55. b1b1371 Expose the Uri of the newly created contact Bug: 2448065 by Daniel Lehmann · 15 years ago
  56. 453e60d Merge "Hold wake lock while shutting down." by Dianne Hackborn · 15 years ago
  57. 31e78e07 Merge "Report scroll events from ScrollView and HorizontalScrollView. Bug #2342763" by Romain Guy · 15 years ago
  58. f99ae76 Hold wake lock while shutting down. by Dianne Hackborn · 15 years ago
  59. 8e618e5 Report scroll events from ScrollView and HorizontalScrollView. Bug #2342763 by Romain Guy · 15 years ago
  60. 3eda979 Add Debug.dumpService(), a public method for "dumpsys" functionality by Dan Egnor · 15 years ago
  61. 80825e3 Merge "Update comments for the new EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS." by Mike LeBeau · 15 years ago
  62. eba0f75 Update comments for the new EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS. by Mike LeBeau · 15 years ago
  63. d1356e4 Merge "caching bug in SQLiteDatabase causes invalid finalizer warnings" by Vasu Nori · 15 years ago
  64. 68da044 Merge "Updates WebAddress to ignore the colon after the host component of a URL if no port is specified" by Steve Block · 15 years ago
  65. 198e40d Merge "Pass keys to plugin while shift is held down." by Leon Scroggins · 15 years ago
  66. 49d02ac caching bug in SQLiteDatabase causes invalid finalizer warnings by Vasu Nori · 15 years ago
  67. 529b285 Merge "If both cookies have null values, use the name difference." by Patrick Scott · 15 years ago
  68. 2257440 Updates WebAddress to ignore the colon after the host component of a URL if no port is specified by Steve Block · 15 years ago
  69. 08d5b1f Merge "Adding support for passing HTTP headers to a Browser" by Mike LeBeau · 15 years ago
  70. 2807dbd If both cookies have null values, use the name difference. by Patrick Scott · 15 years ago
  71. b127c8f Pass keys to plugin while shift is held down. by Leon Scroggins · 15 years ago
  72. 8da530c Merge "Cookies like "a=b" were broken due to my previous change." by Patrick Scott · 15 years ago
  73. 271f7ae Merge "For synchronous loads, load file URLs in the WebCore thread, rather than in the new WebViewWorker thread" by Steve Block · 15 years ago
  74. 2ffa625 Adding support for passing HTTP headers to a Browser by Valentin Kravtsov · 15 years ago
  75. ad7dd48 scroll into view considers layers by Cary Clark · 15 years ago
  76. d1b21ff Merge "Hide Go button in browser when no text is entered" by Bjorn Bringert · 15 years ago
  77. d2b49d9 Cookies like "a=b" were broken due to my previous change. by Patrick Scott · 15 years ago
  78. 30df237 ADT: Mark WebView as a Widget. Eclipse/ADT will display it in the GUI creator. by Raphael · 15 years ago
  79. e3491b6 Title in DatePickerDialog used in Settings application not updated correctly by Kenneth Andersson · 15 years ago
  80. cb704cd Fixed a regression setting ListView selection mode without an adapter by Adam Powell · 15 years ago
  81. 8f1bfe1 ListView#getCheckItemIds() deprecated for ListView#getCheckedItemIds(). by Adam Powell · 15 years ago
  82. 0a9355b Merge "Correctly validate numbers when pasted in NumberPicker. Bug #2258525" by Romain Guy · 15 years ago
  83. aa516be Correctly validate numbers when pasted in NumberPicker. Bug #2258525 by Romain Guy · 15 years ago
  84. f49501e Fix doc references to "android.backup" to the new "android.app.backup" by Christopher Tate · 15 years ago
  85. 9919024 Merge "Refactor android.backup => android.app.backup" by Christopher Tate · 15 years ago
  86. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 15 years ago
  87. 6005ab5 Merge "Logging to track down an elusive bug with Messaging app losing IME focus in landscape." by Amith Yamasani · 15 years ago
  88. a8b00c8 Logging to track down an elusive bug with Messaging app losing IME focus in landscape. by Amith Yamasani · 15 years ago
  89. 931bf89 Merge "Added accessors for view overscroll modes" by Adam Powell · 15 years ago
  90. 9277c6d Merge "don't assume Cursor.getExtras returns non-null" by Mark Wagner · 15 years ago
  91. 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 · 15 years ago
  92. 1877d01 Add "call" method on ContentProvider. by Brad Fitzpatrick · 15 years ago
  93. d7625dd Adding over scroll to webview. We will always apply by Grace Kloba · 15 years ago
  94. 51c5a0c Added accessors for view overscroll modes by Adam Powell · 15 years ago
  95. 7299c41 Refactor car mode. by Dianne Hackborn · 15 years ago
  96. 4d891d1 don't assume Cursor.getExtras returns non-null by Mark Wagner · 15 years ago
  97. 76619af For synchronous loads, load file URLs in the WebCore thread, rather than in the new WebViewWorker thread by Steve Block · 15 years ago
  98. 3b7991e Merge "Release mediaplayer if the current state is not suspending. Fix for bug 2480093." by Gloria Wang · 15 years ago
  99. efb882c Release mediaplayer if the current state is not suspending. Fix for bug 2480093. by Gloria Wang · 15 years ago
  100. 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 · 15 years ago