summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/FolderIcon.java
Commit message (Collapse)AuthorAgeFilesLines
* Fix index out of boundsAdam Cohen2011-05-181-1/+1
| | | | Change-Id: Id288c01ab7e39fb16e7247030dbb76183436cb79
* Fixing folder bugs:Adam Cohen2011-05-181-4/+8
| | | | | | | | | | | | -> Folders were not loading with ordering properly persisted -> When an item was put in the trash directly from a folder it was trying to remove the item from the folder again, sometimes removing an extra item from the folder -> Making sure the FolderIcon always shows the _last_ 4 items; this was not working when the launcher was being restarted -> Fixed a tiny rotation bug in the FolderIcon Change-Id: I27423f17fd2f2b396f844c055f1e7abb4f4d5d19
* Pushed folder inner ring drawing into workspace during animationAdam Cohen2011-05-181-75/+44
| | | | Change-Id: I571b71acbfdd28f921e35e989efd2dceefb54f11
* Changed folder hover animationsAdam Cohen2011-05-171-31/+127
| | | | | | | | -> Added outer ring to hover animation -> Fixed location of items in folder during hover animation -> Cleaned up the code Change-Id: I57c5f3cadbd2f289a18f7420a57ced6053fb06db
* Shrink-wrapped foldersAdam Cohen2011-05-161-4/+62
| | | | Change-Id: Ida1b5d0bd4d39eabfde9f8a5bee0d4b6e9b33627
* Adding folder icon visualizationAdam Cohen2011-05-021-15/+67
| | | | | | -> Added new temp assets Change-Id: If1d7e8ce867b473920f40cd1cc02d189be62b8bf
* Stripping LiveFolders from LauncherAdam Cohen2011-04-281-2/+2
| | | | Change-Id: Ic105fbeb1289e43469d5975b7d977b2fc7900c0b
* Changing folders to use CellLayoutsMichael Jurka2011-04-151-0/+2
| | | Change-Id: Ic80bece18855a4f5d2476c224ef66f035ac7c97b
* Enabling user folder creation by dropping shortcut onto shortcutAdam Cohen2011-04-151-2/+6
| | | | Change-Id: Ib8de001f5003cd44f1524cb7763fc928fa24aaba
* Fixing crash where we were assuming an old parent hierarchy.Winson Chung2011-03-181-1/+4
| | | | Change-Id: I5acccab175c150f2fb994e58f0b5592d2015fcfe
* Removing dead codeMichael Jurka2011-01-171-1/+0
| | | | Change-Id: Iec1e23a9764b8ef2bb1326c8502f31f5b5c8763a
* removing DimmableBubbleTextView and DimmableAppWidgetHostViewMichael Jurka2010-12-041-1/+1
| | | - use of DimmableBubbleTextView might also be causing NPE on user machines
* 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