1. 995e774 Enable touch splitting by default for Honeycomb apps. by Jeff Brown · 14 years ago
  2. 55dbb65 Account for background drawable size changing when lrtb properties change by Chet Haase · 14 years ago
  3. a9b61ac Make sure background drawables are correct when View is attached by Chet Haase · 14 years ago
  4. 4e6319b Add initial support for TAB navigation. by Jeff Brown · 14 years ago
  5. c75ec33 Fix for TimePicker not redrawing itself. by Chet Haase · 14 years ago
  6. 20232d0 Holo scrollbars and related tweaks. by Adam Powell · 14 years ago
  7. af636eb Don't set the invisible flag when saving an empty layer. Bug #3270371 by Romain Guy · 14 years ago
  8. 49ed71d Add support for fallback keycodes. by Jeff Brown · 14 years ago
  9. 4d2bd4c fixing getLocationInWindow by Michael Jurka · 14 years ago
  10. f2f7d8f Fix invalidation issue for optimized/GL case. by Chet Haase · 14 years ago
  11. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  12. 67f23ba Revert "Re-add performance optimization in View" by Michael Jurka · 14 years ago
  13. 407b4e9 API CHANGE: drags can now carry an originator-only object payload by Christopher Tate · 14 years ago
  14. 62490bd Re-add performance optimization in View by Michael Jurka · 14 years ago
  15. 7306668 animation bugfix plus xml resources for new View properties by Chet Haase · 14 years ago
  16. 637d337 Merge overscrolling from gingerbread. by Adam Powell · 14 years ago
  17. ebefea4 Fix issue where Launcher was not getting redrawn by Michael Jurka · 14 years ago
  18. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 14 years ago
  19. 9891e1f Add invalidation to Drawable when its properties change by Chet Haase · 14 years ago
  20. 848ae6e am 6bb4f67a: am 26153a33: Fix bug 3163052 - always use 32-bit drawing caches when destination window is 32-bit by Adam Powell · 14 years ago
  21. 6bb4f67 am 26153a33: Fix bug 3163052 - always use 32-bit drawing caches when destination window is 32-bit by Adam Powell · 14 years ago
  22. 26153a3 Fix bug 3163052 - always use 32-bit drawing caches when destination by Adam Powell · 14 years ago
  23. 079e235 Add new fade in/out feature for drawable containers. by Dianne Hackborn · 14 years ago
  24. 079fd67 invalidate() View when backgroundColor changes by Chet Haase · 14 years ago
  25. 7c608f2 optimizing for primitive types in animations by Chet Haase · 14 years ago
  26. ea40e9a Fixed null deref when view parent null during invalidation by Chet Haase · 14 years ago
  27. 70d4ba1 Performance optimizations for animations and toolkit by Chet Haase · 14 years ago
  28. 0d9275e Enable display lists. by Romain Guy · 14 years ago
  29. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  30. 32affef Introduce an OnDragListener mechanism by Chris Tate · 14 years ago
  31. 6b39128 Drag thumbnail fixes / improvements by Chris Tate · 14 years ago
  32. a32dcf7 Actually draw the drag thumbnail by Chris Tate · 14 years ago
  33. a3496a9 Fix invisible views issue in Launcher. by Romain Guy · 14 years ago
  34. 5ada6cb More drag/drop adjustments: by Christopher Tate · 14 years ago
  35. e537858 Fix pressed vs selected typo in onCreateDrawableState by Neel Parekh · 14 years ago
  36. ee7e0ef am 59c4cb9e: Merge "DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll" into gingerbread by Adam Powell · 14 years ago
  37. 737e8fe DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll by Adam Powell · 14 years ago
  38. a037419 Make View.DragThumbnailBuilder a static class by Christopher Tate · 14 years ago
  39. 2fe9a8f Correctly invalidate the drawing cache when an invalidate is requested. by Romain Guy · 14 years ago
  40. 2c095f3 Refinements to drag/drop by Christopher Tate · 14 years ago
  41. 5e25c2c Add ability to automate animated transitions on View show/hide by Chet Haase · 14 years ago
  42. ed03270 Optimizing invalidation to avoid trashing the rendering cache by Chet Haase · 14 years ago
  43. 8667174 Make View transformation matrix updating more explicit. by Jeff Brown · 14 years ago
  44. 0bb5667 Fix INVALID_OPERATION error with layers rendering. by Romain Guy · 14 years ago
  45. a53146c Drag/drop APIs and infrastructure by Christopher Tate · 14 years ago
  46. 20e987b Add MotionEvent Matrix transformations. by Jeff Brown · 14 years ago
  47. b051e89 Add display lists caching. by Romain Guy · 14 years ago
  48. 79d716f am 74a8df20: am dcfb271b: Merge "Fix if ACTION_DOWN and lost focus time too close, it will become long press." by Jean-Baptiste Queru · 14 years ago
  49. 74a8df2 am dcfb271b: Merge "Fix if ACTION_DOWN and lost focus time too close, it will become long press." by Jean-Baptiste Queru · 14 years ago
  50. 879fb6b Text selection anchors changed to use windows by Adam Powell · 14 years ago
  51. 9aed300 Text selection anchors changed to use windows by Adam Powell · 14 years ago
  52. f37df07 resolved conflicts for merge of b39470b5 to master by Adam Powell · 14 years ago
  53. b08013c Added overlay support for drawing/responding to text anchors. by Adam Powell · 14 years ago
  54. c6669ca Add API for showing breadcrumbs of fragment back stack. by Dianne Hackborn · 14 years ago
  55. 9316232 Fix broken javadoc. by Joe Onorato · 14 years ago
  56. d0fa371 Add a new "activated" state to View. by Dianne Hackborn · 14 years ago
  57. 57361ef DO NOT MERGE Fix bug 2995887 - overscroll effect initialization issue by Adam Powell · 14 years ago
  58. 26edf20 Fix if ACTION_DOWN and lost focus time too close, it will become long press. by Tony Wu · 14 years ago
  59. 2bffd26 Fix text rendering issue with text scaling. by Romain Guy · 14 years ago
  60. f607bdc Correct implementation of saveLayer(). by Romain Guy · 14 years ago
  61. 897247b Fix bug with pivot point not including translationXY factors by Chet Haase · 14 years ago
  62. b380c4d resolved conflicts for merge of a05088c1 to master by Jeff Brown · 14 years ago
  63. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  64. 5429e1d Use static final debug fields. by Romain Guy · 14 years ago
  65. 14cd065 Temporarily disable fading edges if solidColor=0 and hw is on. by Romain Guy · 14 years ago
  66. a14c8e0 Bring back instances counts to dumpsys meminfo. by Romain Guy · 14 years ago
  67. 21cd138 Add transition effects for layout changes on ViewGroups by Chet Haase · 14 years ago
  68. 9b34d45 Correctly apply alpha on TextView. Bug #2969691 by Romain Guy · 14 years ago
  69. 0a77ce2 New edge effects for scrolling widgets (overscroll) by Adam Powell · 14 years ago
  70. 0243caf Fixed typo in View id documentation by Gilles Debunne · 14 years ago
  71. 49afa5b Add facilities for layout transitions by Chet Haase · 14 years ago
  72. 2b342f0 Allow ViewGroup to split MotionEvents to multiple targets during dispatch. by Adam Powell · 14 years ago
  73. b0d6ba1 Text selection without trackball. by Gilles Debunne · 14 years ago
  74. 2542d19 Layers were using an extra Snapshot causing extra clipping. by Romain Guy · 14 years ago
  75. 8fb9542 Fix save()/restore() issues in the OpenGL renderer. by Romain Guy · 14 years ago
  76. 12fb5a3 am 8279c754: am 91a7f5fe: Making sure that the prefix is handled properly. by Konstantin Lopyrev · 14 years ago
  77. ecb1d5d resolved conflicts for merge of f00ee0f7 to master by Konstantin Lopyrev · 14 years ago
  78. 91a7f5f Making sure that the prefix is handled properly. by Konstantin Lopyrev · 14 years ago
  79. bea9516 Categorizing exported view properties. by Konstantin Lopyrev · 14 years ago
  80. fd2b002 Add 3D rotation to View by Chet Haase · 14 years ago
  81. 6f4169c am 75493be9: am 63cca691: Merge "Make sure profiling is done only for views that are actually measured, laid out and drawn." into gingerbread by Konstantin Lopyrev · 14 years ago
  82. 02890fd Replace Bitmap's finalizers with PhantomReferences. by Romain Guy · 14 years ago
  83. c6dc457 Make sure profiling is done only for views that are actually measured, laid out and drawn. by Konstantin Lopyrev · 14 years ago
  84. df030d2 View x/y properties now feed into matrix translation by Chet Haase · 14 years ago
  85. 8fbf8d2 Fix problems with moving Views around (invalidation, conflict with layout) by Chet Haase · 14 years ago
  86. f788a9f TextView with Selection Contextual Mode by Gilles Debunne · 14 years ago
  87. 6e34636 Moved context modes into view, renamed to action modes by Adam Powell · 14 years ago
  88. 33e72ae Make View transforms work again. by Romain Guy · 14 years ago
  89. b5de9f3 Fix bug 2845609 - Touch event dispatching problem. by Adam Powell · 14 years ago
  90. 82e2b4c am 4fd41688: am 5352d237: am 38137d7a: Merge "docs: lots of additions to the resources docs new drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type" into froyo by Scott Main · 14 years ago
  91. 5352d23 am 38137d7a: Merge "docs: lots of additions to the resources docs new drawable resources add <merge> and <include> to layout resource update drawable class descriptioons to point to resources guide add ID resource type" into froyo by Scott Main · 14 years ago
  92. c3aa361 Add various properties to View to allow it to be moved, scaled, faded, and rotated by property manipulation instead of just Animation operations. by Chet Haase · 14 years ago
  93. 839458d resolved conflicts for merge of e03952c0 to master by Jim Miller · 14 years ago
  94. 0b2a6d0 Fix 2797185: Re-enable thumbnail generation in framework by Jim Miller · 14 years ago
  95. dac5f9f Do not draw the fade areas when it's not necessary. by Romain Guy · 14 years ago
  96. dfe5c20 docs: lots of additions to the resources docs by Scott Main · 14 years ago
  97. 812ccbe Add new hardwareAccelerated manifest attribute to enable HW drawing. by Romain Guy · 14 years ago
  98. b4bc78b Further work on fragments: by Dianne Hackborn · 14 years ago
  99. 8568c3a Fix bug 2587373 - awaken scrollbars when a scrolling view becomes visible. by Adam Powell · 14 years ago
  100. 9d32d24 Remove overscrolling by Adam Powell · 14 years ago