summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherFiles.java
Commit message (Collapse)AuthorAgeFilesLines
* Automatically adding managed profile shortcuts to homescreen.Sunny Goyal2015-04-101-0/+2
| | | | | | | | | | | | When the managed profile is created, a "Work" folder is created and added to the homescreen. All work profile apps are added to this folder and icons for subsequent installs (withing a fixed time frame) are automatically added to this folder. If this folder get deleted or the time-frame expires, icon for any new install is placed on the homescreen. Bug: 17410319 Change-Id: I49f4e437707d5eabe4eec85320765bf6ba7fde97
* Removing all dependencies of launcher code on wallpaper-pickerSunny Goyal2015-03-201-1/+2
| | | | | | | > WallpaperPicker can still depend on launcher code, but not the other way round. Change-Id: I93a07f985c3955c638a68a5fad9c09b184a879b9
* Removing unused loggingSunny Goyal2015-03-191-4/+5
| | | | | | | > We store some local logs which are never propagated to the server and cause unnecessary file-io during app launch Change-Id: I2b41c3af182de2a87f38ad88f3bae9d250574c26
* Updating IconCache to maintain a persistent of iconsSunny Goyal2015-02-261-1/+3
| | | | | | | | | | > IconDB maintains a DB of icons keyed on ComponentName + User > During loader, icons & labels are loaded first from the DB, and if the entry doesn't exist, loaded using packageManager > After the loader completes, IconDB updates any entry which might have changed, while the launcher was dead. Change-Id: I7a6021cb6d1ca1e66fa5a0bdd21e1543e0cf66fc
* Add more Launcher files to delete on Clear Launcher DataHelena Josol2014-10-161-4/+17
| | | | | Bug: 12753154 Change-Id: I00679bdc6eff70a1398122aaa955c08eabd556b1
* Create a central list of files the Launcher writes to the app directoryHelena Josol2014-10-061-0/+27
Replace hardcoded Launcher filenames with the defined constants. Bug: 12753154 Change-Id: I072f202d9388a703b9e6851bde64ea7fafe4b10a