felixwiemuth / SimpleReminder

Efficient creation of simple reminders on Android.
Other
57 stars 9 forks source link

Swipe left / right controls in notifications #6

Open tuekacode opened 3 years ago

tuekacode commented 3 years ago

For example, Swipe Left = Remove the reminder Swipe Right = Archive the reminder

like some basic note taking app

felixwiemuth commented 3 years ago

This seems like a good idea, but I think it will be difficult or impossible to detect the swipe direction in a notification, because it is not directly supported by Android.

However, I already had in mind to add some controls to notifications (e.g. buttons to reschedule by e.g. 15min/1h), and if possible, swipe gestures could be another type of control. For each available control there would be a list of actions one can assign (like mark done, delete, reschedule, ...).

I will open a separate issue when I come to this.