The download logs cannot be cleared from the Downloads screen. nor it is listed in 'delete browsing data' checklist
it kind of feels like a basic browser feature. clearing a log of what was downloaded.
people who want to keep their download logs empty.
Surely this is a bug as downloads used to be deleted as part of the clear data options
This feature request is valid but would be blocked on #352 and we can look at this after that is completed
As a first step, we could delete the list of files that Fenix saves when downloading. The copy would have to be clear though, about what is being deleted (e.g. the download log vs the downloads themselves) and we would need to decide whether we want to do one way or the other, or one and then the other.
As a first step, we could delete the list of files that Fenix saves when downloading. The copy would have to be clear though, about what is being deleted (e.g. the download log vs the downloads themselves) and we would need to decide whether we want to do one way or the other, or one and then the other.
This can be done using the DownloadUseCase class e.g: usecase.removeAllDownloads()
This does not look like it's ready to be worked on. The button for clearing downloads already exists in the Downloads list.
We still need strings if we are to add this option to the "delete browsing data" feature.
Also, I think the distinction is not clear between deleting a Downloads list entry and deleting the downloaded item itself.
https://github.com/mozilla-mobile/fenix/issues/352 asks for the file to be deleted, but on testing this, the file is not deleted, just the entry in Fenix Download list is removed.
@betsymi might have some input on the strings here?? 馃
To clarify, it appears the files aren't actually being deleted. In that case, I wouldn't recommend we use the word Delete and use Clear or Remove instead. We also wouldn't have a destructive delete button either, as that signifies the user is deleting data, which isn't the case. This is something @apbitner and I are working on, new specs coming soon!
Resolution for this is in #16541