1. bf923eb More fixes about padding by Fabrice Di Meglio · 12 years ago
  2. 3bef5e9 Merge "Fix View padding resolution" by Fabrice Di Meglio · 12 years ago
  3. 0c245fb Merge "Make more TextView RTL APIs public" by Fabrice Di Meglio · 12 years ago
  4. 04e0d26 Make SyncManager and AccountManagerService multi-user aware. by Amith Yamasani · 13 years ago
  5. 250069b Merge "Ignore draw requests when the display is off" by Romain Guy · 12 years ago
  6. a4fb0cb Merge "Optimization of the request of the sentence level spell check" by satok · 12 years ago
  7. fe5a51e Optimization of the request of the sentence level spell check by satok · 12 years ago
  8. ffb66ec Merge "Remove duplicated comments from WebViewClassic" by Jonathan Dixon · 12 years ago
  9. 3154fc4 Merge "Fix spell checker framework" by satok · 12 years ago
  10. 2428ccb Fix spell checker framework by satok · 12 years ago
  11. 792ee0c Fix possible NPE in SpellChecker by satok · 12 years ago
  12. 7ae9d5f Use the Choreographer for Drawable animations. by Jeff Brown · 12 years ago
  13. 509708d Fix View padding resolution by Fabrice Di Meglio · 12 years ago
  14. e61cad3 resolved conflicts for merge of 532679a5 to master by Dirk Dougherty · 12 years ago
  15. d159109 Make more TextView RTL APIs public by Fabrice Di Meglio · 12 years ago
  16. 39aae0c Merge "Don't draw the focus ring if we don't have focus" by John Reck · 12 years ago
  17. 28ae199 Merge "reenable webkit paint pausing" by Chris Craik · 12 years ago
  18. d5f0799 Merge "NEW_API: Rework CameraSound into MediaActionSound, and unhide it." by Eino-Ville Talvala · 12 years ago
  19. 07b2011 reenable webkit paint pausing by Chris Craik · 12 years ago
  20. 413fab3 Don't draw the focus ring if we don't have focus by John Reck · 12 years ago
  21. 1ce1307 Merge "Don't draw layers in buildLayer()" by Michael Jurka · 12 years ago
  22. 28ab0b5 Re-use the display list valid flag, save a boolean by Gilles Debunne · 12 years ago
  23. 5eb3724 Merge "Work on more low memory reporting to apps." by Dianne Hackborn · 12 years ago
  24. 27ff913 Work on more low memory reporting to apps. by Dianne Hackborn · 12 years ago
  25. afeecb0 Merge "Fix focus rings for buttons" by John Reck · 12 years ago
  26. ef109b0 Fix focus rings for buttons by John Reck · 12 years ago
  27. 494e155 Merge "Fix some action bar menu layout bugs around config changes" by Adam Powell · 12 years ago
  28. f203e0a Fix some action bar menu layout bugs around config changes by Adam Powell · 12 years ago
  29. 7e52caf Don't draw layers in buildLayer() by Michael Jurka · 12 years ago
  30. e6725bc Merge "Fix unhandled navigation path" by John Reck · 12 years ago
  31. ff8025b9 Merge "Fix FOCUS_BACKWARD search if view had no id" by John Reck · 12 years ago
  32. 03bd302 Don't close the database until all references released. by Jeff Brown · 12 years ago
  33. e690958 NEW_API: Rework CameraSound into MediaActionSound, and unhide it. by Eino-Ville Talvala · 12 years ago
  34. 1ecebbb Fix FOCUS_BACKWARD search if view had no id by John Reck · 12 years ago
  35. 4fa4037 Fix unhandled navigation path by John Reck · 12 years ago
  36. b4827c0 Merge "Pass the version down to native" by Nicolas Roard · 12 years ago
  37. 957c800 Merge "Ellipsize avoids spaces and starts right after text" by Gilles Debunne · 12 years ago
  38. 75d022a Action buttons are now 1 view instead of 3. by Adam Powell · 12 years ago
  39. 18e9886 Pass the version down to native by Nicolas Roard · 12 years ago
  40. 4f03d35 Merge "Fix issues #6103378 and #5959515." by Dianne Hackborn · 12 years ago
  41. 532679a am 56bab8bd: am 4d7bc655: Doc change: String changes for Android Market by Dirk Dougherty · 12 years ago
  42. 56bab8b am 4d7bc655: Doc change: String changes for Android Market by Dirk Dougherty · 12 years ago
  43. 4d7bc655 Doc change: String changes for Android Market by Dirk Dougherty · 13 years ago
  44. 1b0cc3c Merge "Rename remove callback methods." by Jeff Brown · 12 years ago
  45. 97a355a Merge "Support posting delayed animation/draw callbacks." by Jeff Brown · 12 years ago
  46. 6569625 Fix issues #6103378 and #5959515. by Dianne Hackborn · 12 years ago
  47. 5bebea4 Rename remove callback methods. by Jeff Brown · 12 years ago
  48. 2b6cb9a Support posting delayed animation/draw callbacks. by Jeff Brown · 12 years ago
  49. 3edd8f0 Merge "Clarify docs for the thread used in BroadcastReceiver.onReceive()" by Nick Pelly · 12 years ago
  50. faeac27 Merge "Change widgets to post invalidate to the animation timer." by Jeff Brown · 12 years ago
  51. e5d076e Merge "EditText caches only text in its internal display list." by Gilles Debunne · 12 years ago
  52. 6cb7b46 Change widgets to post invalidate to the animation timer. by Jeff Brown · 12 years ago
  53. 6087dfc DO NOT MERGE Return 1.5 * density as default for large screens. by Andrew Flynn · 13 years ago
  54. 4ec961d DO NOT MERGE by Ramanan Rajeswaran · 13 years ago
  55. b663a4b Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. by Dianne Hackborn · 13 years ago
  56. 5e7bb1e DO NOT MERGE by Ramanan Rajeswaran · 13 years ago
  57. e6a0ec6 Add xxhdpi; fix ActivityManager.getLauncherLargeIconSize() etc. by Dianne Hackborn · 13 years ago
  58. c171756 Merge "Remove deleted pdu items from the updated cache" by Tom Taylor · 12 years ago
  59. 7e4e561 Ignore draw requests when the display is off by Romain Guy · 12 years ago
  60. 6c488de EditText caches only text in its internal display list. by Gilles Debunne · 12 years ago
  61. 1e34e1b Merge "Fix 5958806: Allow play button to be hidden in TransportControlView" by Jim Miller · 12 years ago
  62. 7bcbeb7 Merge "Make SQLiteDatabase final." by Jeff Brown · 12 years ago
  63. 21452d1 Merge "Fix bug #6029615 Update Javadoc for onPaddingChanged()" by Fabrice Di Meglio · 12 years ago
  64. 085585f Fix bug #6029615 Update Javadoc for onPaddingChanged() by Fabrice Di Meglio · 12 years ago
  65. baefdfa Make SQLiteDatabase final. by Jeff Brown · 12 years ago
  66. fb9c41c Merge "Deferred layer updates" by Romain Guy · 12 years ago
  67. 5a2b607 Merge "Delete more navcache stuff" by John Reck · 12 years ago
  68. 09c8f48 Merge "Report leaked Context registrations to StrictMode." by Jeff Sharkey · 12 years ago
  69. b2676f7 Delete more navcache stuff by John Reck · 12 years ago
  70. b8b36b8 am dc022a6f: am 08e91352: am 93dc642e: docs: fix misc bugs from external tracker by Scott Main · 12 years ago
  71. dc022a6 am 08e91352: am 93dc642e: docs: fix misc bugs from external tracker by Scott Main · 12 years ago
  72. 08e9135 am 93dc642e: docs: fix misc bugs from external tracker by Scott Main · 12 years ago
  73. 02b693e Merge "fix race condition in WebViewClassic.destroy()" by Michael Kolb · 12 years ago
  74. eb00769 Merge "Allow disk I/O while performing dump()." by Jeff Sharkey · 12 years ago
  75. 93dc642 docs: fix misc bugs from external tracker by Scott Main · 13 years ago
  76. c389882 Fix incorrect javadoc by Casey Ho · 12 years ago
  77. 6ddf44d fix race condition in WebViewClassic.destroy() by Michael Kolb · 12 years ago
  78. dc043b5 Merge "Fix flash" by John Reck · 12 years ago
  79. 2e9e02f Merge "Sync of the NumberPicker attributes with the public Java APIs" by Svetoslav Ganov · 12 years ago
  80. 72d403c Merge "Sync of the TimePicker attributes with the public Java APIs." by Svetoslav Ganov · 12 years ago
  81. de88dba Clarify docs for the thread used in BroadcastReceiver.onReceive() by Nick Pelly · 12 years ago
  82. e8331bd Sync of the NumberPicker attributes with the public Java APIs by Svetoslav Ganov · 12 years ago
  83. 53b948d Sync of the TimePicker attributes with the public Java APIs. by Svetoslav Ganov · 12 years ago
  84. f72a446 Fix flash by John Reck · 12 years ago
  85. d56ab1e Merge "Sync of the DatePicker attributes with the public Java APIs." by Svetoslav Ganov · 12 years ago
  86. c49a8be Sync of the DatePicker attributes with the public Java APIs. by Svetoslav Ganov · 12 years ago
  87. 2bf68f0 Deferred layer updates by Romain Guy · 12 years ago
  88. 45e96fd Merge "Adding getter/setter for all public attributes in CalendarView." by Svetoslav Ganov · 12 years ago
  89. e861b42 Allow disk I/O while performing dump(). by Jeff Sharkey · 12 years ago
  90. e6e47f0 Merge "Add a displayColor column to view_events" by Alon Albert · 12 years ago
  91. 19b8011 Remove duplicated comments from WebViewClassic by Jonathan Dixon · 12 years ago
  92. 8dc3cc2 Allow the SQLite sync mode to be set independently for WAL. by Jeff Brown · 12 years ago
  93. d2cca91 Merge "Add an API for deleting databases." by Jeff Brown · 12 years ago
  94. 1a7dd03 Unhide transient state APIs on View by Adam Powell · 12 years ago
  95. c13accb Merge "Hidden API for setting p2p NFC modes." by Martijn Coenen · 12 years ago
  96. dc92730 Add a displayColor column to view_events by Alon Albert · 12 years ago
  97. ec418d3 Merge "Make sure egl context is valid for the onTrimMemory call" by Teng-Hui Zhu · 12 years ago
  98. 062d6d5 Merge "Quick fix for Monkey NPE." by George Mount · 12 years ago
  99. 817d5fb am 5d87d51f: am f65951bf: am 0dd9ec14: Merge "Make ResolverActivity update dynamically." into ics-mr1 by Dianne Hackborn · 12 years ago
  100. 5d87d51 am f65951bf: am 0dd9ec14: Merge "Make ResolverActivity update dynamically." into ics-mr1 by Dianne Hackborn · 12 years ago