summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherApplication.java
Commit message (Collapse)AuthorAgeFilesLines
* Moving tablet interface to 'large' devicesMichael Jurka2011-05-121-5/+7
| | | | | (later, we will decide this more accurately based on the width of the screen in dips, but for now keeping changes so that they can easily be backported to earlier versions of Android) Change-Id: I203addcbf19e8e3813c488af47e4fdf90dcd3115
* Deleting deprecated and unused codeMichael Jurka2011-04-291-3/+0
|
* Using hdpi icons in LauncherMichael Jurka2010-11-011-2/+4
| | | | Known issue: Default activity icon is still showing up as small
* When the locale changes, flush the all apps list.Joe Onorato2010-10-291-0/+1
| | | | | Bug: 3032131 Change-Id: I47659a459044fdace0a3480d216b168c18f2de37
* Various cleanups in the drag viz code.Patrick Dubroy2010-10-201-0/+6
| | | | | | Most importantly: - Don't allocate a new Paint object in CellLayout.onDraw - Scale holographic outlines based on the screen density
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-0/+12
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* Improve launcher loading performance by only doing re-binds.Joe Onorato2010-06-081-2/+0
| | | | | | | This always reloads the workspace, because I think it's a less risky change and that only adds ~100ms. Change-Id: I215b1f741f022e47ce06e78b9cfdd9967a8f1b9d
* Refactor the app updates so that it doesn't rely on the package name.Joe Onorato2010-03-101-0/+4
| | | | | This will be needed for the upcoming change to update the icons with the grayed out when the SD card goes away.
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-5/+13
| | | | | | | | | | | ShortcutInfo which is used for the workspace. Consolidate the three icon resampling functions into one. Ensure that the icons stored in LauncherProvider are the right size, so we don't have to resample them each time we load them.
* Remove LiveFolders when corresponding package is uninstalled.Romain Guy2010-01-121-1/+0
| | | | Bug #2298872
* Fix 2223769 - Uninstalling a widget (via adb uninstall) crashed launcher2 ↵Joe Onorato2009-10-311-18/+11
| | | | | | | | and com.cooliris.media If we haven't even initialized yet, don't respond to app list changes. I think this will fix that bug. It's possible that there's some other race in there somehow.
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-0/+61
|
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+29