-
Notifications
You must be signed in to change notification settings - Fork 284
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
Labels
Milestone
Comments
zulip-mobile
zulip-mobile
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
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
This comes after #122 / #320.
This means:
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.
The text was updated successfully, but these errors were encountered: