1. 658dcd8 Fix file path calculation for asset files. by Selim Gurun · 12 years ago
  2. d122d8e Merge "Re-use the display list valid flag, save a boolean" by Gilles Debunne · 12 years ago
  3. 73ba0df Merge "Make Drawable RTL APIs public" by Fabrice Di Meglio · 12 years ago
  4. 5a5dc1c Merge "Use the actual screen size for the max bitmap cache size." by Romain Guy · 12 years ago
  5. 887c2ee Use the actual screen size for the max bitmap cache size. by Romain Guy · 12 years ago
  6. 06e1ec6 Make Drawable RTL APIs public by Fabrice Di Meglio · 12 years ago
  7. c419610 Merge "Remove wrong nativeSubtractLayers" by John Reck · 12 years ago
  8. 19a07d9 Merge "AccessibilityServiceInfo does not convert correctly feedback type to string." by Svetoslav Ganov · 12 years ago
  9. c6c25f9 AccessibilityServiceInfo does not convert correctly feedback type to string. by Svetoslav Ganov · 12 years ago
  10. 559c484 Merge "Fix obvious typos under frameworks/base/core" by Ken Wakasa · 12 years ago
  11. d09666cb Remove wrong nativeSubtractLayers by John Reck · 12 years ago
  12. 3162225 Merge "Don't remove all animation callbacks if action/who was null." by Jeff Brown · 12 years ago
  13. 43ea54b Don't remove all animation callbacks if action/who was null. by Jeff Brown · 12 years ago
  14. 0f98616 Merge "fix callback NPEs when WebView is destroyed" by Michael Kolb · 12 years ago
  15. 2bff640 Merge "Adding an announcement type accessibility event and a method on View to announce." by Svetoslav Ganov · 12 years ago
  16. d78ad29 fix callback NPEs when WebView is destroyed by Michael Kolb · 12 years ago
  17. 51ab90c Adding an announcement type accessibility event and a method on View to announce. by Svetoslav Ganov · 12 years ago
  18. 977c9a5 Merge "Removing checked state description text for accessibility from some widgets." by Svetoslav Ganov · 12 years ago
  19. 55249c8 Removing checked state description text for accessibility from some widgets. by Svetoslav Ganov · 12 years ago
  20. c9a3908 Merge "finalise scrolling before checking scroll position" by Victoria Lease · 12 years ago
  21. 9776ed7 Merge "scroll relative to visibleRect in spawnContentScrollTo()" by Victoria Lease · 12 years ago
  22. 3beeb1c finalise scrolling before checking scroll position by Victoria Lease · 12 years ago
  23. aa6816a Merge "Enhancements for avoiding poor connection on wifi" by Irfan Sheriff · 12 years ago
  24. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  25. dca510e Fix docs by Adam Powell · 12 years ago
  26. 1ce891b Merge "Public API for android.widget.Spinner properties" by Adam Powell · 12 years ago
  27. d9c7be6 Public API for android.widget.Spinner properties by Adam Powell · 12 years ago
  28. 047238c Switch Parcel to static JNI calls, pass pointer. by Jeff Sharkey · 12 years ago
  29. 787f269 Merge "Public API for android.widget.Switch properties" by Adam Powell · 12 years ago
  30. 061ccee Merge "Deprecate some FileUtils, pointing to Os instead." by Jeff Sharkey · 12 years ago
  31. df813c0 Merge "Use the Choreographer for Drawable animations." by Jeff Brown · 12 years ago
  32. 4c8982a Enhancements for avoiding poor connection on wifi by Irfan Sheriff · 12 years ago
  33. 16e25e6 scroll relative to visibleRect in spawnContentScrollTo() by Victoria Lease · 12 years ago
  34. 67b3a9e Merge "Fix the docs" by Romain Guy · 12 years ago
  35. 1e3d313 Fix the docs by Romain Guy · 12 years ago
  36. 28ca8f9 Merge "Make SyncManager and AccountManagerService multi-user aware." by Amith Yamasani · 12 years ago
  37. 6c86e1b Public API for android.widget.Switch properties by Adam Powell · 12 years ago
  38. 583fcb9 Merge "Dispatch screen state change events to Views Bug #6120957" by Romain Guy · 12 years ago
  39. bb9908b Dispatch screen state change events to Views Bug #6120957 by Romain Guy · 12 years ago
  40. 21c241e Add new Intent API for associating a ClipData with an Intent. by Dianne Hackborn · 12 years ago
  41. 929b5899 Deprecate some FileUtils, pointing to Os instead. by Jeff Sharkey · 12 years ago
  42. bbd8226 Merge "More fixes about padding" by Fabrice Di Meglio · 12 years ago
  43. 940fcbd Merge "Tracking changes to SSLParametersImpl.getDefaultTrustManager()" by Elliott Hughes · 12 years ago
  44. f8f0c8e Merge "Fix measurement issues with Spinner and ListPopupWindow" by Adam Powell · 12 years ago
  45. 8666660 Tracking changes to SSLParametersImpl.getDefaultTrustManager() by Brian Carlstrom · 12 years ago
  46. 7507d3d Fix measurement issues with Spinner and ListPopupWindow by Adam Powell · 12 years ago
  47. bf923eb More fixes about padding by Fabrice Di Meglio · 12 years ago
  48. 3bef5e9 Merge "Fix View padding resolution" by Fabrice Di Meglio · 12 years ago
  49. 0c245fb Merge "Make more TextView RTL APIs public" by Fabrice Di Meglio · 12 years ago
  50. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 12 years ago
  51. 250069b Merge "Ignore draw requests when the display is off" by Romain Guy · 12 years ago
  52. a4fb0cb Merge "Optimization of the request of the sentence level spell check" by satok · 12 years ago
  53. fe5a51e Optimization of the request of the sentence level spell check by satok · 12 years ago
  54. ffb66ec Merge "Remove duplicated comments from WebViewClassic" by Jonathan Dixon · 12 years ago
  55. 3154fc4 Merge "Fix spell checker framework" by satok · 12 years ago
  56. 2428ccb Fix spell checker framework by satok · 12 years ago
  57. 792ee0c Fix possible NPE in SpellChecker by satok · 12 years ago
  58. 7ae9d5f Use the Choreographer for Drawable animations. by Jeff Brown · 12 years ago
  59. 509708d Fix View padding resolution by Fabrice Di Meglio · 12 years ago
  60. e61cad3 resolved conflicts for merge of 532679a5 to master by Dirk Dougherty · 12 years ago
  61. d159109 Make more TextView RTL APIs public by Fabrice Di Meglio · 12 years ago
  62. 39aae0c Merge "Don't draw the focus ring if we don't have focus" by John Reck · 12 years ago
  63. 28ae199 Merge "reenable webkit paint pausing" by Chris Craik · 12 years ago
  64. d5f0799 Merge "NEW_API: Rework CameraSound into MediaActionSound, and unhide it." by Eino-Ville Talvala · 12 years ago
  65. 07b2011 reenable webkit paint pausing by Chris Craik · 12 years ago
  66. 413fab3 Don't draw the focus ring if we don't have focus by John Reck · 12 years ago
  67. 1ce1307 Merge "Don't draw layers in buildLayer()" by Michael Jurka · 12 years ago
  68. 28ab0b5 Re-use the display list valid flag, save a boolean by Gilles Debunne · 12 years ago
  69. 5eb3724 Merge "Work on more low memory reporting to apps." by Dianne Hackborn · 12 years ago
  70. 27ff913 Work on more low memory reporting to apps. by Dianne Hackborn · 12 years ago
  71. afeecb0 Merge "Fix focus rings for buttons" by John Reck · 12 years ago
  72. ef109b0 Fix focus rings for buttons by John Reck · 12 years ago
  73. 7e52caf Don't draw layers in buildLayer() by Michael Jurka · 12 years ago
  74. e6725bc Merge "Fix unhandled navigation path" by John Reck · 12 years ago
  75. ff8025b9 Merge "Fix FOCUS_BACKWARD search if view had no id" by John Reck · 12 years ago
  76. 03bd302 Don't close the database until all references released. by Jeff Brown · 12 years ago
  77. e690958 NEW_API: Rework CameraSound into MediaActionSound, and unhide it. by Eino-Ville Talvala · 12 years ago
  78. 1ecebbb Fix FOCUS_BACKWARD search if view had no id by John Reck · 12 years ago
  79. 4fa4037 Fix unhandled navigation path by John Reck · 12 years ago
  80. b4827c0 Merge "Pass the version down to native" by Nicolas Roard · 12 years ago
  81. 957c800 Merge "Ellipsize avoids spaces and starts right after text" by Gilles Debunne · 12 years ago
  82. 18e9886 Pass the version down to native by Nicolas Roard · 12 years ago
  83. 4f03d35 Merge "Fix issues #6103378 and #5959515." by Dianne Hackborn · 12 years ago
  84. 532679a am 56bab8bd: am 4d7bc655: Doc change: String changes for Android Market by Dirk Dougherty · 12 years ago
  85. 56bab8b am 4d7bc655: Doc change: String changes for Android Market by Dirk Dougherty · 12 years ago
  86. 4d7bc655 Doc change: String changes for Android Market by Dirk Dougherty · 12 years ago
  87. 1b0cc3c Merge "Rename remove callback methods." by Jeff Brown · 12 years ago
  88. 97a355a Merge "Support posting delayed animation/draw callbacks." by Jeff Brown · 12 years ago
  89. 6569625 Fix issues #6103378 and #5959515. by Dianne Hackborn · 12 years ago
  90. 5bebea4 Rename remove callback methods. by Jeff Brown · 12 years ago
  91. 2b6cb9a Support posting delayed animation/draw callbacks. by Jeff Brown · 12 years ago
  92. 3edd8f0 Merge "Clarify docs for the thread used in BroadcastReceiver.onReceive()" by Nick Pelly · 12 years ago
  93. faeac27 Merge "Change widgets to post invalidate to the animation timer." by Jeff Brown · 12 years ago
  94. e5d076e Merge "EditText caches only text in its internal display list." by Gilles Debunne · 12 years ago
  95. 6cb7b46 Change widgets to post invalidate to the animation timer. by Jeff Brown · 12 years ago
  96. 6087dfc DO NOT MERGE Return 1.5 * density as default for large screens. by Andrew Flynn · 12 years ago
  97. 4ec961d DO NOT MERGE by Ramanan Rajeswaran · 12 years ago
  98. b663a4b Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. by Dianne Hackborn · 12 years ago
  99. 5e7bb1e DO NOT MERGE by Ramanan Rajeswaran · 12 years ago
  100. e6a0ec6 Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. by Dianne Hackborn · 12 years ago