summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Launcher.java
Commit message (Expand)AuthorAgeFilesLines
...
| * | Removing LauncherApplication to enable us to easily catch LauncherAppState er...Sunny Goyal2015-06-041-1/+0
* | | Merge "Fixing preloaded widget not getting used for animation" into ub-launch...Sunny Goyal2015-06-081-0/+3
|\ \ \
| * | | Fixing preloaded widget not getting used for animationSunny Goyal2015-06-021-0/+3
* | | | Code cleanupSunny Goyal2015-06-051-32/+8
| |/ / |/| |
* | | Use a broadcast receiver instead of a settings observer.Rahul Chaturvedi2015-06-041-24/+36
* | | Fixing different bitmap sizes in different orientationsSunny Goyal2015-06-031-3/+17
* | | Adding context for app launches.Winson Chung2015-06-021-11/+3
|/ /
* | Removing some synthetic method creationSunny Goyal2015-06-021-2/+2
* | Adding an asynchronous search interface for apps searchSunny Goyal2015-06-011-0/+11
* | Merge "Add the Allow Rotation setting to Launcher3." into ub-launcher3-burnabyRahul Chaturvedi2015-06-011-5/+53
|\ \
| * | Add the Allow Rotation setting to Launcher3.Rahul Chaturvedi2015-06-011-5/+53
* | | Merge "Removing file IO used for checking configuration change" into ub-launc...Sunny Goyal2015-05-281-108/+0
|\ \ \ | |/ / |/| |
| * | Removing file IO used for checking configuration changeSunny Goyal2015-05-261-108/+0
* | | Removing SmoothPagedView as all its methods are disabledSunny Goyal2015-05-271-3/+4
* | | Merge "Introduce LauncherSearchCallback to handle search overlay status." int...Jun Mukai2015-05-271-0/+41
|\ \ \
| * | | Introduce LauncherSearchCallback to handle search overlay status.Jun Mukai2015-05-121-0/+41
* | | | Fixing workspace scrim not being drawnSunny Goyal2015-05-261-2/+2
| |/ / |/| |
* | | Moving all apps code into sub package.Winson Chung2015-05-221-15/+6
* | | Creating landscape and portrait device profiles at app initializationSunny Goyal2015-05-221-3/+8
* | | Refactoring DeviceProfileAdam Cohen2015-05-211-22/+16
* | | Merge "Icons are not updated to TYPE_APPLICATION during restore" into ub-laun...Sunny Goyal2015-05-211-4/+3
|\ \ \
| * | | Icons are not updated to TYPE_APPLICATION during restoreSunny Goyal2015-05-211-4/+3
* | | | Merge "Preventing overdraw. Drawing background directly at the window, instea...Sunny Goyal2015-05-211-6/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Preventing overdraw. Drawing background directly at the window, instead ofSunny Goyal2015-05-211-6/+20
* | | | Load PackageItemInfo in background thread to prevent ANRHyunyoung Song2015-05-211-9/+10
|/ / /
* | | Moving LauncherAccessibilityDelegate to accessibility packageSunny Goyal2015-05-191-2/+3
* | | Removing some thread priority management logicSunny Goyal2015-05-181-29/+10
* | | Transition from back to showing widget tray if shortcut/Widget configure acti...Hyunyoung Song2015-05-151-4/+14
* | | Various lint error fixes.Sunny Goyal2015-05-141-1/+3
* | | Preventing NullPointerException when cancelling a shortcut additionSunny Goyal2015-05-121-1/+3
* | | Exploring dense all apps layout.Winson Chung2015-05-111-2/+7
|/ /
* | Merge "Various icon size changes" into ub-launcher3-burnabySunny Goyal2015-05-111-13/+13
|\ \
| * | Various icon size changesSunny Goyal2015-05-111-13/+13
* | | Initial changes to support predicted apps.Winson Chung2015-05-111-7/+33
|/ /
* | Make common base class to update container bounds and to handle scroll logic.Winson Chung2015-05-081-1/+2
* | Merge "Removing some dead code in paged view" into ub-launcher3-burnabySunny Goyal2015-05-071-2/+1
|\ \
| * | Removing some dead code in paged viewSunny Goyal2015-05-061-2/+1
* | | Explorations in dense grids for all apps.Winson Chung2015-05-061-18/+33
|/ /
* | Ensuring we wait until resume before binding all apps. Winson Chung2015-05-051-0/+17
* | Merge "Launcher-side changes to support prediction bar." into ub-launcher3-bu...Winson Chung2015-05-051-17/+62
|\ \
| * | Launcher-side changes to support prediction bar.Winson Chung2015-05-041-17/+62
* | | Merge "WidgetTray performance improvement (less sorting): Part 1" into ub-lau...Hyunyoung Song2015-05-041-18/+10
|\ \ \
| * | | WidgetTray performance improvement (less sorting): Part 1Hyunyoung Song2015-05-041-18/+10
* | | | Handling managed profile creation in the model as the activitySunny Goyal2015-05-011-5/+0
|/ / /
* | | Simplifying add to workspace by not going through the worker threadSunny Goyal2015-04-291-13/+0
* | | Removing obsolete resourcesSunny Goyal2015-04-291-2/+2
|/ /
* | Merge "Add drop animation / Toast to widgettray" into ub-launcher3-burnabyHyunyoung Song2015-04-241-1/+2
|\ \
| * | Add drop animation / Toast to widgettrayHyunyoung Song2015-04-231-1/+2
* | | Adding LongArrayMap as a replacement for HashMap<Long, E>Sunny Goyal2015-04-241-4/+4
* | | Clearing all pending runnables when Launcher is destroyed.Sunny Goyal2015-04-231-6/+0