summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/folder/FolderPagedView.java
Commit message (Expand)AuthorAgeFilesLines
* Fix icons vanishing when dragged within folderSamuel Fufa2019-11-051-1/+1
* Lazily binding folder pages and iconsSunny Goyal2019-09-051-40/+59
* Refactoring some folder binding logic:Sunny Goyal2019-08-141-129/+46
* ShortcutInfo renamed to WorkspaceItemInfoSunny Goyal2019-04-161-9/+9
* Fix bug where folder items preview remain in low res state.Jon Miranda2019-03-081-0/+1
* Adding support for launcher preview generationSunny Goyal2018-12-041-4/+2
* Adding overscroll in recents viewSunny Goyal2018-08-101-1/+1
* Remove custom focus logicSunny Goyal2018-05-231-4/+0
* Fixing folder icons not handling clicksSunny Goyal2018-03-091-1/+2
* Using paged view for all-apps tabsSunny Goyal2018-02-131-4/+2
* Removing some unused code pathSunny Goyal2018-01-041-16/+2
* Consolidating various interpolatorsSunny Goyal2017-10-261-2/+2
* Revert "Match items in icon preview with items in Folder using permutations."Jonathan Miranda2017-07-131-160/+23
* Merge "Revert "Update existing Folder items' ranks to match their pre-permuta...TreeHugger Robot2017-07-131-25/+11
|\
| * Revert "Update existing Folder items' ranks to match their pre-permutation la...Jonathan Miranda2017-07-131-25/+11
* | Add user event logging for page rearrangement and LEFT/RIGHT swipesHyunyoung Song2017-06-301-2/+2
|/
* Update existing Folder items' ranks to match their pre-permutation layouts.Jon Miranda2017-06-281-11/+25
* Match items in icon preview with items in Folder using permutations.Jon Miranda2017-06-281-23/+160
* Revert edge glow effect and restore damped overscrollAdam Cohen2017-06-271-6/+0
* Setting the callback for previewItems to folderIcon. This allows the FolderIc...Sunny Goyal2017-06-221-9/+11
* Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in Fold...Rajeev Kumar2017-06-221-10/+8
|\
| * 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-121-10/+8
* | Show and update preload icons when they are in a FolderIcon preview.Jon Miranda2017-06-201-0/+8
* | Disable haptic feedback on items in Folders.Tony2017-06-161-0/+1
|/
* Allow user to place PendingAddShortcutInfo in opened Folder.Jon Miranda2017-05-221-3/+8
* Merge "Defining HomeScreenElementTheme for elements which appear on top of wa...Sunny Goyal2017-03-131-3/+0
|\
| * Defining HomeScreenElementTheme for elements which appear on top ofSunny Goyal2017-02-171-4/+0
* | Use FolderIconPreviewVerifier to check if item is in preview.Jon Miranda2017-02-281-1/+3
* | Added FolderIconPreviewVerifier class.Jon Miranda2017-02-281-24/+41
|/
* Merge "Simplifying some launcher themes" into ub-launcher3-masterSunny Goyal2017-02-171-1/+2
|\
| * Simplifying some launcher themesSunny Goyal2017-02-161-1/+2
* | Separating methods for updating the model to a sepatate class.Sunny Goyal2017-02-161-1/+1
|/
* Removing static Context access using LauncherAppStateSunny Goyal2017-01-111-3/+1
* Merge "Ensuring that ShortcutInfo always has an icon" into ub-launcher3-masterSunny Goyal2016-12-161-4/+1
|\
| * Ensuring that ShortcutInfo always has an iconSunny Goyal2016-12-131-4/+1
* | Removing FeatureFlag.LAUNCHER3_LEGACY_WORKSPACE_DND and corresponding logicSunny Goyal2016-12-151-1/+1
|/
* Defining various modes for CellLayout: Workspace, Hotseat & FolderSunny Goyal2016-11-211-3/+1
* Hide workspace text in multi-window mode.Jon Miranda2016-11-151-0/+1
* Removing custom dispatchDraw logic and letting the system handleSunny Goyal2016-10-261-6/+5
* resolve merge conflicts of 2fd0208 to ub-launcher3-masterTony Wickham2016-10-121-1/+1
|\
| * Use Launcher.getLauncher(Context) instead of type-casting.Tony2016-10-071-1/+1
* | Code sanitizationHyunyoung Song2016-10-061-1/+1
|/
* Refactor shortcuts drag and drop.Tony Wickham2016-09-231-7/+1
* Using DragObject for folder drop instead of maintaining states whenSunny Goyal2016-09-091-1/+1
* Ensure that we update the preview layout rule when not animating.Winson2016-07-251-1/+1
* Long-press on an app to reveal its shortcuts.Tony Wickham2016-06-291-0/+6
* Accessibility fixes and updatesSunny Goyal2016-06-221-0/+1
* Unifying focus indicator handling for workspace and all-appsSunny Goyal2016-06-081-4/+11
* Making page indicator an abstract class and implementing some common methods.Sunny Goyal2016-05-201-1/+1
* Updating the folder page indicator to be more like theSunny Goyal2016-05-181-42/+10