Benoit Marty
a2601c0388
Remove unused import
1 year ago
ganfra
a3e6d691a5
Pin setup : clean up
1 year ago
Benoit Marty
4a7b40fe17
Remove unused import
1 year ago
ganfra
588565995c
Pin code : add simple grace period
1 year ago
ganfra
bdcd2714cc
Pin : rename PinStateDataSource by PinStateService
1 year ago
ganfra
304ec0b740
Pin unlock : hides behind feature flag (disabled by default)
1 year ago
ganfra
2d5a3a473c
Pin setup with fake lock
1 year ago
Benoit Marty
bcefbb9861
Render body for m.room.message if msgtype is unknown, in timeline and as room list last message. #1539
1 year ago
Benoit Marty
8c2a5f281b
MessageContent.type cannot be null
1 year ago
Benoit Marty
33943b2ae8
Fix compilation issue and improve test.
1 year ago
Benoit Marty
7c5a41f03d
Konsist: no field should have 'm' prefix, and fix new detected issues.
1 year ago
Benoit Marty
4338d821e5
Konsist: improve test about no default value for State classes, and fix new detected issues.
1 year ago
Benoit Marty
8be6bad465
SignedOutView: iterate on design.
1 year ago
Benoit Marty
257927f4f5
Import strings for SigneddOut module.
1 year ago
Benoit Marty
8f1ccfccf2
Move SignedOut classes to their own module.
1 year ago
ganfra
9ded4284b2
Setup the pin feature module
1 year ago
Benoit Marty
97fea4e6dd
data object
1 year ago
Benoit Marty
0bc2020411
Konsist: add test Function which creates Presenter in test MUST be named 'createPresenterName', and fix existing issues
1 year ago
Benoit Marty
d55df22db2
Konsist: add test Data class state MUST not have default value, and fix existing issues
1 year ago
Benoit Marty
8929a90970
Konsist: add test to ensure filename match top level Composable View, and fix existing issue
1 year ago
Benoit Marty
632389daa9
Remove not used dependencies to some accompanist libraries.
1 year ago
bmarty
cd120b408f
Sync Strings from Localazy
1 year ago
Benoit Marty
35b7b661f2
Code review: improve API.
1 year ago
Benoit Marty
8f660facbf
Render emote in the timeline: prefix with sender display name
1 year ago
Benoit Marty
46d5417dd3
avoid `else` in when statement.
1 year ago
renovate[bot]
1e24e39b2e
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha09 ( #1493 )
...
* Update dependency androidx.compose.material3:material3 to v1.2.0-alpha09
* Fix deprecation issues
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
1 year ago
Benoit Marty
34d05e01eb
Fetch edited event in advanced (similar to reply mode).
1 year ago
Benoit Marty
bed135f7c3
Add comment.
1 year ago
Benoit Marty
af6dcadd4a
Move InfoListOrganism to the new organisms package.
1 year ago
Benoit Marty
63e5d9c858
Remove useless Mutex.
1 year ago
Benoit Marty
bd1547cb0f
Remove previous Suppress and its TODO, in the code and in the template.
1 year ago
Benoit Marty
566f09699e
Refactor tests.
1 year ago
Benoit Marty
42be907bb9
Add more tests
1 year ago
Benoit Marty
503c9e79e0
Move `appPrompt` and `confineToRoom` to the fragment part of the URL
1 year ago
bmarty
7e3b9d8d3b
Sync Strings from Localazy
1 year ago
jonnyandrew
6bca8be525
Fix composer options bottom sheet position ( #1469 )
1 year ago
Benoit Marty
10366e7445
Follow naming convention and cleanup the module.
1 year ago
Benoit Marty
5378748911
Add preview for SlidingSyncNotSupportedDialog
1 year ago
Benoit Marty
0ba9d77189
Ensure the preview match the behavior (and improve code coverage)
1 year ago
jonnyandrew
53cf82f025
[Rich text editor] Add full screen mode ( #1447 )
...
- Add full screen mode for the rich text editor (RTE). When text formatting options are enabled, the editor can be dragged to full screen.
- Remove `ConstraintLayout` from `textcomposer` module, now made much simpler now the RTE supports being called in multiple layouts matrix-org/matrix-rich-text-editor#822
- Part of vector-im/element-meta#1973
- Includes design from #1315
- Fixes #1293 (through new layout)
- Fixes #1394 (through inclusion of matrix-org/matrix-rich-text-editor#824 )
- Fixes #1259 (through inclusion of matrix-org/matrix-rich-text-editor#820 )
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
1 year ago
Benoit Marty
a4e656ed1f
Update string (from Localazy)
1 year ago
Benoit Marty
b5d4e3d461
Use generic `common_verification_cancelled`
1 year ago
Benoit Marty
2eed49f041
Use generic `action_remove`
1 year ago
Benoit Marty
3971e86a64
Add strings for advanced settings into Localazy.
1 year ago
Benoit Marty
6b13d044bb
Use generic `common_username` and `common_password`
1 year ago
Benoit Marty
9e251f618d
Use generic `common_people`
1 year ago
Benoit Marty
14a8d7b0a1
Use generic `action_start`
1 year ago
Benoit Marty
1afdb6aa85
Use generic `action_continue`
1 year ago
Benoit Marty
928a60672c
Use the AutoMirrored version.
1 year ago
Benoit Marty
1c7db1de85
Ensure http url entered by the user are provided to the SDK without being altered.
...
Also change values in `LoginConstants`, this was not really correct.
1 year ago