David Luhmer

Results 178 comments of David Luhmer

First of all, thank you for showing interest in the library! :) Honestly, I haven't heard of LiveData yet. It looks like it's a new concept (kind of similar to...

@tobiasKaminsky Maybe this is indeed related to https://github.com/nextcloud/Android-SingleSignOn/issues/68 And the fact that the spinner keeps on spinning after he clicked outside the dialog is probably caused since the callback is...

@dave-kennedy Thanks for your report. Do you happen to have your App somewhere on GitHub where we can test this issue? Do you have a crashlog for us?

@dave-kennedy Thank you for the invitation and sorry for the delay. Looks like I don't have permission to see the code 🤔

No worries :) I finally managed to take a look into it and it looks like that the `getParameterAnnotations ()` method returns 4 annotations instead of the 3 that are...

Okay, I looked into it again and I found out that the fourth parameter is actually from kotlin.. (`kotlin.coroutines.continuation`) Another issue is that we are loosing the return type. While...

@tobiasKaminsky Do you have any ideas why this is happening? @dave-kennedy Did you manage to test it with the fix I provided?

Awesome, thank you so much for the research! I looked through the retrofit `RequestFactory` and they're basically doing the same as I'm doing right now.. They check if the last...

@dave-kennedy Sorry for letting you wait that long. It looks like that problem is caused due to the loss of the return type. Gson is then not able to figure...

@stefan-niedermann I did some testing on my end as well.. It looks like the `mDevice.waitForWindowUpdate(null, TIMEOUT);` just before the `OK` check is causing that issue. If I replace it with...