-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Labels
Description
When uploading many photos, Trovebox will add a notification for each and every photo, failed, or successful. This can result in hundreds of notifications. the Android Clear all Button works, but may remove other applications notifications as well.
This should probably use the official android guidelines and compress to one notification (Or at least one for success, and 1 for failed)
http://developer.android.com/guide/topics/ui/notifiers/notifications.html
It might also be a good idea to use the progress bar for the total uploads, not just each individual upload.
http://developer.android.com/guide/topics/ui/notifiers/notifications.html#Progress
