1. 67f23ba Revert "Re-add performance optimization in View" by Michael Jurka · 14 years ago
  2. 407b4e9 API CHANGE: drags can now carry an originator-only object payload by Christopher Tate · 14 years ago
  3. 62490bd Re-add performance optimization in View by Michael Jurka · 14 years ago
  4. 7306668 animation bugfix plus xml resources for new View properties by Chet Haase · 14 years ago
  5. 637d337 Merge overscrolling from gingerbread. by Adam Powell · 14 years ago
  6. ebefea4 Fix issue where Launcher was not getting redrawn by Michael Jurka · 14 years ago
  7. 7eec10e Get rid of the extended themes. by Dianne Hackborn · 14 years ago
  8. 9891e1f Add invalidation to Drawable when its properties change by Chet Haase · 14 years ago
  9. 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
  10. 6bb4f67 am 26153a33: Fix bug 3163052 - always use 32-bit drawing caches when destination window is 32-bit by Adam Powell · 14 years ago
  11. 26153a3 Fix bug 3163052 - always use 32-bit drawing caches when destination by Adam Powell · 14 years ago
  12. 079e235 Add new fade in/out feature for drawable containers. by Dianne Hackborn · 14 years ago
  13. 079fd67 invalidate() View when backgroundColor changes by Chet Haase · 14 years ago
  14. 7c608f2 optimizing for primitive types in animations by Chet Haase · 14 years ago
  15. ea40e9a Fixed null deref when view parent null during invalidation by Chet Haase · 14 years ago
  16. 70d4ba1 Performance optimizations for animations and toolkit by Chet Haase · 14 years ago
  17. 0d9275e Enable display lists. by Romain Guy · 14 years ago
  18. 5c13d89 Optimizing display lists by referencing pointers to resources instead of copying them by Chet Haase · 14 years ago
  19. 32affef Introduce an OnDragListener mechanism by Chris Tate · 14 years ago
  20. 6b39128 Drag thumbnail fixes / improvements by Chris Tate · 14 years ago
  21. a32dcf7 Actually draw the drag thumbnail by Chris Tate · 14 years ago
  22. a3496a9 Fix invisible views issue in Launcher. by Romain Guy · 14 years ago
  23. 5ada6cb More drag/drop adjustments: by Christopher Tate · 14 years ago
  24. e537858 Fix pressed vs selected typo in onCreateDrawableState by Neel Parekh · 14 years ago
  25. 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
  26. 737e8fe DO NOT MERGE Fix bug 3001751 and bug 3001584 - Gingerbread API review for over-scroll by Adam Powell · 14 years ago
  27. a037419 Make View.DragThumbnailBuilder a static class by Christopher Tate · 14 years ago
  28. 2fe9a8f Correctly invalidate the drawing cache when an invalidate is requested. by Romain Guy · 14 years ago
  29. 2c095f3 Refinements to drag/drop by Christopher Tate · 14 years ago
  30. 5e25c2c Add ability to automate animated transitions on View show/hide by Chet Haase · 14 years ago
  31. ed03270 Optimizing invalidation to avoid trashing the rendering cache by Chet Haase · 14 years ago
  32. 8667174 Make View transformation matrix updating more explicit. by Jeff Brown · 14 years ago
  33. 0bb5667 Fix INVALID_OPERATION error with layers rendering. by Romain Guy · 14 years ago
  34. a53146c Drag/drop APIs and infrastructure by Christopher Tate · 14 years ago
  35. 20e987b Add MotionEvent Matrix transformations. by Jeff Brown · 14 years ago
  36. b051e89 Add display lists caching. by Romain Guy · 14 years ago
  37. 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
  38. 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
  39. 879fb6b Text selection anchors changed to use windows by Adam Powell · 14 years ago
  40. 9aed300 Text selection anchors changed to use windows by Adam Powell · 14 years ago
  41. f37df07 resolved conflicts for merge of b39470b5 to master by Adam Powell · 14 years ago
  42. b08013c Added overlay support for drawing/responding to text anchors. by Adam Powell · 14 years ago
  43. c6669ca Add API for showing breadcrumbs of fragment back stack. by Dianne Hackborn · 14 years ago
  44. 9316232 Fix broken javadoc. by Joe Onorato · 14 years ago
  45. d0fa371 Add a new "activated" state to View. by Dianne Hackborn · 14 years ago
  46. 57361ef DO NOT MERGE Fix bug 2995887 - overscroll effect initialization issue by Adam Powell · 14 years ago
  47. 26edf20 Fix if ACTION_DOWN and lost focus time too close, it will become long press. by Tony Wu · 14 years ago
  48. 2bffd26 Fix text rendering issue with text scaling. by Romain Guy · 14 years ago
  49. f607bdc Correct implementation of saveLayer(). by Romain Guy · 14 years ago
  50. 897247b Fix bug with pivot point not including translationXY factors by Chet Haase · 14 years ago
  51. b380c4d resolved conflicts for merge of a05088c1 to master by Jeff Brown · 14 years ago
  52. 85a3176 Add support for secure views. by Jeff Brown · 14 years ago
  53. 5429e1d Use static final debug fields. by Romain Guy · 14 years ago
  54. 14cd065 Temporarily disable fading edges if solidColor=0 and hw is on. by Romain Guy · 14 years ago
  55. a14c8e0 Bring back instances counts to dumpsys meminfo. by Romain Guy · 14 years ago
  56. 21cd138 Add transition effects for layout changes on ViewGroups by Chet Haase · 14 years ago
  57. 9b34d45 Correctly apply alpha on TextView. Bug #2969691 by Romain Guy · 14 years ago
  58. 0a77ce2 New edge effects for scrolling widgets (overscroll) by Adam Powell · 14 years ago
  59. 0243caf Fixed typo in View id documentation by Gilles Debunne · 14 years ago
  60. 49afa5b Add facilities for layout transitions by Chet Haase · 14 years ago
  61. 2b342f0 Allow ViewGroup to split MotionEvents to multiple targets during dispatch. by Adam Powell · 14 years ago
  62. b0d6ba1 Text selection without trackball. by Gilles Debunne · 14 years ago
  63. 2542d19 Layers were using an extra Snapshot causing extra clipping. by Romain Guy · 14 years ago
  64. 8fb9542 Fix save()/restore() issues in the OpenGL renderer. by Romain Guy · 14 years ago
  65. 12fb5a3 am 8279c754: am 91a7f5fe: Making sure that the prefix is handled properly. by Konstantin Lopyrev · 14 years ago
  66. ecb1d5d resolved conflicts for merge of f00ee0f7 to master by Konstantin Lopyrev · 14 years ago
  67. 91a7f5f Making sure that the prefix is handled properly. by Konstantin Lopyrev · 14 years ago
  68. bea9516 Categorizing exported view properties. by Konstantin Lopyrev · 14 years ago
  69. fd2b002 Add 3D rotation to View by Chet Haase · 14 years ago
  70. 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
  71. 02890fd Replace Bitmap's finalizers with PhantomReferences. by Romain Guy · 14 years ago
  72. c6dc457 Make sure profiling is done only for views that are actually measured, laid out and drawn. by Konstantin Lopyrev · 14 years ago
  73. df030d2 View x/y properties now feed into matrix translation by Chet Haase · 14 years ago
  74. 8fbf8d2 Fix problems with moving Views around (invalidation, conflict with layout) by Chet Haase · 14 years ago
  75. f788a9f TextView with Selection Contextual Mode by Gilles Debunne · 14 years ago
  76. 6e34636 Moved context modes into view, renamed to action modes by Adam Powell · 14 years ago
  77. 33e72ae Make View transforms work again. by Romain Guy · 14 years ago
  78. b5de9f3 Fix bug 2845609 - Touch event dispatching problem. by Adam Powell · 14 years ago
  79. 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
  80. 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
  81. 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
  82. 839458d resolved conflicts for merge of e03952c0 to master by Jim Miller · 14 years ago
  83. 0b2a6d0 Fix 2797185: Re-enable thumbnail generation in framework by Jim Miller · 14 years ago
  84. dac5f9f Do not draw the fade areas when it's not necessary. by Romain Guy · 14 years ago
  85. dfe5c20 docs: lots of additions to the resources docs by Scott Main · 14 years ago
  86. 812ccbe Add new hardwareAccelerated manifest attribute to enable HW drawing. by Romain Guy · 14 years ago
  87. b4bc78b Further work on fragments: by Dianne Hackborn · 14 years ago
  88. 8568c3a Fix bug 2587373 - awaken scrollbars when a scrolling view becomes visible. by Adam Powell · 14 years ago
  89. 9d32d24 Remove overscrolling by Adam Powell · 14 years ago
  90. 6b1e696 Rename tab widget attributes, remove scroll barrier constant. by Romain Guy · 14 years ago
  91. 5296424 New OverScroller with edge bouncing effect. by Gilles Debunne · 15 years ago
  92. cc83c86 Fix the build by Adam Powell · 14 years ago
  93. 8a836a8 Eliminate haptic feedback when hitting an overscroll barrier due to a fling. by Adam Powell · 14 years ago
  94. a35d768 Make sure visible View state is updated before dispatching clicks by Adam Powell · 14 years ago
  95. 3b02339 Fix tap detection after a long press by Adam Powell · 14 years ago
  96. 42e14d7 Throw a better error message when the automatic onClick handling doesn't work. by Joe Onorato · 14 years ago
  97. 51c5a0c Added accessors for view overscroll modes by Adam Powell · 14 years ago
  98. 223ff5c Add new CAPTURE_LAYERS command to HiearchyViewer protocol. by Romain Guy · 14 years ago
  99. 8bda248 Turn on fading scrollbars by default. Bug #2142162 by Romain Guy · 14 years ago
  100. 8afa515 Send cancel event to recycled views instead of an up. Bug #2309387 by Romain Guy · 15 years ago