summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Launcher.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Preventing unnecessary options update to QSB provider by checking if t...Sunny Goyal2016-05-191-1/+6
|\
| * Preventing unnecessary options update to QSB providerSunny Goyal2016-05-181-1/+6
* | Add null check to page indicator to prevent crashes in landscape.Tony Wickham2016-05-181-1/+3
|/
* Fixing build breakageSunny Goyal2016-05-181-4/+0
* Rearranging the provider checks to avoid packagemanager lookupsSunny Goyal2016-05-181-13/+17
* Merge "Add PageIndicator interface and custom PageIndicatorLine view." into u...Tony Wickham2016-05-181-4/+7
|\
| * Add PageIndicator interface and custom PageIndicatorLine view.Tony Wickham2016-05-171-4/+7
* | instead of unbinding items from the loader, unregistering listenersSunny Goyal2016-05-171-0/+4
|/
* Opening the system default wallpaper picker on clicking the wallpaper tileSunny Goyal2016-05-171-2/+10
* Removing reference of hostView from LauncherAppWidgetInfoSunny Goyal2016-05-161-28/+22
* Merge "Widgets tray should preserve scroll position during screen rotation" i...Hyunyoung Song2016-05-101-3/+0
|\
| * Widgets tray should preserve scroll position during screen rotationHyunyoung Song2016-05-101-3/+0
* | Extract color for the hotseat.Tony Wickham2016-05-091-2/+3
* | Adding a utility class for persistant logging.Sunny Goyal2016-05-091-22/+6
|/
* Chaning the behavior of settings activity.Sunny Goyal2016-05-021-21/+30
* Merge "Revert "Calling start/stop listening in onStart/onStop"" into ub-launc...Sunny Goyal2016-04-281-6/+0
|\
| * Revert "Calling start/stop listening in onStart/onStop"Sunny Goyal2016-04-281-6/+0
* | Define a set of methods on Launcher which can be safely called externallyAdam Cohen2016-04-261-3/+3
* | Showing a toast when changing wallaper is disabledSunny Goyal2016-04-211-0/+5
* | Refactor UserEventDispatcher (1/2)Hyunyoung Song2016-04-191-29/+32
* | Removing Launcher broadcast support from Launcher3Sunny Goyal2016-04-151-2/+1
* | Removing some deprecated callbacksSunny Goyal2016-04-141-32/+1
* | Removing first launcher broadcastSunny Goyal2016-04-141-17/+0
* | Refactor UserEventLogging, Add predictedRank, replace Bundle with ProtoHyunyoung Song2016-04-131-15/+14
* | Removing WallpaperPicker from Launcher3Sunny Goyal2016-04-121-7/+1
* | Remove special code path for not animating folder open in power save modeAdam Cohen2016-04-081-13/+6
|/
* Calling start/stop listening in onStart/onStopSunny Goyal2016-04-071-0/+6
* Fixing folder icon not getting redrawn when the contents changeSunny Goyal2016-04-061-1/+1
* Merge "Disable pinch gesture when accessibility is enabled." into ub-launcher...Tony Wickham2016-04-061-1/+14
|\
| * Disable pinch gesture when accessibility is enabled.Tony Wickham2016-04-061-1/+14
* | Fixing bug where folders on the first screen and hotseat are notSunny Goyal2016-04-021-30/+3
|/
* Fixing white background under hotseatSunny Goyal2016-04-021-1/+0
* Merge "Added ColorExtractionService and ExtractedColors." into ub-launcher3-c...Tony Wickham2016-04-011-0/+17
|\
| * Added ColorExtractionService and ExtractedColors.Tony Wickham2016-04-011-0/+17
* | Fixing the loader to bind the first screen as well as the hotseat togetherSunny Goyal2016-03-301-2/+3
|/
* Setting stable layout flags on the launcher, so that the instets do notSunny Goyal2016-03-231-2/+3
* Adding support for result callback when starting uninstall-application activitySunny Goyal2016-03-221-39/+1
* Merge "Removing dependency on wallpaper size settings from launcher" into ub-...Sunny Goyal2016-03-211-13/+1
|\
| * Removing dependency on wallpaper size settings from launcherSunny Goyal2016-03-171-13/+1
* | Fixing model being updated on UI threadSunny Goyal2016-03-181-24/+25
* | Removing dependency on LauncherCallbacks for getting the search boundsSunny Goyal2016-03-171-8/+0
|/
* Adding UI tests for various bind widget flowsSunny Goyal2016-03-151-1/+1
* Closing folder in onSaveInstanceStateSunny Goyal2016-03-151-25/+4
* Merge "Changing the widget loading strategy" into ub-launcher3-calgarySunny Goyal2016-03-101-34/+54
|\
| * Changing the widget loading strategySunny Goyal2016-03-091-35/+54
* | Add getUserEventLogger to LauncherCallbacksHyunyoung Song2016-03-081-7/+36
|/
* Pinch to zoom out into overview mode.Tony Wickham2016-03-041-0/+1
* Switch all folder preview rendering to be programmatic (ie. no assets)Adam Cohen2016-03-031-1/+5
* Merge "Adding overlay interaction support" into ub-launcher3-calgarySunny Goyal2016-02-261-7/+15
|\
| * Adding overlay interaction supportSunny Goyal2016-02-251-7/+15