Commit graph

4009 commits

Author SHA1 Message Date
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
519f5b2887
Merge pull request #1550 from vector-im/renovate/org.matrix.rustcomponents-sdk-android-0.x
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.61
2023-10-11 17:29:19 +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
71b836a4c6 Fix test, and distinguish failure message. 2023-10-11 16:55:48 +02:00
renovate[bot]
e0748c94c2
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.61 2023-10-11 14:40:53 +00: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
edd7f5934a changelog 2023-10-11 16:29:34 +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
1b0e044565 Move OtherState to its own file. 2023-10-11 16:06:49 +02:00
Benoit Marty
8482e2da6f Move FormattedBody to its own file. 2023-10-11 16:05:47 +02:00
Benoit Marty
d8a30f30c5 Move MembershipChange to its own file. 2023-10-11 16:05:19 +02:00
Benoit Marty
4c97a63cd3 Move MessageFormat to its own file. 2023-10-11 16:04:41 +02:00
Benoit Marty
9cb8537c4e Move MessageType to its own file. 2023-10-11 16:03:18 +02:00
Benoit Marty
2962032fe5 Move InReplyTo to its own file. 2023-10-11 16:01:36 +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
7c6397daaf
Merge pull request #1527 from vector-im/renovate/org.jlleitschuh.gradle.ktlint-11.x
Update plugin ktlint to v11.6.1
2023-10-10 21:21:15 +02:00
ElementBot
381a4996c6 Update screenshots 2023-10-10 19:18:36 +00:00
Benoit Marty
8be6bad465 SignedOutView: iterate on design. 2023-10-10 21:00:12 +02:00
ganfra
aff7b7dfa1
Merge pull request #1528 from vector-im/renovate/org.matrix.rustcomponents-sdk-android-0.x
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.60
2023-10-10 20:44:49 +02:00
renovate[bot]
0cccc4de84
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.60 2023-10-10 18:25:17 +00: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
renovate[bot]
0e5f4ec2c2
Update plugin ktlint to v11.6.1 2023-10-10 15:58:31 +00:00
Benoit Marty
384bd612c4
Merge pull request #1524 from vector-im/feature/bma/cleanupDep
Cleanup dependencies
2023-10-10 17:57:53 +02:00
ElementBot
837d40fe92 Update screenshots 2023-10-10 15:52:14 +00:00
Benoit Marty
03fb2b05f9 Changelog 2023-10-10 17:38:23 +02:00
Benoit Marty
54f9835c45 Add small doc about Konsist 2023-10-10 17:35:38 +02:00
Benoit Marty
001bc219aa Rename some test 2023-10-10 17:31:04 +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
6e5caebc60 Add some Konsist test. 2023-10-10 14:21:36 +02:00
Benoit Marty
632389daa9 Remove not used dependencies to some accompanist libraries. 2023-10-10 13:48:10 +02:00
Benoit Marty
98ec390baf Remove obsolete comment. 2023-10-10 11:50:04 +02:00
Benoit Marty
fdec9281c7 Remove dependency on com.google.android.material:material 2023-10-10 11:49:41 +02:00
jonnyandrew
6e9d19884c
Refactor composer UI components to separate files (#1506)
---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-10-10 08:31:36 +00:00
Benoit Marty
8bbcb973c4 Fix test. 2023-10-10 10:20:49 +02:00
Benoit Marty
96867bccf2 Database version 4: add isTokenValid and loginType fields
Generate database with model version 4
2023-10-10 10:20:49 +02:00
Benoit Marty
6761a5e2fb Fix test compilation 2023-10-10 10:20:49 +02:00
Benoit Marty
c3a0deb201 Code quality. 2023-10-10 10:20:49 +02:00
Benoit Marty
7e77e6e063 Changelog 2023-10-10 10:20:49 +02:00
Benoit Marty
1a99fd9a62 Fix compilation issue in sample app. 2023-10-10 10:20:49 +02:00
Benoit Marty
6be984efc8 Do not restore session with invalid token. 2023-10-10 10:20:31 +02:00
Benoit Marty
266f93cc28 Add SignedOutNode, to handle session behind deleted from outside (no support for soft-logout) 2023-10-10 10:20:31 +02:00
Benoit Marty
124d6bf95f SignedOut mode - WIP 2023-10-10 10:20:31 +02:00
Benoit Marty
8305912b14 Map the new fields of SessionData. 2023-10-10 10:20:31 +02:00