Benoit Marty
a2d5ba66d1
Changelog.
2024-05-14 16:04:47 +02:00
Benoit Marty
32f31855b5
Provide serverNames when available and fix issue around analytics
2024-05-14 15:58:10 +02:00
Benoit Marty
138da1b234
Merge pull request #2839 from element-hq/feature/bma/removeDeadCode
...
It's not possible to join room from the RoomDirectory screen anymore.
2024-05-14 11:14:25 +02:00
ElementBot
e096080639
Update screenshots
2024-05-14 08:32:09 +00:00
Benoit Marty
8797200c83
It's not possible to join room from the RoomDirectory screen anymore.
...
Cleanup after #2827
2024-05-14 10:23:07 +02:00
renovate[bot]
d925a40df2
Update dependency io.sentry:sentry-android to v7.9.0 ( #2837 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-14 06:42:11 +00:00
Jorge Martín
561cfd08e6
version++
2024-05-13 17:37:02 +02:00
Jorge Martín
79d5348a2d
Merge tag 'v0.4.12' into develop
...
Version `v0.4.12`
2024-05-13 17:35:49 +02:00
Jorge Martín
64b6dd1fca
Merge branch 'release/0.4.12'
2024-05-13 17:35:37 +02:00
Jorge Martín
a77c473b31
Adding fastlane file for version 0.4.12
2024-05-13 17:35:34 +02:00
Jorge Martín
9867521d83
Changelog for version 0.4.12
2024-05-13 17:33:23 +02:00
Benoit Marty
d5dea4c4a5
Merge pull request #2835 from element-hq/renovate/org.jlleitschuh.gradle.ktlint-12.x
...
Update plugin ktlint to v12.1.1
2024-05-13 16:52:08 +02:00
Jorge Martin Espinosa
6257425344
Bump Rust SDK to v0.2.18 and bump app version ( #2836 )
...
* Adapt to changes in SDK:
- Remove name from MatrixRoom, we should use displayName instead.
- Remove separate invites room list.
- Added runBlocking to get the now async NotificationClient from the Rust SDK.
- Made some other functions suspend.
- Client.resolveRoomAlias now returns a roomId and via parameters, we pass the roomId.
* Add logs removal migration again as `AppMigration03` to make sure we don't leak private data in existing logs.
* Bump app version to `0.4.12`
2024-05-13 16:48:23 +02:00
renovate[bot]
f392782628
Update plugin ktlint to v12.1.1
2024-05-13 12:53:44 +00:00
Benoit Marty
51df9f5297
Merge pull request #2772 from element-hq/renovate/org.maplibre.gl-android-sdk-10.x
...
Update dependency org.maplibre.gl:android-sdk to v10.3.1
2024-05-13 14:52:18 +02:00
Benoit Marty
04ee8ecdab
Merge pull request #2832 from element-hq/feature/bma/fixLocalazyImport
...
Fix localazy import
2024-05-13 14:34:34 +02:00
Benoit Marty
9c956250ee
Merge pull request #2805 from element-hq/renovate/major-firebaseappdistribution
...
Update firebaseAppDistribution to v5 (major)
2024-05-13 14:30:40 +02:00
Benoit Marty
2e1acb9a13
Add case for "zh#Hans".
2024-05-13 12:11:30 +02:00
Benoit Marty
df541f6ac1
Use Python 3.12 to be able to use match structure.
2024-05-13 12:08:05 +02:00
Jorge Martin Espinosa
c64ead11c8
Upload app id and clean version to bug reports ( #2829 )
...
* Upload app id and clean version to bug reports
* Add changelog
2024-05-10 12:15:33 +02:00
Jorge Martin Espinosa
a99f30fbd7
Remove join button on room directory search ( #2827 )
...
* Remove 'Join' button in room directory search results
* Update screenshots
* Add changelog
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-05-10 11:31:18 +02:00
Jorge Martin Espinosa
04e6f66a02
Make logs less verbose, especially for sliding sync ( #2825 )
...
* Make logs less verbose, especially for sliding sync.
Use the same config as iOS for most targets.
* Make sure we don't try to upload logs that are larger than the max request size of the bug reporter server.
* Display the loading state as soon as the bug reporter starts processing the log files
* Add changelog
2024-05-09 16:39:59 +02:00
Jorge Martin Espinosa
caec9e8671
Amend v0.4.9 changelog entry. ( #2826 )
...
It was missing a security fix item.
2024-05-09 14:22:46 +02:00
Jorge Martin Espinosa
1da674bddb
Split Maestro CI flow in 2 jobs. ( #2823 )
...
* Split Maestro CI flow in 2 jobs.
This way, if the Maestro test fails for some runtime reason we don't have to build the APK again to re-test it.
2024-05-09 10:25:53 +02:00
Jorge Martin Espinosa
e1694fa4e8
Add room badges ( #2822 )
...
* Add room badges
* Remove no longer used `onShareRoomMember` callback
* Update screenshots
* Add changelog
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-05-09 08:38:40 +02:00
renovate[bot]
e0c7784180
Update dependency com.posthog:posthog-android to v3.2.1 ( #2773 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-08 14:11:19 +00:00
Jorge Martin Espinosa
2e93d842c7
UX cleanup: DM details screen ( #2820 )
...
* UX cleanup: user profile.
- Move send DM to a CTA button.
- Add 'Call' CTA button too when there is a DM with that user and a call is possible.
- Add missing tests.
* Update screenshots
* Add tests for clicking on the avatar
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-05-08 16:05:02 +02:00
Jorge Martin Espinosa
17f5b0fe77
UX cleanup: DM details screen ( #2817 )
...
* UX cleanup: DM details screen
Reuse `MainActionsSection` for DMs too, hiding the Share CTA in that case.
* Update screenshots
* Fix tests
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-05-08 12:49:44 +02:00
Jorge Martin Espinosa
b524645b89
UX cleanup: room details ( #2816 )
...
* UX cleanup: room details screen
Add new CTA buttons for Invite and Call actions
* Update screenshots
* Fix maestro
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-05-08 11:42:33 +02:00
Jorge Martin Espinosa
0f60299de0
Bump RTE to v2.37.2 ( #2813 )
...
This should have been done by the renovate bot, but for some reason it wasn't.
2024-05-08 10:58:55 +02:00
Jorge Martin Espinosa
9aadec8435
Enforce mandatory session verification only for new logins ( #2811 )
...
* Enforce mandatory session verification only for new logins
- Creates `AppMigration` base interface as a way to isolate migration logic, app migrations must implement this interface.
- Creates `AppMigration01` with the existing logs removal migration and `AppMigration02` with the logic to allow existing sessions to skip verification.
- Add `DefaultSessionPreferencesStoreFactory.remove(sessionId)` to allow a ephemeral session store access to exist outside the `SessionScope` for this new migration.
* Fix tests
* Add more tests.
This also includes creating several abstractions.
* Review changes.
- Make `orderedMigrations` a class property, `migrations` just a constructor parameter to avoid incorrect usages.
- Create `lastMigration` property too, use it instead of `MIGRATION_VERSION`.
2024-05-07 14:06:34 +00:00
Valere
0359504fa9
Merge pull request #2806 from element-hq/feature/valere/report_crypto_status_analytics
...
Add support for Verification state analytics
2024-05-07 14:38:04 +02:00
Valere
036c73c31b
Use LaunchedEffect and improve test
2024-05-07 10:41:08 +02:00
Valere
ca9937674c
Add change log
2024-05-07 09:40:37 +02:00
Valere
94bbcbf503
Code review - more tests
2024-05-07 09:38:26 +02:00
Valere
c430699711
Add support for Verification state analytics
2024-05-06 19:06:54 +02:00
renovate[bot]
a35f9750b9
Update firebaseAppDistribution to v5
2024-05-06 15:26:58 +00:00
renovate[bot]
e061ddb462
Update danger/danger-js action to v12.2.0 ( #2804 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-06 17:25:28 +02:00
Benoit Marty
96c8786626
Merge pull request #2797 from element-hq/sync-localazy
...
Sync Strings
2024-05-06 17:23:42 +02:00
Jorge Martin Espinosa
01a048e219
UX cleanup: reorder options in the main settings screen ( #2802 )
...
* UX cleanup: reorder options in the main settings screen
* Update screenshots
* Group sections in composables
* Add some horizontal padding to the `Footer` component
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-05-06 15:20:03 +00:00
Benoit Marty
2c045b6756
Merge pull request #2799 from element-hq/feature/bma/explicitLanguageListSupport
...
Add Explicit list of supported languages, generated from Localazy data.
2024-05-06 17:10:30 +02:00
Benoit Marty
95133dc5be
Merge pull request #2792 from element-hq/renovate/com.google.firebase-firebase-bom-33.x
...
Update dependency com.google.firebase:firebase-bom to v33
2024-05-06 15:04:51 +02:00
Benoit Marty
06dc3ae0fd
Merge pull request #2798 from element-hq/feature/bma/externalPermalinkFix
...
Feature/bma/external permalink fix
2024-05-06 15:04:14 +02:00
Benoit Marty
c64fb6f510
Add Explicit list of supported languages, generated from Localazy data.
2024-05-06 14:51:19 +02:00
Benoit Marty
c72b2e2a39
Add warning about *.element.io
2024-05-06 11:40:16 +02:00
Benoit Marty
d6dc750dfe
Add links to the matching assetlinks.json files.
2024-05-06 11:34:23 +02:00
Benoit Marty
5d4c5fec4d
Format file (no other change)
2024-05-06 11:14:24 +02:00
Benoit Marty
f0dd3fec21
Explicitly set domain for external link handling.
...
And revert change: let ElementCallActivity handle again `call.element.io` links.
2024-05-06 11:12:09 +02:00
ElementBot
07ad524e2b
Update screenshots
2024-05-06 07:32:14 +00:00
Tonkku
474a1412ed
Enable support for Android per-app language preferences ( #2795 )
...
* Enable support for Android per-app language preferences
* Add changelog entry
2024-05-06 09:10:49 +02:00