Michael Gangolf

Results 266 comments of Michael Gangolf

But please as an option to turn on light and/or sound. Having it turn on light + https://github.com/flipperdevices/flipperzero-firmware/issues/1466 would make it a lot better!

I think your setup is wrong. Have a look at the demo app: [download demo](http://www.migaweb.de/waterfall_demo.zip)

how did you include the widget? Folder and XML file? The widget should be in "appname/teilen/app/widgets/com.miga.waterfall/" appname/config.json should include "com.miga.waterfall": "1.0" in the dependencies section. and then you can use...

https://github.com/SDWebImage/SDWebImage/issues/3279 think it should upgrade to a newer version of SDWebImage as that issue was fixed already

Can you reproduce it? I wonder if it is not just trying to load it in an old window so just a proxy `null` check at the beginning would be...

Did you try to use https://developer.android.com/reference/android/app/Activity#isDestroyed() ? And also perhaps check if `proxy` is null as mentioned earlier. Otherwise it could crash at the `proxy.getActivity()`

how do you build your app and which Ti SDK are you using? Don't see that error here

xcode 12.3 has some issues. See: https://github.com/appcelerator/titanium_mobile/pull/12354 for a fix or downgrade to 12.2

I think you should create an own module for that. Look at the official Kotlin demo: https://github.com/woltapp/blurhash/blob/master/Kotlin/demo/src/main/java/com/wolt/blurhashapp/MainActivity.kt#L18 it will return a Bitmap from the string you've entered. So it should...