summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Launcher.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Separating methods for updating the model to a sepatate class." into u...TreeHugger Robot2017-02-161-12/+18
|\
| * Separating methods for updating the model to a sepatate class.Sunny Goyal2017-02-161-12/+18
* | Merge "Making methods in PaackageManagerHelper non-static" into ub-launcher3-...TreeHugger Robot2017-02-091-2/+2
|\ \
| * | Making methods in PaackageManagerHelper non-staticSunny Goyal2017-02-021-2/+2
| |/
* | Add basic logs for tap outside action.Jon Miranda2017-02-071-1/+6
* | Clean up around 1) Log.VERBOSE and 2) dumpHyunyoung Song2017-02-011-52/+29
|/
* Updating the preview generation logic so that it aligns better withSunny Goyal2017-01-271-18/+3
* Improving widget handling for pinItemRequestSunny Goyal2017-01-271-1/+1
* Add swipe-to-dismiss notifications in popup menu.Tony Wickham2017-01-251-1/+1
* Refactor DeepShortcutsContainer to PopupContainerWithArrowTony Wickham2017-01-251-5/+5
* Merge "Add NotificationListener to launcher." into ub-launcher3-masterTony Wickham2017-01-251-18/+33
|\
| * Add NotificationListener to launcher.Tony Wickham2017-01-251-18/+33
* | Adding support for drag and drop for requestPinItem.Sunny Goyal2017-01-241-1/+11
* | Adding WidgetAddFlowHandler to handle widget addition and configuration.Sunny Goyal2017-01-231-54/+28
|/
* Adding support for new APIs in O related to configurable shortcutsSunny Goyal2017-01-191-11/+40
* Adding support for requesting addition of shortcut/widgetSunny Goyal2017-01-181-15/+3
* Removing promiseIntent property from ShortuctInfoSunny Goyal2017-01-121-28/+33
* Removing static Context access using LauncherAppStateSunny Goyal2017-01-111-2/+2
* Refactoring some loadWorkspace logic in a separate classSunny Goyal2017-01-101-2/+3
* Simplifying IconCache access codeSunny Goyal2017-01-031-1/+1
* Removing static access to Context through LauncherAppStateSunny Goyal2016-12-291-2/+2
* Merge "Removing all compatibility code below Lollipop" into ub-launcher3-masterSunny Goyal2016-12-291-46/+5
|\
| * Removing all compatibility code below LollipopSunny Goyal2016-12-161-46/+5
* | Nav bar should change to light theme in sync with the status barHyunyoung Song2016-12-191-14/+14
|/
* No more UserHandleCompatSunny Goyal2016-12-151-40/+10
* Merge "Ensuring that ShortcutInfo always has an icon" into ub-launcher3-masterSunny Goyal2016-12-161-11/+3
|\
| * Ensuring that ShortcutInfo always has an iconSunny Goyal2016-12-131-11/+3
* | Using java_style enum generation for protoSunny Goyal2016-12-151-26/+28
* | Removing FeatureFlag.LAUNCHER3_LEGACY_WORKSPACE_DND and corresponding logicSunny Goyal2016-12-151-12/+1
* | Refactoring FlingToDeleteSunny Goyal2016-12-131-1/+1
|/
* Merge "nav bar on all apps container should use light theme. b/33553066 Chang...Hyunyoung Song2016-12-121-3/+15
|\
| * nav bar on all apps container should use light theme.Hyunyoung Song2016-12-121-3/+15
* | Merge "Defining various modes for CellLayout: Workspace, Hotseat & Folder" in...Sunny Goyal2016-12-121-0/+1
|\ \
| * | Defining various modes for CellLayout: Workspace, Hotseat & FolderSunny Goyal2016-11-211-0/+1
* | | Adding support for app widgets in the InstallQueueSunny Goyal2016-12-121-11/+29
* | | Merge "Simplifyling widget inflation and addition flow." into ub-launcher3-ma...Sunny Goyal2016-12-081-33/+16
|\ \ \
| * | | Simplifyling widget inflation and addition flow.Sunny Goyal2016-12-071-33/+16
| | |/ | |/|
* / | Adding an overridable DrawableFactory to allow creating custom icon drawablesSunny Goyal2016-12-071-18/+0
|/ /
* | Added logging for HOME_INTENT and BACK commands.Jon Miranda2016-11-211-1/+33
* | Changing DeepShortcutManager to have a singleton contructor insteadSunny Goyal2016-11-211-1/+1
|/
* Moving saving state transtion listener logic to individual viewsSunny Goyal2016-11-141-3/+2
* Moving the setContentView at the end of onCreateSunny Goyal2016-11-111-2/+7
* Refactor edge of screen detection code.Jon Miranda2016-11-071-6/+2
* Merge "Calling buildLayer only on views which are actually visible" into ub-l...Sunny Goyal2016-11-071-1/+2
|\
| * Calling buildLayer only on views which are actually visibleSunny Goyal2016-10-261-1/+2
* | Updating version check method namesSunny Goyal2016-11-021-4/+4
* | Create new DeviceProfile when in multi window mode.Jon Miranda2016-11-011-8/+17
* | Showing a toast when the default wallpaper app is disabled.Sunny Goyal2016-10-251-8/+15
|/
* Fixing static instance of Indexer being created in the modelSunny Goyal2016-10-191-10/+11
* Merge "Show error toast messages when there is no room for the item when icon...Jonathan Miranda2016-10-181-6/+1
|\