-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 cancel of pending upload in notification #193
Comments
Yeah, is it possible to make the notification interactive? @tobiasKaminsky @AndyScherzinger while uploading, cancel should be possible via x on the right of the notification. |
Technically speaking yes. I'll do a mockup the next days but would suggest text instead of icon, since Android notifications dropped icons and went for text. You'll see when I post the mockup. 👍 |
just some refs:
so @AndyScherzinger I can't (quickly) see anything about "since Android notifications dropped icons and went for text"?! |
@childnode it is not in the material guidelines (unfortunately) but I experience it on my Nexus5X running Android N Preview 5, also see screenshots here: https://developer.android.com/preview/features/notification-updates.html and somewhat here https://developer.android.com/preview/api-overview.html#notification_enhancements. So for some reasons they seem to have decided to drop the display of icons except for "inline actions" like a direct reply. |
thank god they change the design guide with each android release :o .. ok .. but shouldn't we still support the icon on marshmallows to follow the current material design for these devices? Perhaps let's see the design guide once N is released, I can't imagine that they break the current interface of Notification.Action.Builder and no more support that icon (didn't looked into the code yet). I think they just not had them in the examples right now ... nevertheless, you might be (partially) right that it is removed or discouraged to show a icon furthermore |
@childnode yes we should, Android N itself does the magic to remove the icons from the view... 😉 |
ok, so |
ok, so |
@childnode |
Yeah @childnode it would be cool if you want to get involved! :) You can let us know if you need input. I personally don’t code on the Android part but oversee the design so can give feedback on any mockups or screenshots of implementations. :) |
@childnode I've been on vacation for the last week, so picking up here where we left of. Did you already have a chance to work on a mockup? 😃 |
Hi @AndyScherzinger , no, I didn't do a mockup ... yet But if there is noone on it calling "it's emergent" I would be pleased to finalize this during this month?! I'll come back with an update as soon as possible ;) |
Hi @childnode sounds great, if you have any questions or need any help just let me know. If you want to we can also meet up somewhere in Frankfurt after work, since I am Frankfurt based, but my schedule is pretty tight before the Nextcloud conference. 😃 |
@childnode on the other hand the implementation could also be started right away since the layout will probably be "just standard", so we can then work on details (if necessary) using screenshot of the actual implementation state. :) |
I'm so sorry ... even for getting up that late with bad news: not yet anything to show because things changed quickly in real-life last month so I have to spent lot of time in another project ... refurbishing new /home |
@childnode ah no worries! :) Since you’re in Mainz maybe you should join the next Nextcoud Rhein-Main meetup: https://meetup.com/nextcloud-rhein-main – with @AndyScherzinger @eppfel @tobiasKaminsky, so it’s pretty good to get something done on the Android app ;) |
Similar to this one: #383 (but this one is for pausing upload in the upload pane) |
A button anywhere to cancel all pending uploads would very much be appreciated. I have 2000 uploads pending, and while there is a button to cancel any of them, the option to cancel all is not currently anywhere. |
Together with #261 this is then a "cancel all", I think. |
Idea: check how to pause |
Actual behaviour
Expected behaviour
-- canceling by 1. open the app, 2. enter the pin, 3. open hamburger menu, 4. tap uploads, 5. cancel upload by tapping (x) which (hopefully) works only on real fast devices, slow devices are busy by uploading and tapping does nothing ... mostly until 99% or 100% of upload is made ;/
The text was updated successfully, but these errors were encountered: