summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Start adding unit tests for the invariant device profile / RefactorHyunyoung Song2015-05-281-129/+119
* Merge "Fix widget tray crash on screen rotation introduced by ag/694693" into...Hyunyoung Song2015-05-222-13/+29
|\
| * Fix widget tray crash on screen rotation introduced byHyunyoung Song2015-05-222-13/+29
* | Moving all apps code into sub package.Winson Chung2015-05-2215-137/+203
* | Creating landscape and portrait device profiles at app initializationSunny Goyal2015-05-2214-368/+172
* | Animating workspace active background changeSunny Goyal2015-05-212-47/+30
* | Refactoring DeviceProfileAdam Cohen2015-05-2138-709/+646
* | Merge "Tweaking method name." into ub-launcher3-burnabyWinson Chung2015-05-212-3/+3
|\ \
| * | Tweaking method name.Winson Chung2015-05-212-3/+3
* | | Merge "Fixing crash in previous CL." into ub-launcher3-burnabyWinson Chung2015-05-212-4/+10
|\| |
| * | Fixing crash in previous CL.Winson Chung2015-05-212-4/+10
* | | Merge "Icons are not updated to TYPE_APPLICATION during restore" into ub-laun...Sunny Goyal2015-05-216-37/+49
|\ \ \ | |/ / |/| |
| * | Icons are not updated to TYPE_APPLICATION during restoreSunny Goyal2015-05-216-37/+49
* | | 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
* | | | Cleaning up some app model code.Winson Chung2015-05-212-96/+102
| |/ / |/| |
* | | Merge "Breaking icon update task so that it doesn't block worker thread" into...Sunny Goyal2015-05-212-87/+120
|\ \ \
| * | | Breaking icon update task so that it doesn't block worker threadSunny Goyal2015-05-212-87/+120
* | | | Merge "Load PackageItemInfo in background thread to prevent ANR" into ub-laun...Hyunyoung Song2015-05-2110-58/+62
|\ \ \ \ | | |_|/ | |/| |
| * | | Load PackageItemInfo in background thread to prevent ANRHyunyoung Song2015-05-2110-58/+62
* | | | Merge "Using color filter when animating the drop target instead to Transitio...Sunny Goyal2015-05-215-19/+56
|\ \ \ \
| * | | | Using color filter when animating the drop target instead to TransitionDrawableSunny Goyal2015-05-215-19/+56
| | |/ / | |/| |
* / | | Do not trim folder titleSunny Goyal2015-05-212-3/+5
|/ / /
* | | Fixing issue where the prediction bar apps are not focused.Winson Chung2015-05-213-22/+28
* | | Merge "Setting drawable to droptarget in the code to avoid multiple drawable ...Sunny Goyal2015-05-201-25/+8
|\ \ \ | |/ / |/| |
| * | Setting drawable to droptarget in the code to avoid multiple drawable inflationSunny Goyal2015-05-201-25/+8
* | | Merge "Reducing delay in applying widget previews loaded in the background." ...Winson Chung2015-05-201-26/+74
|\ \ \ | |/ / |/| |
| * | Reducing delay in applying widget previews loaded in the background.Winson Chung2015-05-201-26/+74
| |/
* | Merge "Removing some unused functionalities" into ub-launcher3-burnabySunny Goyal2015-05-202-75/+6
|\ \
| * | Removing some unused functionalitiesSunny Goyal2015-05-192-75/+8
* | | Merge "Avoiding blocking worker thread when adding icons to DB" into ub-launc...Sunny Goyal2015-05-201-12/+58
|\ \ \
| * | | Avoiding blocking worker thread when adding icons to DBSunny Goyal2015-05-191-12/+58
* | | | Removing unnecessary linear layoutSunny Goyal2015-05-201-1/+1
* | | | Fixing unnecessary padding added to pages in overview modeSunny Goyal2015-05-202-2/+10
* | | | Removing override annotation to fix build.Winson Chung2015-05-201-1/+0
* | | | Merge "Removing itemCount, fromIndex and toIndex from AccessibilityEvent.TYPE...Vadim Tryshev2015-05-201-3/+0
|\ \ \ \
| * | | | Removing itemCount, fromIndex and toIndex fromVadim Tryshev2015-05-191-3/+0
* | | | | Merge "List work profile widgets to the end of the row of the widget tray, th...Hyunyoung Song2015-05-201-14/+19
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | List work profile widgets to the end of the row of the widget tray, then sortHyunyoung Song2015-05-201-14/+19
* | | | | Merge "Moving LauncherAccessibilityDelegate to accessibility package" into ub...Sunny Goyal2015-05-2012-18/+42
|\ \ \ \ \
| * | | | | Moving LauncherAccessibilityDelegate to accessibility packageSunny Goyal2015-05-1912-18/+42
* | | | | | Merge "Updating widget resize frame assets." into ub-launcher3-burnabySunny Goyal2015-05-201-62/+53
|\ \ \ \ \ \
| * | | | | | Updating widget resize frame assets.Sunny Goyal2015-05-191-62/+53
* | | | | | | Merge "Adding null check to outline generator" into ub-launcher3-burnabySunny Goyal2015-05-201-0/+3
|\ \ \ \ \ \ \
| * | | | | | | Adding null check to outline generatorSunny Goyal2015-05-191-0/+3
| | |_|_|_|_|/ | |/| | | | |
* / | | | | | Avoiding object allocation during drawSunny Goyal2015-05-191-15/+16
|/ / / / / /
* | | | | | Merge "Adding drop shadow effect in allapps" into ub-launcher3-burnabySunny Goyal2015-05-194-5/+92
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Adding drop shadow effect in allappsSunny Goyal2015-05-154-5/+92
* | | | | | Unify sorting between all apps and widget trayHyunyoung Song2015-05-195-136/+175
| |_|/ / / |/| | | |
* | | | | Merge "Widget cell improvement" into ub-launcher3-burnabySunny Goyal2015-05-195-86/+102
|\ \ \ \ \ | |_|_|_|/ |/| | | |