summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Import translations. DO NOT MERGEBill Yi2017-02-2280-0/+320
* Merge "Fixing accessibility description for all-apps grid adapter. Only count...Sunny Goyal2017-02-221-6/+45
|\
| * Fixing accessibility description for all-apps grid adapter.Sunny Goyal2017-02-211-6/+45
* | Close all open views when binding the Launcher.Jon Miranda2017-02-211-0/+3
* | Merge "Launcher3: fix app shortcuts for suspended apps" into ub-launcher3-masterTreeHugger Robot2017-02-216-3/+40
|\ \
| * | Launcher3: fix app shortcuts for suspended appsCharles He2017-02-216-3/+40
* | | Fix folder icon animation where it animates downwards on 1st run.Jon Miranda2017-02-211-1/+3
* | | Merge "Remove badges when launcher loses notification access" into ub-launche...Tony Wickham2017-02-212-13/+15
|\ \ \ | |_|/ |/| |
| * | Remove badges when launcher loses notification accessTony2017-02-212-13/+15
* | | Enabling translation for string relates to Add to homescreen confirmation promptSunny Goyal2017-02-171-2/+2
* | | Merge "Simplifying some launcher themes" into ub-launcher3-masterSunny Goyal2017-02-1743-226/+192
|\ \ \ | |/ / |/| |
| * | Simplifying some launcher themesSunny Goyal2017-02-1643-226/+192
* | | Merge "Import translations. DO NOT MERGE" into ub-launcher3-masterTreeHugger Robot2017-02-174-10/+10
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2017-02-164-10/+10
| |/ /
* | | Import translations. DO NOT MERGEBill Yi2017-02-170-0/+0
|\ \ \
| * | | Import translations. DO NOT MERGEBill Yi2017-02-164-10/+10
* | | | Merge "Add notification listener back to the manifest" into ub-launcher3-masterAdam Cohen2017-02-174-0/+72
|\ \ \ \
| * | | | Add notification listener back to the manifestTony2017-02-164-0/+72
* | | | | Merge "Ensure that filtered notifications are removed from BadgeInfo." into u...Tony Wickham2017-02-162-23/+40
|\ \ \ \ \
| * | | | | Ensure that filtered notifications are removed from BadgeInfo.Tony Wickham2017-02-132-23/+40
* | | | | | Merge "Separating methods for updating the model to a sepatate class." into u...TreeHugger Robot2017-02-1617-372/+450
|\ \ \ \ \ \
| * | | | | | Separating methods for updating the model to a sepatate class.Sunny Goyal2017-02-1617-372/+450
* | | | | | | Merge "Updating the shortcut preview generation logic" into ub-launcher3-masterSunny Goyal2017-02-164-61/+77
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Updating the shortcut preview generation logicSunny Goyal2017-02-164-61/+77
* | | | | | | Removing wrapper around ViewPropertyAnimator, and using ObjectAnimatorSunny Goyal2017-02-1610-329/+119
|/ / / / / /
* | | | | | Merge "Fixing wrong check for grid migration" into ub-launcher3-masterTreeHugger Robot2017-02-161-1/+1
|\ \ \ \ \ \
| * | | | | | Fixing wrong check for grid migrationSunny Goyal2017-02-151-1/+1
* | | | | | | Merge "Adding some logging around launcher grid when device profile changes" ...Sunny Goyal2017-02-163-0/+39
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Adding some logging around launcher grid when device profile changesSunny Goyal2017-02-153-0/+39
| |/ / / / /
* | | | | | Merge "Animate notification background color directly" into ub-launcher3-masterTony Wickham2017-02-161-10/+11
|\ \ \ \ \ \
| * | | | | | Animate notification background color directlyTony2017-02-151-10/+11
| |/ / / / /
* | | | | | Merge "Ignore touches before notification is populated" into ub-launcher3-masterTony Wickham2017-02-161-0/+8
|\ \ \ \ \ \
| * | | | | | Ignore touches before notification is populatedTony Wickham2017-02-151-0/+8
| |/ / / / /
* / / / / / Fallback to WallpaperManager#getDrawable() if getWallpaperFile() is nullTony Wickham2017-02-151-2/+2
|/ / / / /
* | | | | Merge "Adding minSDK for test targets" into ub-launcher3-masterTreeHugger Robot2017-02-152-0/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Adding minSDK for test targetsSunny Goyal2017-02-152-0/+3
| | |_|/ | |/| |
* | | | Merge "Hide legacy icon treatment behind a flag." into ub-launcher3-masterHyunyoung Song2017-02-142-1/+3
|\ \ \ \
| * | | | Hide legacy icon treatment behind a flag.Hyunyoung Song2017-02-142-1/+3
| |/ / /
* | | | Merge "Initializing LauncherAppState only on the main thread" into ub-launche...Sunny Goyal2017-02-142-46/+59
|\ \ \ \ | |/ / / |/| | |
| * | | Initializing LauncherAppState only on the main threadSunny Goyal2017-02-132-46/+59
| |/ /
* | | Merge "Fixing bug in AnimationLayerSet where it sets the layer type to softwa...TreeHugger Robot2017-02-141-6/+14
|\ \ \
| * | | Fixing bug in AnimationLayerSet where it sets the layer type to softwareSunny Goyal2017-02-131-6/+14
| | |/ | |/|
* | | Revert "Changing LauncherViewPropertyAnimator to use ValueAnimator"Sunny Goyal2017-02-132-62/+223
* | | Changing LauncherViewPropertyAnimator to use ValueAnimatorSunny Goyal2017-02-132-223/+62
|/ /
* | Merge "Making methods in PaackageManagerHelper non-static" into ub-launcher3-...TreeHugger Robot2017-02-095-28/+48
|\ \
| * | Making methods in PaackageManagerHelper non-staticSunny Goyal2017-02-025-28/+48
| |/
* | Temporarily remove notification listener from the manifest.Tony Wickham2017-02-091-7/+0
* | Merge "Create a singleton HashMap instead of using Collections.singleton()" i...TreeHugger Robot2017-02-092-2/+15
|\ \
| * | Create a singleton HashMap instead of using Collections.singleton()Tony Wickham2017-02-092-2/+15
* | | Merge "Updating the default widget preview generation logic" into ub-launcher...Sunny Goyal2017-02-099-68/+73
|\ \ \