dependabot[bot]
9efb692e32
Bump org.matrix.rustcomponents:crypto-android from 0.4.1 to 0.4.3
...
Bumps [org.matrix.rustcomponents:crypto-android](https://github.com/matrix-org/matrix-rust-components-kotlin ) from 0.4.1 to 0.4.3.
- [Release notes](https://github.com/matrix-org/matrix-rust-components-kotlin/releases )
- [Commits](https://github.com/matrix-org/matrix-rust-components-kotlin/compare/crypto-v0.4.1...crypto-v0.4.3 )
---
updated-dependencies:
- dependency-name: org.matrix.rustcomponents:crypto-android
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 10:17:50 +02:00
Benoit Marty
04a49e9195
Merge pull request #8911 from element-hq/feature/bma/jitsi-10.2.0
...
Upgrade Jitsi to 10.2.0
2024-09-19 10:02:15 +02:00
bro2020
0f14a2847d
Create 8904.bugfix
2024-09-19 02:53:14 +03:00
bro2020
036d6c3783
Fix it https://github.com/element-hq/element-android/issues/8904
2024-09-19 02:33:12 +03:00
Benoit Marty
da94bb8ffa
Fix typo in script name.
2024-09-18 16:54:43 +02:00
Benoit Marty
4aab1ad8f7
Use Jitsi SDK 10.2.0
2024-09-18 16:53:24 +02:00
Murad "Gness Erquint" Beybalaev
2ed0b4f95b
Update strings.xml
...
"See and managed addresses" typo fixed.
2024-09-17 00:12:45 +03:00
Benoit Marty
f726d16ce0
Fix wrong sha256 conversion and add unit test.
2024-09-16 17:45:43 +02:00
Benoit Marty
51c20b4572
Fix quality issues.
2024-09-12 21:14:19 +02:00
Benoit Marty
9dcb7c890f
Use local val and more compact code.
2024-09-12 21:06:05 +02:00
Benoit Marty
14a52d4a05
ScanEncryptorUtils.getDownloadBodyAndEncryptIfNeeded can throw, ensure it will not crash the application.
2024-09-12 21:05:16 +02:00
Benoit Marty
8056285776
New SDK: fix API break.
2024-09-11 12:18:02 +02:00
Benoit Marty
355621b0c7
Encrypt data for the content scanner using PkEncryption from the Rust SDK.
2024-09-11 11:48:10 +02:00
Benoit Marty
fc68f1cb66
Remove todo and cleanup
2024-09-11 11:23:01 +02:00
Benoit Marty
637a2271ef
Remove old unused algorithm m.secret_storage.v1.curve25519-aes-sha2
...
https://github.com/uhoreg/matrix-doc/blob/symmetric_ssss/proposals/2472-symmetric-ssss.md
"The m.secret_storage.v1.curve25519-aes-sha2 method proposed in MSC1946 is removed."
2024-09-11 11:23:01 +02:00
Benoit Marty
15c86f3fe3
Better cleanup of the Crypto database.
2024-09-11 11:23:00 +02:00
Benoit Marty
5908cd54f0
Remove dependency on libolm - WIP
2024-09-11 11:23:00 +02:00
Benoit Marty
6a8e978204
Merge pull request #8900 from element-hq/feature/bma/testScanEncryptorUtils
...
Add unit test on ScanEncryptorUtils.
2024-09-11 11:13:10 +02:00
Benoit Marty
9585262a53
Add test when a server public key is provided.
2024-09-10 15:35:08 +02:00
Benoit Marty
797a4f93b2
Add unit test on ScanEncryptorUtils.
2024-09-10 14:56:10 +02:00
Benoit Marty
76616b1a28
Merge pull request #8890 from element-hq/feature/bma/removeLegacyQrCodeLogin
...
Remove legacy qr code login
2024-08-27 09:36:14 +02:00
Benoit Marty
91d96681eb
More cleanup
2024-08-26 16:06:47 +02:00
Benoit Marty
0baf670fea
Fix layout issue.
2024-08-26 14:44:23 +02:00
Benoit Marty
3ab588fce1
Changelog.
2024-08-26 14:33:54 +02:00
Benoit Marty
fb10bd530d
Remove login with QR code feature.
2024-08-26 14:23:07 +02:00
Benoit Marty
e1ccad5270
Fix Weblate conflict.
2024-08-13 17:41:10 +02:00
Benoit Marty
9c53a09924
Fix wrong PR number in changelog.
2024-08-12 12:48:30 +02:00
ganfra
04c3ba9a6a
version++
2024-07-25 11:38:56 +02:00
ganfra
7bdadaa4b5
Merge branch 'release/1.6.20' into develop
2024-07-25 11:37:19 +02:00
ganfra
fca16b6774
Merge branch 'release/1.6.20' into main
2024-07-25 11:37:02 +02:00
ganfra
d0d05d543e
Adding fastlane file for version 1.6.20
2024-07-25 11:36:54 +02:00
ganfra
91897d6bb6
Changelog for version 1.6.20
2024-07-25 11:36:16 +02:00
ganfra
95e1bcbf64
Merge pull request #8868 from element-hq/feature/fga/authenticated_media
...
Feature/fga/authenticated media
2024-07-19 16:30:40 +02:00
ganfra
59f3c6e8da
Fix copyrights.
2024-07-19 14:08:23 +02:00
ganfra
497f422b2b
Authenticated media : fix pr remarks
2024-07-19 12:56:58 +02:00
Benoit Marty
669a80e8e4
Update Realm gradle plugin and Flipper dependencies.
2024-07-19 12:36:02 +02:00
Benoit Marty
fd1a9498ca
Merge pull request #8867 from element-hq/feature/bma/fixCrashOnApi34
...
Use ContextCompat.registerReceiver with explicit RECEIVER_EXPORTED
2024-07-19 10:42:09 +02:00
ganfra
d10e83bb48
Authenticated media : fix formatting.
2024-07-19 10:25:45 +02:00
ganfra
fa0860ac0f
Authenticated media : listen db.
2024-07-18 17:52:53 +02:00
Benoit Marty
1e32ebde41
Use ContextCompat.registerReceiver with explicit RECEIVER_EXPORTED to fix crash on API 34.
...
java.lang.SecurityException: im.vector.app.debug: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts
2024-07-18 17:15:06 +02:00
ganfra
9e27705b6e
Merge branch 'develop' into feature/fga/authenticated_media
2024-07-18 15:56:48 +02:00
Benoit Marty
10e79849a5
Fix Weblate conflicts
2024-07-18 11:36:37 +02:00
Benoit Marty
224243aca5
Increase available memory for nightly builds and use G1GC
...
Copy settings from EXA.
They are failing with OutOfMemoryError.
2024-07-18 10:48:11 +02:00
Benoit Marty
96e05ba5c3
Merge pull request #8860 from element-hq/feature/bma/sdk34
...
Bump compile and target SDK to 34
2024-07-17 21:05:40 +02:00
Benoit Marty
cf464af6ef
Revert to API 28
2024-07-16 15:15:12 +02:00
Benoit Marty
b3bd361a08
Add Realm migrations due to upgrade of Kotlin version.
...
See https://github.com/realm/realm-java/issues/7810 for more details.
2024-07-16 15:03:55 +02:00
Benoit Marty
5203dd86b4
Add packaging pickFirst to fix tests.
2024-07-16 13:14:41 +02:00
Benoit Marty
6671a3f925
try API 29
2024-07-16 10:01:22 +02:00
Benoit Marty
19500a8cd9
Upgrade a few dependencies and update the codebase
...
Use fully qualified R classes
Fix or ignore deprecation
Update github actions and ensure JDK 17 is used
Add group for paparazzi
Fixes Lint issues
Fix Jacoco configuration
2024-07-15 18:12:20 +02:00
ganfra
da8c892f7a
Authenticated media : makes usage of API when server supports it
2024-07-10 16:53:10 +02:00