1. 289b9b6 Add ANativeWindow API for directly drawing to the surface bits. by Dianne Hackborn · 14 years ago
  2. 00fa7bd More native input dispatch work. by Jeff Brown · 14 years ago
  3. 349703e Native input event dispatching. by Jeff Brown · 14 years ago
  4. 1e4b9f3 Remove InputConsumer, replacing with InputQueue. by Dianne Hackborn · 14 years ago
  5. a95e4cb First stab at attaching native event dispatching. by Dianne Hackborn · 14 years ago
  6. 46b9ac0 Native input dispatch rewrite work in progress. by Jeff Brown · 14 years ago
  7. dc8a7f6 Add new API to take over a window's Surface. by Dianne Hackborn · 14 years ago
  8. fa9e7c0 Sketch of Native input for MessageQueue / Looper / ViewRoot by Christopher Tate · 14 years ago
  9. 99fb504 am fc12b5be: am b5fa4dff: Merge "Fix bug 2594126 Do not crash when ViewRoot is trying to play a UI sound. This CL doesn\'t fix why mView can be null in the first place, but prevents a crash when mView is null and a UI sound is to be played." into froyo by Jean-Michel Trivi · 14 years ago
  10. 13b18fd Fix bug 2594126 Do not crash when ViewRoot is trying to play a UI by Jean-Michel Trivi · 14 years ago
  11. a62b09a fix [2615973] ViewRoot locks the Surface even when the dirty region is empty by Mathias Agopian · 14 years ago
  12. 2d4cff6 Fix regression introduced when fixing focus issue with ScrollView. Bug #2581646 by Romain Guy · 14 years ago
  13. 7b70f65 Search for focusable views only after layout has happened when the window is first created. by Romain Guy · 14 years ago
  14. 2e4f426 Correctly resize dialogs when measured in WRAP_CONTENT Bug #2549649 by Romain Guy · 14 years ago
  15. d49258f Fix issue #2544466: Car Home brightness icon comes and goes while phone is in car dock in FRE83 by Dianne Hackborn · 14 years ago
  16. 1c6a894 Fix issue #2538211: system server crash by Dianne Hackborn · 14 years ago
  17. cdb8667 Force all views to relayout when ViewRoot is resized. Bug #2519590 by Romain Guy · 14 years ago
  18. 694f79b Fix issue #2519590: Lock screen stuck in landscape mode by Dianne Hackborn · 14 years ago
  19. 51a6bee Fix bugs when transitioning out of touch mode by Adam Powell · 14 years ago
  20. 82fe564 Comment out the finalize() methods defined on the Activity, by Carl Shapiro · 14 years ago
  21. e36d6e2 Work on issue #2263557: PMF3000 showing hybrid of portrait and landscape modes by Dianne Hackborn · 14 years ago
  22. 2a9094d Framework part of issue #2391576: Add method to start the Jit and call it by Dianne Hackborn · 14 years ago
  23. 980a938 Deprecate fill_parent and introduce match_parent. Bug: #2361749. by Romain Guy · 15 years ago
  24. df7edf5 am 55896f3c: Merge change Ib71193bf into eclair by Joe Onorato · 15 years ago
  25. b71193b Fix 2283089 - ERD47B: Force Close of Launcher2 process when hitting Search button to invoke QSB by Joe Onorato · 15 years ago
  26. 949ffa3 am 11cff8cd: Merge change Ie211adae into eclair by Marco Nelissen · 15 years ago
  27. bf6956b Add a way for wallpapers to know the delta between virtual screens. by Marco Nelissen · 15 years ago
  28. c6bead1 am 7580493b: Implement feature #2117336: Create event communication APIs for live wallpaper by Dianne Hackborn · 15 years ago
  29. 7580493 Implement feature #2117336: Create event communication APIs for live wallpaper by Dianne Hackborn · 15 years ago
  30. d443ba4 Prevent transparent region from getting out of sync with Surface Flinger by Jack Palevich · 15 years ago
  31. fd71653 add local flag to enable FPS w/o having to enable Config.DEBUG, which can have unintended costs by Mike Reed · 15 years ago
  32. 61a6e68 Prevent transparent region from getting out of sync with Surface Flinger by Jack Palevich · 15 years ago
  33. 35b38ce Improve drawing cache speed by selecting the correct opacity and keeping a 32 bits by Romain Guy · 15 years ago
  34. 94d6914 Fix issue #1930911: Crash in system process by Dianne Hackborn · 15 years ago
  35. ffa4248 Fix issue #2133206: dialogs/menus should auto-dismiss when screen turns off by Dianne Hackborn · 15 years ago
  36. 83fe3f5 Last big work on #1991910: Make swipes work with capacitive keys by Dianne Hackborn · 15 years ago
  37. 19382ac Some optizations to wallpaper drawing/scrolling. by Dianne Hackborn · 15 years ago
  38. 0586a1b Fix issue #2095422: Some fades from opaque to transparent don't work by Dianne Hackborn · 15 years ago
  39. 6ccd2af resolved conflicts for merge of 301b97ac to eclair by Dianne Hackborn · 15 years ago
  40. fd12af4 Various tweaks to try to improve low memory behavior. by Dianne Hackborn · 15 years ago
  41. 15df670 Fix potential leak in ViewRoot. by Romain Guy · 15 years ago
  42. 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 15 years ago
  43. 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 15 years ago
  44. 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 15 years ago
  45. afcf686 am 25dff70f: Merge change 9039 into donut by Android (Google) Code Review · 15 years ago
  46. 0d22101 Fix #2018814: System cannot correctly render assets with "wrap_content" attribute in QVGA by Dianne Hackborn · 15 years ago
  47. ddca3ee Add support for power keys, improve behavior of virtual keys. by Dianne Hackborn · 15 years ago
  48. e2dba02 am 11ea3347: Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  49. 11ea334 Allow for screen density drawables in compatibility mode. by Dianne Hackborn · 15 years ago
  50. 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
  51. 08f89ed am e0ef973b: Merge change 8323 into donut by Android (Google) Code Review · 15 years ago
  52. 589cebe * Use the scaled size for surface view instead of native. The surface will be always scaled by Mitsuru Oshima · 15 years ago
  53. 240f8a7 * a best effort fix for apps that uses get/set Matrix API on canvas. by Mitsuru Oshima · 15 years ago
  54. d5d967f am 38ed7d77: * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  55. 38ed7d77 * Adjust canvas size under compatibility mode. by Mitsuru Oshima · 15 years ago
  56. fead9b8 am fe6f45c8: Merge change 8098 into donut by Android (Google) Code Review · 15 years ago
  57. 61324e5 cast is floor. Use round instead. by Mitsuru Oshima · 15 years ago
  58. 0fde7de am 54f09101: Merge change 7613 into donut by Android (Google) Code Review · 15 years ago
  59. 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 15 years ago
  60. 5b2e50c am 30d86e51: Merge change 7124 into donut by Android (Google) Code Review · 15 years ago
  61. e8b1652 Fixes #1977685. Prevent crash when the soft keyboard is brought up. by Romain Guy · 15 years ago
  62. 5583dc6 fix [1968839] tap on phonetop search couple of times will cause the runtime restart by Mathias Agopian · 15 years ago
  63. 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
  64. 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 15 years ago
  65. d6f49fe am 790a604b: Merge change 6372 into donut by Android (Google) Code Review · 15 years ago
  66. 1e09597 Fixes #1963217. Increases the invalidate region in compatibility mode. by Romain Guy · 15 years ago
  67. ecf2b68 am 7941e903: Merge change 5091 into donut by Android (Google) Code Review · 15 years ago
  68. 64f5934 * new screen resolution support impl. by Mitsuru Oshima · 15 years ago
  69. 32c7989 am e8966e12: Merge change 4008 into donut by Android (Google) Code Review · 15 years ago
  70. 8506ab4 Fixes #1886237. Views drawing cache was not generated properly. by Romain Guy · 15 years ago
  71. bd6b11d am e5fb3288: resolution support fix/improvement * adding compatibility menu * backup gravity * set expanable=true if the screen size is hvga * density. * added "supports any density" mode. I\'ll add sdk check later. * disallow to catch orientation c by Mitsuru Oshima · 15 years ago
  72. e5fb328 resolution support fix/improvement by Mitsuru Oshima · 15 years ago
  73. 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
  74. 9189cab * Moved supports-density tag under manifest by Mitsuru Oshima · 15 years ago
  75. 53071d6 Added LatencyTimer to ease latency measurements by Michael Chan · 15 years ago
  76. 75986cf Accessibility feature - framework changes (replacing 698, 699, 700, 701 and merging with the latest Donut) by svetoslavganov · 15 years ago
  77. 5bcdff4 Fixes #1846038. The dirty region can sometimes be modified by SurfaceFlinger. When this happens, force the view hierarchy to ignore the dirty flags. by Romain Guy · 15 years ago
  78. 3d91492 fix window layout problem in ViewRoot by Mitsuru Oshima · 15 years ago
  79. 13922e0 Fixes #1836075. Adds consistency checks for the View hierarchy. To enable them, you need a debug build and ViewDebug.sConsistencyCheckEnabled set to true in debug.prop. This change also lets you easily enable drawing and layout profiling in ViewRoot by setting ViewRoot.sProfileDrawing, ViewRoot.sProfileLayout and ViewRoot.sShowFps in debug.prop with a debug build. by Romain Guy · 15 years ago
  80. c5b0e6e don't scale trackball event by Mitsuru Oshima · 15 years ago
  81. b10f138 * Add regoin scaling for transparent support by Mitsuru Oshima · 15 years ago
  82. 24443ea Fixes #1596240. Optimize invalidate/draw passes by marking opaque views and avoiding drawing them. Whenever a View requests an invalidate its parent check whether the view is opaque or not. When the view is not opaque, the framework behaves as it used to. However, when a view is opaque, the parent marks itself as being dirty because of an opaque view. Its parent then does the same, and so on. When the framework then starts drawing the views, it does not draw views marked as dirty opaque. If a view is dirty opaque and receives an invalidate request from a non-opaque view, it then clears the dirty opaque flag and behaves as before. by Romain Guy · 15 years ago
  83. 8169dae AI 147976: Compatibility mode support. Part 2. by Mitsuru Oshima · 15 years ago
  84. bb93d55 Automated import from //branches/donutburger/...@141885,141885 by Romain Guy · 15 years ago
  85. 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 15 years ago
  86. ba87e3e auto import from //branches/cupcake_rel/...@138607 by The Android Open Source Project · 15 years ago
  87. 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  88. d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 15 years ago
  89. 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 15 years ago
  90. 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 15 years ago
  91. 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 15 years ago
  92. 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 15 years ago
  93. da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 15 years ago
  94. d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 15 years ago
  95. 22f7dfd auto import from //branches/cupcake/...@127101 by The Android Open Source Project · 16 years ago
  96. 9266c55 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 16 years ago
  97. b798689 auto import from //branches/cupcake/...@125939 by The Android Open Source Project · 16 years ago
  98. f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 16 years ago
  99. 54b6cfa Initial Contribution by The Android Open Source Project · 16 years ago