jasminb / megastoragemanager

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

Incorrectly calculated size of uploaded data #24

Closed ja02 closed 9 years ago

ja02 commented 9 years ago
  1. Create local folder Parent. Create folder Child inside Parent. Create empty file f1.txt inside Child.
  2. Upload the folder Parent to cloud from the Cloud tab.
  3. Setup a 2-way sync between the folder Parent from the cloud and an empty local folder Local. Manually start the sync process and wait until it finishes. It will create local folder Child inside Local and a file f1.txt inside Child.
  4. Find f1.txt in the local file system via a file manager and write some text into it.
  5. Switch back to MSM and start the sync process. It will upload the file *f1.txt" to cloud. Upload notification will appear in the notification drawer.

Expected: The notification displays the size of the uploaded file in bytes. Error: The notification says the size of the file is 0, although the file is correctly uploaded to cloud and its size is apparently more than zero bytes.

jasminb commented 9 years ago

Fixed in MEGA-2.1.0-test7.apk

ja02 commented 9 years ago

Verified on 2.1.0-test7.