333 Commits (785952628027668147a8fe18ec9121775379c784)

Author SHA1 Message Date
Jorge Martin Espinosa 7859526280
Improve the text for mentions and replies in notifications (#3328) 4 weeks ago
Benoit Marty c5d1bed5b4 Fix test compilation issue. 1 month ago
Benoit Marty 57d927e9aa Suggestion for room alias. 1 month ago
Benoit Marty f2b38e50e3 Add test on function name which may start or end with spaces and fix existing issues. 1 month ago
bmarty 3e67448006 Sync Strings from Localazy 1 month ago
ElementBot 8bd48fdc60
Sync Strings (#3297) 1 month ago
ganfra e1a1e4814e Sync on push : test SyncOnNotifiableEvent 2 months ago
ganfra 0b32dbebb5 tests : refactor some classes 2 months ago
ganfra 97d4e639e5 Sync on push : call startSync/stopSync 2 months ago
ganfra 08030b558a Sync on push : call room.subscribeToSync when notifiable event is received 2 months ago
bmarty 76804d9e48 Sync Strings from Localazy 2 months ago
ganfra aebcc52309 Join Room : makes sure we can join by alias 2 months ago
ElementBot 1f01bd73c4
Sync Strings (#3232) 2 months ago
Benoit Marty 5bda29ca7e
Rework FakeMatrixRoom so that it contains only lambdas. (#3229) 2 months ago
Benoit Marty 756e04493e Remove `PushBindsModule` and use `ContributesBinding`. 2 months ago
Benoit Marty 6ea629a4d2 Rename interface `NotificationDrawerManager` to `NotificationCleaner` since it actually contains only method to remove notifications. 2 months ago
Benoit Marty 83051d7231 Update documentation 2 months ago
Jorge Martin Espinosa 0be7058416
Unify the way we decide whether a room is a DM or a group room (#3100) 2 months ago
jmartinesp dabaa2d265 Sync Strings from Localazy 3 months ago
Jorge Martin Espinosa 05df1f2065
Fix crash when getting the system ringtone for ringing calls (#3131) 3 months ago
bmarty 32c5da898b Sync Strings from Localazy 3 months ago
ElementBot fd6bcb7857
Sync Strings (#3077) 3 months ago
Benoit Marty faa40dbb19 Move `notification_accent_color` from resource file to `NotificationConfig` 3 months ago
Benoit Marty 2c181e376b Remove unused import. 3 months ago
Benoit Marty 416cbb679b Update test and add test for incoming call when notifications are disabled. 3 months ago
Benoit Marty 8f916eaece Always notify for incoming calls, even if notifications are disabled. 3 months ago
Benoit Marty bebd344e72 Notification channels: Use `NotificationChannelCompat.Builder`. 3 months ago
Benoit Marty ed5eb48159 Notification channels: No need to include the version in the constant name. 3 months ago
Benoit Marty e66a725f30 Notification channels: Remove unused `LISTEN_FOR_EVENTS_NOTIFICATION_CHANNEL_ID` 3 months ago
Benoit Marty 02c376b9bf Notification channels: small iteration on old channel deletion. 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 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