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

Allow to delete notifications #1311

Closed
nickvergessen opened this issue Aug 11, 2017 · 6 comments
Closed

Allow to delete notifications #1311

nickvergessen opened this issue Aug 11, 2017 · 6 comments

Comments

@nickvergessen
Copy link
Member

nickvergessen commented Aug 11, 2017

In the browser you can delete notifications on hover:

bildschirmfoto vom 2017-08-11 10-36-10

In the android app that option should also be available (maybe by swiping the entry to a side)

To create a notification:

  1. Install https://apps.nextcloud.com/apps/admin_notifications
  2. occ notification:generate <username> <message>
@tobiasKaminsky tobiasKaminsky changed the title Allow to delete notifications that have no actions Allow to delete notifications Aug 11, 2017
@mario
Copy link
Contributor

mario commented Aug 11, 2017

That's for 2.1. Currently notifications are not even stored anywhere.

@mario
Copy link
Contributor

mario commented Aug 11, 2017

Can potentially be part of #1271.

@nickvergessen
Copy link
Member Author

No need to store anything, just allow to send a simple DELETE request ;)

@tobiasKaminsky
Copy link
Member

Please let us do it independent from any other PR/work.
As far as I understand we simply need a "x" (delete) button or a "swipe to right" gesture. On that action we send a delete request to the server.

@xXSTrikeXx
Copy link
Contributor

I have tested the notification in the bus. The request delivery of the notification works in 2.0 RC2. Havent tested it all, but I think it doesn't notificate the Android system about notification, is it?

Just want to say, great work ;)

Sent from my HUAWEI MYA-L41 using FastHub

@AndyScherzinger
Copy link
Member

Implementation is #3607

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

No branches or pull requests

5 participants