Skip to content
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

Android notifications - differentiate between progressbar and progress #385

Open
HoreaM opened this issue Jul 12, 2024 · 5 comments
Open
Labels
feature-request New feature or request

Comments

@HoreaM
Copy link

HoreaM commented Jul 12, 2024

Feature Request

Problem Description

We currently have 3 types of notifications on Android (M117, Progress and Status).
We have the option in the app to add a progressbar notification or a progress notification that updates and a set interval.
The issue is, both the progressbar and the progress notification fall under the same category in Android (Progress).
I would love the ability to make the progressbar notification silent in Android and keep the progress notification as not silent.

Proposed Solution

Just to simply differentiate between the two notifications (progressbar and progress) and make an additional Android notification category, so that they don't both fall in the same "Print Progress Updates" category in Android would be great!

@HoreaM HoreaM added the feature-request New feature or request label Jul 12, 2024
@Clon1998
Copy link
Owner

Hey, that's a good point. In the survey I conducted, improving the notification configuration is the Android feature with the most votes.

@Clon1998
Copy link
Owner

Hey,
I just added a separate notification channel for it. However, I am confused in regards to the user ability to configure it.
I think the current settings allow an Android user to configure if he wants to:
a) Use Progres notifications, Text bases
b) Use Progres bar notifications
c) a & b at the same time

Or am I missing something/ is the. Current UI not as easy to understand?

You're feedback on that would be awesome.

@HoreaM
Copy link
Author

HoreaM commented Jul 31, 2024

Yes, that's correct, we can enable either progress (text) notifications, progress bar notifications or both of them.
My issue was that both notifications shared the same notification channel. That means, if I had both notification types active (bar & text), I couldn't for example make the progress bar notification be a silent notification in android and leave the progress (text) notification vibrate whenever I receive it.

Did you already release the changes? I still don't have a separate channel for the progress bar or progress text notifications. I'm on the 2.7.1-511 version of the app.

@Clon1998
Copy link
Owner

Yes, that's correct, we can enable either progress (text) notifications, progress bar notifications or both of them.

My issue was that both notifications shared the same notification channel. That means, if I had both notification types active (bar & text), I couldn't for example make the progress bar notification be a silent notification in android and leave the progress (text) notification vibrate whenever I receive it.

Did you already release the changes? I still don't have a separate channel for the progress bar or progress text notifications. I'm on the 2.7.1-511 version of the app.

Thanks for the feedback!
The separate notification category was added a few days ago to the Dev version, I will release it probably in the next 1-2 weeks depending on how much stuff I get done.

@HoreaM
Copy link
Author

HoreaM commented Jul 31, 2024

That sounds great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants