summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/Workspace.java
Commit message (Expand)AuthorAgeFilesLines
* -Added 3D effect to home screen scrollingAdam Cohen2010-09-281-8/+138
* fixed: adding app shortcuts caused overlapping Michael Jurka2010-09-281-1/+1
* Fix issue where items could not be moved back Michael Jurka2010-09-271-4/+4
* fixed minor code review issues from change I0280c3beMichael Jurka2010-09-241-1/+1
* Adding support for drag and drop of folders and shortcuts. Michael Jurka2010-09-241-150/+153
* removing dead codeMichael Jurka2010-09-171-33/+0
* am 73013bf9: Make LauncherModel.deleteItemFromDatabase write to disk async.Brad Fitzpatrick2010-09-151-6/+1
|\
| * Make LauncherModel.deleteItemFromDatabase write to disk async.Brad Fitzpatrick2010-09-141-6/+1
| * DO NOT MERGE - Allow the workspace to swipe while it's loading.Joe Onorato2010-08-311-9/+3
* | Re-adding the perspective shift on mini screensAdam Cohen2010-09-131-3/+3
* | supporting swipable home screens on xlarge devicesMichael Jurka2010-09-131-20/+63
* | Applying fake perspective transform to the home screen previewsAdam Cohen2010-09-091-12/+43
* | When an app is chosen in All Apps, tapping a workspace screen adds it to that...Patrick Dubroy2010-09-081-3/+20
* | Animation classes renamedChet Haase2010-09-081-17/+17
* | Changed Workspace to inherit from PagedViewMichael Jurka2010-09-011-793/+158
* | DO NOT MERGE - Allow the workspace to swipe while it's loading.Joe Onorato2010-09-011-11/+3
* | Fix problems with unanimated toolbar transitions.Patrick Dubroy2010-08-261-10/+8
* | Workspace no longer scrolls during drag when shrunkMichael Jurka2010-08-251-12/+16
* | Add a market button and add toolbar button animations.Patrick Dubroy2010-08-251-2/+2
* | Preventing reloading of pages on swipe and disabling offsets for xlarge stati...Winson Chung2010-08-241-5/+9
* | added support for dragging widgets and app icons to mini screensMichael Jurka2010-08-231-22/+152
* | pressing home twice shows small overview modeMichael Jurka2010-08-231-4/+17
* | clicking on mini screens no longer sends click to widgets/iconsMichael Jurka2010-08-201-0/+1
* | fixed crash in addVacantCellMichael Jurka2010-08-131-43/+12
* | Fix workspace shrinking bug caused by change in animationsPatrick Dubroy2010-08-101-0/+4
* | workspace bug fixesMichael Jurka2010-08-101-17/+39
* | Refactor zooming animation, and apply it to customize drawer too.Patrick Dubroy2010-08-091-1/+1
* | small fixes to LauncherMichael Jurka2010-08-061-3/+2
* | Fix incorrect offset in drag feedback, and other minor stuff.Patrick Dubroy2010-08-041-2/+13
* | Fixing longpress bug on widgets with a ListViewAdam Cohen2010-08-041-0/+14
* | Move all apps to the new animation framework, and some other all apps changesPatrick Dubroy2010-08-041-38/+26
* | updated Launcher2 based on recent changes to view propertiesMichael Jurka2010-08-041-10/+6
* | Cleaning up grid size specification in LauncherAdam Cohen2010-08-041-80/+6
* | refreshed apps/configure button, added search buttonMichael Jurka2010-08-031-2/+2
* | Fixing bugs related to starting in All Apps modeMichael Jurka2010-07-301-18/+46
* | Tapping on mini-screen in All Apps view now goes back to home screenMichael Jurka2010-07-301-2/+8
* | fixed bugs with layout in LauncherMichael Jurka2010-07-301-40/+54
* | Improved support for workspace screen thumbnailsMichael Jurka2010-07-281-12/+32
* | Home screen now shrinks while customizingMichael Jurka2010-07-271-39/+159
* | Generate a default preview for widgets that don't have a previewImage.Patrick Dubroy2010-07-161-1/+8
* | Fix bug with drag visualization and UserFolders.Patrick Dubroy2010-07-131-1/+35
* | When dragging items on the home screen, visualize where they will drop.Patrick Dubroy2010-07-121-15/+57
* | Improving home screen customizationMichael Jurka2010-07-091-1/+15
* | Allow for NxM layout and in-place rotation of items on homescreen.Winson Chung2010-06-301-133/+259
* | First cut at new home screen customization for xlarge displays.Michael Jurka2010-06-281-17/+29
|/
* Ignore requests to add items to non-existant screens.Daniel Sandler2010-05-251-1/+4
* Fix 2617318 - NPE in Launcher2.Daniel Sandler2010-05-071-1/+1
* Bug 2639807 - Add smarter smoothing to home screen touch scrolling.Adam Powell2010-05-041-38/+39
* Fix bug 2646531 - regression in home screen bitmap cachingAdam Powell2010-05-031-1/+4
* Filter input events and smooth out touch scrolling. Bug 2639807Adam Powell2010-04-291-11/+35