Jorge Martín
a76f00010b
Fix issue with `UserListView` previews
8 months ago
Benoit Marty
3f1b492678
Fix preview on View having ModalBottomSheet.
8 months ago
Benoit Marty
f323b2f154
Ignore python cache folder
8 months ago
Benoit Marty
cc6aeb057e
Add a script to check invalid screenshot(s).
8 months ago
Benoit Marty
4f8d3c17f0
Update version in name
8 months ago
Jorge Martin Espinosa
9f4fdd55d0
Add clear gradle cache flow ( #2473 )
8 months ago
Benoit Marty
da0ceec844
Merge pull request #2476 from element-hq/renovate/app.cash.paparazzi-1.x
...
Update plugin paparazzi to v1.3.3
8 months ago
renovate[bot]
f55d45447c
Update dependency androidx.compose:compose-bom to v2024.02.02 ( #2500 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
renovate[bot]
6617af1232
Update dependency app.cash.turbine:turbine to v1.1.0 ( #2497 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
renovate[bot]
6abcbbb8bd
Update dependency androidx.browser:browser to v1.8.0
8 months ago
renovate[bot]
a9580b1a53
Update dependency androidx.compose.material3:material3 to v1.2.1
8 months ago
Jorge Martin Espinosa
e4aed6b56c
Fix crash when leaving room using `LeaveRoomPresenter` ( #2498 )
...
This happened because `roomInfoFlow` was shared eagerly and the `initial` part was called after the `Room` Rust object was destroyed.
I think there isn't a need for room info to be shared, it was a mistake I forgot to rollback.
8 months ago
Jorge Martin Espinosa
134cacb024
Room member moderation: kick, ban and unban ( #2496 )
...
* Room member moderation: kick, ban and unban
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
renovate[bot]
47539479dd
Update wysiwyg to v2.30.0 ( #2493 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
Jorge Martin Espinosa
97f2620997
Add room moderation feature flag ( #2495 )
8 months ago
Jorge Martin Espinosa
b9d902e3fe
Room admins can change user roles ( #2423 )
...
Allow Admins to modify room member roles:
- Add a 'roles and permissions' option for each room.
- Allow promoting users to admins, adding or removing moderators, and demote yourself if you're and admin.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
8 months ago
Jorge Martin Espinosa
1d892b4bc8
Add extra params to bug reports ( #2490 )
...
* Add extra params to bug reports
- `local_time`: the time in the device's timezone.
- `utc_time`: the time in UTC.
- `sdk_sha`: the commit SHA that was used to build the Rust SDK
8 months ago
renovate[bot]
8461e562fc
Update dependency com.posthog:posthog-android to v3.1.14
8 months ago
Timo Kösters
38cea8e68e
Faster member list by avoiding many FFI calls ( #2322 )
...
* Faster member list by avoiding many FFI calls
8 months ago
ElementBot
f2169aaaa8
Sync Strings ( #2484 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
8 months ago
renovate[bot]
05ca8c959b
Update dependency org.matrix.rustcomponents:sdk-android to v0.2.6 ( #2482 )
...
* Update dependency org.matrix.rustcomponents:sdk-android to v0.2.6
* Update SDK changes
* Fix tests
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
8 months ago
renovate[bot]
7a2160962e
Update dependency com.posthog:posthog-android to v3.1.13 ( #2475 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
Benoit Marty
c6c00a60d4
Need a default value for Modifier.
8 months ago
ElementBot
2ae50c2485
Update screenshots
8 months ago
renovate[bot]
81a05f2675
Update dependency app.cash.molecule:molecule-runtime to v1.4.1
8 months ago
Benoit Marty
dd316aad3c
Merge pull request #2456 from element-hq/renovate/io.mockk-mockk-1.x
...
Update dependency io.mockk:mockk to v1.13.10
8 months ago
Benoit Marty
7b1e57c9f4
Fix preview error of MediaVideoView.
8 months ago
Benoit Marty
167b460d04
Merge pull request #2481 from element-hq/feature/bma/fixLayoutRoomEmpty
...
Feature/bma/fix layout room empty
8 months ago
renovate[bot]
befd92b7fa
Update dependency io.mockk:mockk to v1.13.10
8 months ago
ElementBot
03ef1882ad
Update screenshots
8 months ago
Benoit Marty
b63a829acb
Merge pull request #2477 from element-hq/renovate/io.sentry-sentry-android-7.x
...
Update dependency io.sentry:sentry-android to v7.5.0
8 months ago
Benoit Marty
e547cdc597
Update README.md
...
Fix small typo
8 months ago
Benoit Marty
b06f91b981
Merge pull request #2479 from element-hq/feature/bma/screenshotsGrid
...
Element X Android gallery
8 months ago
Benoit Marty
98fd9133ac
Fix layout issue, issue only visible when text is longer (French, German, etc.)
8 months ago
Benoit Marty
d0dd8e2b3a
Fix layout issue, issue only visible when text is longer (French, German, etc.) #2461
8 months ago
Benoit Marty
58f35a4038
Update README.md
8 months ago
renovate[bot]
a36f816178
Update dependency io.sentry:sentry-android to v7.5.0
8 months ago
Benoit Marty
bc394c2e24
Simple Html page to view all the screenshots.
...
Do not delete the whole screenshots folder, but just delete per language when the screenshots are generated.
Generate the data.js file regarding the existing screenshots, to be able to add languages.
Also the language will be sorted alphabetically (English still first).
And the screenshot will be sorted alphabetically.
Update the script to generate screenshot for specific language on demand.
8 months ago
Benoit Marty
071f80c4a7
Delete "fr" screenshot. Only keep "de" ones. If necessary, "fr" or any other languages can be generated on the fly.
8 months ago
renovate[bot]
e076379729
Update plugin paparazzi to v1.3.3
8 months ago
ganfra
62cc84d2e5
Merge pull request #2472 from element-hq/renovate/com.google.truth-truth-1.x
...
Update dependency com.google.truth:truth to v1.4.2
8 months ago
renovate[bot]
9c613a7d3d
Update dependency com.posthog:posthog-android to v3.1.12 ( #2470 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8 months ago
renovate[bot]
3660c67860
Update dependency com.google.truth:truth to v1.4.2
8 months ago
Benoit Marty
a324a911d4
Merge pull request #2468 from element-hq/sync-localazy
...
Sync Strings
8 months ago
bmarty
4f81fe2090
Sync Strings from Localazy
8 months ago
ganfra
2d3d485d9b
Bump version patch.
8 months ago
Benoit Marty
68bc712ee1
Merge pull request #2466 from element-hq/feature/bma/fixLocalazySync
...
Fix localazy sync
8 months ago
Benoit Marty
2c010c0f14
A gradle task will be run now, so we need Java 17 and gradle setup.
8 months ago
Benoit Marty
b921991b1a
Format XML resource: ignore empty Node (which is different than empty String).
8 months ago
Benoit Marty
a4207d9bc9
Do not redirect output of commands to /dev/null.
8 months ago