1. d211230 remove support for PUSH_BUFFER surfaces and overlays by Mathias Agopian · 14 years ago
  2. 189ee18 Implement smarter sizing of WRAP_CONTENT windows. by Dianne Hackborn · 14 years ago
  3. ef11530 fix build. SurfaceView.setFrame needed to be hidden by Mathias Agopian · 14 years ago
  4. 995bb9d fix [3008290] passion GB surface does not send surfaceChanged notification after size change. by Mathias Agopian · 14 years ago
  5. 251fd43 Argh oops I didn't mean to delete this. by Dianne Hackborn · 14 years ago
  6. d76b67c IME events are now dispatched to native applications. by Dianne Hackborn · 14 years ago
  7. 00fa7bd More native input dispatch work. by Jeff Brown · 14 years ago
  8. 2d468c5 Make sure SurfaceView use a 565 surface when requesting an OPAQUE format. by Mathias Agopian · 14 years ago
  9. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  10. 804d049 am 71d73a0d: Merge "Add a method to hide/show a SurfaceView\'s surface." into froyo by Romain Guy · 14 years ago
  11. afc3e11 Add a method to hide/show a SurfaceView's surface. by Romain Guy · 14 years ago
  12. d6ddcb7 fix [2677468] some 3rd party GL ES apps get a 32-bits surface by default and fail by Mathias Agopian · 14 years ago
  13. 726426e Fix issue #2529154 Found SurfaceFlinger timeout in logcat when wake up Camcorder by Dianne Hackborn · 14 years ago
  14. f5e32f3 another small step towards fixing [2501808] sapphire: OOM in GPU Surface area by Mathias Agopian · 14 years ago
  15. 7179b81 Adding a hidden method to check if a surface is fixed in size. by Derek Sollenberger · 14 years ago
  16. e2af5c8 Fix issue #2438457: Resolving Flash artifacts while scrolling. by Dianne Hackborn · 14 years ago
  17. 694f79b Fix issue #2519590: Lock screen stuck in landscape mode by Dianne Hackborn · 14 years ago
  18. 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
  19. 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
  20. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  21. 29e4a3c Update from API review. by Dianne Hackborn · 15 years ago
  22. 1cd403e Add SurfaceView API to put surface on top of window. by Dianne Hackborn · 15 years ago
  23. 6b7f1a6 fix [2074427] SurfaceView doesn't disappear on GONE by Mathias Agopian · 15 years ago
  24. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  25. 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 15 years ago
  26. 168173a Don't crash when the window is closing by Joe Onorato · 15 years ago
  27. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 15 years ago
  28. 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
  29. 08f89ed am e0ef973b: Merge change 8323 into donut by Android (Google) Code Review · 15 years ago
  30. 589cebe * Use the scaled size for surface view instead of native. The surface will be always scaled by Mitsuru Oshima · 15 years ago
  31. 240f8a7 * a best effort fix for apps that uses get/set Matrix API on canvas. by Mitsuru Oshima · 15 years ago
  32. 2c33bb1 am 98a44df4: Merge change 8235 into donut by Android (Google) Code Review · 15 years ago
  33. 424f668 * Revert the change that I introduced while refactroing in SurfaceView#dispatchTouchEvent by Mitsuru Oshima · 15 years ago
  34. d5d967f am 38ed7d77: * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  35. 38ed7d77 * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  36. fead9b8 am fe6f45c8: Merge change 8098 into donut by Android (Google) Code Review · 15 years ago
  37. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  38. 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
  39. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 15 years ago
  40. 97900af am e96bd129: Merge change 7707 into donut by Android (Google) Code Review · 15 years ago
  41. 34bf2ee * scale surface view's canvas by Mitsuru Oshima · 15 years ago
  42. 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
  43. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  44. ecf2b68 am 7941e903: Merge change 5091 into donut by Android (Google) Code Review · 15 years ago
  45. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  46. 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
  47. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  48. 47588ef am c4d5d026: Add new window manager type for a hacking second-level media surface. by Dianne Hackborn · 15 years ago
  49. c4d5d02 Add new window manager type for a hacking second-level media surface. by Dianne Hackborn · 15 years ago
  50. d6ea77e1 am 4a8fb93f: Merge change 1638 into donut by Android (Google) Code Review · 15 years ago
  51. 3d91492 fix window layout problem in ViewRoot by Mitsuru Oshima · 15 years ago
  52. 98eeba8 am 6347c32: Merge change 1436 into donut by Android (Google) Code Review · 15 years ago
  53. 001a6e52 Density Compatibility mode for SurfaceView by Mitsuru Oshima · 15 years ago
  54. c2839e0 am 13735a2: Merge branch \'readonly-p4-donut\' into donut by Mitsuru Oshima · 15 years ago
  55. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  56. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  57. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  58. e570a0f auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  59. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  60. 9bdf576 proposed fix for issue #1703: http://code.google.com/p/android/issues/detail?id=1703 by Jon Larimer · 16 years ago
  61. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  62. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago