summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Workspace.java
Commit message (Expand)AuthorAgeFilesLines
* Initial Changes for Dynamic GridWinson Chung2013-08-201-73/+22
* Ensuring that we don't clobber workspace screens map when new apps are added.Winson Chung2013-08-191-8/+8
* Removing custom content paddingAdam Cohen2013-08-151-9/+3
* Passing right swipes through to custom contentAdam Cohen2013-08-141-5/+21
* Don't switch pages when dragging out of folderAdam Cohen2013-08-141-2/+1
* Merge "Adding overview mode for reordering, widget adding and wallpaper switc...Adam Cohen2013-08-141-23/+115
|\
| * Adding overview mode for reordering, widget adding and wallpaper switchingAdam Cohen2013-08-131-23/+115
* | Merge changes I559fae32,Ic4db1a3a into jb-ub-gel-agarWinson Chung2013-08-131-0/+1
|\ \
| * | Adding additional logging.Winson Chung2013-08-121-0/+1
* | | It is *very important* to call super.onDetachedFromWindow()Romain Guy2013-08-131-0/+1
|/ /
* / Adding additional debugging code to track screen id updates.Winson Chung2013-08-091-0/+10
|/
* Merge "Removing old new-app animation code, and refactoring InstallShortcutRe...Winson Chung2013-08-021-28/+0
|\
| * Removing old new-app animation code, and refactoring InstallShortcutReceiver ...Winson Chung2013-07-261-28/+0
* | Fixing crash due to grabbing oob screen index. (Bug 10114488)Winson Chung2013-07-311-5/+5
* | Merge "Adding hint for launcher to pre-create custom workspace screen." into ...Winson Chung2013-07-311-13/+19
|\ \
| * | Adding hint for launcher to pre-create custom workspace screen.Winson Chung2013-07-311-13/+19
* | | Merge "Verifying that new applications are added and fixing issue with new it...Winson Chung2013-07-311-1/+7
|\ \ \
| * | | Verifying that new applications are added and fixing issue with new items get...Winson Chung2013-07-251-1/+7
* | | | Merge "Prevent dragging workspace items to custom content page." into jb-ub-g...Winson Chung2013-07-311-0/+5
|\ \ \ \
| * | | | Prevent dragging workspace items to custom content page.Winson Chung2013-07-261-0/+5
| | |_|/ | |/| |
* | | | Merge "Adding support for custom page indicator markers." into jb-ub-gel-agarWinson Chung2013-07-311-0/+8
|\ \ \ \
| * | | | Adding support for custom page indicator markers.Winson Chung2013-07-261-0/+8
| |/ / /
* | | / Call onShow/onHide when visibility changes on -1 screen.Derek Prothro2013-07-301-0/+7
| |_|/ |/| |
* | | Fix overhang of custom content area into first screen of launcherAdam Cohen2013-07-241-10/+9
* | | Giving custom content full screenAdam Cohen2013-07-231-0/+1
|/ /
* / Adding contract for custom content screenAdam Cohen2013-07-221-41/+24
|/
* Merge "Fixing performance issues with drawing all visible pages." into jb-ub-...Winson Chung2013-07-221-1/+1
|\
| * Fixing performance issues with drawing all visible pages.Winson Chung2013-07-191-1/+1
* | Merge "Just for now, for fun" into jb-ub-gel-agarAdam Cohen2013-07-191-2/+4
|\ \
| * | Just for now, for funAdam Cohen2013-07-191-2/+4
* | | Merge "Adding layout transition for when pages get deleted" into jb-ub-gel-agarAdam Cohen2013-07-191-2/+26
|\| |
| * | Adding layout transition for when pages get deletedAdam Cohen2013-07-191-2/+26
| |/
* / Implement ability to uninstall shortcuts from workspaceMichael Jurka2013-07-191-11/+39
|/
* More PagedView cleanupAdam Cohen2013-07-181-4/+32
* Merge "Adding notion of fullscreen page to PagedView" into jb-ub-gel-agarAdam Cohen2013-07-171-43/+1
|\
| * Adding notion of fullscreen page to PagedViewAdam Cohen2013-07-161-43/+1
* | Removing old scroll indicator and adding page indicator dots.Winson Chung2013-07-171-22/+3
|/
* Merge "Fixing issue where migration all apps folder couldn't be picked up." i...Adam Cohen2013-07-121-3/+1
|\
| * Fixing issue where migration all apps folder couldn't be picked up.Winson Chung2013-07-121-3/+1
* | Fix weird page jumps after dropping itemsAdam Cohen2013-07-121-2/+17
|/
* Enabling reorderingAdam Cohen2013-07-121-3/+51
* Ensuring that the db reflects all package added/removed/updated broadcasts.Winson Chung2013-07-111-125/+113
* Fix widget resizing (Which stopped working at some point)Adam Cohen2013-07-091-2/+5
* Porting PagedView from KG to gain simplified scaling model, reorderingAdam Cohen2013-07-081-207/+54
* Fix NPE when drags are cancelledMichael Jurka2013-07-021-3/+3
* Merge "Lazily instantiate LauncherAppState." into jb-ub-gel-agarDaniel Sandler2013-06-281-14/+12
|\
| * Lazily instantiate LauncherAppState.Daniel Sandler2013-06-271-14/+12
* | Fix now showing on screen 1Adam Cohen2013-06-271-1/+5
|/
* Using package broadcasts to key adding of shortcuts on the workspace.Winson Chung2013-06-261-4/+7
* Fixing crash in shrink wrap on tablets.Winson Chung2013-06-251-5/+10