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