1. 38cc896 Fix issue #5446988: WindowManager warns BOOT TIMEOUT,... by Dianne Hackborn · 13 years ago
  2. ab48b68 Refactoring loading of recent apps by Michael Jurka · 13 years ago
  3. 9316e7e Reduce height of recent app thumbnails by Michael Jurka · 13 years ago
  4. 7daf95d Fixing accessibility support in Recent Apps by Michael Jurka · 13 years ago
  5. 06b7deb am 2d69cff8: Merge "Fix crash in recent apps" into ics-factoryrom by Michael Jurka · 13 years ago
  6. 2d69cff Merge "Fix crash in recent apps" into ics-factoryrom by Michael Jurka · 13 years ago
  7. df9d4e8 Merge "Speeding up Recent Apps" by Michael Jurka · 13 years ago
  8. 57e4d44 Speeding up Recent Apps by Michael Jurka · 13 years ago
  9. 7e9c49c Fix crash in recent apps by Michael Jurka · 13 years ago
  10. 6d66708 Added "No recent apps" message on phones by Michael Jurka · 13 years ago
  11. 0e8063a Bug fixes in Recents by Michael Jurka · 13 years ago
  12. 6f90f2a Merge "Updated Recent Apps visuals" by Michael Jurka · 13 years ago
  13. 02038e3 Updated Recent Apps visuals by Peter Ng · 13 years ago
  14. eeb1dca Fix issue #5139085: Some Recents items can't be killed by Dianne Hackborn · 13 years ago
  15. faa790c Fix the pressed state for thumbnails in Recents by Michael Jurka · 13 years ago
  16. 8064ec6 Merge "Use default thumbnail if getting app thumbnail fails" by Michael Jurka · 13 years ago
  17. 9563cb8 Use default thumbnail if getting app thumbnail fails by Michael Jurka · 13 years ago
  18. c6461ca Fix regression: recents did not dismiss after launching apps (5252649) by Michael Jurka · 13 years ago
  19. 6f983a7 Merge "Fixing orientation change bug (5098088)" by Michael Jurka · 13 years ago
  20. 8b09866 Fixing orientation change bug (5098088) by Michael Jurka · 13 years ago
  21. 622a976 updating visuals of Recent Apps by Peter Ng · 13 years ago
  22. 3cd0a59 Improve Recent Apps scrolling performance by Michael Jurka · 13 years ago
  23. cfb9f2b Fix issue #5192141: systemui asplodes after enough tapping on the windowlist button by Dianne Hackborn · 13 years ago
  24. fc8fa63 Fix issue #5128639: SystemUI grows by 10MB after taking a screenshot by Dianne Hackborn · 13 years ago
  25. 212f625 Optimized swipe animation for Recents app. by Chet Haase · 13 years ago
  26. 6311d0a Clear the bitmap from the canvas in a lot of places. by Dianne Hackborn · 13 years ago
  27. e9166ed Dismiss Recent Apps when Back is pressed by Michael Jurka · 13 years ago
  28. 07d4046 Unifying swipe behavior for Recents and Notifications by Michael Jurka · 13 years ago
  29. d4ae1de Fix crash in recents by Michael Jurka · 13 years ago
  30. 6179ea3 Adding accessibility support to the Status Bar. by Svetoslav Ganov · 13 years ago
  31. c0d2731 Fix 5023708,4689527: Add popups and overlays to recents. Misc bug fixes. by Jim Miller · 13 years ago
  32. 3c728fe Fix 4689527: Improved curation for Recents + misc cleanup by Jim Miller · 13 years ago
  33. 4917b0d Handling Resources.NotFoundException in Recents by Michael Jurka · 13 years ago
  34. 8894cc5 When removing a task, also kill its processes. by Dianne Hackborn · 13 years ago
  35. 3b1fc47 Port recent apps from tablet to phone by Michael Jurka · 13 years ago
  36. 9f0f0e0 First pass at integrating new ScrollView-based recents panel. by Jim Miller · 13 years ago[Renamed (64%) from packages/SystemUI/src/com/android/systemui/statusbar/tablet/RecentAppsPanel.java]
  37. 3d0724d resolved conflicts for merge of 0e59729b to master by Dianne Hackborn · 13 years ago
  38. 0f1de9a New compat mode front end: UI and persistence. by Dianne Hackborn · 13 years ago
  39. 0c5001d Add APIs to remove tasks. by Dianne Hackborn · 13 years ago
  40. f26fd99 Rework thumbnails in activity manager. by Dianne Hackborn · 13 years ago
  41. e70d506 Fix 4027057: Improve resolution of RecentApps thumbnail images. by Jim Miller · 14 years ago
  42. 67edceb Fix 3504984: Use overscroll fade in Recents. by Jim Miller · 14 years ago
  43. b5a2b29 Fix 3500730: Prevent NPE cause by clicking on footer view by Jim Miller · 14 years ago
  44. 5fda69c Fix 3386135: Make recent apps scrollable with more entries by Jim Miller · 14 years ago
  45. d94df45 Rework thumbnail API to not suffer from IPC failures. by Dianne Hackborn · 14 years ago
  46. 85433c7 Merge "Fix 3354590: Add back button to dismiss RecentAppsPanel" into honeycomb by Jim Miller · 14 years ago
  47. f1e22e5 Fix 3354590: Add back button to dismiss RecentAppsPanel by Jim Miller · 14 years ago
  48. 6f5bd3c Fix 3338368: Fix bounds calculation for recent apps view by Jim Miller · 14 years ago
  49. 573068c Using full-resolution default activity icon in Recent Apps by Michael Jurka · 14 years ago
  50. 85babff Fix 3253629: Tweaks to recent apps by Jim Miller · 14 years ago
  51. 01f9944 Fix 3305645: Hide recents if there are no recent apps. by Jim Miller · 14 years ago
  52. 25eef89 Fix 3309250: Don't crash when thumbnail is null by Jim Miller · 14 years ago
  53. f9905b4 New thumbnail generation and centering in RecentApps by Jim Miller · 14 years ago
  54. 5e5b1b3 Fix 3290446: Reduce number of recents to fit in a single binder by Jim Miller · 14 years ago
  55. 74fd1dd Fix 3295530: Fix crash in RecentApps when we have no recents by Jim Miller · 14 years ago
  56. d19bede Fix 3253629: Tweaks to recent apps by Jim Miller · 14 years ago
  57. d283593 Fix issue #3258849: Grab thumbnail when exiting an app via back by Dianne Hackborn · 14 years ago
  58. 169a211 Fix 3253629: Improve Recents panel animation performance. by Jim Miller · 14 years ago
  59. e5c16ab Fix 3253629: Initial pass at updating RecentsPanel UI by Jim Miller · 14 years ago
  60. 755cc74 Rename the status bar layouts to more consistent names by Joe Onorato · 14 years ago
  61. 621e17d Implement issue #3221502: New APIs to support new back stack / task navigation by Dianne Hackborn · 14 years ago
  62. fd52b18 The beginnings of the new status bar. by Joe Onorato · 14 years ago
  63. b677746 Change recents UIs to do task switches. by Dianne Hackborn · 14 years ago
  64. fefef31 Initial pass to update RecentApps panel to new UI specification. by Jim Miller · 14 years ago
  65. 44c66fe Fix 3117937: Add simplified "recent apps". by Jim Miller · 14 years ago