summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Folder.java
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixing small folder bugsAdam Cohen2011-06-301-0/+6
| | | | | | | | | | | | | | -> Issue 4972348 -> Center folder when it extends beyond the workspace Change-Id: Id5551d17d595151bfd27122e1fd4ddfeab7dbf40
* | Adding transitions after reorder within folderAdam Cohen2011-06-301-10/+9
|/ | | | Change-Id: I52b20fa1b2e4f9ee0b4a68ac703b95a2050dbd4a
* Making folder items match those on workspaceAdam Cohen2011-06-291-1/+1
| | | | | | -> Deleted some unused files Change-Id: I2e657d7a82140e55ecc674ee759c0c7bcf11ebe1
* Pushing folders up to DragLayerAdam Cohen2011-06-281-23/+24
| | | | | | | | -> Increasing max num of items in Folders to match the grid size of the workspace. -> Had to push folders up to prevent clipping Change-Id: I7aae7920cff940b8e88e9bef82162c6ab5ff11e9
* Dealing with upgrade from previous Folder implementationAdam Cohen2011-06-281-2/+25
| | | | | | | | | -> We need to truncate the old folder if it had more items than are currently supported -> We need to automatically place the items, since their folder location is not stored in the LauncherModel Change-Id: I4a5955adf2fed4d9b96a1cbd145dd69bbffc1cc7
* Fixing a couple folder bugsAdam Cohen2011-06-281-1/+8
| | | | | | | | -> Issue 4947774 - logic for determining workspace full -> Issue 4967906 - hiding hint text on begin edit -> Stripped out some no longer needed code from Workspace Change-Id: I62b0e5c2dbf424af6b8b29af9b70270d68923eba
* Keeping folders synced when applications are uninstalledAdam Cohen2011-06-241-4/+13
| | | | | | -> fix bug 4905712 Change-Id: I4a250fd134e6d03bae30cfde6b33a82ed6f5fcef
* Tweaking input flags for Folder renamingAdam Cohen2011-06-241-0/+3
| | | | | | -> Supress suggestions and capitalize words Change-Id: I890366a5fa9c93aa3f4a18f9ff330db333d56192
* Folder auto-destroys itself when there is only one item left.Adam Cohen2011-06-231-1/+40
| | | | Change-Id: I4ea41e0730e3dc474a518eba0a04c11167b5c1df
* Fixing bug where touch breaks completely after item removed from folderAdam Cohen2011-06-221-1/+1
| | | | Change-Id: If60057e5775853d3ac8c092dffe915f8f5a8bce4
* Adding select all on focus to folder renaming, changed spacingAdam Cohen2011-06-211-2/+13
| | | | Change-Id: I34821315b168a37b9b78977adde0e93ba9db7c2e
* New folder visualization, renaming, staggering reorderAdam Cohen2011-06-211-17/+113
| | | | Change-Id: I62963d225e6ea5d2ec9d8ebc8a6d73099f5d6c7f
* Initial implementation of folder reorderingAdam Cohen2011-06-131-66/+164
| | | | Change-Id: I9f700e71f46e3b91afa96742d9e3890d519c391d
* Fixing up some folder-related drag and drop bugsAdam Cohen2011-06-091-5/+39
| | | | Change-Id: I712ffd0ccfc0154a5a9e74e3f585157a86986882
* Fixing up some Folder bugsAdam Cohen2011-06-081-3/+3
| | | | | | | | | | -> Rendering properly while in spring-loaded mode -> Fixed bug where sometimes the folder's background would vanish -> Fixed bug where the folder background was "stuck" in a fixed location, not following the folder -> Can now add to folders and create folders from spring-loaded mode Change-Id: Ie1c5583a6230a192e6d07763d001b50053daca43
* Implementing new visualization for folder iconAdam Cohen2011-05-261-0/+7
| | | | Change-Id: I6c0658d71109d05c93de7d299cf62bc9a2c99e20
* Refactor of Launcher drag and drop to use a DragObjectAdam Cohen2011-05-241-17/+11
| | | | | | | -> DragObject contains a bunch of parameters instead of pssing them each individually Change-Id: I709cf320fe4234d71e19325d5c761dd9a9bba405
* Fix index out of boundsAdam Cohen2011-05-181-0/+1
| | | | Change-Id: Id288c01ab7e39fb16e7247030dbb76183436cb79
* Fixing folder bugs:Adam Cohen2011-05-181-33/+44
| | | | | | | | | | | | -> 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
* Shrink-wrapped foldersAdam Cohen2011-05-161-90/+257
| | | | Change-Id: Ida1b5d0bd4d39eabfde9f8a5bee0d4b6e9b33627
* Fixing small folder bugsAdam Cohen2011-05-051-1/+10
| | | | | | | -> Preventing duplicate item adds -> Stopping touch events from falling through to workspace Change-Id: I0326a1bf442b1705d3790a701649788413e7a633
* Adding folder icon visualizationAdam Cohen2011-05-021-2/+27
| | | | | | -> Added new temp assets Change-Id: If1d7e8ce867b473920f40cd1cc02d189be62b8bf
* Stripping LiveFolders from LauncherAdam Cohen2011-04-281-14/+284
| | | | Change-Id: Ic105fbeb1289e43469d5975b7d977b2fc7900c0b
* Initial changes to merged AllApps/Customize pane in the Phone UI.Winson Chung2011-04-221-1/+0
| | | | Change-Id: Ifa1676736033fe617dd0cca965156c38fa452948
* Adding drag outlines for dragging out of foldersAdam Cohen2011-04-181-2/+0
| | | | Change-Id: I264f66af5f03035bac17ff00eacc1a1da3d027a4
* Changing folders to use CellLayoutsMichael Jurka2011-04-151-19/+0
| | | Change-Id: Ic80bece18855a4f5d2476c224ef66f035ac7c97b
* Add missing animations when dragging from customize.Patrick Dubroy2011-02-181-1/+1
| | | | | | - Fix 3453751: Moon landing on canceled drag from customize - Fix 3453595: Use home screen "consume" animation when dragging and dropping Change-Id: Ia6a83c2d7a8f24c3ce02811547a35a7022d245f6
* Prevent flicker when starting a drag.Patrick Dubroy2010-11-241-0/+6
| | | | Also, animate item the view to its new position when dragging.
* Changed Workspace to inherit from PagedViewMichael Jurka2010-09-011-1/+1
| | | | | | | | | | | | | - adds support for seeing dimmed side-pages on home - adds workspace support for pages that are smaller than workspace itself - removing a lot of code duplicated between PagedView and Workspace - tested new Workspace on Nexus One, and perf. was indistinguishable from old Workspace in my tests Change-Id: Ie33ab4e8b35ac01b22894cff66650bb0ece8dfcc
* Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-2/+2
| | | | | | Currently, rotation is disabled as designs are still in flux, but the NxM grid is enabled (8x4). Change-Id: I0026f88c674719e3d67de6d6d481d2d4cd606362
* fix 2542590 add more logging when launching app failsJoe Onorato2010-03-251-1/+1
| | | | Change-Id: I5a1fa261c6e67eb7afb661de39e35ce43e2caa59
* Fix the build!Romain Guy2010-03-041-0/+2
|
* Correctly position the quick contact badge when opened from a folder.Romain Guy2010-02-241-8/+5
| | | | Bug #2467438
* Split ApplicationInfo into ApplicationInfo which is used for AllAppsView and ↵Joe Onorato2010-02-121-5/+5
| | | | | | | | | | | 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.
* Fix id collision in Home.Joe Onorato2009-09-211-2/+2
|
* Move the drag thing into its own window that goes around on top of ↵Joe Onorato2009-08-061-4/+4
| | | | everything else.
* Launcher2 compiles.Joe Onorato2009-07-301-1/+1
|
* Move com/android/launcher -> com/android/launcher2Joe Onorato2009-07-301-0/+159