summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/src/com/android/systemui/recent/RecentsActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix transition into Recents with live wallpaperMichael Jurka2012-10-191-1/+5
| | | | | Fixes regression introduced by: 738cfc91053fc888397ec2d139e0798f8c95b3ca (Fixing wallpaper flash when going in/out of Recents)
* Fix recents animations for secondary usersMichael Jurka2012-10-191-26/+28
| | | | | Bug: 7361640 Change-Id: Ibd177bf01758fb8706b82dcf3bf234e052c38aa3
* Use black bg in recents if using live wallpaperMichael Jurka2012-10-131-0/+21
| | | | | Bug: 7282784 Change-Id: I686f8f0e36e3414ad30d23de80cbbfb2868069d4
* Fix one case where recents is sometimes not visibleMichael Jurka2012-10-091-0/+4
| | | Bug: 7299653
* Fix Recents dismiss/back button behaviorMichael Jurka2012-10-031-5/+12
| | | | Bug: 7238675 Change-Id: Ic97c38d5559b90c08a32751091d2587d4abfd534
* Fix bug 7138446: Icon blips in during Recents animationMichael Jurka2012-10-021-3/+9
| | | | | | | Add animation where icon and description of the primary activity fades and translates in Change-Id: Ie21b5302ac9e58ee6af219b7cde98d12a8e82697
* Fix 7216870: recents relaunches dismissed activityMichael Jurka2012-09-251-1/+1
|
* Don't load views before onResume called.Craig Mautner2012-09-201-0/+6
| | | | | | | | | | | | | | | Views were being kicked off when RecentsTaskLoader was being started from BaseStatusBar.toggleRecentsActivity. Then RecentTasksLoader called RecentsPanelView.onTasksLoaded which invalidated the Adapter and loaded the item views. All this before window manager had determined that the Activity should be rotated and providing a new Configuration. This fix waits for the Activity to resume before allowing the Adapter to be invalidated. Fixes bug 7138698. Change-Id: I0df67ff2e07a0e0b69cc3b52e9843f90ce763704
* Fix issue where recents would not show up sometimesMichael Jurka2012-09-171-2/+11
| | | Change-Id: Iea78f447b71ae23630c76c8982e69c780eef9df6
* Fix crash in recentsMichael Jurka2012-09-131-7/+9
| | | | | | Bug: 7128044 Change-Id: Icaec50ef9dfbc5da78d71925215c3363f58d7d3d
* Porting old code for min alpha for items in recentsMichael Jurka2012-09-041-0/+2
| | | | Change-Id: I68dce175b3a2c0263c5df1ef787c28d6c622e879
* Recents: apps scale down to thumbnails nowMichael Jurka2012-08-231-0/+176
As a part of this change, Recents is now an activity. Known issues: * Jank: jump-cut as app icon appears suddenly after the aniamtion * Preloading recents is broken on phones without soft nav bar and on tablets * Thumbnail window from animation lingers/flashes sometimes Change-Id: Ie6f991f3c2e1e67f9ed84eb6adba9174ed957248