Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo for "Swipe to delete" #144

Closed
stefan-niedermann opened this issue Oct 17, 2016 · 3 comments
Closed

Undo for "Swipe to delete" #144

stefan-niedermann opened this issue Oct 17, 2016 · 3 comments
Milestone

Comments

@stefan-niedermann
Copy link
Member

It is possible to delete notes with a swipe action - but one could accidently delete a note, so there should be a undo-option just like in mail apps.

@korelstar
Copy link
Member

Ouch! I didn't know that this is that dangerous! I just found multiple notes under "deleted files" in my ownCloud, that I didn't want to delete. I didn't even notice that I delete these note, when I deleted them -- which was apparently due do the swipe action.

I wasn't ever a friend of this "swipe to delete/edit" thing. But without notification and undo feature, this is really bad. I definitely recommend to deactivate this feature -- at least until there is an undo function.

@stefan-niedermann
Copy link
Member Author

Well, i thought about it but i like this feature really ;) And notes are not really deleted since you can recover them from trashbin if you accidently hit one. At least in Google Play Store release notes i mentioned that there is no undo-function yet.
Do you have a clue how to implement an undo-button while swiping? If i knew it i would have implemented it of course yet.....

@stefan-niedermann stefan-niedermann changed the title Undo for "Swipte to delete" Undo for "Swipe to delete" Oct 26, 2016
@stefan-niedermann stefan-niedermann added this to the 0.10.0 milestone Oct 26, 2016
@korelstar
Copy link
Member

I think the state of the art is using a "snackbar":
https://material.google.com/components/snackbars-toasts.html
https://developer.android.com/reference/android/support/design/widget/Snackbar.html

But I haven't implemented it yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants