Commit graph

9919 commits

Author SHA1 Message Date
Benoit Marty
2da6ceeb5f Previous code was throw IllegalStateException(), so keep the existing error, even if it should never happen, being compliant with UseCheckOrError detekt rule. 2023-07-27 12:59:16 +02:00
Benoit Marty
8f4b664158 Sync strings. 2023-07-27 12:16:04 +02:00
Benoit Marty
9e557039a4 lint: ImpliedQuantity is now error. 2023-07-27 11:55:49 +02:00
Benoit Marty
9da162e5d7 lint: remove unknown rule. 2023-07-27 11:54:51 +02:00
Benoit Marty
56614da071 Fix lint false positive. 2023-07-27 11:50:16 +02:00
Benoit Marty
3c0a81c416 Ignore unused integer resources. 2023-07-27 11:44:40 +02:00
Benoit Marty
017fd4296d Lint: do not ignore unused resources (except for strings) 2023-07-27 11:42:23 +02:00
Benoit Marty
4cdc0c1280 Ignore unused generated resource for Firebase. 2023-07-27 11:41:35 +02:00
Benoit Marty
908471cd51 Remove other unused resource. 2023-07-27 11:41:10 +02:00
Benoit Marty
40bbf1970c Remove unused strings. 2023-07-27 11:32:47 +02:00
Benoit Marty
bbf8a86524 Remove unused drawables. 2023-07-27 11:32:39 +02:00
renovate[bot]
b43a08710b
Update dependency androidx.recyclerview:recyclerview to v1.3.1 (#974)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-07-27 08:43:04 +02:00
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