Tobias Kaminsky
Tobias Kaminsky
I am testing right now with a S5 Neo with Wakelock Detector if and how often our app requests wakelock.
@Rayn0r this is strange. According to our code we do not acquire wake lock if the device is at least Lollipop (Android 5.0). What exactly is it in WakeLock Detector?...
How many files are getting uploaded? Roughly how many files do you have on your device? It might be that scanning takes too long. I would need one person who...
Fixed by #10148
As we revert this fix, this will then be open again. @max-nextcloud
⚠ I rebased
@AlvaroBrey it seems that with gplayDebug flavor we have: ``` java.lang.ClassCastException: com.google.android.gms.org.conscrypt.OpenSSLRSAPublicKey cannot be cast to org.conscrypt.OpenSSLRSAPublicKey at com.owncloud.android.util.EncryptionTestIT.testModulus(EncryptionTestIT.java:187) ``` but it runs fine locally on genericDebug. I do not...
@AndyScherzinger @jancborchardt I think we discussed this already at some time. The question is when and who shall take action - the one that creates the problem: obviously this works...
> The phone upload is staggeringly slow, since there is a 20 seconds delay from getting the preview of the old image to checking the existence of the new image,...
:-D We will have to do some sort of timing analysis to see where the bottleneck is. One I know is, that we currently only do one upload at a...