1. c4aad01 Formalize overscan metrics. by Dianne Hackborn · 11 years ago
  2. f0681b3 Secure windows, secure surface views and secure displays. by Jeff Brown · 12 years ago
  3. c9f345f Document interaction of SurfaceView and post-layout transforms by Jesse Hall · 12 years ago
  4. 8d0243a Fix surface view on secondary display. by Jeff Brown · 12 years ago
  5. 656e3af Convert resized() method to new parameters. by Craig Mautner · 12 years ago
  6. 98365d7 Refactor for multi-display support. by Jeff Brown · 12 years ago
  7. 4702a85 More view hierarchy, fragment debugging. by Dianne Hackborn · 12 years ago
  8. 88a4292 am 807c7ae0: am 7835d4fb: Merge "Fix SurfaceView notifies on invalid surfaces." by Jean-Baptiste Queru · 12 years ago
  9. f750b8c Fix SurfaceView notifies on invalid surfaces. by Andreas Röhl · 12 years ago
  10. 6881a10 Small step towards supporting multiple displays by Craig Mautner · 12 years ago
  11. aac0d4e Replace left/right with start/end for Gravity / LayoutParams / Padding by Fabrice Di Meglio · 12 years ago
  12. 7ed1d66 Merge "fix SurfaceView visibility state changes" into jb-dev by Mathias Agopian · 12 years ago
  13. 85afd1b Implement new window cropping. by Dianne Hackborn · 12 years ago
  14. cbeb332 fix SurfaceView visibility state changes by Mathias Agopian · 12 years ago
  15. 5c58de3 Add system insets to windows. by Dianne Hackborn · 12 years ago
  16. a175a5b Encapsulate the ViewRootImpl's handler. by Jeff Brown · 12 years ago
  17. 61566cc Fix issue #5614559: Registering surface error in... by Dianne Hackborn · 13 years ago
  18. 6d05fd3 Fix issue #5588689: Black camera preview after coming back from gmail by Dianne Hackborn · 13 years ago
  19. 9a230e0 Fix issue #5371530: SYSTEMUI_FLAG_HIDE_NAVIGATION reasserts itself immediately by Dianne Hackborn · 13 years ago
  20. 6dd005b I. Can. Not. Stand. ViewAncestor. by Dianne Hackborn · 13 years ago
  21. fee1c69 resolved conflicts for merge of 77dd616e to master by Dianne Hackborn · 13 years ago
  22. 5be8de3 More compatibility mode improvements. by Dianne Hackborn · 13 years ago
  23. c6cc0f8 Rename ViewRoot to ViewAncestor. by Joe Onorato · 13 years ago
  24. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  25. 01d5edc Prevent crash when detaching a SurfaceView. Bug #3400461 by Romain Guy · 13 years ago
  26. 0c75622 Fix crash in movie studio. by Romain Guy · 13 years ago
  27. f2499fa Make sure that we update SurfaceView's window with display lists. Bug #3395487 by Romain Guy · 13 years ago
  28. 30bc34f Fix surface frame size reporting. by Jeff Brown · 13 years ago
  29. 334031c Fix documentation errors by Glenn Kasten · 14 years ago
  30. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  31. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  32. ef11530 fix build. SurfaceView.setFrame needed to be hidden by Mathias Agopian · 14 years ago
  33. 995bb9d fix [3008290] passion GB surface does not send surfaceChanged notification after size change. by Mathias Agopian · 14 years ago
  34. 251fd43 Argh oops I didn't mean to delete this. by Dianne Hackborn · 14 years ago
  35. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  36. 00fa7bd More native input dispatch work. by Jeff Brown · 14 years ago
  37. 2d468c5 Make sure SurfaceView use a 565 surface when requesting an OPAQUE format. by Mathias Agopian · 14 years ago
  38. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  39. 804d049 am 71d73a0d: Merge "Add a method to hide/show a SurfaceView\'s surface." into froyo by Romain Guy · 14 years ago
  40. afc3e11 Add a method to hide/show a SurfaceView's surface. by Romain Guy · 14 years ago
  41. d6ddcb7 fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and fail by Mathias Agopian · 14 years ago
  42. 726426e Fix issue #2529154 Found SurfaceFlinger timeout in logcat when wake up Camcorder by Dianne Hackborn · 14 years ago
  43. f5e32f3 another small step towards fixing [2501808] sapphire: OOM in GPU Surface area by Mathias Agopian · 14 years ago
  44. 7179b81 Adding a hidden method to check if a surface is fixed in size. by Derek Sollenberger · 14 years ago
  45. e2af5c8 Fix issue #2438457: Resolving Flash artifacts while scrolling. by Dianne Hackborn · 14 years ago
  46. 694f79b Fix issue #2519590: Lock screen stuck in landscape mode by Dianne Hackborn · 14 years ago
  47. 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
  48. 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
  49. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  50. 29e4a3c Update from API review. by Dianne Hackborn · 15 years ago
  51. 1cd403e Add SurfaceView API to put surface on top of window. by Dianne Hackborn · 15 years ago
  52. 6b7f1a6 fix [2074427] SurfaceView doesn't disappear on GONE by Mathias Agopian · 15 years ago
  53. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  54. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  55. 168173a Don't crash when the window is closing by Joe Onorato · 15 years ago
  56. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 15 years ago
  57. 30b06eb am 589cebe2: * Use the scaled size for surface view instead of native. The surface will be always scaled by surface flinger in compatiblity mode. The original approach confused the app because the surface size and the view size were different. * a few clean up. remo by Mitsuru Oshima · 15 years ago
  58. 08f89ed am e0ef973b: Merge change 8323 into donut by Android (Google) Code Review · 15 years ago
  59. 589cebe * Use the scaled size for surface view instead of native. The surface will be always scaled by Mitsuru Oshima · 15 years ago
  60. 240f8a7 * a best effort fix for apps that uses get/set Matrix API on canvas. by Mitsuru Oshima · 15 years ago
  61. 2c33bb1 am 98a44df4: Merge change 8235 into donut by Android (Google) Code Review · 15 years ago
  62. 424f668 * Revert the change that I introduced while refactroing in SurfaceView#dispatchTouchEvent by Mitsuru Oshima · 15 years ago
  63. d5d967f am 38ed7d77: * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  64. 38ed7d77 * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  65. fead9b8 am fe6f45c8: Merge change 8098 into donut by Android (Google) Code Review · 15 years ago
  66. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  67. a065b01 am 841f13c8: * Reverted the change in PackageParser that I checked by accident * More surface view fix. - correct event translation on surface view. - use compatible window * removed FLAG_NO_COMPATIBILITY_SCALE. It was my misunderstanding of how SurfaceView works, by Mitsuru Oshima · 15 years ago
  68. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  69. 97900af am e96bd129: Merge change 7707 into donut by Android (Google) Code Review · 15 years ago
  70. 34bf2ee * scale surface view's canvas by Mitsuru Oshima · 15 years ago
  71. c3f60dd am 1ecf5d28: Re-implementation of large screen support using window manager. * added background filler surface to fill the outer rim. Using the same layer as dim surface because they never co-exists (in the same window) * clean up the obsolete code in Compatibilt by Mitsuru Oshima · 15 years ago
  72. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  73. ecf2b68 am 7941e903: Merge change 5091 into donut by Android (Google) Code Review · 15 years ago
  74. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  75. 342d59d am 9189cabb: * Moved supports-density tag under manifest * Refactored Compatibility code * Added CompatibilityInfo class * Removed getApplicationScale from Context * Added Resources#getCompatibilityInfo so that RootView can get the compatibility info w/o going through Context * Expandable support * Added expandable tag under manifest * Old application w/o expandable is given the default screen size ([320, 480] x density). * The non-expandable window is centered. by Mitsuru Oshima · 15 years ago
  76. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  77. 47588ef am c4d5d026: Add new window manager type for a hacking second-level media surface. by Dianne Hackborn · 15 years ago
  78. c4d5d02 Add new window manager type for a hacking second-level media surface. by Dianne Hackborn · 15 years ago
  79. d6ea77e1 am 4a8fb93f: Merge change 1638 into donut by Android (Google) Code Review · 15 years ago
  80. 3d91492 fix window layout problem in ViewRoot by Mitsuru Oshima · 15 years ago
  81. 98eeba8 am 6347c32: Merge change 1436 into donut by Android (Google) Code Review · 15 years ago
  82. 001a6e52 Density Compatibility mode for SurfaceView by Mitsuru Oshima · 15 years ago
  83. c2839e0 am 13735a2: Merge branch \'readonly-p4-donut\' into donut by Mitsuru Oshima · 15 years ago
  84. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  85. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  86. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  87. e570a0f auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  88. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  89. 9bdf576 proposed fix for issue #1703: http://code.google.com/p/android/issues/detail?id=1703 by Jon Larimer · 16 years ago
  90. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  91. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago