summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/Launcher.java
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | Fixing missing updates in package install sessionsSunny Goyal2015-04-221-22/+14
|/ /
* | Refactoring to single path for overview mode.Winson Chung2015-04-211-14/+28
* | Fixing build.Winson Chung2015-04-171-0/+11
* | Merge "Fixing drag-n-drop for folders in hotseat." into ub-launcher3-burnabySunny Goyal2015-04-161-0/+12
|\ \
| * | Fixing drag-n-drop for folders in hotseat.Sunny Goyal2015-04-151-0/+12
* | | Merge "Fixing regression in AllApps being aggressively dismissed after return...Winson Chung2015-04-161-1/+1
|\ \ \ | |/ / |/| |
| * | Fixing regression in AllApps being aggressively dismissed after returning to ...Winson Chung2015-04-101-1/+1
* | | WidgetTray improvementHyunyoung Song2015-04-131-1/+1
|/ /
* | Initial changes to support a fixed all-apps layout.Winson Chung2015-04-091-8/+39
* | WidgetTray revamp workHyunyoung Song2015-04-081-71/+47
* | resolved conflicts for merge of 68fdeaad to ub-launcher3-burnabyAdam Cohen2015-04-061-6/+3
* | Reinflating QBS on resume, if the widget orientation is not same as launcher ...Sunny Goyal2015-04-031-0/+10
* | Removing ContentObserver from LauncherModel, and calling reloadSunny Goyal2015-04-011-4/+4
* | am 67c30861: Adding Launcher3 callbacks for trimming memory.Robert Kozikowski2015-03-301-0/+3
|\|
| * Adding Launcher3 callbacks for trimming memory.Robert Kozikowski2015-03-301-0/+3
* | am b823ae4f: Avoid casting AppWidgetProviderInfo to LauncherAppWidgetProvider...Adam Cohen2015-03-281-1/+3
|\|
| * Avoid casting AppWidgetProviderInfo to LauncherAppWidgetProviderInfo upon unp...Adam Cohen2015-03-271-1/+3
* | am 173f711e: Ensure that we capture all paths for starting activity for resultAdam Cohen2015-03-271-1/+18
|\|
| * Ensure that we capture all paths for starting activity for resultAdam Cohen2015-03-271-1/+18
| * Don't clobber widgets with the same component - DO NOT MERGERobin Lee2015-03-191-1/+1
| * Fix widget refresh issue on package install/uninstallHyunyoung Song2015-03-111-2/+2