- 25994b4 Wallpapers: new transitions, hiding when not visible, other cleanup. by Dianne Hackborn · 17 years ago
- bdd52b2 Fix issue #2097060: Screen all messed up when setup wizard finished by Dianne Hackborn · 17 years ago
- a8f6018 Work on issue #2079167: Flickering issue across multiple UI by Dianne Hackborn · 17 years ago
- 284ac93 More work on wallpapers: animations, lifecycle, scaling, etc. by Dianne Hackborn · 17 years ago
- 6c3f571 Fix issue #2069662: The wallpaper doesn't move along with the home screen by Dianne Hackborn · 17 years ago
- 83360b3 Fix bug that would leave old windows around. by Dianne Hackborn · 17 years ago
- 3be63c0 Infrastructure for supporting wallpaper previews. by Dianne Hackborn · 17 years ago
- f8fbdb6 Add wallpaper transition animations. by Dianne Hackborn · 17 years ago
- e9e9bca More wallpaper fixes: scroll position, visibility, leaking. by Dianne Hackborn · 17 years ago
- 8df8b2b Allow wallpapers to get touch events. by Dianne Hackborn · 17 years ago
- 7341d7a More work on wallpapers. by Dianne Hackborn · 17 years ago
- 0cd4887 A little more wallpaper robustness. by Dianne Hackborn · 17 years ago
- 317a628 Surface::GPU and Surface::HARDWARE are now deprecated; they will be set automatically if needed. by Mathias Agopian · 17 years ago
- f21adf6 Always have a wallpaper service running. by Dianne Hackborn · 17 years ago
- 72c82ab Report wallpaper offset to the wallpaper, use this in the image wallpaper. by Dianne Hackborn · 17 years ago
- c8a0a75 Implement support for scrolling a wallpaper. by Dianne Hackborn · 17 years ago
- 759a39e Live wallpapers become a little more real. by Dianne Hackborn · 17 years ago
- 4c62fc0 Very primitive wallpapers in a surface. by Dianne Hackborn · 17 years ago
- a1bd466 am 89888b2d: Merge change 20038 into donut by Android (Google) Code Review · 17 years ago
- 9f028e6 Remove debug code which reads the max_events_per_sec property on every touch event by Michael Chan · 17 years ago
- 88e1bab am 20583ff9: Fix issue #2015611: layering problem when moving an activity to the foreground. by Dianne Hackborn · 17 years ago
- 20583ff Fix issue #2015611: layering problem when moving an activity to the foreground. by Dianne Hackborn · 17 years ago
- ddca3ee Add support for power keys, improve behavior of virtual keys. by Dianne Hackborn · 17 years ago
- 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 · 17 years ago
- 589cebe * Use the scaled size for surface view instead of native. The surface will be always scaled by Mitsuru Oshima · 17 years ago
- a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 17 years ago
- c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 17 years ago
- fce2972 am 3b5449e9: Merge change 7862 into donut by Android (Google) Code Review · 17 years ago
- d2967e2 * Don't clip the display if LAYOUT_NO_LIMITS is specified (as with PhoneWindowmanager does) by Mitsuru Oshima · 17 years ago
- 0fde7de am 54f09101: Merge change 7613 into donut by Android (Google) Code Review · 17 years ago
- 5a2b91d * Use Fede In/Out animation if one of opening/closing apps is in compatibility mode. by Mitsuru Oshima · 17 years ago
- 545f979 am b9bae58e: Merge change 7402 into donut by Android (Google) Code Review · 17 years ago
- 0a5d2c4 Added fade-in out animation for compatible apps by Mitsuru Oshima · 17 years ago
- 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 · 17 years ago
- 1ecf5d2 Re-implementation of large screen support using window manager. by Mitsuru Oshima · 17 years ago
- 5d16cd0 am d7cd29da: Add facility to run setup wizard after an update. by Dianne Hackborn · 17 years ago
- 0d0012e am 54af78a3: Merge change 5950 into donut by Android (Google) Code Review · 17 years ago
- d7cd29d Add facility to run setup wizard after an update. by Dianne Hackborn · 17 years ago
- fff2fda Fix memory leaks in system_server by Suchi Amalapurapu · 17 years ago
- 6463ff2 resolved conflicts for merge of 66c2942a to master by Dianne Hackborn · 17 years ago
- f6ff591 am 72eb0aca: Merge change 5483 into donut by Android (Google) Code Review · 17 years ago
- 2bd33d7 Fix issue #1943706 (Applying the monkey to GoogleVoice causes SecurityException) by Dianne Hackborn · 17 years ago
- 723738c Expand support for different screen sizes. by Dianne Hackborn · 17 years ago
- a2aaa9e resolved conflicts for merge of 6edb3487 to master by Dianne Hackborn · 17 years ago
- cfaef69 Implement permission test for activity, window, service manager. by Dianne Hackborn · 17 years ago
- f40e1a5 Fix botched merge from commit b61498d1ac8e25f0024dcde46b41bcf0d8336d89 by Eric Fischer · 17 years ago
- b61498d resolved conflicts for merge of f31cbb to master by Romain Guy · 17 years ago
- 06882f8 Enable HierarchyViewer on debuggable builds, even if they're secure. by Romain Guy · 17 years ago
- e10de97 Throttle one last user activity call to 1/sec that was missed last time by Michael Chan · 17 years ago
- ccee782 am d1a93373: Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 17 years ago
- d1a9337 Add a new window flag to display a window when keyguard is shown. by Suchi Amalapurapu · 17 years ago
- 53071d6 Added LatencyTimer to ease latency measurements by Michael Chan · 17 years ago
- 05d24af Merge branch 'readonly-p4-donut' into donut by Michael Chan · 17 years ago
- e96440f AI 148368: Decrease CPU usage by throttling touch events by Michael Chan · 17 years ago
- 3413b89 Let screenOrientation="behind" works as expected by Owen Lin · 17 years ago
- 1d442e0 More optimization of dumpsys output. by Dianne Hackborn · 17 years ago
- cfe6524 Remove references to android.util.Config by Dave Bort · 17 years ago
- 958b9ad AI 143899: am: CL 143896 Fix issue #1748954 and #1737952: by Dianne Hackborn · 17 years ago
- 617f877 AI 143800: am: CL 143748 Fix issue #1743326 (More battery stats) by Dianne Hackborn · 17 years ago
- 321ae68 AI 143173: am: CL 142879 Fix issue #1732012 (Only show screen rotation animation when triggered by sensor) -- set the new surface flag as appropriate. by Dianne Hackborn · 17 years ago
- 1e880db AI 143169: am: CL 142870 Fix issue #1724917 (Applications (browser, maps, gmail) fail to retain their landscape state after coming out of sleep mode). We now rely on the listeners last known orientation, and make sure to clear it when enabling/disabling. by Dianne Hackborn · 17 years ago
- 2ad63a9 Automated import from //branches/donutburger/...@142784,142784 by Chris Tate · 17 years ago
- 9ed4a4b Automated import from //branches/donutburger/...@142722,142722 by Dianne Hackborn · 17 years ago
- c485a60 Automated import from //branches/donutburger/...@142397,142397 by Dianne Hackborn · 17 years ago
- ef49c57 Automated import from //branches/donutburger/...@141079,141079 by Dianne Hackborn · 17 years ago
- e68ffcb Automated import from //branches/donutburger/...@140997,140997 by Joe Onorato · 17 years ago
- 1059253 auto import from //branches/cupcake_rel/...@140373 by The Android Open Source Project · 17 years ago
- c39a6e0 auto import from //branches/cupcake/...@137873 by The Android Open Source Project · 17 years ago
- 4df2423 auto import from //depot/cupcake/@136594 by The Android Open Source Project · 17 years ago
- c474dec auto import from //depot/cupcake/@135863 by The Android Open Source Project · 17 years ago
- 9066cfe auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
- d83a98f auto import from //depot/cupcake/@135843 by The Android Open Source Project · 17 years ago
- 076357b auto import from //depot/cupcake/@132589 by The Android Open Source Project · 17 years ago
- 3dec7d5 auto import from //depot/cupcake/@137055 by The Android Open Source Project · 17 years ago
- 15ab3ea auto import from //branches/cupcake/...@132569 by The Android Open Source Project · 17 years ago
- 3001a03 auto import from //branches/cupcake/...@132276 by The Android Open Source Project · 17 years ago
- da996f3 auto import from //branches/cupcake/...@131421 by The Android Open Source Project · 17 years ago
- d24b818 auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 17 years ago
- f1e484a auto import from //branches/cupcake/...@127436 by The Android Open Source Project · 17 years ago
- 9266c558 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
- f013e1a Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 18 years ago
- 54b6cfa Initial Contribution by The Android Open Source Project · 18 years ago