-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
notification for new shared files #83
Comments
Yes, that is a great idea. |
As far as i know, the Android client only uses the WebDAV protocol for accessing files. So this would require the creation of a new API. |
Ok. but for a first step, this would be usefull, too: #87 I created a folder for every other user and shared it with that user. This way it's possible to just put files into the user's folders to share files with them. Even if the clients (desktop and android) are not working with share options. If i cloud keep a folder up2date, I would be informed about new files then :) |
maybe instead of completely redesigning the android app to use another API instead of WebDAV, you could also extend the API usage:
|
@untitaker I don't think this requires a new API, the client checks for new files anyways. So if the remote state of a dir is different from the local one (=something has to be sync'd), a notification should be issued, right? ;-) |
@laryllian I think you're right. It would be enough when you open the OwnCloud app and also if you're connected to the internet currently, to see somehow there are some changes in directories (=added/updated/removed files) in comparison to locally cached files (feature will be available soon, see also #87, #116) |
The Activity app available in the web interface already provides notifications about new files and activity and also provides links to those files. Can this be queried somehow by the Android app and then used to create Android notifications so a user can be alerted to activity like new shared files? |
Maybe. But I'd try first just triggering notifications when new files appear in a folder from the current synchronization process. It's a pull-to-refresh process, but would be much easier as a first approach to see how interesting is the feature for users. |
https://github.com/owncloud/notifications/wiki/Reading-and-deleting-notifications-as-a-Client would be the way to go now, I suppose ;-) |
Minor changes to support synchronization of full folders in OC app
It would be great to get informed about new files in my "shared" folder or - better - in every folder I tagged es "notify me of new files".
With such an option we could use the owncloud android app to share things without sending a "hey, look at your folder"-mail aftere every upload.
The text was updated successfully, but these errors were encountered: