You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On Monday, September 16, 2013, Michael Fitzpatrick-Ruth wrote:
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.
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
The text was updated successfully, but these errors were encountered: