Commit graph

7347 commits

Author SHA1 Message Date
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
Benoit Marty
3f372e5804 Enable detekt rule ImplicitDefaultLocale and fix existing issue. 2023-07-26 10:11:00 +02:00
Benoit Marty
6aa5239189 Enable detekt rule PreviewPublic and fix existing issues. 2023-07-26 10:08:39 +02:00
Benoit Marty
d70fd5b5f9 Fix warning: "'setter for config: ConfigurableFileCollection' is deprecated. Setter will be removed in a future release. Use from or setFrom instead." 2023-07-26 09:45:40 +02:00
Jorge Martín
52cfd93427 Fix plugins 2023-07-26 07:48:48 +02:00
renovate[bot]
145300fd89
Update danger/danger-js action to v11.2.7 (#961)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-26 07:02:07 +02:00
renovate[bot]
f2dce5893d
Update android.gradle.plugin to v8.1.0 2023-07-25 19:53:31 +00:00
ganfra
506b473d4d Small change after PR review 2023-07-25 18:41:43 +02:00
ganfra
451cba20d0 Fix tests 2023-07-25 18:37:54 +02:00
ganfra
b6b16dbefe Turbine: introduce consumeItemsUntilTimeout 2023-07-25 18:37:32 +02:00
ElementBot
89e2340fda Update screenshots 2023-07-25 14:20:05 +00:00