summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/IconCache.java
Commit message (Collapse)AuthorAgeFilesLines
* update promise icon statusChris Wren2014-03-111-14/+0
| | | | | | | also fix a crash in LauncherModel.DEBUG_LOADERS Bug: 10778992 Change-Id: Iafc28c1e0c2f2a1283783a7ce27e181634b62993
* use restored icon for restored app shortcutsChris Wren2014-02-141-14/+199
| | | | | Bug: 10778992 Change-Id: Ie430a6587d49dc0d78b87b81582c0cef7c281017
* Initial changes to support smaller landscape layouts.Winson Chung2013-10-281-1/+1
| | | | Change-Id: If0abe2b82eb08bae4f1ce65b805362d548acb876
* Fix concurrent modifcation exception (issue 11234805)Adam Cohen2013-10-151-3/+6
| | | | Change-Id: I21a7e968c249b0d8876fbffa68954ddc229b16df
* Flushing icons of the wrong size. (Bug 11203738)Winson Chung2013-10-141-0/+14
| | | | Change-Id: I9468d2e798fcf9890970270041d341e7653432f1
* Move wallpapers to external activityMichael Jurka2013-09-041-1/+1
| | | | | | | Also renaming Launcher's ApplicationInfo to AppInfo since ApplicationInfo is already a framework class Change-Id: Ib3e91d2ba4ace458d790a26c0ce850870fd3f146
* Move LauncherApplication's state and code to LauncherAppState.Daniel Sandler2013-06-111-2/+2
| | | | | | | | This removes Launcher's static data and other state out of the Application object. Now LauncherApplication (extends Application) exists only to instantiate LauncherAppState. Change-Id: I4e323bd78b77536b92054105536a55c0c2c19ba8
* Launcher2 is now Launcher3.Daniel Sandler2013-06-051-0/+229
Changes include - moving from com.android.launcher{,2} to com.android.launcher3 - removing wallpapers - new temporary icon Change-Id: I1eabd06059e94a8f3bdf6b620777bd1d2b7c212b