vauvenal5
vauvenal5
Hi! I run in a similar issue. I was starting and stopping the service when the user was downloading files. However, I noticed that when starting the service after runApp...
After some more investigation, the issue also happens when starting the background service before runApp but then it does not hurt. However, I do not know what triggers it. TL;DR...
This PR is open since 2018... Is there any obvious issue with it?
Hi! Any news on this issue?
So if I get it right something similar to `PhotoManagerDeleteManager` has to be done for copy and move to work under Android 11 correct?
Any news here?
Using an interceptor works just fine. ```java public class GoogleScopeInterceptor implements ConnectInterceptor { @Override public void preConnect(ConnectionFactory connectionFactory, MultiValueMap parameters, WebRequest request) { parameters.add("scope", "profile"); } @Override public void postConnect(Connection...
I know this is not completely on topic but since you discussed here wrapping the Google API library I decided to continue here. The Spring Social documentation itself suggests integrating...
Hi! Thx for reporting. I have not updated the F-Droid version for quiet some time. I hope I can do it in the coming week. Quiet some things have changed....
Yes, it would be helpful to see if you have the issue also on the newest version.