Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Conversation

@Lakoja
Copy link
Collaborator

@Lakoja Lakoja commented Mar 5, 2025

No migration provided. As it makes no 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?


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

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Done.

@connyduck
Copy link
Collaborator

Actually we should probably just merge this and see what users think.

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

Also: Several name combination fixes
@Lakoja Lakoja force-pushed the show-notifications-as-popup branch from b4452a3 to d1832fd Compare March 14, 2025 21:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants