diff --git a/changelog/unreleased/4294 b/changelog/unreleased/4294 new file mode 100644 index 000000000000..ba4d97f43751 --- /dev/null +++ b/changelog/unreleased/4294 @@ -0,0 +1,8 @@ +Bugfix: Conflict in copy with files without extension + +The check of files names that start in the same way has been removed from the copy +network operation, so that the copy use case takes care of that and works properly with +files without extension. + +https://github.com/owncloud/android/issues/4222 +https://github.com/owncloud/android/pull/4294