summaryrefslogtreecommitdiffstats
path: root/services/core/java/com/android/server/am/TaskPersister.java
Commit message (Expand)AuthorAgeFilesLines
* Lower the priority of the LazyTaskWriter thread.Riley Andrews2015-06-031-0/+2
* Revert "Backup/restore recents task list"Stefan Kuhne2015-05-181-625/+35
* am f5f54dd6: am 92dd1abe: Update restored task uid to match the package uid o...Wale Ogunwale2015-01-201-24/+132
|\
| * Update restored task uid to match the package uid on current device.Wale Ogunwale2015-01-201-24/+132
* | Add RecentTasks class to house recent tasks functionality.Wale Ogunwale2015-01-071-10/+12
|/
* Add support from restoring recent's backup.Wale Ogunwale2014-12-041-49/+532
* Recents backup helperChristopher Tate2014-11-201-0/+6
* Fix issue #17674789: Recents icon resets if persist mode is 'persistNever'Wale Ogunwale2014-10-211-5/+7
* Add new activity dumpsys command to persist all data.Dianne Hackborn2014-09-191-1/+18
* Merge "Remove activity icon bitmaps from system process." into lmp-devCraig Mautner2014-09-181-1/+10
|\
| * Remove activity icon bitmaps from system process.Craig Mautner2014-09-181-1/+10
* | Add optimizations to keep TaskPersister queue small.Craig Mautner2014-09-161-8/+51
|/
* Add null check to TaskPersister file list.Craig Mautner2014-09-111-0/+4
* Fix issue #17179314: Make recents limits consistentDianne Hackborn2014-08-261-19/+22
* Eliminate memory leak in TaskPersisterCraig Mautner2014-07-291-118/+190
* Add task affiliationCraig Mautner2014-07-111-2/+22
* Use cached thumbnails in Recent tasks.Craig Mautner2014-07-021-50/+50
* Add logging to TaskPersister restore.Craig Mautner2014-06-271-3/+27
* Saving last TaskDescription for TaskRecord.Winson Chung2014-06-261-0/+34
* Fix persistent tasks and expand scopeCraig Mautner2014-06-171-7/+17
* Implement maxRecents and fix TaskPersister bugCraig Mautner2014-06-051-1/+1
* Add more error checking to xml restoreCraig Mautner2014-05-271-7/+9
* Add code for persisting tasks and activities to disk DO NOT MERGECraig Mautner2014-05-231-0/+351