photo / mobile-android

Trovebox mobile application for Android
Apache License 2.0
120 stars 64 forks source link

Notifications should use Android Guidelines #458

Open alpha1 opened 11 years ago

alpha1 commented 11 years ago

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

2013-09-14 14 35 34

jmathai commented 11 years ago

Jnbbvbvnp

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.

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

[image: 2013-09-14 14 35 34]https://f.cloud.github.com/assets/138439/1152139/02bb56e0-1f07-11e3-8caa-a0ec0ef96674.png

— Reply to this email directly or view it on GitHubhttps://github.com/photo/mobile-android/issues/458 .

jmathai commented 11 years ago

Unsure what my response was about but I mentioned this to @patricksan and we're going to collapse them into a single progress bar.

patricksan commented 11 years ago

the idea will be to collapse as Jaisen said. Also, items already uploaded should be removed automatically.