1. b8b11a0 Further improvements to window management! by Dianne Hackborn · 14 years ago
  2. 191bbaf Merge "Noticed comment field when splitting guests wasn't being cleared." by Erik · 14 years ago
  3. 6a5f5ad Merge "use ifContentScrolls in the windowshade" by Joe Onorato · 14 years ago
  4. 02a5cd1 use ifContentScrolls in the windowshade by Joe Onorato · 14 years ago
  5. 5e15736 Merge "Dont include code size for apps on sdcard. Use constants defined in PackageHelper for user preferences to install auto, internal, external. Set default install location to external. Update settings db version number" by Suchi Amalapurapu · 14 years ago
  6. 089262d Dont include code size for apps on sdcard. by Suchi Amalapurapu · 14 years ago
  7. 8af295a Merge "check if the binding to the authenticator has been disconnected during the GetAccuintsByTypeAndFeature operation and abort if it has been, thus avoiding an NPE" by Fred Quintana · 14 years ago
  8. 29e94b8 check if the binding to the authenticator has been disconnected by Fred Quintana · 14 years ago
  9. 3802141 Merge "make the syncmanager keep track if whether a service has been unbound from so that it knows whether to call unbind at a later time" by Fred Quintana · 14 years ago
  10. c357df1 Merge "Fixing bug 2502522 - Accessibility events contain text of invisible views" by Amith Yamasani · 14 years ago
  11. 80ea00c Fix the build. by Romain Guy · 14 years ago
  12. 3ec4730 make the syncmanager keep track if whether a service has been unbound by Fred Quintana · 14 years ago
  13. 7717bee Merge "Fix: Polished icons for car mode notification" by Dianne Hackborn · 14 years ago
  14. 8957da2 Merge "Add VIBRATE_IN_SILENT to the settings database & backup." by Daniel Sandler · 14 years ago
  15. 1c7fa48 Add VIBRATE_IN_SILENT to the settings database & backup. by Daniel Sandler · 14 years ago
  16. be756594 Fixing bug 2502522 - Accessibility events contain text of invisible views by Svetoslav Ganov · 14 years ago
  17. 9ceaf70 Merge "Added ViewConfiguration.getScaledPagingTouchSlop()" by Adam Powell · 14 years ago
  18. de8d083 Added ViewConfiguration.getScaledPagingTouchSlop() by Adam Powell · 14 years ago
  19. 180403a pin our visible content bounds to the bounds of the doc itself, to account for overscroll by Mike Reed · 14 years ago
  20. 36ad54a force purgeability for assets by Mike Reed · 14 years ago
  21. 49658cb Merge "When context is voice, show the microphone." by Leon Scroggins · 14 years ago
  22. 6069beb Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE by Suchi Amalapurapu · 14 years ago
  23. 4f22a54 When context is voice, show the microphone. by Leon Scroggins · 14 years ago
  24. 746f666 Merge "YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults()." by Chia-chi Yeh · 14 years ago
  25. 62459c0 If the new text and old text are "", return from onTextChanged. by Leon Scroggins · 14 years ago
  26. a401d55 Don't cut the url on a redirect by Kristian Monsen · 14 years ago
  27. aa86859 YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults(). by Chia-chi Yeh · 14 years ago
  28. eb2d953 Fix: Polished icons for car mode notification by Tobias Haamel · 14 years ago
  29. fe62d04 Helper for combining multiple selection/selectionArgs. by Jeff Sharkey · 14 years ago
  30. cf244ad Add ability for some manifest attributes to reference resources. by Dianne Hackborn · 14 years ago
  31. ae58f6d Merge "Add an API to set the link timeout." by Jaikumar Ganesh · 14 years ago
  32. b7e029d Add an API to set the link timeout. by Jaikumar Ganesh · 14 years ago
  33. 104798b Merge "Speed up ContentProvider.query() in simple case by ~30%" by Brad Fitzpatrick · 14 years ago
  34. d274979 Merge "Fix ListView filter popups when window focus changes" by Adam Powell · 14 years ago
  35. 9756604 Fix ListView filter popups when window focus changes by Adam Powell · 14 years ago
  36. 9ffdfa0 Speed up ContentProvider.query() in simple case by ~30% by Brad Fitzpatrick · 14 years ago
  37. 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 · 14 years ago
  38. 1596136 Merge "Add an api to set WebView over scroll background." by Grace Kloba · 14 years ago
  39. 7e93cde Merge "Fix bug with AbsListView position scrolling" by Adam Powell · 14 years ago
  40. 6ffce2e Add new shutdown observer for MountService. by Suchi Amalapurapu · 14 years ago
  41. c10275a Document new preview callback methods more clearly. by Wu-cheng Li · 14 years ago
  42. fee2091 Fix bug with AbsListView position scrolling by Adam Powell · 14 years ago
  43. 90ebc55 Merge "add REPLACE to the list of cached sql stmnts" by Vasu Nori · 14 years ago
  44. 2d17e1d Add an api to set WebView over scroll background. by Grace Kloba · 14 years ago
  45. 8648e37 add REPLACE to the list of cached sql stmnts by Vasu Nori · 14 years ago
  46. 1c6743c Merge "Re-add tethered notification to framework." by Robert Greenwalt · 14 years ago
  47. 637c0dc Merge "Restore old/buggy behavior of ListView.getCheckItemIds() for adapters without stable IDs to support legacy code." by Adam Powell · 14 years ago
  48. 7a37587 Set mShiftIsPressed properly when the focus is a plugin. by Leon Scroggins · 14 years ago
  49. 463ceff Restore old/buggy behavior of ListView.getCheckItemIds() for adapters without stable IDs to support legacy code. by Adam Powell · 14 years ago
  50. f53774b Merge "modify comments to be more accurate" by Vasu Nori · 14 years ago
  51. 6692239 Merge "Fix a typo in VideoView.java that disabled the seek-back button by default." by Andreas Huber · 14 years ago
  52. afe806a modify comments to be more accurate by Vasu Nori · 14 years ago
  53. c2242f2 Rewrite the WebView touch to support Flash. by Grace Kloba · 14 years ago
  54. a599fe7c Re-add tethered notification to framework. by Robert Greenwalt · 14 years ago
  55. 5b9bcda Unhide new preview callback methods. by Wu-cheng Li · 14 years ago
  56. 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 · 14 years ago
  57. 2869e95 Fix a typo in VideoView.java that disabled the seek-back button by default. by Andreas Huber · 14 years ago
  58. 6509662 Merge "Make sure access to WebView::mWebViewCore is synchronized." by Andrei Popescu · 14 years ago
  59. 0409857 Make sure access to WebView::mWebViewCore is synchronized. by Andrei Popescu · 14 years ago
  60. 1898a9d Merge "Add a LOG_TAG for android.graphics.Graphics JNI." by Ficus Kirkpatrick · 14 years ago
  61. 1a9c27c Add a LOG_TAG for android.graphics.Graphics JNI. by Ficus Kirkpatrick · 14 years ago
  62. abf19ab Merge "Add conditions to check for updated system applications. Restrict them to internal flash only even before we copy." by Suchi Amalapurapu · 14 years ago
  63. f0fd843 - add verbose logging to the authenticator by Fred Quintana · 14 years ago
  64. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 14 years ago
  65. 3dc02fe For flash trackball, send several downs followed by a single up. by Leon Scroggins · 14 years ago
  66. 31b8367 requestChildRectangleOnScreen takes layers into account by Cary Clark · 14 years ago
  67. f19d43d Merge "Fix Parcel leak in ContentProvider.call()" by Brad Fitzpatrick · 14 years ago
  68. dfb437e Fix Parcel leak in ContentProvider.call() by Brad Fitzpatrick · 14 years ago
  69. 4a8a310 New (hidden) API for ContactsProvider status. by Dmitri Plotnikov · 14 years ago
  70. 50ab63f Adding definitions & APIs for features that are newly-optional in FroYo. by Dan Morrill · 14 years ago
  71. eb6a592 Merge "Fix issues with ListView.smoothScrollBy" by Adam Powell · 14 years ago
  72. 029cfbd Fix issues with ListView.smoothScrollBy by Adam Powell · 14 years ago
  73. c4e26a5 Merge "Showing phonetic name in the contact header." by Dmitri Plotnikov · 14 years ago
  74. 56ec3c8 Merge "Fix scrolling bug in AutoCompleteTextView. Bug #2495033" by Romain Guy · 14 years ago
  75. 3e14168 Fix scrolling bug in AutoCompleteTextView. Bug #2495033 by Romain Guy · 14 years ago
  76. 9161e20 merge from open-source master by The Android Open Source Project · 14 years ago
  77. f1f90d4 Merge "Expose the Uri of the newly created contact Bug: 2448065" by Daniel Lehmann · 14 years ago
  78. 2ba1af3 Merge "Guard against calls to getTextAfterCursor() in text that has no cursor." by Eric Fischer · 14 years ago
  79. 2509d3c Clear active password in device admin when password is cleared. by Dianne Hackborn · 14 years ago
  80. b21651c1 Fix bug 2481825 by Jean-Michel Trivi · 14 years ago
  81. 1127895 Guard against calls to getTextAfterCursor() in text that has no cursor. by Eric Fischer · 14 years ago
  82. a87afd0 Remove mms-common library by Tom Taylor · 14 years ago
  83. aeae357 Showing phonetic name in the contact header. by Dmitri Plotnikov · 14 years ago
  84. 156c435 Move lockscreen settings to secure table to prevent tampering. b/2343673 by Amith Yamasani · 14 years ago
  85. b1b1371 Expose the Uri of the newly created contact Bug: 2448065 by Daniel Lehmann · 14 years ago
  86. 453e60d Merge "Hold wake lock while shutting down." by Dianne Hackborn · 14 years ago
  87. 31e78e07 Merge "Report scroll events from ScrollView and HorizontalScrollView. Bug #2342763" by Romain Guy · 14 years ago
  88. f99ae76 Hold wake lock while shutting down. by Dianne Hackborn · 14 years ago
  89. 8e618e5 Report scroll events from ScrollView and HorizontalScrollView. Bug #2342763 by Romain Guy · 14 years ago
  90. 3eda979 Add Debug.dumpService(), a public method for "dumpsys" functionality by Dan Egnor · 14 years ago
  91. 80825e3 Merge "Update comments for the new EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS." by Mike LeBeau · 14 years ago
  92. eba0f75 Update comments for the new EXTRA_VOICE_SEARCH_RESULT_HTTP_HEADERS. by Mike LeBeau · 14 years ago
  93. d1356e4 Merge "caching bug in SQLiteDatabase causes invalid finalizer warnings" by Vasu Nori · 14 years ago
  94. c8195ff Merge "rollback AFTER commit causes warning message from sqlite bug:2486731" by Vasu Nori · 14 years ago
  95. 68da044 Merge "Updates WebAddress to ignore the colon after the host component of a URL if no port is specified" by Steve Block · 14 years ago
  96. 198e40d Merge "Pass keys to plugin while shift is held down." by Leon Scroggins · 14 years ago
  97. 49d02ac caching bug in SQLiteDatabase causes invalid finalizer warnings by Vasu Nori · 14 years ago
  98. 529b285 Merge "If both cookies have null values, use the name difference." by Patrick Scott · 14 years ago
  99. 2257440 Updates WebAddress to ignore the colon after the host component of a URL if no port is specified by Steve Block · 14 years ago
  100. 08d5b1f Merge "Adding support for passing HTTP headers to a Browser" by Mike LeBeau · 14 years ago