summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/WidgetPreviewLoader.java
Commit message (Expand)AuthorAgeFilesLines
* Decouple grid size and widget preview size in WidgetsRecyclerViewSamuel Fufa2019-10-041-1/+1
* Moving various common executors to a single locationSunny Goyal2019-08-201-21/+13
* Fix icon shape refresh for widgets list / legacy shortcut black bg issueHyunyoung Song2019-04-021-4/+8
* Removing some Launcher3 dependencies from BaseIconCacheSunny Goyal2018-11-061-1/+2
* Move IconNormalizer/ShadowGenerator/LauncherIcons to icons packageHyunyoung Song2018-09-261-2/+2
* Removing additional rpc due to icon cache updateSunny Goyal2018-09-211-0/+1
* Migrating to android-xSunny Goyal2018-08-141-1/+2
* Avoid crash when widget previews have no intrinsic sizeRoger Olsson2018-04-261-3/+4
* Making LauncherIcons thread safeSunny Goyal2018-01-091-2/+5
* Converting widget panel into a floating viewSunny Goyal2017-10-131-7/+4
* Fixing custom widgets support:Sunny Goyal2017-09-131-2/+2
* Update cache version based on new icon sizes.Jon Miranda2017-06-271-1/+1
* Landscape grid changes for Workspace/All Apps.Jon Miranda2017-06-231-1/+1
* Merge "Do not apply legacy treatment on shortcuts Bug: 62617041" into ub-laun...TreeHugger Robot2017-06-221-1/+1
|\
| * Do not apply legacy treatment on shortcutsHyunyoung Song2017-06-221-1/+1
* | Rafactoring shadow generator logic to allow customizing various parametersSunny Goyal2017-06-201-8/+11
|/
* Portrait grid changes for Workspace/All Apps.Jon Miranda2017-06-191-1/+1
* Refactoring some shadow generator logic into common methodsSunny Goyal2017-05-021-20/+7
* [MANUAL] resolve merge conflicts of 59c0e0e91 to ub-launcher3-dorval-polishHyunyoung Song2017-04-271-6/+6
* resolve merge conflicts of 128b7e59a to ub-launcher3-masterTony Wickham2017-04-051-1/+15
|\
| * Add support for getting widgets/shortucts for a particular package/userTony Wickham2017-04-041-1/+15
* | resolve merge conflicts of 26b174659 to ub-launcher3-masterTony2017-03-301-4/+7
|\|
| * Add support for system shortcuts in popup containerTony Wickham2017-03-301-4/+7
* | Adding support for showing the widget preview based on the provided RemoteViewsSunny Goyal2017-03-171-38/+30
|\|
| * Adding support for showing the widget preview based on the provided RemoteViewsSunny Goyal2017-03-171-38/+30
* | Defining HomeScreenElementTheme for elements which appear on top ofSunny Goyal2017-02-171-4/+5
|/
* Updating the shortcut preview generation logicSunny Goyal2017-02-161-53/+53
* Updating the default widget preview generation logicSunny Goyal2017-02-081-43/+54
* Using WidgetCell in the Pin Item confirmation prompt for a consistent UISunny Goyal2017-01-201-1/+4
* Merge "Adding support for new APIs in O related to configurable shortcuts" in...Sunny Goyal2017-01-201-4/+4
|\
| * Adding support for new APIs in O related to configurable shortcutsSunny Goyal2017-01-191-4/+4
* | Updating widget preview generation to not embed any badge.Sunny Goyal2017-01-191-11/+12
|/
* Adding support for requesting addition of shortcut/widgetSunny Goyal2017-01-181-4/+4
* Removing all compatibility code below LollipopSunny Goyal2016-12-161-2/+2
* No more UserHandleCompatSunny Goyal2016-12-151-5/+5
* Merge "Catching OOM during widget preview generation" into ub-launcher3-masterSunny Goyal2016-10-271-1/+8
|\
| * Catching OOM during widget preview generationSunny Goyal2016-10-271-1/+8
* | Fixing wrong cache lookup callSunny Goyal2016-10-271-1/+1
|/
* Update Launcher to use theme colors.Andrew Sapperstein2016-06-201-1/+1
* Adding some utility methods for thread verificationSunny Goyal2016-04-151-1/+2
* Creating WidgetCellItem to wrap LauncherAppWidgetProviderInfo and resolveInfoSunny Goyal2016-03-181-43/+21
* Prevent work profile widget DnD crashHyunyoung Song2016-03-011-8/+22
* Preventing launcher crashes due to low disk space.Sunny Goyal2015-12-181-49/+19
* Fixing null check when calling mutateOnMainThreadSunny Goyal2015-10-261-1/+2
* Using custom threadpool executor instead of the one defined in AsyncTaskSunny Goyal2015-09-231-14/+1
* Using an executor with increased queue size for loading previewsSunny Goyal2015-09-231-1/+14
* Refreshing widget list when a package containing a widget changesSunny Goyal2015-08-111-1/+1
* Using a reverse hashmap instead of indexOfValue in userManagerSunny Goyal2015-08-051-10/+1
* Calculating widget minSpans and spans statically/independent of orientationSunny Goyal2015-08-031-2/+2
* Prevent from widget cell preview image from being cut off.Hyunyoung Song2015-07-301-2/+2