summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/FolderPagedView.java
Commit message (Expand)AuthorAgeFilesLines
* Folder UI fixesSunny Goyal2015-06-011-5/+15
* Refactoring DeviceProfileAdam Cohen2015-05-211-4/+4
* Fixing unnecessary padding added to pages in overview modeSunny Goyal2015-05-201-0/+5
* Merge "Adding padding to the folder content" into ub-launcher3-burnabySunny Goyal2015-05-151-5/+7
|\
| * Adding padding to the folder contentSunny Goyal2015-05-131-5/+7
* | Various lint error fixes.Sunny Goyal2015-05-141-4/+4
|/
* Merge "Animating the folder title & page indicator when a multi-page folder i...Sunny Goyal2015-05-131-6/+32
|\
| * Animating the folder title & page indicator when a multi-page folderSunny Goyal2015-05-081-6/+32
* | Merge "Various icon size changes" into ub-launcher3-burnabySunny Goyal2015-05-111-1/+1
|\ \
| * | Various icon size changesSunny Goyal2015-05-111-1/+1
* | | Merge "Updating folder grid sizes for various devices" into ub-launcher3-burnabySunny Goyal2015-05-111-10/+2
|\ \ \ | |/ / |/| |
| * | Updating folder grid sizes for various devicesSunny Goyal2015-05-111-10/+2
| |/
* | Merge "Accessibility: Folder drag and drop fixes" into ub-launcher3-burnabySunny Goyal2015-05-111-0/+4
|\ \ | |/ |/|
| * Accessibility: Folder drag and drop fixesSunny Goyal2015-05-051-0/+4
* | Removing some dead code in paged viewSunny Goyal2015-05-061-10/+0
|/
* Enabling folder paged view to scroll itself with accessibility focus traversalSunny Goyal2015-04-281-0/+2
* Goodbye folder sortingSunny Goyal2015-04-271-207/+4
* Removing some unused method params from CellLayoutSunny Goyal2015-04-241-1/+1
* Moving item to its old position in folder if DnD is cancelledSunny Goyal2015-04-231-1/+1
* Build fixSunny Goyal2015-04-091-7/+3
* Updating folder UISunny Goyal2015-04-091-49/+80
* Fixing some RTL issues with scrollable folderSunny Goyal2015-04-071-3/+15
* Updating pageindicator assetsSunny Goyal2015-03-301-1/+2
* Disabling overscroll when folder has only one pageSunny Goyal2015-03-261-0/+2
* Fixing getItemCount in FolderPagedViewSunny Goyal2015-03-201-6/+6
* Reducing method count by eliminating synthetic accessorsAdam Cohen2015-03-201-1/+3
* Lazy loading high res iconsSunny Goyal2015-03-171-0/+22
* Adding sort switch in FolderPagedViewSunny Goyal2015-03-171-12/+216
* Scrolling folder during drag-dropSunny Goyal2015-03-131-29/+71
* Refactoring some logic in FolderPagedViewSunny Goyal2015-03-101-100/+49
* Adding a scrollable folder content implementationSunny Goyal2015-03-091-0/+581