Benoit Marty
47dc03082e
Add test for DefaultNotificationDrawerManager
2023-11-27 16:44:47 +01:00
Benoit Marty
0930cd0dc6
NotificationEventPersistence is now an interface, to allow in-memory implementation.
2023-11-27 16:44:47 +01:00
Benoit Marty
c3eb653261
Add test for NotificationEventPersistence
2023-11-27 16:44:47 +01:00
Benoit Marty
a8e640d1dd
Add coverage for NotificationBitmapLoader
2023-11-27 16:44:47 +01:00
Benoit Marty
f1ec4b68fc
Remove useless try catch.
2023-11-27 16:43:58 +01:00
Benoit Marty
0fe93ded92
Fix issue in RoomGroupMessageCreator
2023-11-27 16:43:58 +01:00
Benoit Marty
119382d03d
Add test for RoomGroupMessageCreator
2023-11-27 16:43:58 +01:00
Benoit Marty
97c764cd79
Add test for NotificationCreator
2023-11-27 16:43:58 +01:00
Benoit Marty
3316f840f1
Rename NotificationFactory to NotificationCreator to fix the name clash.
2023-11-27 16:43:58 +01:00
Benoit Marty
08c62c191a
Remove dead code.
2023-11-27 16:43:58 +01:00
Benoit Marty
73a062451c
Remove UnknownMessageType, should be handled by OtherMessageType now.
2023-11-23 20:18:53 +01:00
Benoit Marty
9420597622
Small rework code to avoid dead code.
2023-11-23 17:41:28 +01:00
Benoit Marty
fc7898ca36
Add tests for NotifiableEventResolver
2023-11-23 17:36:23 +01:00
Jorge Martin Espinosa
f55d347387
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
968a4d3fd0
Add a View to show the beginning of the timeline (parity with iOS)
2023-11-14 17:31:42 +01:00
Benoit Marty
9746df6797
Move PushConfig to the appconfig module.
2023-11-14 10:26:16 +01:00
ElementBot
38f1d9932b
Sync Strings ( #1789 )
...
Co-authored-by: bmarty <bmarty@users.noreply.github.com >
2023-11-13 12:31:34 +01:00
Benoit Marty
79806852ca
Move Knit to Gradle catalog and use alias(libs.plugins.kotlin.serialization). Fix issue with JNA
2023-11-13 09:58:00 +01:00
Benoit Marty
765ede0093
Replace hard-coded value by value from gradle datalog
2023-11-10 16:25:58 +01:00
renovate[bot]
dd57197f32
Update kotlin ( #1697 )
...
* Update kotlin
* Lower Sonar RAM usage, remove redundant `Dkotlin.daemon.jvm.options`
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io >
2023-11-08 12:58:14 +00:00
Marco Romano
c774b2452b
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
8ac677797f
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
d05dd11485
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
f409b31e8a
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
2d9d34b41f
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]
7c5fab732b
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
7386da257c
Remove AppNameProvider, we have buildMeta now.
2023-10-20 10:41:39 +02:00
Benoit Marty
36727f7ab7
Always register the pusher when application starts
2023-10-16 10:50:16 +02:00
Benoit Marty
69c46c993e
Konsist: no field should have 'm' prefix, and fix new detected issues.
2023-10-10 22:09:57 +02:00
bmarty
561aca7d82
Sync Strings from Localazy
2023-10-09 00:09:28 +00:00
Benoit Marty
5cb11e9cc9
Emote: format notification
2023-10-05 15:31:10 +02:00
bmarty
cd0a0f7c9a
Sync Strings from Localazy
2023-10-02 00:09:47 +00:00
Marco Romano
f10040f729
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
00ab22f42e
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
d3d9367feb
Localazy sync
2023-09-18 16:42:35 +02:00
bmarty
6e5e538724
Sync Strings from Localazy
2023-09-18 00:09:19 +00:00
Benoit Marty
d19d485205
Merge pull request #1350 from vector-im/feature/bma/duplicateNotif
...
Investigation of duplicate notification.
2023-09-15 19:31:48 +02:00
Benoit Marty
b7487f9b5b
Share tag with other modules.
2023-09-15 17:03:32 +02:00
Benoit Marty
16defd03d8
Add log tag
2023-09-15 16:43:24 +02:00
Benoit Marty
291f877947
Log param.
2023-09-15 16:42:04 +02:00
Jorge Martin Espinosa
a06bea4d71
Element Call SPA integration ( #1283 )
...
* Integrate Element Call into EX, being able to open its URLs and handle the call in-app.
* Add custom scheme support with format `element:call?url=...`.
* Update androix.webkit
* Silence the foreground service notification.
- Allow foreground service tap action to re-open the ongoing call.
- Unify notification small icons in different modules using a vector one.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2023-09-15 16:39:44 +02:00
Benoit Marty
f2900de7af
Add Timber tags.
2023-09-15 16:01:28 +02:00
Benoit Marty
f0bb391519
Simplify again the code.
2023-09-15 15:42:55 +02:00
Benoit Marty
e0cef81118
No need to force DefaultNotificationDrawerManager receiver for this private fun.
2023-09-15 15:42:55 +02:00
Benoit Marty
096c935874
Do not render notification if the user has dismiss the notification.
...
It should not change anything, just avoid doing useless notification rendering.
2023-09-15 15:42:55 +02:00
Benoit Marty
3bf8093cca
Notification: log roomId and eventId
2023-09-15 14:45:46 +02:00
ganfra
455d39c629
Sync Strings from Localazy
2023-09-14 14:38:49 +00:00
David Langley
7d95feadc1
Merge branch 'develop' of https://github.com/vector-im/element-x-android into dla/feature/connect_sdk_to_global_notifications_ui
2023-09-12 16:30:36 +01:00
renovate[bot]
29bbb0bfc4
Update core to v1.12.0 ( #1242 )
...
* Update core to v1.12.0
* Fixed now nullable `PendingIntent` creation
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io >
2023-09-12 12:00:29 +02:00
David Langley
2f6f28bfbb
Implement Notification Settings
...
- Add UI and logic to inform the user of mismatched notification settings and help them correct it.
- Display a warning when the system notification settings are disabled and a link out to the app settings.
- A toggle to disable notifications for the device
- A screen for editing the group and direct chat notification defaults.
- A toggle for switching on/off atRoom and call notifications.
2023-09-12 01:11:13 +01:00