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

Show notifications as popup #4974

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Lakoja
Copy link
Collaborator

@Lakoja Lakoja commented Mar 5, 2025

No migration provided. As it makes not sense to delete existing notifications channels for this small change.

@Lakoja Lakoja force-pushed the show-notifications-as-popup branch from 4a7349f to 2caeede Compare March 5, 2025 19:05
@connyduck
Copy link
Collaborator

This will 100% bring us complaints. Please let us ask users first.

@Lakoja
Copy link
Collaborator Author

Lakoja commented Mar 7, 2025

This will 100% bring us complaints. Please let us ask users first.

What would the problems and complaints be?
How would that question be worded?

@connyduck
Copy link
Collaborator

People who think popup is too introduing and have to go to settings and turn it off per channel.

Just a simple question:
Which default notification style to you prefer? Then explain the two, ideally with illustrative screenshots.

@Lakoja
Copy link
Collaborator Author

Lakoja commented Mar 8, 2025

People who think popup is too introduing and have to go to settings and turn it off per channel.

Wouldn't that be equally true for audible notifications? Too intruding and must be configured for 9 channels?

…ng them as group should still only make one sound)

Also: Several name combination fixes
@@ -583,16 +581,11 @@ class NotificationService @Inject constructor(
}

private fun joinNames(notifications1: List<StatusBarNotification>, notifications2: List<Notification>): String? {
val names = java.util.ArrayList<String>(notifications1.size + notifications2.size)
val names1 = notifications1.map { it.notification.extras.getString(EXTRA_ACCOUNT_NAME) }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use mapNotNull here and save the filterNotNull() below

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

Successfully merging this pull request may close these issues.

2 participants