Aulig

Results 23 comments of Aulig

Same issue here on android 10 & version 1.3.2. Can't add any songs to playlists, no matter if creating a new playlist or adding one or multiple songs to an...

Just tested it and seems to be working well for my use case too. @MarkOSullivan94 it'd be great if this could get merged, many people in the issue #96 would...

After more extensive use I think I've found a small bug. When using a non-square image as `adaptive_icon_foreground`, the outputted ic_launcher_foreground in the drawable folders is off-centered. I used this...

> > > > After more extensive use I think I've found a small bug. When using a non-square image as `adaptive_icon_foreground`, the outputted ic_launcher_foreground in the drawable folders is...

Thank you so much for this, exactly what I needed. I'm also using deep links to hide the custom tabs on Android, works perfectly. For iOS there seems to be...

Also just encountered this issue with recursion. Don't really want to change my schema because of this :/

> So I have just successfully installed Sentry 21.7.0 on a Vultr 1GB instance. I did not use your script to do it, so I'll outline what I did. Firstly...

Make sure you're using the SHA key from Google Play Signing (under app integrity in the Play Console). That was my mistake.

I've also encountered this bug. The documentation says: "Important: The requested permissions and those set by the user take priority over these settings." which is kind of confusing. I assume...

My main issue was that I was not able to disable sound for foreground notifications, did you try that? So await FirebaseMessaging.instance.setForegroundNotificationPresentationOptions( alert: false, badge: true, sound: false, ); When...