Benoit Marty
0c86b76357
Move NotificationConfig object to the config module.
2023-12-19 15:01:36 +01:00
bmarty
e60508a631
Sync Strings from Localazy
2023-12-18 00:10:14 +00:00
Benoit Marty
6ff2bf1f79
Fix tests.
2023-12-12 16:47:54 +01:00
Benoit Marty
9a526f22c4
Remove duplicated file.
2023-12-12 16:17:11 +01:00
Benoit Marty
4ec2c84241
Load avatar for notification when there is no active imageLoader. ( #1991 )
2023-12-12 15:29:54 +01:00
Benoit Marty
05d9e64b86
code cleanup
2023-12-11 16:51:42 +01:00
Benoit Marty
0685dc5d78
Fix some licences.
2023-12-11 16:49:23 +01:00
Benoit Marty
4348a6deac
Cleanup up when statement.
2023-12-11 16:47:06 +01:00
Benoit Marty
419a162f77
Extract MxcTools and add test.
2023-12-11 14:53:02 +01:00
Benoit Marty
84c897d682
Image in notification
2023-12-11 14:52:50 +01:00
Benoit Marty
39cca2ce09
Sync localazy using fixed script
2023-12-08 19:24:35 +01:00
Benoit Marty
24d3981261
Run the script again.
2023-12-05 12:25:59 +01:00
Benoit Marty
fd42c78b15
Sync again
2023-12-05 11:25:47 +01:00
Benoit Marty
5af1a786e5
Sync string again after removing problematic translations from Localazy.
2023-12-04 18:03:21 +01:00
bmarty
fced91addb
Sync Strings from Localazy
2023-12-04 00:09:56 +00:00
Jorge Martin Espinosa
4de256b69c
Add special notifications for mentions ( #1846 )
...
* Add special notifications for mentions
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-11-28 10:41:50 +01:00
ElementBot
12b3196471
Sync Strings ( #1892 )
...
* Sync Strings from Localazy
---------
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
Co-authored-by: jonnyandrew <jonnya@element.io>
Co-authored-by: Jorge Martín <jorgem@element.io>
2023-11-28 09:52:23 +01:00
Benoit Marty
9afba239bb
Fix: This number should be separated by underscores in order to increase readability
2023-11-27 17:17:10 +01:00
Benoit Marty
a02c5c2b44
Add test for DefaultNotificationDrawerManager
2023-11-27 16:44:47 +01:00
Benoit Marty
b61b45dd0c
NotificationEventPersistence is now an interface, to allow in-memory implementation.
2023-11-27 16:44:47 +01:00
Benoit Marty
a09fa1c5ad
Add test for NotificationEventPersistence
2023-11-27 16:44:47 +01:00
Benoit Marty
73ebffab2e
Add coverage for NotificationBitmapLoader
2023-11-27 16:44:47 +01:00
Benoit Marty
7cb6740dd6
Remove useless try catch.
2023-11-27 16:43:58 +01:00
Benoit Marty
abf1de7f42
Fix issue in RoomGroupMessageCreator
2023-11-27 16:43:58 +01:00
Benoit Marty
435827af28
Add test for RoomGroupMessageCreator
2023-11-27 16:43:58 +01:00
Benoit Marty
5a979e6237
Add test for NotificationCreator
2023-11-27 16:43:58 +01:00
Benoit Marty
1fdf8dad1f
Rename NotificationFactory to NotificationCreator to fix the name clash.
2023-11-27 16:43:58 +01:00
Benoit Marty
3b6c92943c
Remove dead code.
2023-11-27 16:43:58 +01:00
Benoit Marty
68463c2e0c
Remove UnknownMessageType, should be handled by OtherMessageType now.
2023-11-23 20:18:53 +01:00
Benoit Marty
9fe9d88dc8
Small rework code to avoid dead code.
2023-11-23 17:41:28 +01:00
Benoit Marty
ec459165db
Add tests for NotifiableEventResolver
2023-11-23 17:36:23 +01:00
Jorge Martin Espinosa
d413aa1ee3
Add plain text representation of messages ( #1850 )
...
* Add plain text representation of messages.
This is used in the room list as the last message in a room, in the message summary when a message is selected, in the 'replying to' block, in the 'replied to' block in a message in the timeline, and in notifications.
2023-11-23 08:29:20 +01:00
Benoit Marty
2cb0060f96
Add a View to show the beginning of the timeline (parity with iOS)
2023-11-14 17:31:42 +01:00
Benoit Marty
f073e51a84
Move PushConfig to the appconfig module.
2023-11-14 10:26:16 +01:00
ElementBot
3bf34eae01
Sync Strings ( #1789 )
...
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
2023-11-13 12:31:34 +01:00
Marco Romano
c377656354
Show "Voice message" in voice message push notifications ( #1705 )
...
Don't show the event body anymore as it's not relevant for voice messages.
2023-10-31 15:27:17 +01:00
Benoit Marty
5954cef442
Merge pull request #1666 from vector-im/feature/bma/mergeFallbackNotification
...
Display a single notification for unable to decrypt Event received form push (fallback notification)
2023-10-27 17:42:22 +02:00
Marco Romano
a07286ace9
Split VoiceMessageType from AudioMessageType ( #1664 )
...
Currently, for compatibility reasons, we implement MSC3245v1 which puts the voice data inside an audio message type. Though at times it seems impractical to deal with a single message type which effectively represents 2 different kinds of messages.
This PR creates a new message type called `VoiceMessageType` which is used whenever we receive an event with `"msgtype": "m.audio"` which also has the `"org.matrix.msc3245.voice": {}` field. This makes it easier to process voice messages as different entities throughout the rest of the codebase.
2023-10-27 16:02:16 +02:00
Benoit Marty
cb0abd4c12
Display a single notification for all the fallback notifications.
...
When dismissed, dismiss all the fallback notifications in the model.
2023-10-27 14:55:10 +02:00
Benoit Marty
3482452011
Notification: fix issue: clear event only for the matching session.
...
We do not have multi session so the bug is not visible yet.
2023-10-27 14:41:39 +02:00
renovate[bot]
244c45797f
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.63 ( #1619 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v0.1.63
* Update Element Call integrated APIs
* Take into account the new `MessageType.Other` from the SDK
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2023-10-20 22:32:59 +02:00
Benoit Marty
510bdd47af
Remove AppNameProvider, we have buildMeta now.
2023-10-20 10:41:39 +02:00
Benoit Marty
819576867d
Always register the pusher when application starts
2023-10-16 10:50:16 +02:00
Benoit Marty
7c5a41f03d
Konsist: no field should have 'm' prefix, and fix new detected issues.
2023-10-10 22:09:57 +02:00
bmarty
cd120b408f
Sync Strings from Localazy
2023-10-09 00:09:28 +00:00
Benoit Marty
2a7a66fb18
Emote: format notification
2023-10-05 15:31:10 +02:00
bmarty
7e3b9d8d3b
Sync Strings from Localazy
2023-10-02 00:09:47 +00:00
Marco Romano
fc205698c6
Display poll notifications in the notification drawer ( #1467 )
...
Display notifications for polls as if they were message events.
2023-09-29 16:57:03 +02:00
Benoit Marty
aefeb01cdd
Reduce the number of fallback notification. Only used now when message cannot be decrypted.
...
Also avoid using `else` in this `when` block.
2023-09-27 10:12:04 +02:00
Benoit Marty
0453ea5904
Localazy sync
2023-09-18 16:42:35 +02:00