summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/compat/AppWidgetManagerCompat.java
Commit message (Collapse)AuthorAgeFilesLines
* Migrating to android-xSunny Goyal2018-08-141-1/+2
| | | | Change-Id: I9a774152d13a541e8496dd84f2469bfed407f86d
* Fixing custom widgets support:Sunny Goyal2017-09-131-5/+9
| | | | | | | | > Moving the definitions to xml so that it is easier to override in derivative projects > Fixing verious bind and save logic for custom widgets > Adding feature flag to easily disable custom widgets Change-Id: I0e278bc7dd415713029364060ef10842da990be9
* WallpaperManagerCompat should target correct platformHyunyoung Song2017-09-111-1/+1
| | | | | | | Also replace Utilities.isAtLeastO() to static final constant. Bug: 65544683 Change-Id: I39fbea66939d72c31702748716c4e65b4f9bee6a
* Adding A feature flag to disable widgets and a corresponding buildSunny Goyal2017-07-211-6/+0
| | | | | | | target Launcher3Go without widgets support Bug: 62353159 Change-Id: Ia03d2235a9bcf75f9ef191924f81630e63a2c684
* Add support for getting widgets/shortucts for a particular package/userTony Wickham2017-04-041-3/+11
| | | | | | Bug: 34940468 Bug: 33553066 Change-Id: I5d0131df206c6a13d4227ad28c5b094bbf1343df
* Updating widget preview generation to not embed any badge.Sunny Goyal2017-01-191-3/+0
| | | | | | | | | Instead drawing badge in the view directly. This will allow us to reuse the same preview when we do not want to draw badges. This also simplified badging of shortcut config activities. Change-Id: I9c07c33bf9c2b8ef81a00026b1d42587868c906f
* Removing all compatibility code below LollipopSunny Goyal2016-12-161-17/+1
| | | | | Bug: 32745285 Change-Id: I62971908e3e4402941fab627bbdfd47be64473a3
* No more UserHandleCompatSunny Goyal2016-12-151-2/+3
| | | | | Bug: 32745285 Change-Id: I762fb4e268c1afe48a1860ab12a4ccb3f626aa95
* Changing the widget loading strategySunny Goyal2016-03-091-0/+12
| | | | | | | | | Widget is loaded only when the user enters the overview mode and we keep the list updated as long as the user is in the overview mode. Once the user leaves the overview mode, we stop responding to widget updates Bug: 26077457 Change-Id: I9e4904b8f1300bfe0d77e2bc5f59aa6963fad8d1
* Prevent work profile widget DnD crashHyunyoung Song2016-03-011-1/+1
| | | | | | b/26079469 Change-Id: I3d49ac498bbaaef8ca8a3051f5ab4b35ef771410
* Version code cleanupSunny Goyal2015-08-171-1/+1
| | | | | | | | > Renaming Lmp to Lollipop > Lollipop_MR1 instead of directly using 22 > Using M APIs directly instead of reflection Change-Id: I10a307f46e3be15b3299f549a2fd7e0e215a6a1b
* Place the work profile badge in the correct bottom right (left for RTL)Hyunyoung Song2015-05-141-1/+2
| | | | | | | | | | | | location Also: - clean up of some code - remove requestLayout() method call that is not needed. b/20338602 Change-Id: I65e0e1ac40da2e3fa85af4d3aca54bed3f200a99
* Supporting custom widgets provided by launcherAdam Cohen2014-12-051-4/+5
| | | | | | | -> This change provides integration for widgets provided by the launcher package which can run arbitrary code. Change-Id: I6052da5c4afed7ee72e3b44d045b9c46f2d84c42
* Update calls now we have an L API version.Kenny Guy2014-09-181-2/+1
| | | | | Bug: 17543647 Change-Id: I92c652a4ced5a5e783b24e42f9da4d9dfe1118ba
* Using ApplicationContext in static objectsSunny Goyal2014-09-151-2/+2
| | | | | Bug: 17507543 Change-Id: I1651b694acabaf62188dd4ba42739b64a60194c3
* Adding support for managed profiles in widgetSunny Goyal2014-08-201-0/+83
issue: 16892811 Change-Id: If8c81f2a5a3bc846b02a5d225c5a8f27b1382dab