-
Notifications
You must be signed in to change notification settings - Fork 309
notif: Show organization URL in collapsed notification #569
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
Labels
a-Android
Issues specific to Android, or requiring Android-specific work
a-notifications
beta feedback
Things beta users have specifically asked for
Milestone
Comments
This was referenced 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
May 31, 2024
Reimplement the summary notification implementation from 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 12, 2024
Reimplement the summary notification implementation from 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 13, 2024
Reimplement the summary notification implementation from 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 13, 2024
Reimplement the summary notification implementation from 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 13, 2024
Reimplement the summary notification implementation from 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 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
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:
The text was updated successfully, but these errors were encountered: