summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/FolderIcon.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Using hdpi icons in LauncherMichael Jurka2010-11-011-3/+3
| | | | Known issue: Default activity icon is still showing up as small
* Adding support for drag and drop of folders and shortcuts. Michael Jurka2010-09-241-1/+5
| | | | | | | | | | | | | also: - Long press on empty space on workspace now brings up customization tray - Fixed: while dragging, items appeared to be dropping on folders two cells to the right - Fixed: Disabling drops on folders when the workspace is shrunken - Fixed: account for scaling of dragged items when checking if they overlap with shrunken workspace screens - Making folder icons dimmable to match shortcuts and widgets - When deciding with shrunken workspace screen we're dragging to, we now use the closest screen rather than the one that has been overlapped the most - Refactored drag/add mechanism, removing array of occupied cells from CellInfo - Removed dead code/variables
* removing dead codeMichael Jurka2010-09-171-5/+0
|
* fix 2841060: Folders appear to accept drag-and-drop of widgetsPatrick Dubroy2010-07-141-1/+3
| | | | Change-Id: I6e408c25d52c8b3a5f64149326df901fce1ce597
* Fix bug with drag visualization and UserFolders.Patrick Dubroy2010-07-131-0/+6
| | | | | | | | | When dragging an app shortcut, it was possible that we'd show a red rectangle around a cell occupied by a UserFolder. This shouldn't be possible -- as soon as that cell becomes the target drop cell, the folder should start handling the drag and drop events. Change-Id: I1b7a8b1aa9aeb7e2f1bd51ce8d947c06455e988f
* Fix the build!Romain Guy2010-03-041-0/+2
|
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-3/+7
| | | | | | | | | | | 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.
* Click on icons.Joe Onorato2009-09-021-1/+1
|
* Redo the launcher loading code and put the real app icons into rollo.Joe Onorato2009-08-241-1/+1
|
* Move the drag thing into its own window that goes around on top of ↵Joe Onorato2009-08-061-6/+8
| | | | everything else.
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+97