Marcel Dopita
Marcel Dopita
In an ideal world, it should be enough to install single document provider app (like your mentioned "android samba client" or [cifs-documents-provider](https://github.com/wa2c/cifs-documents-provider)), enter credentials once and have it accessible to...
@YanceyChiew Yes, these two do need to fully cache files but others don't (like the cifs-documents-provider or webdav-provider).
> That would violate the current license of all the apps. GPLv3 forbids it. The owner of the code still owns the copyright and can relicense the code under whatever...
I believe I just: - commented out `import android.support.wearable.view.ImageReference;` as it's deprecated (and the one used method) - updated wear/build.gradle ``` apply plugin: 'com.android.application' android { compileSdkVersion 21 buildToolsVersion '21.1.2'...