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

Inbox-style notifications, like on Android in zulip-mobile #128

Closed
chrisbobbe opened this issue May 26, 2023 · 0 comments · Fixed by #718
Closed

Inbox-style notifications, like on Android in zulip-mobile #128

chrisbobbe opened this issue May 26, 2023 · 0 comments · Fixed by #718
Labels
a-Android Issues specific to Android, or requiring Android-specific work a-notifications

Comments

@chrisbobbe
Copy link
Collaborator

chrisbobbe commented May 26, 2023

This comes after #122 / #320.

This means:

  • Each conversation gets a separate notification.
  • That notification is an Android "inbox-style" notification: it shows up to a handful of the most recent messages, and for a 1:1 conversation the avatar of the other person.

The initial implementation of #320 will have separate notifications for separate conversations but, in order to break down the complexity into separate stages, each notification will only show the one latest message in that conversation.

@gnprice gnprice added this to the Beta milestone May 27, 2023
@gnprice gnprice removed the m-beta label May 27, 2023
@gnprice gnprice modified the milestones: Beta, Launch Sep 22, 2023
@gnprice gnprice changed the title notifications ui: Group into conversations, like on Android in zulip-mobile Inbox-style notifications, like on Android in zulip-mobile Oct 26, 2023
@gnprice gnprice added the a-Android Issues specific to Android, or requiring Android-specific work label 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
@gnprice gnprice modified the milestones: Launch, B2: Summer 2024 May 9, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 3, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 12, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 24, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 24, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 25, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 25, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 30, 2024
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jun 30, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 7, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 7, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 7, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 8, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 9, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 13, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 13, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 15, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 15, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
rajveermalviya added a commit to rajveermalviya/zulip-flutter that referenced this issue Jul 15, 2024
Use messaging style notifications to display messages with
sender's name and avatars, along with support for displaying
multiple messages from a specific topic by updating existing
notification from notifications panel.

See:
  https://developer.android.com/develop/ui/views/notifications/build-notification#messaging-style

This change is similar to existing implementation in zulip-mobile:
  https://github.com/zulip/zulip-mobile/blob/e352f563ecf2fa9b09b688d5a65b6bc89b0358bc/android/app/src/main/java/com/zulipmobile/notifications/NotificationUiManager.kt#L177-L309

Fixes: zulip#128
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
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants