Stefan Ceriu
|
2993f9b6a2
|
Fix breaking changes following SDK update.
|
2025-06-10 15:09:20 +03:00 |
|
Stefan Ceriu
|
a6c3b5d4af
|
Allow multiple room info updates when receiving a call before deciding the room doesn't have an active call anymore.
|
2025-06-05 11:06:07 +03:00 |
|
Mauro
|
c1dfce4935
|
Handle media previews and invite avatars through the account data (#4142)
* added account data media display policy handling to NSE
* pr suggestions
* update compound
* code improvement
|
2025-05-28 19:51:34 +02:00 |
|
Doug
|
91195305aa
|
Add a developer option that hides notification alerts when a sound wouldn't be played.
Enabling this makes isNoisy behave like iMessage's Hide Alerts option.
|
2025-05-26 16:05:38 +03:00 |
|
Stefan Ceriu
|
08e265220d
|
Always set the push notification badge, even if the unread count is missing.
|
2025-05-02 11:41:46 +03:00 |
|
Stefan Ceriu
|
ce1c26c3d4
|
Fix compilation errors - make sure we update the push notification badge using the received, server-provided unread count.
|
2025-05-02 11:27:49 +03:00 |
|
Stefan Ceriu
|
ef7aa3b9b3
|
Make sure we update the push notification badge using the received, server-provided unread count.
|
2025-05-02 11:18:10 +03:00 |
|
Stefan Ceriu
|
16f16b488f
|
Replace the old RoomInfoUpdateListener with the SDKListener
|
2025-04-29 19:45:55 +03:00 |
|
Stefan Ceriu
|
f24e81ae9f
|
Rely on the room's info to decide whether a call ringing notification is outdated and should be ignored as opposed to a time based approach.
|
2025-04-29 19:45:55 +03:00 |
|
Stefan Ceriu
|
cd983a9d45
|
Introduce a NotificationHandler object to split out notification content handling from the rest of the NSE core logic.
|
2025-04-17 15:24:12 +03:00 |
|