Search the Community
Showing results for tags 'widgets'.
-
Can we blur album art on lock screen without it being blurred in the API because it interferes with KWGT audio widgets. Also it would be nice for more customisation options for widgets. ie match album cover corner radius and a seek button.
-
Can we change the widget's radius on 4x4 and 3x2 widgets so it can fit the players album art radius
-
@maxmp, I am hoping to modify your set of widgets in line with my Yaps skins. so I am trying to build and compile the powerampapi/poweramp_simplewidgetpack as found on Github. I am running into all sorts of problems trying to build the project. I have : - updated the TargetSdk to 29, - migrated to androidx, - classpath 'com.android.tools.build:gradle:3.6.1', - added google() to repositories. The modules do not compile and some of the .java code shows errors, for instance public abstract class BaseWidgetConfigure where the signature of the pushUpdate method is different. mWidgetProvider.pushUpdate(this, mPrefs, new int[]{ mAppWidgetId }, mediaRemoved, false, false, null); method generateUpdateData is missing from mWidgetProvider WidgetUpdateData data = mWidgetProvider.generateUpdateData(this, mediaRemoved, false, false); Given the last updates on Github are 5 and 7 years ago, I imagine the modules are probably out of date My question is whether there is any point in proceding with this. Your help would be appreciated