summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/compat/AppWidgetManagerCompatVL.java
Commit message (Collapse)AuthorAgeFilesLines
* Adding A feature flag to disable widgets and a corresponding buildSunny Goyal2017-07-211-17/+16
| | | | | | | target Launcher3Go without widgets support Bug: 62353159 Change-Id: Ia03d2235a9bcf75f9ef191924f81630e63a2c684
* Add support for getting widgets/shortucts for a particular package/userTony Wickham2017-04-041-7/+19
| | | | | | Bug: 34940468 Bug: 33553066 Change-Id: I5d0131df206c6a13d4227ad28c5b094bbf1343df
* Updating widget preview generation to not embed any badge.Sunny Goyal2017-01-191-49/+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-28/+0
| | | | | Bug: 32745285 Change-Id: I62971908e3e4402941fab627bbdfd47be64473a3
* No more UserHandleCompatSunny Goyal2016-12-151-7/+7
| | | | | Bug: 32745285 Change-Id: I762fb4e268c1afe48a1860ab12a4ccb3f626aa95
* Changing the widget loading strategySunny Goyal2016-03-091-0/+27
| | | | | | | | | 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-2/+8
| | | | | | b/26079469 Change-Id: I3d49ac498bbaaef8ca8a3051f5ab4b35ef771410
* Fixing some invalid checks and cleaning some redundant conditionsSunny Goyal2015-12-181-3/+1
| | | | Change-Id: I770ce2cc2eccbee105958634e81bbc9bc2e4cc48
* Work profile badge alignmentHyunyoung Song2015-06-151-5/+5
| | | | | | b/21336417 Change-Id: Icd54320fa0d0976cac0ae66d180cc2c99ddd0c1c
* Place the work profile badge in the correct bottom right (left for RTL)Hyunyoung Song2015-05-141-2/+3
| | | | | | | | | | | | location Also: - clean up of some code - remove requestLayout() method call that is not needed. b/20338602 Change-Id: I65e0e1ac40da2e3fa85af4d3aca54bed3f200a99
* Updating version codes from L to LOLLIPOPBrian Parfett2014-12-121-1/+1
| | | | | | | This is required so Launcher3 can compile within IntelliJ. Change-Id: I99a98a6d2326a8f8b0f0320430de9b555ea430c6 Bugs: b/18720914
* Supporting custom widgets provided by launcherAdam Cohen2014-12-051-7/+11
| | | | | | | -> This change provides integration for widgets provided by the launcher package which can run arbitrary code. Change-Id: I6052da5c4afed7ee72e3b44d045b9c46f2d84c42
* Remove STOPSHIPs from GSA 4.0Dharmesh Mokani2014-09-121-9/+3
| | | | | | | Added stopships so that GSA won't crash on older L release. Bug: 17443440 Change-Id: I792eb53d5021118bdb09c44ffae7a8286a0cd69b
* Catch Throwable as NoSuchMethodError isn't an Exception.Kenny Guy2014-09-111-1/+1
| | | | | Bug: 17462165 Change-Id: Ifafdc882fd1020fb6468d2bcae2f219ef5cba64c
* Launcher change corresponding to platform change.Dharmesh Mokani2014-09-081-6/+9
| | | | | | | | | Here is platform change : ag/540450 Added try catch block so the APK works on older builds as well. Bug: 17390424 Change-Id: Id5731c65f036e35b71aa74ce6d8ae031107ed60b
* Adding support for managed profiles in widgetSunny Goyal2014-08-201-0/+142
issue: 16892811 Change-Id: If8c81f2a5a3bc846b02a5d225c5a8f27b1382dab