aykit / MyOwnNotes

Notes for ownCloud App - Android
GNU General Public License v3.0
69 stars 27 forks source link

File renaming not executed correctly #166

Open hman2 opened 4 years ago

hman2 commented 4 years ago

Version 2.0 running on Nougat.

Steps to reproduce:

  1. Create and share a Note with MyOwnCloud.
  2. Rename the text file on the PC
  3. On the app, a duplicate of the note appears.

This is obviously because MyOwnNotes only executes the first half of renaming: Copying to a new file name (where the same first line is contained, thus creating a duplicate entry). The second would be the deletion of the old file, which for reasons unknown is not carried out.