summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/FolderPagedView.java
Commit message (Expand)AuthorAgeFilesLines
* 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