Benoit Marty
ecd7bb0458
AsyncActionView: provide the value to the confirmationDialog lambda.
2024-10-14 11:02:47 +02:00
Benoit Marty
fb52657b12
Let AsyncAction.Confirming be an interface, with a AsyncAction.ConfirmingNoParams data object.
...
This will allow inheritance of `AsyncAction.Confirming` with parameter(s).
2024-10-14 10:49:55 +02:00
Benoit Marty
792fdb346d
Merge pull request #3665 from element-hq/sync-localazy
...
Sync Strings
2024-10-14 10:28:42 +02:00
bmarty
851a547b89
Sync Strings from Localazy
2024-10-14 00:27:28 +00:00
Benoit Marty
4c0364548d
Changelog for version 0.7.0
2024-10-10 21:12:31 +02:00
Benoit Marty
bf5599cac5
Add missing import
2024-10-10 20:35:12 +02:00
Benoit Marty
afa5525baf
version++
2024-10-10 20:29:37 +02:00
Benoit Marty
060ec57caf
Merge tag 'v0.7.0' into develop
...
tag
2024-10-10 20:24:02 +02:00
Benoit Marty
1ad7a1fd49
Merge branch 'release/0.7.0' into main
2024-10-10 20:23:52 +02:00
Benoit Marty
4450529c1d
Adding fastlane file for version 0.7.0
2024-10-10 20:23:48 +02:00
Benoit Marty
5823c2886e
Setting version for the release 0.7.0
2024-10-10 20:22:56 +02:00
Benoit Marty
673de64c18
Merge pull request #3649 from element-hq/feature/bma/cryptoCopyAdjustment
...
Crypto copy adjustment
2024-10-10 19:41:17 +02:00
Benoit Marty
266210e264
Update the test, the wording of the button has changed.
2024-10-10 18:04:34 +02:00
Jorge Martin Espinosa
22f79f2726
Remove unused RoomSummary cache ( #3647 )
2024-10-10 15:50:28 +00:00
Benoit Marty
10261d406a
Quality...
2024-10-10 17:40:56 +02:00
Benoit Marty
99c085fa3e
Quality...
2024-10-10 17:35:59 +02:00
ElementBot
208d5f433e
Update screenshots
2024-10-10 15:27:27 +00:00
Benoit Marty
9c7f2b992a
Merge pull request #3648 from element-hq/feature/bma/identityChangeFeatureFlag
...
Add feature flag IdentityPinningViolationNotifications.
2024-10-10 17:20:29 +02:00
Benoit Marty
930bbca557
Merge pull request #3646 from element-hq/feature/bma/qrCodeFF
...
Enable Login with QR code in release builds.
2024-10-10 17:17:08 +02:00
Benoit Marty
fd819c2381
Add "Learn more" on identity verification first screen.
2024-10-10 17:09:35 +02:00
Benoit Marty
3116c4535e
Tweak screens related to crypto.
2024-10-10 16:44:11 +02:00
ganfra
7a85cdda9d
Merge pull request #3642 from element-hq/feature/fga/improve_avatar_rendering
...
Improve avatar rendering
2024-10-10 16:37:58 +02:00
Benoit Marty
aa07ab1a07
Add feature flag IdentityPinningViolationNotifications.
...
Disabled in production build, enabled by default on other builds.
2024-10-10 16:28:15 +02:00
Jorge Martin Espinosa
c6d3ad88d3
Add the CallWebView logs to our logging stack ( #3637 )
...
* Add the `CallWebView` logs to our logging stack
---
Co-Authored by @bmarty
2024-10-10 14:12:47 +00:00
Benoit Marty
ab41f2d729
Enable Login with QR code in release builds.
2024-10-10 15:53:52 +02:00
ganfra
2e631b1ae5
misc : makes sure to always use the same size for fetching avatar thumbnail so caching works properly.
2024-10-10 14:09:49 +02:00
Jorge Martin Espinosa
366db4791b
Upgrade Kotlin to v2.0 ( #3594 )
...
* Bump Kotlin to v2.0
* Fix lots of issues due to the upgrade: lint issues, function signature incompatibilities, broken tests, etc.
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
2024-10-10 08:32:00 +00:00
Benoit Marty
63074cb3b0
Git ignore .kotlin folder.
...
https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects
2024-10-10 09:05:37 +02:00
renovate[bot]
ff08a97638
fix(deps): update dependency com.posthog:posthog-android to v3.8.1 ( #3638 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-10 06:39:42 +00:00
Benoit Marty
7a45024893
Merge pull request #3584 from element-hq/renovate/androidx.webkit-webkit-1.x
...
fix(deps): update dependency androidx.webkit:webkit to v1.12.1
2024-10-09 15:46:35 +02:00
Benoit Marty
381f44ebf0
Merge pull request #3610 from element-hq/renovate/dependencyanalysis
...
chore(deps): update dependencyanalysis to v2.1.4
2024-10-09 15:45:12 +02:00
renovate[bot]
e28ac1b43b
fix(deps): update dependency io.mockk:mockk to v1.13.13 ( #3634 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-09 14:05:27 +02:00
renovate[bot]
1f2075f1b3
fix(deps): update dependency androidx.compose:compose-bom to v2024.09.03 ( #3583 )
...
* fix(deps): update dependency androidx.compose:compose-bom to v2024.09.03
* Fix the `LinearProgressIndicator` new style
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
Co-authored-by: ElementBot <android@element.io>
2024-10-09 11:50:11 +00:00
Benoit Marty
79a1ab72e9
Merge pull request #3633 from element-hq/feature/bma/qrCodeNotice
...
QrCode intro screen: add subtitle and fix button wording #3632
2024-10-09 12:25:21 +02:00
renovate[bot]
76a7c11d38
Update dependency io.element.android:emojibase-bindings to v1.3.3 ( #3620 )
...
* fix(deps): update dependency io.element.android:emojibase-bindings to v1.3.3
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: ElementBot <android@element.io>
Co-authored-by: Jorge Martín <jorgem@element.io>
2024-10-09 10:23:23 +00:00
Benoit Marty
bf1334152e
Fix test
2024-10-09 11:44:58 +02:00
ganfra
a3db4b2043
Merge pull request #3631 from element-hq/feature/fga/rework_room_summary
...
Rework room summary
2024-10-09 11:44:45 +02:00
ganfra
5afa7f6437
misc: extract toSelectRoomInfo method
2024-10-09 11:13:27 +02:00
ElementBot
05536888b1
Update screenshots
2024-10-09 08:57:09 +00:00
ElementBot
be2216ccd9
Update screenshots
2024-10-09 08:35:09 +00:00
Benoit Marty
7e6a12854f
QrCode intro screen: add subtitle and fix button wording #3632
2024-10-09 10:20:56 +02:00
Benoit Marty
47dcdef6aa
Changelog for version 0.6.5
2024-10-09 10:07:06 +02:00
Benoit Marty
584c80a3eb
version++
2024-10-09 09:40:04 +02:00
Benoit Marty
51545bd0e1
Merge tag 'v0.6.5' into develop
...
tag
2024-10-09 09:39:23 +02:00
Benoit Marty
996147eaa6
Merge branch 'release/0.6.5' into main
2024-10-09 09:39:07 +02:00
Benoit Marty
a82104a7ef
Adding fastlane file for version 0.6.5
2024-10-09 09:39:01 +02:00
Benoit Marty
44dc004658
Merge pull request #3630 from element-hq/feature/bma/noIdentityChangeAlertInClearRoom
...
Do not render pin violation in clear rooms.
2024-10-09 09:10:45 +02:00
ganfra
45e502be6a
Merge pull request #3608 from element-hq/renovate/org.maplibre.gl-android-sdk-11.x
...
Update dependency org.maplibre.gl:android-sdk to v11.5.1
2024-10-08 22:11:51 +02:00
ganfra
348c84b8b9
misc : rework getRoomInfoFlow (by using getRoomSummaryFlow)
2024-10-08 21:36:38 +02:00
ganfra
eeb6b6f4bf
misc : remove direct usage of RoomSummary in UI and let RoomSummary use RoomInfo.
2024-10-08 21:34:34 +02:00