ElementBot
ce99aab301
Update screenshots
2025-03-17 09:30:42 +00:00
Jorge Martín
ea13730601
Adjust the size of the verification icon in the room member list too
...
It was 24dp, it should be 20dp.
2025-03-17 10:14:40 +01:00
Jorge Martín
1fcec95f62
Display user verification violation icon in Dm rooms too
...
Also adjust the icon size, it was larger than it should (24px vs 16px)
2025-03-17 10:13:13 +01:00
ElementBot
6dbb371ca2
Sync Strings from Localazy ( #4421 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2025-03-17 09:54:03 +01:00
Benoit Marty
fc5df749a5
Merge pull request #4419 from element-hq/renovate/jna-monorepo
...
fix(deps): update dependency net.java.dev.jna:jna to v5.17.0
2025-03-17 09:31:20 +01:00
renovate[bot]
a97d3d4ac3
fix(deps): update dependency net.java.dev.jna:jna to v5.17.0
2025-03-16 13:29:43 +00:00
Benoit Marty
7194477465
Merge pull request #4408 from element-hq/renovate/androidx.webkit-webkit-1.x
...
fix(deps): update dependency androidx.webkit:webkit to v1.13.0
2025-03-14 11:44:09 +01:00
Benoit Marty
6d6be64311
Merge pull request #4402 from element-hq/misc/enable-logcat-in-all-builds
...
Add feature flag to let the application prints logs to logcat in release builds.
2025-03-14 11:33:57 +01:00
Benoit Marty
fc10bafcc0
Merge pull request #4407 from element-hq/renovate/compose.bom
...
fix(deps): update dependency androidx.compose:compose-bom to v2025.03.00
2025-03-13 22:27:15 +01:00
renovate[bot]
62f173b9ed
fix(deps): update dependency androidx.webkit:webkit to v1.13.0
2025-03-13 17:54:53 +00:00
renovate[bot]
055eb570bf
fix(deps): update dependency androidx.compose:compose-bom to v2025.03.00
2025-03-13 17:54:47 +00:00
Jorge Martín
cb5dcf9b79
Use a feature flag to decide whether logs should be printed to logcat or not
...
This is done so it can be temporarily enabled on release builds for quick debugging sessions, then disabled again.
2025-03-13 16:11:53 +01:00
Benoit Marty
c53d80e8fb
Merge pull request #4400 from element-hq/feature/bma/customPushGateway
...
Let EnterpriseService provides push gateways
2025-03-13 12:01:10 +01:00
Benoit Marty
2dfa1ab64d
Merge branch 'develop' into feature/bma/customPushGateway
2025-03-13 11:39:47 +01:00
Benoit Marty
31840c7bb2
Update ref to enterprise module.
2025-03-13 09:57:54 +01:00
Benoit Marty
09b36f99d4
Merge pull request #4401 from element-hq/feature/bma/disableClickOnSticker
...
Disable click effect on Stickers
2025-03-12 21:22:38 +01:00
Jorge Martín
842357d7f7
Enable printing logs to logcat in nightly and release builds
2025-03-12 18:53:46 +01:00
Benoit Marty
9695c180d8
Disable click effect on Stickers. Closes #4342
2025-03-12 18:23:52 +01:00
Jorge Martin Espinosa
e3dcb683b8
Fix warnings in tests for push provider modules ( #4398 )
2025-03-12 17:36:31 +01:00
Benoit Marty
b30e1095c9
Give ability to configure the UnifiedPush default push gateway.
2025-03-12 17:10:33 +01:00
Benoit Marty
cd48d051a8
Give ability to configure the Firebase push gateway.
2025-03-12 16:50:46 +01:00
Benoit Marty
a930e9ae6b
Merge pull request #4397 from element-hq/feature/bma/fixNoMoreMediaToShow
...
…Ensure the snackbar "No more media to show" is not rendered when opening the media viewer.
2025-03-12 12:27:49 +01:00
Jorge Martin Espinosa
96e34cb8ee
Add user verification and verification state violation badges ( #4392 )
...
* Move `observeRoomMemberIdentityStateChange` and associated classes to `libs:matrixui` module so they can be reused
* Add `EncryptionService.getUserIdentity` method to retrieve not only if the user is verified or not, but in which state they are
* Fix `IdentityChangePresenter` after the previous changes
* Fix `withFakeLifecycleOwner` and add `testWithLifecycleOwner` helper
* Display verified badge in DM top app bar when possible
* Display a verification violation warning icon next to the 'People' item in room details screen
* Display either a verified badge or a verification violation warning icon next to the room members in the room member list screen
* Display either a verified badge or a verification violation warning and withdraw verification button in the room member profile.
Generic user profiles won't display verification state anymore since we can't easily track changes in it.
* Add preview for room member details screen with verification violation identity state
* Add verified and violation badge to the `Profile` list item in room details screen
* Update screenshots
---------
Co-authored-by: ElementBot <android@element.io >
2025-03-12 12:22:53 +01:00
Benoit Marty
6958cc480b
Ensure the snackbar "No more media to show" is not render after the app is loading the first item. Closes #4345
2025-03-12 12:09:51 +01:00
Benoit Marty
3112243a8a
Merge pull request #4395 from element-hq/renovate/dependencyanalysis
...
fix(deps): update dependencyanalysis to v2.11.0
2025-03-12 08:52:48 +01:00
renovate[bot]
93a25621a0
fix(deps): update dependencyanalysis to v2.11.0
2025-03-11 20:20:29 +00:00
Benoit Marty
ca01993866
Merge pull request #4393 from element-hq/feature/bma/fixWrongTeam
...
"Core Team" is a team of matrix-org. Use team "Vector Core" instead.
2025-03-11 17:11:45 +01:00
Benoit Marty
f2695f61d6
Use ELEMENT_BOT_TOKEN_READ_ORG
2025-03-11 17:10:14 +01:00
Benoit Marty
0ff3d19c67
"Core Team" is a team of matrix-org. Use team "Vector Core" instead.
2025-03-11 13:57:59 +01:00
Benoit Marty
a31af8dcd6
Merge pull request #4378 from element-hq/feature/bma/customSuperButton
...
Be able to correctly render the UI with other colors.
2025-03-11 09:26:54 +01:00
Jorge Martin Espinosa
6f8b1547ea
Discard timed out user verification requests ( #4385 )
2025-03-10 18:38:38 +01:00
renovate[bot]
765bd85b6d
fix(deps): update dependency com.posthog:posthog-android to v3.12.0 ( #4387 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-10 17:26:53 +01:00
Benoit Marty
54cade3d27
Merge pull request #4386 from element-hq/feature/bma/publicIcon
...
Use public icon from Compound
2025-03-10 16:18:28 +01:00
Benoit Marty
a70ceb6436
Merge pull request #4384 from element-hq/feature/bma/prChecks
...
More PR checks
2025-03-10 16:07:20 +01:00
ElementBot
09ab8dd630
Update screenshots
2025-03-10 13:34:14 +00:00
Benoit Marty
652a85e28f
Provide buildMeta in IncomingCallActivity.
2025-03-10 14:26:30 +01:00
Benoit Marty
d2ef4cd218
Replace ic_public.xml by the icon from Compound.
2025-03-10 14:20:18 +01:00
Jorge Martin Espinosa
b91933625c
Implement user verification ( #4294 )
...
* Add support for starting verification of a user
* Add support for replying to incoming user verification requests
* Add reset recovery key button and previews to `ChooseSelfVerificationModeView`
* Add 'Profile' item in room details screen
* Update screenshots
* Remove `showDeviceVerifiedScreen` parameter from `NavTarget.UseAnotherDevice`
* Allow exiting the FTUE flow, which will close the app. The previous state will be restored when the app is reopened.
* When outgoing verification fails, move to the `Canceled` state. Then, when resetting the state machine state also reset the verification service.
---------
Co-authored-by: ElementBot <android@element.io >
2025-03-10 11:20:17 +01:00
Benoit Marty
6f54de58f3
Merge pull request #4381 from element-hq/sync-localazy
...
Sync Strings - New translations in Basque
2025-03-10 11:17:49 +01:00
Benoit Marty
0e81076735
Detekt again.
2025-03-10 11:12:22 +01:00
Benoit Marty
ea5fde99a5
Change LocalIsEnterpriseBuild to LocalBuildMeta
2025-03-10 11:08:50 +01:00
Benoit Marty
b0be00aaa0
Sync strings (fix typo)
2025-03-10 10:26:50 +01:00
Benoit Marty
cacf4ef3f5
Revert "Rename file blocked.yml to pull_request.yml"
...
This reverts commit 4dedba8e2c .
2025-03-10 09:58:53 +01:00
Benoit Marty
9f57cf1a68
Revert "Automatically add label 'Z-Community-PR' to community PRs."
...
This reverts commit add82aca8d .
2025-03-10 09:58:41 +01:00
Benoit Marty
b8ded1f91a
Revert "Forbid develop branch fork contributions"
...
This reverts commit 9b6c8b0eff .
2025-03-10 09:58:28 +01:00
Benoit Marty
40990abf0b
Forbid develop branch fork contributions
2025-03-10 09:58:11 +01:00
Benoit Marty
afc46676a0
Automatically add label 'Z-Community-PR' to community PRs.
2025-03-10 09:57:57 +01:00
Benoit Marty
5f66d8c220
Rename file blocked.yml to pull_request.yml
2025-03-10 09:57:46 +01:00
Benoit Marty
9b6c8b0eff
Forbid develop branch fork contributions
2025-03-10 09:56:37 +01:00
Benoit Marty
add82aca8d
Automatically add label 'Z-Community-PR' to community PRs.
2025-03-10 09:53:44 +01:00