1. e261e28 Add content description setter to RemoteViews by Svetoslav Ganov · 13 years ago
  2. b6233ff Merge "Return early when we cannot allocate a hardware layer Bug #5462308" by Romain Guy · 13 years ago
  3. 5cd5c3f Return early when we cannot allocate a hardware layer Bug #5462308 by Romain Guy · 13 years ago
  4. f755a2e Merge "docs: a couple notes for a11y methods in View and cleanup to the A11y service HTML to be semantically correct and thus improve its accessibility :)" into ics-mr0 by Scott Main · 13 years ago
  5. b303d83 docs: a couple notes for a11y methods in View and cleanup to the by Scott Main · 13 years ago
  6. 471fa9d Merge "docs: add developer guide cross-references, Project ACRE, Round 2" into ics-mr0 by Joe Fernandez · 13 years ago
  7. 558459f docs: add developer guide cross-references, Project ACRE, Round 2 by Joe Fernandez · 13 years ago
  8. dba9356 Break apart DISABLE_HOME and DISABLE_RECENT. by Daniel Sandler · 13 years ago
  9. a1a274f Merge "Accessibility text changed event text not populated." by Svetoslav Ganov · 13 years ago
  10. 589b0bb Make sure we have the correct GL context when grabbing a bitmap Bug #5427391 by Romain Guy · 13 years ago
  11. 9920f4f Accessibility text changed event text not populated. by Svetoslav Ganov · 13 years ago
  12. 85b9edf Merge "Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately" by Dianne Hackborn · 13 years ago
  13. 7853c57 Merge "Fixing errors in position information of scrollable views reported for accessibility." by Svetoslav Ganov · 13 years ago
  14. 9a230e0 Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately by Dianne Hackborn · 13 years ago
  15. d9ee72f Fixing errors in position information of scrollable views reported for accessibility. by Svetoslav Ganov · 13 years ago
  16. 1a76dcd Fix issue #5367164: memory leak in LayoutTransition by Chet Haase · 13 years ago
  17. cac15eb Merge "docs: add developer guide cross-references, Project ACRE" by Joe Fernandez · 13 years ago
  18. b54e7a3 docs: add developer guide cross-references, Project ACRE by Joe Fernandez · 13 years ago
  19. 2588a07 Merge "The logic for not populating text to some accessibility events is scattered." by Svetoslav Ganov · 13 years ago
  20. 2cdedff Accessibility services cannot obtain the source of an event coming from a root namespace descendant. by Svetoslav Ganov · 13 years ago
  21. 82e236d The logic for not populating text to some accessibility events is scattered. by Svetoslav Ganov · 13 years ago
  22. 59c7f80 TextureView works best when it draws stuff. Bug #5391188 by Romain Guy · 13 years ago
  23. 2a9fa89 Don't build display lists for views with a layer. by Romain Guy · 13 years ago
  24. 83a559e Merge "Scroll accessibility events should not populate text." by Svetoslav Ganov · 13 years ago
  25. 2b2f6d6 Remove unnecessary parameter by Adam Powell · 13 years ago
  26. b84b94e Scroll accessibility events should not populate text. by Svetoslav Ganov · 13 years ago
  27. 7db82ac Fix leaky view tags by Adam Powell · 13 years ago
  28. 7052406 Revert "Allow views to setSystemUiVisibility() with the same value and have it work." by Daniel Sandler · 13 years ago
  29. ea515ae Update the public APIs for finding views by text to optionally use content description. by Svetoslav Ganov · 13 years ago
  30. 8f73b5d Fix bug 5297302 - Remember to release surface after starting drag by Christopher Tate · 13 years ago
  31. ab0f485 Fix problems where we were allocating TypedArray when not needed. by Dianne Hackborn · 13 years ago
  32. bd5c9768c Merge "Adding accessibility delegate mechanism for backwards compatibility support." by Svetoslav Ganov · 13 years ago
  33. 031d9c1 Adding accessibility delegate mechanism for backwards compatibility support. by Svetoslav Ganov · 13 years ago
  34. 6a6977e Merge "Fix 5266335: bad DIRTY/invalidation logic" by Chet Haase · 13 years ago
  35. f186f30 Fix 5266335: bad DIRTY/invalidation logic by Chet Haase · 13 years ago
  36. 1ef3fdb Go faster!!!! by Romain Guy · 13 years ago
  37. 7b8d7cb Merge "Pull animation attributes out of main view class." by Dianne Hackborn · 13 years ago
  38. ddb715b Pull animation attributes out of main view class. by Dianne Hackborn · 13 years ago
  39. e080af3 Save/restore display lists' canvas properly by Romain Guy · 13 years ago
  40. e3238c9 Merge "Code cleaning" by Fabrice Di Meglio · 13 years ago
  41. 8fc54f9 Fix build by Adam Powell · 13 years ago
  42. 2b04cef Code cleaning by Fabrice Di Meglio · 13 years ago
  43. b6e4326 Merge "Hide RTL related APIs" by Fabrice Di Meglio · 13 years ago
  44. 2273b1e Hide RTL related APIs by Fabrice Di Meglio · 13 years ago
  45. c6fc20a Merge "Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics" by Fabrice Di Meglio · 13 years ago
  46. c529d8d Prevent crash in View.createSnapshot if getResources() returns null Bug #5260241 by Romain Guy · 13 years ago
  47. e3bf88d Fix bug #5262565 Need to remove CharCount TextDirectionHeuristics by Fabrice Di Meglio · 13 years ago
  48. f679ed0 Merge "Prevent a leak when using View.postInvalidate(left, top, right, bottom)" by Romain Guy · 13 years ago
  49. 40c18f5 Prevent a leak when using View.postInvalidate(left, top, right, bottom) by Romain Guy · 13 years ago
  50. 8b5a8b5 Merge "Code cleaning" by Fabrice Di Meglio · 13 years ago
  51. 4c1c101 Accessibility hover events are fired if hover otside of modal window. by Svetoslav Ganov · 13 years ago
  52. 7d892dc Code cleaning by Fabrice Di Meglio · 13 years ago
  53. e4e6e20 Fixed bug with invalidation in top-level Views. by Chet Haase · 13 years ago
  54. aceafe6 Fixed error in invalidation/LayoutTransition logic by Chet Haase · 13 years ago
  55. 27bf191 Merge "Optimize display lists" by Romain Guy · 13 years ago
  56. 04c9d8c Optimize display lists by Romain Guy · 13 years ago
  57. 4324ead Fix issue with views becoming visible with stale content. by Chet Haase · 13 years ago
  58. c2d256b Merge "Improve TextDirection resolution" by Fabrice Di Meglio · 13 years ago
  59. a68c5cf Fix invalidation bug with INVISIBLE views. by Chet Haase · 13 years ago
  60. a646145 Improve TextDirection resolution by Fabrice Di Meglio · 13 years ago
  61. 3de5103 Merge "Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used" by Fabrice Di Meglio · 13 years ago
  62. 4b60c30 Fix bug #5175022 Easy mode in MeasuredText.setPara() is no more used by Fabrice Di Meglio · 13 years ago
  63. 351eb33 Merge "Allow views to setSystemUiVisibility() with the same value and have it work." by Daniel Sandler · 13 years ago
  64. fad9555 Allow views to setSystemUiVisibility() with the same value and have it work. by Daniel Sandler · 13 years ago
  65. 4dfbec2 Find next focus id from inside-out. Bug: 5165543 by Jeff Brown · 13 years ago
  66. e21f89c Merge "Fix bug 5159596 - Slider grabs touch point when trying to scroll a list" by Adam Powell · 13 years ago
  67. f2452b9 Merge "Change Preferences padding to match UI spec." by Jeff Sharkey · 13 years ago
  68. 1029866 Fix bug 5159596 - Slider grabs touch point when trying to scroll a list by Adam Powell · 13 years ago
  69. 010d7e5 Change Preferences padding to match UI spec. by Jeff Sharkey · 13 years ago
  70. e63a4f3 Document threading limitations on various View methods Bug #5150923 by Romain Guy · 13 years ago
  71. 6311d0a Clear the bitmap from the canvas in a lot of places. by Dianne Hackborn · 13 years ago
  72. 8a2da33 Merge "Allow Canvas.setBitmap() to receive a null Bitmap." by Romain Guy · 13 years ago
  73. 0965a32 Allow Canvas.setBitmap() to receive a null Bitmap. by Romain Guy · 13 years ago
  74. 07c6cc7 Merge "Tweak hover for better accessibility and compatibility. Bug: 5087943" by Jeff Brown · 13 years ago
  75. 53f2531 Merge "The fullest of fullscreen modes." by Daniel Sandler · 13 years ago
  76. ea83503 Don't create hw layers when there's no hw context. Bug #5093805 by Romain Guy · 13 years ago
  77. a1b2418 Tweak hover for better accessibility and compatibility. Bug: 5087943 by Jeff Brown · 13 years ago
  78. 60ee256 The fullest of fullscreen modes. by Daniel Sandler · 13 years ago
  79. b6f7a27 Merge "Reclaim more memory, more often." by Romain Guy · 13 years ago
  80. 65b345f Reclaim more memory, more often. by Romain Guy · 13 years ago
  81. c8ec222 Merge "Destroy layers and flush layers cache when a window is destroyed." by Romain Guy · 13 years ago
  82. 6d7475d Destroy layers and flush layers cache when a window is destroyed. by Romain Guy · 13 years ago
  83. 812634c2 cherrypick Change-Id: I213711f4b5d867ba91c961a2f098b6cc415cfcb3 by Scott Main · 13 years ago
  84. e3f5edf Merge "Set initial bounds offset to (0,0) so that in-screen bounds reported by AccessibilityNodeInfo are correct" by Svetoslav Ganov · 13 years ago
  85. 5bd36ee Merge "Fix bug 5060033 - No text-editing toolbar when in a dialog" by Adam Powell · 13 years ago
  86. 0bd1d0a Fix bug 5060033 - No text-editing toolbar when in a dialog by Adam Powell · 13 years ago
  87. d794aca Code cleaning by Fabrice Di Meglio · 13 years ago
  88. 326804f Set initial bounds offset to (0,0) so that in-screen bounds reported by AccessibilityNodeInfo are correct by Alan Viverette · 13 years ago
  89. 0869511 Merge "Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList. Bug: 5062011" by Jeff Brown · 13 years ago
  90. 162a021 Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList. Bug: 5062011 by Jeff Brown · 13 years ago
  91. aff599b Fix CheckTextView padding by Fabrice Di Meglio · 13 years ago
  92. 1180644 Fix bug #4772392 Check what needs to be done for RTL specific new attributes that are in public.xml by Fabrice Di Meglio · 13 years ago
  93. 1003aeb Merge "Reduce the fade area to save bandwidth." by Romain Guy · 13 years ago
  94. f2fc460 Reduce the fade area to save bandwidth. by Romain Guy · 13 years ago
  95. 7dde1c8 Merge "Don't recreate view's display list when size hasn't changed" by Chet Haase · 13 years ago
  96. 75755e2 Don't recreate view's display list when size hasn't changed by Chet Haase · 13 years ago
  97. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  98. 989571e Merge "Fix resolution padding glitch" by Fabrice Di Meglio · 13 years ago
  99. 4d36ec1 Make View#setBackgroundDrawable a no-op if setting the same background. by Adam Powell · 13 years ago
  100. 9c83011 Merge "Fix bug #4972141 Overlapping content in single-choice dialogs" by Fabrice Di Meglio · 13 years ago