3491 Commits (7e37bf4a3632c3eb0c6d25521c14572d8126e52a)

Author SHA1 Message Date
Benoit Marty 23001d6751
Remove unnecessary parenthesis 2 weeks ago
Benoit Marty f32e7c7e02 Properly skip the FTUE verification screen if verification is not needed. 2 weeks ago
Benoit Marty faa2f8108c Remove the migration screen. #3292 2 weeks ago
Jorge Martin Espinosa 2c8b0d0b95
Make sure to save the tokens the Client might return when its session is restored (#3378) 2 weeks ago
renovate[bot] 9fb82a1e86
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.41 (#3384) 2 weeks ago
Benoit Marty 965e445d04 Replace OSS licenses plugin with Licensee and some manually done UI. 2 weeks ago
Benoit Marty 1cc87cfed1 Fix typo (also fixed on Localazy). 3 weeks ago
Benoit Marty b043ec8796 Remove subtitle. 3 weeks ago
Benoit Marty 6255a78145 App migration: also move the cache files. 3 weeks ago
bmarty 5ad2764402 Sync Strings from Localazy 3 weeks ago
Benoit Marty c41cb33410 Provide distinct cache directory to the Rust SDK. 3 weeks ago
Benoit Marty 61f9b20554 Ensure starting PinUnlockActivity does not crash the application. 3 weeks ago
Benoit Marty d93762bbd0 Increase test coverage of `securityBannerState()` 3 weeks ago
Benoit Marty ad8e8305eb Add banner entry point to set up recovery 3 weeks ago
Benoit Marty 9134d334bb Show sign out button only at initial step. 3 weeks ago
Benoit Marty f4beddef99 Add a way to sign out when the user is asked to verify the session. 3 weeks ago
Benoit Marty aae44875bd Fix test. 3 weeks ago
Benoit Marty 460e095e78 Provide dark theme parameter. 3 weeks ago
Benoit Marty cfbd0c4c02 Ensure success logout url is opened in all cases. 3 weeks ago
Benoit Marty a6e2a5d81f Change PinUnlockState.signOutAction type to AsyncAction. 3 weeks ago
Benoit Marty 1026a296e3 Make LogoutUseCase.logout return the result of the SDK method. 3 weeks ago
Benoit Marty e4174b39e8 Change test name. 3 weeks ago
Benoit Marty 66a2f9fb48 Sync English strings. 3 weeks ago
Benoit Marty dfaa350167 Better handling on null reset handler. 3 weeks ago
Benoit Marty 8e7d8175d7 Remove `Lost your recovery key?` button and the temporary screen it opened. 3 weeks ago
Benoit Marty ad646c9098 Remove feature flag `PictureInPicture` 3 weeks ago
ganfra 88a581427c Rust sdk : refactor LocalSendState to use the new failure states as iOS does 3 weeks ago
ganfra e5b21c389e Rust sdk : use newMessageShield state 3 weeks ago
Benoit Marty 7f4b84638f Rename `PipActivity` to `PipView` 3 weeks ago
Benoit Marty 9fab13c50b Avoid keeping a reference to the eventSink in a separate value 3 weeks ago
Benoit Marty 306043876f Rename `WebPipApi` to `PipController` 4 weeks ago
bmarty cd267249ec Sync Strings from Localazy 4 weeks ago
SpiritCroc 107b29545d Fix login navigation getting stuck with no-op analytics provider 4 weeks ago
Benoit Marty 0b2edcb6d1 Fix UI tests. 4 weeks ago
Benoit Marty a4b6d4c5d7 Simplify code. 4 weeks ago
Benoit Marty 368db3feb4 Allow entering Pip mode when `controls.canEnterPip()` cannot be evaluated. 4 weeks ago
Benoit Marty 18dcdc0e64 Communicate with Element Call about PiP status. 4 weeks ago
SpiritCroc 671def23b8
Big emoji-only messages 4 weeks ago
Joe Groocock 0f14bc1a1c
Ensure consistent AggregatedReaction screenshots 4 weeks ago
Benoit Marty 8574340717 Use extension `getAvatarData` 4 weeks ago
Benoit Marty 811abe7755 Move package `io.element.android.features.messages.impl.mentions` to `io.element.android.features.messages.impl.messagecomposer.suggestions` 4 weeks ago
Benoit Marty dbe73076ff rename test function. 4 weeks ago
Benoit Marty 48ea516639 Rename `MentionSuggestionsProcessor` to `SuggestionsProcessor` since it's not only used for mentions. 4 weeks ago
Benoit Marty a6cf231322 Add unit test for DefaultRoomAliasSuggestionsDataSource 4 weeks ago
Benoit Marty d5feda5935 Add test on MentionSuggestionsProcessor and simplify the class. 4 weeks ago
Benoit Marty 5df3e6d684 Convert MentionSuggestionsProcessor to a class and inject it in the constructor of MessageComposerPresenter 4 weeks ago
Benoit Marty c306636d56 Remove needless blank line 4 weeks ago
Benoit Marty 3350b661e7 Fix import ordering. 4 weeks ago
Benoit Marty 4c8f23a0cb Add feature flag for room alias suggestions, disabled by default. 4 weeks ago
Benoit Marty 57d927e9aa Suggestion for room alias. 4 weeks ago