Benoit Marty
77e874b906
Rework: use @AssistedFactory and comment out the UserProfileModule.
2 weeks ago
Benoit Marty
0db54df877
Restore fun interface for a sweeter code.
2 weeks ago
Benoit Marty
70c643be5e
Remove unused isLocal field.
2 weeks ago
Benoit Marty
e7ec53dd76
Use Create prompt when user already said they wanted to create an account #3627 .
2 weeks ago
Benoit Marty
5a48d89df6
Fix wrong mapping
2 weeks ago
Benoit Marty
28d9da6d62
Fix other API change: `EventShieldsProvider` and `EventTimelineItemDebugInfoProvider` have been replaced by `LazyTimelineItemProvider`
2 weeks ago
Benoit Marty
c1c9f53015
Fix other API change: `body` renamed to `filename`
2 weeks ago
Benoit Marty
6a1ef6d6f7
Fix API update regrading OidcPrompt.
2 weeks ago
Benoit Marty
b33b423a19
The name ConfirmingBanUser was wrong since it was used to confirm a unban action. Better to keep a generic name, in case this class is used for any other action.
2 weeks ago
Benoit Marty
598d86607a
Room moderation: make it more reactive and simplify the code.
2 weeks ago
Benoit Marty
1127e6b854
Use size from the DrawScope.
2 weeks ago
Benoit Marty
6e27266988
Rename some classes which implement PreviewParameterProvider according to the new naming convention.
...
`Provider` suffix is enough and more used than `PreviewProvider`, so let's make the codebase more consistent.
2 weeks ago
Jorge Martin Espinosa
2e9dce391b
Refresh room summaries when date or time changes in the device ( #3683 )
...
* Add `DateTimeObserver` to rebuild the room summary data when the date/time changes.
* Add time changed action too, to trigger when the user manually changes date/time
* Fix timezone issue by adding `TimezoneProvider`, fix tests
* Create test for `DateTimeObserver` usage in `RoomListDataSource`
* Create aRoomListRoomSummaryFactory function.
* Improve test by faking the lastMessageTimestampFormatter
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
2 weeks ago
Benoit Marty
269551366c
Let FakeKnockRoom and FakeLogoutUseCase use simulateLongTask
2 weeks ago
Benoit Marty
d5bf8ae42f
Safer code.
2 weeks ago
Benoit Marty
6392404c3a
Fix tests.
2 weeks ago
Benoit Marty
5d09d9c7f4
Add test on isCallActive
2 weeks ago
Benoit Marty
d8779f038b
Neat: do not compute `audioAttributes` if not necessary.
2 weeks ago
Benoit Marty
cf80b3b804
Set Active call immediately when not in widget mode.
2 weeks ago
Benoit Marty
6e722d6a54
Add userId in identity change warning banner #3678
2 weeks ago
Benoit Marty
5f42b7732b
ElementCall: CallForegroundService now use the Microphone permissions.
2 weeks ago
Benoit Marty
b8ea3ce67d
ElementCall: request audio focus and start CallForeground service only when the call is effectively started.
2 weeks ago
Benoit Marty
9c2a08e269
RTL: ensure the sender information are displayed at the start of the screen.
2 weeks ago
Benoit Marty
5e6f5f4449
RTL: ensure the top start corner is cropped.
2 weeks ago
Benoit Marty
3b426705f7
Import fun
3 weeks ago
Benoit Marty
a7328c705c
Fix regression due to icon now supports RTL.
3 weeks ago
Benoit Marty
76e8e8ffae
Remove useless `return`
3 weeks ago
Benoit Marty
e5a8180acc
Fix issue on canInvite refresh.
3 weeks ago
Benoit Marty
e697b4c942
Ensure selectedRoomMember is not null to reduce code indentation.
3 weeks ago
Benoit Marty
212e5761ec
No need to launch a coroutine here.
3 weeks ago
Benoit Marty
ca4f906964
Split long lines
3 weeks ago
Benoit Marty
03fd7afdd1
AcceptDeclineInviteState: create ConfirmingDeclineInvite to host InviteData when confirming decline of invite.
3 weeks ago
Benoit Marty
fb52657b12
Let `AsyncAction.Confirming` be an interface, with a `AsyncAction.ConfirmingNoParams` data object.
...
This will allow inheritance of `AsyncAction.Confirming` with parameter(s).
3 weeks ago
bmarty
851a547b89
Sync Strings from Localazy
3 weeks ago
Benoit Marty
266210e264
Update the test, the wording of the button has changed.
3 weeks ago
Benoit Marty
10261d406a
Quality...
3 weeks ago
Benoit Marty
99c085fa3e
Quality...
3 weeks ago
Benoit Marty
fd819c2381
Add "Learn more" on identity verification first screen.
3 weeks ago
Benoit Marty
3116c4535e
Tweak screens related to crypto.
3 weeks ago
Benoit Marty
aa07ab1a07
Add feature flag IdentityPinningViolationNotifications.
...
Disabled in production build, enabled by default on other builds.
3 weeks ago
Jorge Martin Espinosa
c6d3ad88d3
Add the `CallWebView` logs to our logging stack ( #3637 )
...
* Add the `CallWebView` logs to our logging stack
---
Co-Authored by @bmarty
3 weeks ago
Jorge Martin Espinosa
366db4791b
Upgrade Kotlin to v2.0 ( #3594 )
...
* Bump Kotlin to v2.0
* Fix lots of issues due to the upgrade: lint issues, function signature incompatibilities, broken tests, etc.
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
3 weeks ago
Benoit Marty
bf1334152e
Fix test
3 weeks ago
Benoit Marty
7e6a12854f
QrCode intro screen: add subtitle and fix button wording #3632
3 weeks ago
ganfra
348c84b8b9
misc : rework getRoomInfoFlow (by using getRoomSummaryFlow)
3 weeks ago
ganfra
eeb6b6f4bf
misc : remove direct usage of RoomSummary in UI and let RoomSummary use RoomInfo.
3 weeks ago
Benoit Marty
ef4aa8f91e
Do not render pin violation in clear room.
3 weeks ago
Benoit Marty
920dc2b0d7
Improve mapping regarding filename, caption and formattedCaption
3 weeks ago
Benoit Marty
873d807500
Cleanup
3 weeks ago
Benoit Marty
f4b7443cfb
Fix regression.
3 weeks ago