Commit graph

23719 commits

Author SHA1 Message Date
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
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
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
ganfra
7ad3ccfc60 Authenticated media : add versions check to HomeServerCapabilities 2024-07-05 17:58:25 +02:00
Benoit Marty
84b8d410d5 Bump compile and target SDK to 34 2024-07-05 16:17:09 +02:00
Benoit Marty
b0158f1a93
Merge pull request #8854 from element-hq/feature/bma/bundleUpgrade
Run `bundle update`
2024-06-28 09:52:15 +02:00
Benoit Marty
f2c970f1b4 Run bundle update 2024-06-26 10:13:51 +02:00
Jorge Martin Espinosa
6942a502b3
Merge pull request #8853 from element-hq/dependabot/gradle/io.element.android-wysiwyg-2.37.4
Bump io.element.android:wysiwyg from 2.37.3 to 2.37.4
2024-06-26 07:47:06 +02:00
dependabot[bot]
80904ee847
Bump io.element.android:wysiwyg from 2.37.3 to 2.37.4
Bumps [io.element.android:wysiwyg](https://github.com/matrix-org/matrix-wysiwyg) from 2.37.3 to 2.37.4.
- [Changelog](https://github.com/matrix-org/matrix-rich-text-editor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/matrix-org/matrix-wysiwyg/compare/2.37.3...2.37.4)

---
updated-dependencies:
- dependency-name: io.element.android:wysiwyg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-25 23:05:42 +00:00
Benoit Marty
dfb0fc31e1 Use BuildTools 35.0.0 - part 2 2024-06-25 15:56:10 +02:00