Jorge Martin Espinosa
2f19f57aa3
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
6 months ago
Jorge Martin Espinosa
83a22c7b09
Amend `v0.4.9` changelog entry. ( #2826 )
...
It was missing a security fix item.
6 months ago
Jorge Martin Espinosa
0ed4109c70
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.
6 months ago
Jorge Martin Espinosa
48bb0f4122
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>
6 months ago
renovate[bot]
4c1bd2d45b
Update dependency com.posthog:posthog-android to v3.2.1 ( #2773 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 months ago
Jorge Martin Espinosa
5dddda64d1
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>
6 months ago
Jorge Martin Espinosa
0bbb107dea
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>
6 months ago
Jorge Martin Espinosa
46b22d7db7
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>
6 months ago
Jorge Martin Espinosa
d86b7d24db
Bump RTE to `v2.37.2` ( #2813 )
...
This should have been done by the renovate bot, but for some reason it wasn't.
6 months ago
Jorge Martin Espinosa
5c59f6c20f
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`.
6 months ago
Valere
2007752513
Merge pull request #2806 from element-hq/feature/valere/report_crypto_status_analytics
...
Add support for Verification state analytics
6 months ago
Valere
a8f5c8db39
Use LaunchedEffect and improve test
6 months ago
Valere
3170691a2f
Add change log
6 months ago
Valere
6ad40fc6e0
Code review - more tests
6 months ago
Valere
a761215e31
Add support for Verification state analytics
6 months ago
renovate[bot]
1817de121a
Update firebaseAppDistribution to v5
6 months ago
renovate[bot]
740571baf3
Update danger/danger-js action to v12.2.0 ( #2804 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 months ago
Benoit Marty
89545e0800
Merge pull request #2797 from element-hq/sync-localazy
...
Sync Strings
6 months ago
Jorge Martin Espinosa
e82e3330b2
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>
6 months ago
Benoit Marty
c058c265f1
Merge pull request #2799 from element-hq/feature/bma/explicitLanguageListSupport
...
Add Explicit list of supported languages, generated from Localazy data.
6 months ago
Benoit Marty
34358035eb
Merge pull request #2792 from element-hq/renovate/com.google.firebase-firebase-bom-33.x
...
Update dependency com.google.firebase:firebase-bom to v33
6 months ago
Benoit Marty
6048b1079f
Merge pull request #2798 from element-hq/feature/bma/externalPermalinkFix
...
Feature/bma/external permalink fix
6 months ago
Benoit Marty
6ff1af3276
Add Explicit list of supported languages, generated from Localazy data.
6 months ago
Benoit Marty
19a97c62a8
Add warning about *.element.io
6 months ago
Benoit Marty
227611cfba
Add links to the matching assetlinks.json files.
6 months ago
Benoit Marty
ebfb41f601
Format file (no other change)
6 months ago
Benoit Marty
6e7bbd6972
Explicitly set domain for external link handling.
...
And revert change: let ElementCallActivity handle again `call.element.io` links.
6 months ago
ElementBot
d27e647b46
Update screenshots
6 months ago
Tonkku
86838e7277
Enable support for Android per-app language preferences ( #2795 )
...
* Enable support for Android per-app language preferences
* Add changelog entry
6 months ago
bmarty
68fdaef8b8
Sync Strings from Localazy
6 months ago
Jorge Martín
5425cdcbb1
Use `GoogleApiAvailabilityLight` instead of `GoogleApiAvailability`
6 months ago
renovate[bot]
9bf1cd68e2
Update dependency com.google.firebase:firebase-bom to v33
6 months ago
renovate[bot]
e95d24da56
Update wysiwyg to v2.37.1 ( #2791 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
6 months ago
Benoit Marty
c38e1b88e0
Merge pull request #2787 from element-hq/renovate/androidx.webkit-webkit-1.x
...
Update dependency androidx.webkit:webkit to v1.11.0
6 months ago
Benoit Marty
c1cd8e2ee3
Merge branch 'develop' into renovate/core
6 months ago
Benoit Marty
7bdf9c821b
Merge branch 'develop' into renovate/org.maplibre.gl-android-sdk-10.x
6 months ago
Benoit Marty
e9c262e38f
Merge pull request #2776 from element-hq/feature/bma/externalLinks
...
Open user profile and room with event from permalink
6 months ago
Benoit Marty
baf3877bf7
Fix link from matrix.to websote not working.
6 months ago
Benoit Marty
f48cc81434
Add tests on IntentResolver about external permalink.
6 months ago
Benoit Marty
50b77a3cbe
changelog
6 months ago
Benoit Marty
0036fa7104
Sort imports.
6 months ago
Benoit Marty
fa4ad4a934
Improve documentation
6 months ago
Benoit Marty
fb59776814
Small rework for code clarity.
...
Actually hide the attachment of LoggedInAppScopeFlowNode.
6 months ago
Benoit Marty
1bcfa6034c
Add support for link generated by matrix.to website.
6 months ago
Benoit Marty
4dfec7ac55
Format
6 months ago
Benoit Marty
181742b251
Add documentation and small script to test external deep links.
6 months ago
Benoit Marty
0fb89bd4b2
Let MainActivity manage Element Call https links.
6 months ago
ElementBot
b055452ae7
Update screenshots
6 months ago
Benoit Marty
0476bd95c8
Open user profile and room with event from permalink
6 months ago
Benoit Marty
682fd45e00
Merge pull request #2780 from element-hq/feature/bma/fixNotificationNavigation
...
Fix notification navigation
6 months ago