jasminb / megastoragemanager

Android application providing sync and data management tools for mega cloud storage
5 stars 2 forks source link

Redundant two-way sync download #11

Closed ja02 closed 9 years ago

ja02 commented 9 years ago

Cloud contains folder CloudFolder1 with one file File1.txt containing text abc.

  1. Setup two-way sync to local folder /storage/sdcard0/MSM/LocalFolder1 and manually start the sync process via menu. Result: The file File1.txt will be downloaded.
  2. Open /storage/sdcard0/MSM/LocalFolder1/File1.txt, add some text and save.
  3. Manually start MSM sync process. Result: File1.txt will be uploaded to cloud.
  4. Wait 1 minute.
  5. Manually start MSM sync process.

Expected: As the file has not changed, nothing should happen. The percentage for the sync on the SYNC tag should be 100%. Error: MSM downloads File1.txt from cloud to local filesystem. The percentage for the sync on the SYNC tab is below 100%.

jasminb commented 9 years ago

Fixed in MEGA-2.1.0-test3.apk

ja02 commented 9 years ago

Solved in 2.1.0-test3.