-
Notifications
You must be signed in to change notification settings - Fork 94
add: windows compatible filenames capability #1870
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
library/src/main/java/com/owncloud/android/lib/resources/status/OCCapability.kt
Show resolved
Hide resolved
beb946a to
ede2ac2
Compare
| } | ||
|
|
||
| // wcf | ||
| if (capability.getVersion().isNewerOrEqual(NextcloudVersion.nextcloud_32)) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New flag only available after nextcloud_32
93811b7 to
2cbb669
Compare
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4628-IT-master-12-50/debug/ |
|
stable-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4628-IT-stable-12-51/debug/ |
This comment was marked as resolved.
This comment was marked as resolved.
Signed-off-by: alperozturk <alper_ozturk@proton.me>
Signed-off-by: alperozturk <alper_ozturk@proton.me>
2cbb669 to
d269978
Compare
|
master-IT test failed: https://www.kaminsky.me/nc-dev/android-library-integrationTests/4631-IT-master-14-47/debug/ |
Implements
nextcloud/server#51568
Client PR
nextcloud/android#15824
Fixes
nextcloud/files-clients#106