Benoit Marty
a2ff1dc933
Use ImmutableList in Composable.
4 months ago
Jorge Martin Espinosa
4f69ab70cc
Use full date format for day dividers in timeline ( #3057 )
...
* Use full date format for day dividers in timeline
* Use AM/PM for `DefaultLastMessageTimestampFormatter` when the locale needs it
4 months ago
Benoit Marty
a9f23c06b0
Add enum `Suggestion` instead of reusing `TimelineRoom`
4 months ago
Benoit Marty
ac6e56fead
Use heroes only for DMs. #1538
4 months ago
Benoit Marty
ad02e05bf4
Use heroes to render room avatars
4 months ago
ganfra
f24e87faf1
Timeline : introduce loadReplyDetails api
4 months ago
Benoit Marty
a199a8605f
Add heroes to `RoomSummaryDetails`
4 months ago
Benoit Marty
a0f21d0b63
Add enum `EditProfileDetails` instead of reusing `RoomHeader`
4 months ago
Benoit Marty
61c21b6a96
Introduce CompositeAvatar to render heroes when main AvatarData does not have URL.
4 months ago
ganfra
9aa82b42fd
Draft : introduce DraftService and start using it.
4 months ago
Benoit Marty
14062c687e
Map RoomHero to MatrixRoomInfo.
5 months ago
Benoit Marty
faa40dbb19
Move `notification_accent_color` from resource file to `NotificationConfig`
5 months ago
Benoit Marty
2c181e376b
Remove unused import.
5 months ago
ganfra
dc331640f9
Draft : expose new apis from sdk
5 months ago
Benoit Marty
416cbb679b
Update test and add test for incoming call when notifications are disabled.
5 months ago
ganfra
0e94771f03
Sending queue : reintroduce failed status for unrecoverable error
5 months ago
Benoit Marty
8f916eaece
Always notify for incoming calls, even if notifications are disabled.
5 months ago
Benoit Marty
bebd344e72
Notification channels: Use `NotificationChannelCompat.Builder`.
5 months ago
Benoit Marty
ed5eb48159
Notification channels: No need to include the version in the constant name.
5 months ago
Benoit Marty
e66a725f30
Notification channels: Remove unused `LISTEN_FOR_EVENTS_NOTIFICATION_CHANNEL_ID`
5 months ago
Benoit Marty
02c376b9bf
Notification channels: small iteration on old channel deletion.
5 months ago
Benoit Marty
4332357e76
Add import for doc.
5 months ago
Benoit Marty
a8cd659b1f
Avoid restoring several MatrixClient
5 months ago
ganfra
420872fed9
Rust : handle api changes for 0.2.27
5 months ago
ganfra
664e584401
Rust : handle api changes for 0.2.27
5 months ago
Benoit Marty
cd9f3ad3fb
Use receiver.
5 months ago
Benoit Marty
47856c22ce
Allow scroll in the "Enter recovery key" screen. #3042
5 months ago
Benoit Marty
ef316032f8
Fix toString content
5 months ago
Benoit Marty
2cb2ecb243
Remove dead code.
5 months ago
Benoit Marty
bc30aee359
Iterate on sessionVerificationService.sessionVerifiedStatus and fix tests.
5 months ago
ganfra
97ec100e76
ProgressDialog : rename isCancellable param to showCancelButton on the ProgressDialogContent method.
5 months ago
Benoit Marty
f09b77f72f
Update test after merging develop.
5 months ago
Jorge Martin Espinosa
b741c32e91
Add full screen intent permissions banner ( #3024 )
...
* Add full screen intent permissions banner, creating `:libraries:fullscreenintent` modules.
* Add it to notification settings too:
- Create `libraries:fullscreenintent` modules for the permission presenter and associated data.
- Add the presenter and states to `NotificationSettingsPresenter` and `NotificationSettingsView`.
* Use the right API to check for full screen intent permissions.
- Use the right package name for `:libraries:permission` contents.
* Fix broken tests (flaky?)
* Ignore coverage verification for fake and small presenters
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
Benoit Marty
85eae468b7
Cleanup
5 months ago
Benoit Marty
b4b407a69e
Store the first provider even if no distributor is available, else error in troubleshoot test will not be accurate.
...
Also when registering for the first time, pick the fist available provider with at least one distributor.
5 months ago
Benoit Marty
f72fc36de8
Update PushProvider API, remove `isAvailable()`, but instead rely on `getDistributors()` to eventually return an empty list of Distributors.
5 months ago
Benoit Marty
1f8b525548
Fix back navigation issue, when opening directly the notification troubleshoot screen.
5 months ago
Benoit Marty
5180ce388c
Add a shortcut to navigate to the notification settings in case of error.
5 months ago
Benoit Marty
b916aee958
Add test on DefaultClearCacheUseCase
5 months ago
Benoit Marty
b68b08300a
Add test on DefaultFtueService.reset().
5 months ago
Benoit Marty
e31fc17c9a
Add Unit test on UserPushStoreDataStore
5 months ago
Benoit Marty
eb07ae2855
Add test on `ignoreRegistrationError` and `setIgnoreRegistrationError`
5 months ago
Benoit Marty
64930e4435
Add ability to not show the pusher registration again.
5 months ago
Benoit Marty
675f93a5ad
Create component ErrorDialogWithDoNotShowAgain
5 months ago
Benoit Marty
725c3838af
Render an error dialog in case registering a pusher fails.
5 months ago
Benoit Marty
3d5951cbf0
Add test on pusher registration
5 months ago
Benoit Marty
148177f24e
Fix typo in log.
5 months ago
bmarty
9288b90ac6
Sync Strings from Localazy
5 months ago
ganfra
75b1c22197
Timeline : let FocusOnEvent be cancellable and refactor a bit focus states.
5 months ago
ganfra
f53dbef8de
Progress dialog : add dialog properties parameter
5 months ago