• Marius Volkhart's avatar
    Fix file uploading when no filters are applied · d71f7e7f
    Marius Volkhart authored
        When no file filters are specified in the server whitelist, the Android system is incorrectly given a mime type filter list including a single empty ("") mime type. Naturally, nothing matches this, and no documents can be selected for upload.
    
        To remedy this, the application is changed to return a null filter array if filters are not to be applied.
    d71f7e7f
Name
Last commit
Last update
..
gradle/wrapper Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
build-sdk.sh Loading commit data...
build.gradle Loading commit data...
google-services.json Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
proguard-rules.pro Loading commit data...