313 Commits (f635f56400cdbb3333bc04da35ab86b7a7485f9b)

Author SHA1 Message Date
Benoit Marty 8cc5f35e0c Fix image not rendering after clearing cache. 3 months ago
ElementBot fd6bcb7857
Sync Strings (#3077) 3 months ago
Benoit Marty f09b77f72f Update test after merging develop. 3 months ago
Jorge Martin Espinosa b741c32e91
Add full screen intent permissions banner (#3024) 3 months ago
Benoit Marty b4b407a69e Store the first provider even if no distributor is available, else error in troubleshoot test will not be accurate. 3 months ago
Benoit Marty f72fc36de8 Update PushProvider API, remove `isAvailable()`, but instead rely on `getDistributors()` to eventually return an empty list of Distributors. 3 months ago
Benoit Marty eb07ae2855 Add test on `ignoreRegistrationError` and `setIgnoreRegistrationError` 3 months ago
Benoit Marty 64930e4435 Add ability to not show the pusher registration again. 3 months ago
Benoit Marty 725c3838af Render an error dialog in case registering a pusher fails. 3 months ago
Benoit Marty 3d5951cbf0 Add test on pusher registration 3 months ago
Benoit Marty 148177f24e Fix typo in log. 3 months ago
bmarty 9288b90ac6 Sync Strings from Localazy 3 months ago
Benoit Marty 6491405b76 Remove TODO. 3 months ago
Benoit Marty 0fa662175d Un-deprecate `screen_room_retry_send_menu_send_again_action` and sync string again. 3 months ago
Jorge Martin Espinosa f07ec61ecc
Notify of ringing call when there's an active call (#3003) 3 months ago
Jorge Martin Espinosa 30a1367714
Element Call ringing notifications (#2978) 3 months ago
bmarty f3d286911c Sync Strings from Localazy 3 months ago
Benoit Marty acefbbc7d8 Fix formatting issues. 4 months ago
Benoit Marty afe5c33f33 Add test on NotificationBroadcastReceiverHandler 4 months ago
Benoit Marty 4db9b5ee11 Use getStringExtra 4 months ago
Benoit Marty d8c68e5b19 Remove unused actions and fix comment 4 months ago
Benoit Marty 6eaa6a6b99 Extract NotificationBroadcastReceiverHandler to its own file 4 months ago
Benoit Marty cface66f20 Do not provide the context, but use the StringProvider. 4 months ago
Benoit Marty 37d9d42eb7 NotificationBroadcastReceiver now delegate treatment to NotificationBroadcastReceiverHandler to be able to unit test the logic 4 months ago
Benoit Marty 61b3709970 Let NotificationBroadcastReceiver inject NotificationDrawerManager instead of implementation 4 months ago
Benoit Marty 3ddec73ac5 When replying from notification, do not interfere with `specialModeEventTimelineItem` 4 months ago
Benoit Marty 7c559363a4 Handle quick reply from notification (still disabled) 4 months ago
bmarty 66636ea967 Sync Strings from Localazy 4 months ago
Jorge Martin Espinosa 025d913b6e
Simplify summary notifications (#2958) 4 months ago
Jorge Martin Espinosa 8b85cc0160
Fix grouped notifications only displaying the latest message (#2956) 4 months ago
bmarty ca5bc71057 Sync Strings from Localazy 4 months ago
Benoit Marty 8c3bb043ab Fix small issue introduced in #2924. 4 months ago
Jorge Martin Espinosa a1adc7476d
Bump Matrix Rust SDK to `v0.2.21` and fix conflicts (#2938) 4 months ago
Jorge Martin Espinosa 04e503177b
Notifications: simplify the flow by removing persistence (#2924) 4 months ago
Benoit Marty 3349df5a24 Set the value of `currentDistributorName` by reading again the value from the service. 4 months ago
Benoit Marty b3e0f6e843 Translations: pt -> pt-rBR 4 months ago
bmarty f24e537580 Sync Strings from Localazy 4 months ago
Benoit Marty 7911fda1fa Rename class (code quality) 4 months ago
Benoit Marty d066f03eab Add logs on pusher registration 4 months ago
Benoit Marty f04253287f Introduce lambdaError instead of using TODO, to handle error when a lambda is invoked and it should not. 4 months ago
Benoit Marty 90a14ce056 Change to lambda 4 months ago
Benoit Marty eafa713995 Add test on VectorFirebaseMessagingService 4 months ago
Benoit Marty b2a3b9653e Add test on DefaultPushHandler 4 months ago
Benoit Marty 5b074dc0ba Create interface for NotifiableEventResolver 4 months ago
Benoit Marty 980a80bcf5 Cleanup 4 months ago
Benoit Marty fe771a37c2 isCalledExactly(1) -> isCalledOnce() 4 months ago
Benoit Marty 3bde744d76 Add test on DefaultTestPush 4 months ago
Benoit Marty 97530e752f Add test on DefaultPusherSubscriber 4 months ago
Benoit Marty 707a530752 Fix wrong package name. 4 months ago
Benoit Marty 505f6d4dae Add test on DefaultPushService 4 months ago