summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/compat
Commit message (Expand)AuthorAgeFilesLines
* WallpaperManager: do not crash because of insufficient permissionsAlexander Martinz2018-07-141-1/+4
* WallpaperManagerCompat: correct build version checkAlexander Martinz2018-04-101-1/+1
* WallpaperManagerCompat should target correct platformHyunyoung Song2017-09-114-5/+6
* Try-catching getColorHints in wallpapermanager compat.Mario Bertschler2017-09-061-6/+10
* Remove reflection from wallpaper manager for wallpaper colors.Mario Bertschler2017-09-051-56/+25
* Adjusting reflection api for color addOnColorsChangedListener thatMario Bertschler2017-08-211-3/+3
* Adding A feature flag to disable widgets and a corresponding buildSunny Goyal2017-07-213-23/+21
* Supporting dark theme hint for wallpaper colors.Mario Bertschler2017-07-101-0/+1
* Merge "1. Replace use of java.util.HashMap with android.util.ArrayMap in Laun...Rajeev Kumar2017-06-221-8/+16
|\
| * 1. Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-151-8/+16
* | Refactoring PinItemDragListener into a base class to allow diffenret implemen...Sunny Goyal2017-06-201-1/+1
* | Applying API changes on WallpaperColors.Mario Bertschler2017-06-193-42/+67
|/
* Replace use of java.util.HashMap with android.util.ArrayMap inRajeev Kumar2017-06-141-5/+3
* Fix synchronization on a non-final field 'sInstanceLock' by makingRajeev Kumar2017-06-121-3/+1
* Updating the WallpaperManagerCompatVL to use JobSchedular instead of intent s...Sunny Goyal2017-06-081-21/+69
* Adding a utility method for getting device prefsSunny Goyal2017-06-081-9/+4
* Some fixes in the compat implementation of wallpaper managerSunny Goyal2017-05-231-4/+5
* Adding compat implementation for the new WallpaperManager APIs for color extr...Sunny Goyal2017-05-234-0/+449
* Simplifying logic for managed for icon additionSunny Goyal2017-05-221-2/+2
* Removing various reflection calls with final APIsSunny Goyal2017-05-224-226/+92
* Fixes a bug in verifying the validity of a session info.Mario Bertschler2017-05-151-1/+4
* resolve merge conflicts of 82eb1f0ea to ub-launcher3-dorval-polishTony Wickham2017-05-032-3/+9
|\
| * Use source bounds/activity options for App Info System ShortcutTony2017-05-022-3/+9
* | Merge "Updating getApplicationInfo to handle NameNotFoundException" into ub-l...Sunny Goyal2017-04-171-3/+15
|\|
| * Merge "Updating getApplicationInfo to handle NameNotFoundException" into ub-l...TreeHugger Robot2017-04-171-3/+15
| |\
| | * Updating getApplicationInfo to handle NameNotFoundExceptionSunny Goyal2017-04-171-3/+15
* | | Merge "Remove reflection for a couple of methods" into ub-launcher3-dorvalTony Wickham2017-04-121-14/+2
|\| |
| * | Remove reflection for a couple of methodsTony Wickham2017-04-111-14/+2
| |/
* | resolve merge conflicts of 128b7e59a to ub-launcher3-masterTony Wickham2017-04-056-16/+114
|\|
| * Add support for getting widgets/shortucts for a particular package/userTony Wickham2017-04-046-18/+116
* | Fixing broken buildSunny Goyal2017-03-301-2/+2
* | Merge "Delay the PinItemRequest#accept() call until the drop animation is fin...Sunny Goyal2017-03-301-2/+26
|\|
| * Delay the PinItemRequest#accept() call until the drop animation is finished.Sunny Goyal2017-03-301-2/+26
* | Merge "Adding logging for various interaction in PinItemRequest UI" into ub-l...Sunny Goyal2017-03-301-0/+5
|\|
| * Adding logging for various interaction in PinItemRequest UISunny Goyal2017-03-221-0/+5
* | Minor Refactoring only: no functional changeMario Bertschler2017-03-282-2/+2
* | Enable Promise App Icon in All Apps.Mario Bertschler2017-03-211-1/+1
* | Merge "Removing config shortcut activities for managed profiles for apps buil...Sunny Goyal2017-03-202-1/+13
|\|
| * Removing config shortcut activities for managed profiles forSunny Goyal2017-03-202-1/+13
* | Adding support for showing the widget preview based on the provided RemoteViewsSunny Goyal2017-03-171-0/+8
|\|
| * Adding support for showing the widget preview based on the provided RemoteViewsSunny Goyal2017-03-171-0/+8
* | Show promise app icon in All Apps while installation process.Mario Bertschler2017-03-172-18/+82
|/
* Fixing wrong check being used for application statusSunny Goyal2017-03-012-2/+4
* Fixing SDCard and package enabled state checks in PackageManagerHelerSunny Goyal2017-03-013-6/+28
* Launcher3: fix app shortcuts for suspended appsCharles He2017-02-213-0/+15
* Updating the preview generation logic so that it aligns better withSunny Goyal2017-01-273-10/+49
* Adding support for drag and drop for requestPinItem.Sunny Goyal2017-01-242-3/+31
* Using WidgetCell in the Pin Item confirmation prompt for a consistent UISunny Goyal2017-01-202-3/+18
* Merge "Adding support for new APIs in O related to configurable shortcuts" in...Sunny Goyal2017-01-204-2/+228
|\
| * Adding support for new APIs in O related to configurable shortcutsSunny Goyal2017-01-194-2/+228