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

notif: Show organization URL in collapsed notification #569

Closed
gnprice opened this issue Mar 19, 2024 · 0 comments · Fixed by #703
Closed

notif: Show organization URL in collapsed notification #569

gnprice opened this issue Mar 19, 2024 · 0 comments · Fixed by #703
Labels
a-Android Issues specific to Android, or requiring Android-specific work a-notifications beta feedback Things beta users have specifically asked for

Comments

@gnprice
Copy link
Member

gnprice commented Mar 19, 2024

See chat thread.

To implement this, I believe what's needed is to make a "summary notification" and put the information there. See the notifications code in zulip-mobile (in Kotlin, under android/) for comparison.

Better yet would be the Zulip organization's name, rather than URL. That's tracked as a followup issue:

@gnprice gnprice added a-Android Issues specific to Android, or requiring Android-specific work a-notifications beta feedback Things beta users have specifically asked for labels Mar 19, 2024
@gnprice gnprice added this to the Beta 2 milestone Mar 19, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Mar 21, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Mar 21, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue May 23, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue May 23, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 14, 2024
Make use of Group Summary Notifications to group notifications
based on different realms and also display the respective group
label (which is currently the realm URL).

See:
  https://developer.android.com/develop/ui/views/notifications/group#group-summary

This change is a port of implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/6d5d56d175644cd0cdf47f3cd30ffadf6756bbdc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L299-L382

Fixes: zulip#569
Fixes: zulip#571
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 18, 2024
Make use of Group Summary Notifications to group notifications
based on different realms and also display the respective group
label (which is currently the realm URL).

See:
  https://developer.android.com/develop/ui/views/notifications/group#group-summary

This change is a port of implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/6d5d56d175644cd0cdf47f3cd30ffadf6756bbdc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L299-L382

Fixes: zulip#569
Fixes: zulip#571
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 18, 2024
Make use of Group Summary Notifications to group notifications
based on different realms and also display the respective group
label (which is currently the realm URL).

See:
  https://developer.android.com/develop/ui/views/notifications/group#group-summary

This change is a port of implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/6d5d56d175644cd0cdf47f3cd30ffadf6756bbdc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L299-L382

Fixes: zulip#569
Fixes: zulip#571
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 19, 2024
Make use of Group Summary Notifications to group notifications
based on different realms and also display the respective group
label (which is currently the realm URL).

See:
  https://developer.android.com/develop/ui/views/notifications/group#group-summary

This change is a port of implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/6d5d56d175644cd0cdf47f3cd30ffadf6756bbdc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L299-L382

Fixes: zulip#569
Fixes: zulip#571
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 19, 2024
Make use of Group Summary Notifications to group notifications
based on different realms and also display the respective group
label (which is currently the realm URL).

See:
  https://developer.android.com/develop/ui/views/notifications/group#group-summary

This change is a port of implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/6d5d56d175644cd0cdf47f3cd30ffadf6756bbdc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L299-L382

Fixes: zulip#569
Fixes: zulip#571
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 19, 2024
Make use of Group Summary Notifications to group notifications
based on different realms and also display the respective group
label (which is currently the realm URL).

See:
  https://developer.android.com/develop/ui/views/notifications/group#group-summary

This change is a port of implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/6d5d56d175644cd0cdf47f3cd30ffadf6756bbdc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L299-L382

Fixes: zulip#569
Fixes: zulip#571
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-Android Issues specific to Android, or requiring Android-specific work a-notifications beta feedback Things beta users have specifically asked for
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant