1. 474659c Add missing null checks by John Reck · 8 years ago
  2. f23a1b8 Change approach for windowPositionLostRT by John Reck · 8 years ago
  3. 34bf49e DO NOT MERGE Move SurfaceView offscreen if the app stops drawing it by John Reck · 8 years ago
  4. 6ee192f Document that SurfaceView is synchronous in N by Chris Craik · 8 years ago
  5. f057fb5 Fix sw legacy compat path in SurfaceView by John Reck · 8 years ago
  6. 0b10c33 Ensure we change SurfaceView size from UI thread. by Robert Carr · 8 years ago
  7. 6136273 Don't change geometry in relayout if preserve geometry is requested by Chong Zhang · 8 years ago
  8. 0ffd49c Always consume bottom insets when navigation bar is force shown by Jorim Jaggi · 9 years ago
  9. afeea9b Include containing window title in SurfaceView's title by John Reck · 9 years ago
  10. f648108 Have RT drive window positioning by John Reck · 9 years ago
  11. a4a58ef Fix app staying in drag resizing when undocking by Jorim Jaggi · 9 years ago
  12. d86c63a Layout SurfaceView in parent frame. by Robert Carr · 9 years ago
  13. 2e95a48 More optimization while dragging docked divider by Jorim Jaggi · 9 years ago
  14. cd9a18c Set SCALING_MODE_NO_SCALE_CROP for SurfaceView. by Robert Carr · 9 years ago
  15. 64aadd0 Clarify geometry management for SurfaceView by Robert Carr · 9 years ago
  16. 253a20f Fix black holes and flickering in docked resizing by Jorim Jaggi · 9 years ago
  17. 7d73643 Revert "Clarify geometry management for SurfaceView" by Bart Sears · 9 years ago
  18. 78a45f2 Clarify geometry management for SurfaceView by Robert Carr · 9 years ago
  19. 64e516f Sync SurfaceView position changes to parent render. by Rob Carr · 9 years ago
  20. 7e1d861 Revert "Sync SurfaceView position changes to parent render." by Rob Carr · 9 years ago
  21. 6104dc9 Sync SurfaceView position changes to parent render. by Robert Carr · 9 years ago
  22. a8fe43f Ensure SurfaceView requests WM relayout when size changes. by Robert Carr · 9 years ago
  23. 6fa9512 Set the right reportNextDraw by John Reck · 9 years ago
  24. 2217f61 Revert "Revert "resolved conflicts for merge of 47249f2a to mnc-dev"" by Filip Gruszczynski · 9 years ago
  25. 4bb6b75 Revert "resolved conflicts for merge of 47249f2a to mnc-dev" by Dianne Hackborn · 9 years ago
  26. 3e11bf3 Support for devices with a chin. by Filip Gruszczynski · 9 years ago
  27. 37d7a68 Fix inset hinting when adding window by Adrian Roos · 10 years ago
  28. 77e4a52 Re-allow suppressing onDetachedFromWindow by John Reck · 10 years ago
  29. fa10423 Add stable insets for stable system windows by Adrian Roos · 10 years ago
  30. 9a22f0f Add overlay view in Tv Input Framework by Youngsang Cho · 10 years ago
  31. edb6719 Merge "Revert "VideoPlaneView initial implementation"" by Wonsik Kim · 10 years ago
  32. 475e3f0 Revert "VideoPlaneView initial implementation" by Wonsik Kim · 10 years ago
  33. b14dfe2 Revert "Revert "Workaround apps not calling super.onDetachedFromWindow()"" by John Reck · 10 years ago
  34. bac16fa Revert "Workaround apps not calling super.onDetachedFromWindow()" by Bart Sears · 10 years ago
  35. 198d208 Workaround apps not calling super.onDetachedFromWindow() by John Reck · 10 years ago
  36. 5f8aa41 VideoPlaneView initial implementation by Wonsik Kim · 11 years ago
  37. 38dc2ad am b2db2fbc: am 6d90862f: am d65825ab: Merge "Private flags are masked in correct variable" into klp-dev by Adam Lesinski · 11 years ago
  38. 95c4297 Private flags are masked in correct variable by Adam Lesinski · 11 years ago
  39. 49e4329 am 234c6c8a: am ff7cba54: am 42e9b631: Merge "Make room for new public flags" into klp-dev by Adam Lesinski · 11 years ago
  40. 6a591f5 Make room for new public flags by Adam Lesinski · 11 years ago
  41. 33069f4 am 47869404: am 2cad64c0: Merge "Surface: Change OutOfResourcesException to be a runtime exception" into klp-dev by Igor Murashkin · 11 years ago
  42. a86ab640 Surface: Change OutOfResourcesException to be a runtime exception by Igor Murashkin · 11 years ago
  43. 617feb9 Add View constructor that supplies a default style resource by Alan Viverette · 11 years ago
  44. 667809e simplify Surface{View} dirty rect handling by Mathias Agopian · 11 years ago
  45. 9ddf32a add javadoc for SurfaceView {unL|l}ockCanvas{AndPost}() by Mathias Agopian · 11 years ago
  46. 1c5383c Fix issue #8512015: VideoView's window animates when its position changes by Dianne Hackborn · 11 years ago
  47. c4aad01 Formalize overscan metrics. by Dianne Hackborn · 12 years ago
  48. f0681b3 Secure windows, secure surface views and secure displays. by Jeff Brown · 12 years ago
  49. c9f345f Document interaction of SurfaceView and post-layout transforms by Jesse Hall · 12 years ago
  50. 8d0243a Fix surface view on secondary display. by Jeff Brown · 12 years ago
  51. 656e3af Convert resized() method to new parameters. by Craig Mautner · 12 years ago
  52. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  53. 4702a85 More view hierarchy, fragment debugging. by Dianne Hackborn · 12 years ago
  54. 88a4292 am 807c7ae0: am 7835d4fb: Merge "Fix SurfaceView notifies on invalid surfaces." by Jean-Baptiste Queru · 12 years ago
  55. f750b8c Fix SurfaceView notifies on invalid surfaces. by Andreas Röhl · 12 years ago
  56. 6881a10 Small step towards supporting multiple displays by Craig Mautner · 12 years ago
  57. aac0d4e Replace left/right with start/end for Gravity / LayoutParams / Padding by Fabrice Di Meglio · 12 years ago
  58. 7ed1d66 Merge "fix SurfaceView visibility state changes" into jb-dev by Mathias Agopian · 12 years ago
  59. 85afd1b Implement new window cropping. by Dianne Hackborn · 12 years ago
  60. cbeb332 fix SurfaceView visibility state changes by Mathias Agopian · 12 years ago
  61. 5c58de3 Add system insets to windows. by Dianne Hackborn · 12 years ago
  62. a175a5b Encapsulate the ViewRootImpl's handler. by Jeff Brown · 13 years ago
  63. 61566cc Fix issue #5614559: Registering surface error in... by Dianne Hackborn · 13 years ago
  64. 6d05fd3 Fix issue #5588689: Black camera preview after coming back from gmail by Dianne Hackborn · 13 years ago
  65. 9a230e0 Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately by Dianne Hackborn · 13 years ago
  66. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  67. fee1c69 resolved conflicts for merge of 77dd616e to master by Dianne Hackborn · 13 years ago
  68. 5be8de3 More compatibility mode improvements. by Dianne Hackborn · 13 years ago
  69. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  70. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  71. 01d5edc Prevent crash when detaching a SurfaceView. Bug #3400461 by Romain Guy · 14 years ago
  72. 0c75622 Fix crash in movie studio. by Romain Guy · 14 years ago
  73. f2499fa Make sure that we update SurfaceView's window with display lists. Bug #3395487 by Romain Guy · 14 years ago
  74. 30bc34f Fix surface frame size reporting. by Jeff Brown · 14 years ago
  75. 334031c Fix documentation errors by Glenn Kasten · 14 years ago
  76. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  77. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  78. ef11530 fix build. SurfaceView.setFrame needed to be hidden by Mathias Agopian · 14 years ago
  79. 995bb9d fix [3008290] passion GB surface does not send surfaceChanged notification after size change. by Mathias Agopian · 14 years ago
  80. 251fd43 Argh oops I didn't mean to delete this. by Dianne Hackborn · 14 years ago
  81. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  82. 00fa7bd More native input dispatch work. by Jeff Brown · 14 years ago
  83. 2d468c5 Make sure SurfaceView use a 565 surface when requesting an OPAQUE format. by Mathias Agopian · 14 years ago
  84. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  85. 804d049 am 71d73a0d: Merge "Add a method to hide/show a SurfaceView\'s surface." into froyo by Romain Guy · 14 years ago
  86. afc3e11 Add a method to hide/show a SurfaceView's surface. by Romain Guy · 14 years ago
  87. d6ddcb7 fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and fail by Mathias Agopian · 14 years ago
  88. 726426e Fix issue #2529154 Found SurfaceFlinger timeout in logcat when wake up Camcorder by Dianne Hackborn · 14 years ago
  89. f5e32f3 another small step towards fixing [2501808] sapphire: OOM in GPU Surface area by Mathias Agopian · 14 years ago
  90. 7179b81 Adding a hidden method to check if a surface is fixed in size. by Derek Sollenberger · 14 years ago
  91. e2af5c8 Fix issue #2438457: Resolving Flash artifacts while scrolling. by Dianne Hackborn · 14 years ago
  92. 694f79b Fix issue #2519590: Lock screen stuck in landscape mode by Dianne Hackborn · 14 years ago
  93. 74bfea7 am a630dcdb: am ecde72fe: Ensure the IME is rendered above the surface when we z-order the surface to be on top. by Derek Sollenberger · 14 years ago
  94. ecde72f Ensure the IME is rendered above the surface when we z-order the surface to be on top. by Derek Sollenberger · 14 years ago
  95. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 15 years ago
  96. 29e4a3c Update from API review. by Dianne Hackborn · 15 years ago
  97. 1cd403e Add SurfaceView API to put surface on top of window. by Dianne Hackborn · 15 years ago
  98. 6b7f1a6 fix [2074427] SurfaceView doesn't disappear on GONE by Mathias Agopian · 15 years ago
  99. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  100. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago