Commit graph

6357 commits

Author SHA1 Message Date
Benoit Marty
cc8b61c9c9 Fix compilation issue. 2023-07-26 17:36:36 +02:00
Benoit Marty
7180e7f276 Update screenshots of the application 2023-07-26 17:15:51 +02:00
Jorge Martin Espinosa
dbec1a0a60
Improve fetch members performance, relax regexes for validating ids (#964)
* Fetched `RoomMembers` are mapped in parallel

* Add horizontal padding to room/user name in room details screen

* Relax User & Event id regex matches

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-07-26 16:31:26 +02:00
Jorge Martin Espinosa
05f7037939
Prepare update to Rust SDK 0.1.36 (#966)
* Update to Rust SDK 0.1.36

* Cancel fetching members when the we exit the room
2023-07-26 14:22:09 +00:00
ganfra
1806ebaa02
Merge pull request #960 from vector-im/feature/fga/avoid_deadlocks
Feature/fga/avoid deadlocks
2023-07-26 15:57:02 +02:00
Benoit Marty
e1b5a9595d Link to the status issue. 2023-07-26 15:45:19 +02:00
Benoit Marty
d2e11d48c0 Small rewrite of the intro 2023-07-26 15:43:03 +02:00
Benoit Marty
e0211dfda8 We are now API 23+ 2023-07-26 15:39:45 +02:00
Benoit Marty
8a9ddcbac2 Update main title of the Readme. 2023-07-26 15:38:50 +02:00
Benoit Marty
2e7858f91c Add a title for the table of content. 2023-07-26 15:38:20 +02:00
Benoit Marty
d3de5f5196 Update section about Jetpack Compose 2023-07-26 15:36:37 +02:00
Benoit Marty
fe1ec1e54f Add a paragraph about detekt. 2023-07-26 15:30:00 +02:00
Benoit Marty
ae81b6e59e Update command to run (to also detect warnings) 2023-07-26 15:27:49 +02:00
Benoit Marty
0d35ce580b Localazy project is now open for external contributions. 2023-07-26 15:26:45 +02:00
Benoit Marty
5335f86825 Rename "ElementX" to "Element X" 2023-07-26 15:26:00 +02:00
Benoit Marty
28f597bd2d Fix item indentation. 2023-07-26 15:25:19 +02:00
Benoit Marty
b284a34542 Update doc about Push 2023-07-26 15:24:54 +02:00
Benoit Marty
ea5536ca16 [README] Update Contributing section. 2023-07-26 15:20:41 +02:00
Benoit Marty
04424433c8 [README] Fix small typo. 2023-07-26 15:13:55 +02:00
Benoit Marty
5052134428 Add Localazy badge to the Localazy readme. 2023-07-26 15:12:58 +02:00
Benoit Marty
eed5c77d0c [README] Change translation shield from Weblate to Localazy. 2023-07-26 15:10:20 +02:00
Benoit Marty
727d6b2e74 [README] Rageshake is disabled by default now. 2023-07-26 14:45:44 +02:00
Benoit Marty
bd2464097a [README] Link to the #element-x-android Matrix room 2023-07-26 14:44:29 +02:00
Benoit Marty
4d0339d9ff [README] Rename "ElementX" to "Element X" 2023-07-26 14:37:16 +02:00
ElementBot
ec2191c74a Update screenshots 2023-07-26 12:12:39 +00:00
Benoit Marty
9c63a22de3
Merge pull request #959 from vector-im/feature/bma/fixWarnings
Fix gradle warning
2023-07-26 14:03:31 +02:00
Benoit Marty
9211a33ad8 Add missing preview. 2023-07-26 14:01:23 +02:00
Benoit Marty
c40b75e834 Make some composable private. 2023-07-26 14:01:23 +02:00
ganfra
75c9624f6f Add consumeItemsUntilPredicate to check how it goes... 2023-07-26 13:07:11 +02:00
ganfra
5eb5dcd525 Push to understand test failure in CI 2023-07-26 12:22:41 +02:00
Benoit Marty
e7c330be95 Enable more detekt rules. 2023-07-26 12:12:37 +02:00
Benoit Marty
495d6020ad Enable detekt rules UseLet and fix existing issues. 2023-07-26 12:12:07 +02:00
Chris Smith
c2ff826cd5
Merge pull request #965 from vector-im/renovate/io.sentry 2023-07-26 11:09:12 +01:00
Benoit Marty
b8281052b9 Enable detekt rules UseDataClass and fix existing issues. 2023-07-26 11:51:17 +02:00
Benoit Marty
b3cf0d2cf1 Enable detekt rules UnderscoresInNumericLiterals and fix existing issues. 2023-07-26 11:48:08 +02:00
Benoit Marty
0e219200b0 Enable detekt rules OptionalUnit and fix existing issues. 2023-07-26 11:43:48 +02:00
Benoit Marty
f7536a5450 Enable more detekt rules and remove unused extension. 2023-07-26 11:25:05 +02:00
Benoit Marty
1354ec76c9 Enable detekt rules DataClassShouldBeImmutable and fix existing issues. 2023-07-26 11:18:00 +02:00
Benoit Marty
19e81825ff Enable detekt rules AlsoCouldBeApply and fix existing issues. 2023-07-26 11:10:46 +02:00
Benoit Marty
e0255777c0 Enable detekt rules CascadingCallWrapping and fix existing issues. 2023-07-26 11:07:25 +02:00
Benoit Marty
17155a7426 Enable detekt rules SuspendFunSwallowedCancellation and SuspendFunWithCoroutineScopeReceiver. 2023-07-26 10:48:38 +02:00
renovate[bot]
88c096bb44
Update dependency io.sentry:sentry-android to v6.27.0 2023-07-26 08:42:55 +00:00
Jorge Martín
4e3bea08e6 Fix tests and warnings 2023-07-26 10:42:28 +02:00
Benoit Marty
bd0031445e Enable detekt rule TooGenericExceptionThrown and fix existing issue. 2023-07-26 10:40:41 +02:00
Benoit Marty
297d77af85 Enable detekt rule InstanceOfCheckForException. 2023-07-26 10:37:44 +02:00
Benoit Marty
7aa448c3bc Enable detekt rule ComplexCondition, LargeClass. 2023-07-26 10:34:39 +02:00
Benoit Marty
b5a5118160 Enable detekt rule ThrowingExceptionsWithoutMessageOrCause and fix existing issues. 2023-07-26 10:33:51 +02:00
Benoit Marty
9a6ed8dac6 Enable detekt rule UnnecessaryAbstractClass, LoopWithTooManyJumpStatements, EmptySecondaryConstructor. 2023-07-26 10:23:51 +02:00
Benoit Marty
5ae51095e3 Enable detekt rule ProtectedMemberInFinalClass. 2023-07-26 10:19:25 +02:00
Benoit Marty
73347deaaf Enable detekt rule UseCheckOrError and fix existing issues (and a potential crash on MapboxMap?). 2023-07-26 10:18:28 +02:00