Tobias Kaminsky

Results 686 comments of Tobias Kaminsky

Ahh. It is from: https://github.com/nextcloud-deps/hwsecurity/blob/master/hwsecurity/ui/src/main/res/values/strings.xml#L38 So it is entirely on Android. Still the question remains, how this can happen…

> @tobiasKaminsky yet another +1 for #1723 Yes, switching to login flow v2, where auth is done in browser is best way.

> But there are multiple instances (see screenshot) of `UploadsStorageManager` so it doesn't work anyway. This should per se be no problem, as all queries are against a database, which...

What do you think? Ref: https://github.com/nextcloud/android/issues/802#issuecomment-309372150 > but we should in the end offer both /data and /media because now we are reverting back to pre 1.4 so users that...

It was something local, but I cannot find it, maybe I did not even saved it.. :-/

This is the reason why newer android version are talking about - internal - portable storage, whereas a hard-wired storage is always internal, but a (removable) sdcard can be both:...

True. It works when I change it to http 5.x branch. Not sure about any side effects…

We have the same problem, when we try to run renovate: ``` ommand failed: ./gradlew --console=plain --dependency-verification lenient -q --write-verification-metadata sha256,pgp help FAILURE: Build completed with 3 failures. 1: Task...

I just checked and it seems that it is "only" needed for adb. https://github.com/pedrovgs/Shot/blob/master/shot/src/main/groovy/com/karumi/shot/AdbPathExtractor.groovy#L9 It could be changed that first is checked if ADB exists in $PATH. (I doubt this...