Benoit Marty
cc2a01f483
Ensure room name have horizontal padding and is centered if displayed on several lines, and remove unnecessary Box around the Avatar.
2023-07-27 15:53:20 +02:00
Benoit Marty
1d89584daf
Improve rendering of Text composer regarding fontScale. ( #984 )
2023-07-27 15:45:02 +02:00
Benoit Marty
96b7923979
Improve rendering of "All chats" regarding fontScale. ( #984 )
2023-07-27 15:44:56 +02:00
Benoit Marty
fb870a0903
Set expicit fontSize parameter (to default value 1f), to test different fontScale more easily.
2023-07-27 15:43:20 +02:00
Benoit Marty
006ecd51ee
Improve rendering of offline banner regarding fontScale.
2023-07-27 15:04:32 +02:00
Jorge Martin Espinosa
e351e87dbc
[Compound] Implement platform components (Switch, RadioButton, Checkbox) ( #982 )
...
* Create our custom Switch component
* Update RadioButton colors
* Update Checkbox colors
* Fix padding in `ReplyToContent`
* Add `indeterminate` and `hasError` parameters to `CheckBox`.
Improve previews.
* Improve Switch previews.
* Improve RadioButton previews.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2023-07-27 14:55:58 +02:00
Benoit Marty
c68c329538
Merge pull request #970 from vector-im/feature/bma/readme
...
Update readme.md and some other markdown files.
2023-07-27 13:05:37 +02:00
Benoit Marty
6b916ae9ad
Add link to the blog post announcing Element X
2023-07-27 13:04:39 +02:00
renovate[bot]
d427407b50
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
f6f03d0c5c
Fix compilation issue.
2023-07-26 17:36:36 +02:00
Benoit Marty
00f2a0bd84
Update screenshots of the application
2023-07-26 17:15:51 +02:00
Jorge Martin Espinosa
9bd97ad329
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
a9d1a299f5
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
c620e64ca6
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
f952f04e3c
Link to the status issue.
2023-07-26 15:45:19 +02:00
Benoit Marty
9673e3c21c
Small rewrite of the intro
2023-07-26 15:43:03 +02:00
Benoit Marty
990a4e416b
We are now API 23+
2023-07-26 15:39:45 +02:00
Benoit Marty
0c27f0ce4d
Update main title of the Readme.
2023-07-26 15:38:50 +02:00
Benoit Marty
1b9a71cc11
Add a title for the table of content.
2023-07-26 15:38:20 +02:00
Benoit Marty
da79802c13
Update section about Jetpack Compose
2023-07-26 15:36:37 +02:00
Benoit Marty
ef7e359718
Add a paragraph about detekt.
2023-07-26 15:30:00 +02:00
Benoit Marty
8188fad1e4
Update command to run (to also detect warnings)
2023-07-26 15:27:49 +02:00
Benoit Marty
c094f1ec94
Localazy project is now open for external contributions.
2023-07-26 15:26:45 +02:00
Benoit Marty
5433e8eca1
Rename "ElementX" to "Element X"
2023-07-26 15:26:00 +02:00
Benoit Marty
f98db82e15
Fix item indentation.
2023-07-26 15:25:19 +02:00
Benoit Marty
7880fdbed9
Update doc about Push
2023-07-26 15:24:54 +02:00
Benoit Marty
2886b0f446
[README] Update Contributing section.
2023-07-26 15:20:41 +02:00
Benoit Marty
91186f5bd8
[README] Fix small typo.
2023-07-26 15:13:55 +02:00
Benoit Marty
eac0d76782
Add Localazy badge to the Localazy readme.
2023-07-26 15:12:58 +02:00
Benoit Marty
8450a23e89
[README] Change translation shield from Weblate to Localazy.
2023-07-26 15:10:20 +02:00
Benoit Marty
f2bde1b948
[README] Rageshake is disabled by default now.
2023-07-26 14:45:44 +02:00
Benoit Marty
6239c6dabc
[README] Link to the #element-x-android Matrix room
2023-07-26 14:44:29 +02:00
Benoit Marty
2c1521d8a4
[README] Rename "ElementX" to "Element X"
2023-07-26 14:37:16 +02:00
ElementBot
c7d5baa356
Update screenshots
2023-07-26 12:12:39 +00:00
Benoit Marty
c7ea521b01
Merge pull request #959 from vector-im/feature/bma/fixWarnings
...
Fix gradle warning
2023-07-26 14:03:31 +02:00
Benoit Marty
e7f673c5bc
Add missing preview.
2023-07-26 14:01:23 +02:00
Benoit Marty
9c1f9f47f2
Make some composable private.
2023-07-26 14:01:23 +02:00
ganfra
c6e023b053
Add consumeItemsUntilPredicate to check how it goes...
2023-07-26 13:07:11 +02:00
ganfra
2c2c23b3a1
Push to understand test failure in CI
2023-07-26 12:22:41 +02:00
Chris Smith
b1329e4ae2
Merge pull request #965 from vector-im/renovate/io.sentry
2023-07-26 11:09:12 +01:00
renovate[bot]
cfa63caebb
Update dependency io.sentry:sentry-android to v6.27.0
2023-07-26 08:42:55 +00:00
renovate[bot]
4e506667fb
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
ganfra
ba12fbc9e3
Small change after PR review
2023-07-25 18:41:43 +02:00
ganfra
bbbee5a6d9
Fix tests
2023-07-25 18:37:54 +02:00
ganfra
b96b0b10f5
Turbine: introduce consumeItemsUntilTimeout
2023-07-25 18:37:32 +02:00
ElementBot
fa963dcc11
Update screenshots
2023-07-25 14:20:05 +00:00
ganfra
cfd43af45c
Merge branch 'develop' into feature/fga/avoid_deadlocks
2023-07-25 16:09:24 +02:00
ganfra
9cf74eff63
Clean PR
2023-07-25 16:02:33 +02:00
Benoit Marty
e21c21db71
Merge pull request #957 from vector-im/feature/bma/fixRoomCrash
...
Rework the way we init and close the RustMatrixRoom
2023-07-25 15:48:57 +02:00
Benoit Marty
39d4f5bff3
Fix gradle warning:
...
"Project accessors enabled, but root project name not explicitly set for 'plugins'. Checking out the project in different folders will impact the generated code and implicitly the buildscript classpath, breaking caching."
2023-07-25 14:24:09 +02:00