David Luhmer

Results 178 comments of David Luhmer

Okay, I found the issue. It looks like that the library we use for ImageLoading doesn't handle caching very well. It only uses a URL as the cache key. Cache...

@tobiasKaminsky FYI - I saw that you were involved in the dicussion in https://github.com/bumptech/glide/issues/1847. I think by using the OkHttp Client we can get around the issues with ETags /...

For clarification - if you use the Single-Sign-On Feature in either the Deck or Notes app, you only have one token that you can see in your nextcloud server -...

As a DAVx5 user myself I'd love to see a SSO integration for Nextcloud. As @stefan-niedermann already mentioned it is not possible to use the Token as an Auth-Token with...

Sorry for the delay - yes - I agree, that integrating SSO wouldn't be a trivial tasks for an app like DAVx5 as some of the features that you probably...

:+1: same problem. Any updates on this?

@desperateCoder From the stack trace I suspect that the service connection tried to reconnect for some reason. And the [`unbindService`](https://github.com/nextcloud/Android-SingleSignOn/blob/main/lib/src/main/java/com/nextcloud/android/sso/api/AidlNetworkRequest.java#L134) call seemed to have caused the crash (I suspect an...

How can the user share other files between tasks? (such as text/binary files) Use Case: (Machine Learning Application): - Task A: - download several input files - do some processing...