Android: Batched deletions

Created on 4 Nov 2018  路  5Comments  路  Source: owncloud/android

Actual behaviour

When selecting multiple files as deleting each file is deleted individually due to which the snackbar message is shown multiple times(it is shown after each file has been deleted).

Expected behaviour

The files should be deleted in batches or the message should be shown once after all the selected files have been deleted

Steps to reproduce

  1. Select multiple files
  2. Select delete from the three-dot menu

Can this problem be reproduced with the official owncloud server?
(url: https://demo.owncloud.org, user: test, password: test)
Yes

Environment data

Android version:8.0

UI enhancement

Most helpful comment

@jesmrec I think that it would be better to show the snackbar only once while deleting a list of files. Instead of showing it everytime(after each file in the list is deleted).

All 5 comments

@jesmrec I think that it would be better to show the snackbar only once while deleting a list of files. Instead of showing it everytime(after each file in the list is deleted).

Agreed. This is an interesting improvement.

This would be great @sd1998, thanks for the suggestion

@davigonz @jesmrec I am starting to work on this.

Fixed. Will be available in 2.10.0

Was this page helpful?
0 / 5 - 0 ratings