Benoit Marty
7389748f3e
Konsist: add rule obout test class name, and fix existing issue
2023-10-12 15:03:50 +02:00
Benoit Marty
3c41158558
Use existing BooleanProvider
2023-10-12 15:03:50 +02:00
Benoit Marty
a2601c0388
Remove unused import
2023-10-12 14:15:22 +02:00
Benoit Marty
4a7b40fe17
Remove unused import
2023-10-12 12:05:22 +02:00
Benoit Marty
7d985d4588
Merge pull request #1549 from vector-im/feature/bma/unknownMsgtype
...
Render unknown msgtype
2023-10-12 10:56:35 +02:00
Benoit Marty
88ca37984f
Merge pull request #1520 from vector-im/feature/bma/sessionDb
...
Improve session db and improve deleted session behavior
2023-10-11 16:56:54 +02:00
Benoit Marty
6a2881416f
Merge pull request #1526 from vector-im/feature/bma/konsist
...
Konsist
2023-10-11 16:40:22 +02:00
Benoit Marty
bcefbb9861
Render body for m.room.message if msgtype is unknown, in timeline and as room list last message. #1539
2023-10-11 16:18:24 +02:00
Benoit Marty
8c2a5f281b
MessageContent.type cannot be null
2023-10-11 16:14:15 +02:00
Benoit Marty
33943b2ae8
Fix compilation issue and improve test.
2023-10-10 22:21:02 +02:00
Benoit Marty
7c5a41f03d
Konsist: no field should have 'm' prefix, and fix new detected issues.
2023-10-10 22:09:57 +02:00
Benoit Marty
4338d821e5
Konsist: improve test about no default value for State classes, and fix new detected issues.
2023-10-10 21:42:18 +02:00
Benoit Marty
8be6bad465
SignedOutView: iterate on design.
2023-10-10 21:00:12 +02:00
Benoit Marty
257927f4f5
Import strings for SigneddOut module.
2023-10-10 20:09:05 +02:00
Benoit Marty
8f1ccfccf2
Move SignedOut classes to their own module.
2023-10-10 20:05:07 +02:00
Benoit Marty
97fea4e6dd
data object
2023-10-10 17:31:04 +02:00
Benoit Marty
0bc2020411
Konsist: add test Function which creates Presenter in test MUST be named 'createPresenterName', and fix existing issues
2023-10-10 17:31:04 +02:00
Benoit Marty
d55df22db2
Konsist: add test Data class state MUST not have default value, and fix existing issues
2023-10-10 17:31:04 +02:00
Benoit Marty
8929a90970
Konsist: add test to ensure filename match top level Composable View, and fix existing issue
2023-10-10 15:39:22 +02:00
Benoit Marty
632389daa9
Remove not used dependencies to some accompanist libraries.
2023-10-10 13:48:10 +02:00
bmarty
cd120b408f
Sync Strings from Localazy
2023-10-09 00:09:28 +00:00
Benoit Marty
35b7b661f2
Code review: improve API.
2023-10-05 15:28:38 +02:00
Benoit Marty
8f660facbf
Render emote in the timeline: prefix with sender display name
2023-10-05 11:39:05 +02:00
Benoit Marty
46d5417dd3
avoid else in when statement.
2023-10-05 11:15:26 +02:00
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>
2023-10-05 09:57:47 +02:00
Benoit Marty
dea8748907
Merge pull request #1487 from vector-im/feature/bma/uiCleanup
...
Small cleanup
2023-10-05 09:01:57 +02:00
Benoit Marty
34d05e01eb
Fetch edited event in advanced (similar to reply mode).
2023-10-04 17:38:17 +02:00
Benoit Marty
bed135f7c3
Add comment.
2023-10-04 17:25:55 +02:00
Benoit Marty
af6dcadd4a
Move InfoListOrganism to the new organisms package.
2023-10-04 09:08:57 +02:00
Benoit Marty
63e5d9c858
Remove useless Mutex.
2023-10-04 09:07:42 +02:00
Benoit Marty
def8c59489
Merge pull request #1478 from vector-im/feature/bma/fixTemplate
...
Fix template
2023-10-03 17:22:55 +02:00
Benoit Marty
bd1547cb0f
Remove previous Suppress and its TODO, in the code and in the template.
2023-10-02 14:02:53 +02:00
Benoit Marty
566f09699e
Refactor tests.
2023-10-02 13:51:16 +02:00
Benoit Marty
42be907bb9
Add more tests
2023-10-02 13:25:47 +02:00
Benoit Marty
503c9e79e0
Move appPrompt and confineToRoom to the fragment part of the URL
2023-10-02 13:14:32 +02:00
Benoit Marty
de39179b9d
Merge pull request #1465 from vector-im/feature/bma/codeCoverage
...
Improve code coverage
2023-10-02 10:18:31 +02:00
bmarty
7e3b9d8d3b
Sync Strings from Localazy
2023-10-02 00:09:47 +00:00
jonnyandrew
6bca8be525
Fix composer options bottom sheet position ( #1469 )
2023-09-29 16:29:57 +00:00
Benoit Marty
10366e7445
Follow naming convention and cleanup the module.
2023-09-29 17:06:58 +02:00
Benoit Marty
5378748911
Add preview for SlidingSyncNotSupportedDialog
2023-09-29 17:06:58 +02:00
Benoit Marty
0ba9d77189
Ensure the preview match the behavior (and improve code coverage)
2023-09-29 16:18:12 +02:00
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>
2023-09-29 09:11:18 +00:00
Benoit Marty
a4e656ed1f
Update string (from Localazy)
2023-09-29 09:02:10 +02:00
Benoit Marty
b5d4e3d461
Use generic common_verification_cancelled
2023-09-29 09:02:10 +02:00
Benoit Marty
2eed49f041
Use generic action_remove
2023-09-29 09:02:10 +02:00
Benoit Marty
3971e86a64
Add strings for advanced settings into Localazy.
2023-09-28 17:09:08 +02:00
Benoit Marty
6b13d044bb
Use generic common_username and common_password
2023-09-28 16:43:05 +02:00
Benoit Marty
9e251f618d
Use generic common_people
2023-09-28 16:40:44 +02:00
Benoit Marty
14a8d7b0a1
Use generic action_start
2023-09-28 16:37:57 +02:00
Benoit Marty
1afdb6aa85
Use generic action_continue
2023-09-28 16:21:16 +02:00