Commit graph

23745 commits

Author SHA1 Message Date
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
Some checks failed
Test / Runs all tests (28) (push) Has been cancelled
Code Quality Checks / Dependency analysis (push) Has been cancelled
Code Quality Checks / Android Linter (push) Has been cancelled
Code Quality Checks / Knit (push) Has been cancelled
Code Quality Checks / Project Check Suite (push) Has been cancelled
Validate Gradle Wrapper / Validation (push) Has been cancelled
Documentation / Generate and publish Android Matrix SDK documentation (push) Has been cancelled
APK Build / Build unsigned GPlay APKs (push) Has been cancelled
APK Build / Build debug APKs (${{ matrix.target }}) (Gplay) (push) Has been cancelled
APK Build / Build debug APKs (${{ matrix.target }}) (Fdroid) (push) Has been cancelled
APK Build / exodus (push) Has been cancelled
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
Some checks are pending
APK Build / exodus (push) Blocked by required conditions
APK Build / Build unsigned GPlay APKs (push) Waiting to run
APK Build / Build debug APKs (${{ matrix.target }}) (Gplay) (push) Waiting to run
APK Build / Build debug APKs (${{ matrix.target }}) (Fdroid) (push) Waiting to run
Documentation / Generate and publish Android Matrix SDK documentation (push) Waiting to run
Validate Gradle Wrapper / Validation (push) Waiting to run
Code Quality Checks / Dependency analysis (push) Waiting to run
Code Quality Checks / Android Linter (push) Waiting to run
Code Quality Checks / Knit (push) Waiting to run
Code Quality Checks / Project Check Suite (push) Waiting to run
Test / Runs all tests (28) (push) Waiting to run
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
Some checks are pending
APK Build / exodus (push) Blocked by required conditions
APK Build / Build unsigned GPlay APKs (push) Waiting to run
APK Build / Build debug APKs (${{ matrix.target }}) (Gplay) (push) Waiting to run
APK Build / Build debug APKs (${{ matrix.target }}) (Fdroid) (push) Waiting to run
Documentation / Generate and publish Android Matrix SDK documentation (push) Waiting to run
Validate Gradle Wrapper / Validation (push) Waiting to run
Code Quality Checks / Dependency analysis (push) Waiting to run
Code Quality Checks / Android Linter (push) Waiting to run
Code Quality Checks / Knit (push) Waiting to run
Code Quality Checks / Project Check Suite (push) Waiting to run
Test / Runs all tests (28) (push) Waiting to run
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
Some checks are pending
APK Build / exodus (push) Blocked by required conditions
APK Build / Build unsigned GPlay APKs (push) Waiting to run
APK Build / Build debug APKs (${{ matrix.target }}) (Gplay) (push) Waiting to run
APK Build / Build debug APKs (${{ matrix.target }}) (Fdroid) (push) Waiting to run
Documentation / Generate and publish Android Matrix SDK documentation (push) Waiting to run
Validate Gradle Wrapper / Validation (push) Waiting to run
Code Quality Checks / Dependency analysis (push) Waiting to run
Code Quality Checks / Android Linter (push) Waiting to run
Code Quality Checks / Knit (push) Waiting to run
Code Quality Checks / Project Check Suite (push) Waiting to run
Test / Runs all tests (28) (push) Waiting to run
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
Benoit Marty 207ab2802a version++ 2024-06-25 15:14:20 +02:00
Benoit Marty 6e7b095254 Merge tag 'v1.6.18' into develop
tag
2024-06-25 15:13:43 +02:00
Benoit Marty 026318304f Merge branch 'release/1.6.18' into main 2024-06-25 15:13:30 +02:00
Benoit Marty 3f67bbf4e0 Adding fastlane file for version 1.6.18 2024-06-25 15:13:20 +02:00
Benoit Marty 4a261a88c5 Changelog for version 1.6.18 2024-06-25 15:12:55 +02:00
Benoit Marty 712b846f9f Use BuildTools 35.0.0 2024-06-25 15:06:21 +02:00
Benoit Marty b5758c5335
Merge pull request #8850 from element-hq/fix/jme/8894-ea-intercepts-mas-urls
Replace `*.element.io` deep link with actual hosts
2024-06-25 14:17:18 +02:00
Jorge Martín 0292749cc0 Add changelog 2024-06-25 11:56:15 +02:00
Jorge Martín a1dd3ba1b5 Replace *.element.io deep link with actual hosts
This is done to avoid incorrectly intercepting links in other apps, as Element X Android.
2024-06-25 11:48:16 +02:00
Jorge Martin Espinosa 4d27c848e2
Merge pull request #8847 from element-hq/fix/jme/send-mentions-using-user-id-as-text
When sending user mentions, always send the user id as the fallback text
2024-06-21 12:33:35 +02:00
Jorge Martín f8345ab9ef When sending user mentions, always send the user id as the fallback text 2024-06-19 16:56:47 +02:00
Valere 097d3923aa
Merge pull request #8842 from element-hq/feature/bca/send_to_dehydrated_devices
Fix | Share room keys with dehydrated devices
2024-06-12 14:59:30 +02:00
Valere ad9f9fb193 Accept and pass any deviceKey payload to rust 2024-06-12 09:32:27 +02:00
Valere 90aafbc6bd Add changelog 2024-06-12 09:32:27 +02:00
Valere 4aaf22832f Fix | Share room keys with dehydrated devices 2024-06-12 09:32:27 +02:00
Valere b116ce3ee1
Merge pull request #8844 from element-hq/feature/valere/fix_sonar_ci
Fix sonarqube CI error UnsupportedClassVersionError
2024-06-06 17:27:03 +02:00
Benoit Marty cafb43bbd3
Merge pull request #8835 from element-hq/dependabot/gradle/io.element.android-wysiwyg-2.37.3
Bump io.element.android:wysiwyg from 2.35.0 to 2.37.3
2024-06-06 14:48:46 +02:00
Valere b5dbb91c9c Fix sonarqube UnsupportedClassVersionError
revert sonarqube version

try java sdk 17

put back sonarqube plugin version
2024-06-06 13:23:34 +02:00
ganfra 15a252b525
Merge pull request #8841 from element-hq/feature/fga/fix_redacted_collapse
Fix redacted events not grouped correctly
2024-06-03 11:53:44 +02:00
ganfra 2158aa0913 Fix redacted events not grouped correctly when hidden events are inserted between #8840 2024-05-31 16:13:27 +02:00
Valere 47bb23a654
Merge pull request #8839 from element-hq/feature/bca/add_platformcode_to_posthog
Support reporting super properties to posthog (appPlatform)
2024-05-31 14:05:56 +02:00
Benoit Marty 7e41d731f6 Move getCryptoVersion from CryptoService to Matrix companion, it does not need a session to get the value.
This simplify a lot accessing this data.
2024-05-30 13:10:36 +02:00
Valere 28fa4ab784 improve tests 2024-05-29 17:49:02 +02:00
Valere a363e392b4 Update to analytics events 0.23.0 and refactor 2024-05-29 17:39:16 +02:00