bmarty
1e334891ab
Sync Strings from Localazy
2024-04-01 00:17:18 +00:00
bmarty
0c0c36c393
Sync Strings from Localazy
2024-03-12 13:54:03 +00:00
ElementBot
af6ed820a8
Sync Strings ( #2523 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com >
2024-03-11 08:46:07 +00:00
Benoit Marty
66aa342d73
Import string again with new post processing.
2024-02-26 21:36:28 +01:00
bmarty
54ef435d9c
Sync Strings from Localazy
2024-02-26 18:17:16 +00:00
Benoit Marty
c746a0acc5
Sync Localazy strings - including post treatment.
...
./tools/localazy/downloadStrings.sh --all
2024-02-23 17:45:22 +01:00
Benoit Marty
9119a7b7fb
Sync Localazy strings.
...
./tools/localazy/downloadStrings.sh --all
2024-02-23 12:23:11 +01:00
Benoit Marty
08b01ffb79
Preview must be internal.
2024-02-22 16:18:34 +01:00
Benoit Marty
bbed475f93
Fix copyright date on new files.
2024-02-22 15:59:44 +01:00
Benoit Marty
48e8900a2c
Create extension to cleanup LogoutViewTest
2024-02-22 14:32:18 +01:00
Benoit Marty
6521ffe0aa
Add test on DefaultDirectLogoutView
2024-02-22 14:28:17 +01:00
Benoit Marty
cbf1ea1354
Add DirectLogoutStateProvider, and add preview for DefaultDirectLogoutView
2024-02-22 12:53:38 +01:00
Benoit Marty
06caf35ff4
Make isLastSession "live"
2024-02-21 18:30:57 +01:00
Benoit Marty
fb368f058b
Remove feature flag SecureStorage
2024-02-21 18:30:57 +01:00
Benoit Marty
55a105572a
Rename isLastSession to isLastDevice, to match SDK naming.
2024-02-21 18:25:45 +01:00
Jorge Martin Espinosa
973c57d401
Update Compound to v0.0.5 and update icons ( #2380 )
...
Update Compound to `v0.0.5`:
- Make sure we fix all the breaking changes.
- Update some icons to use the compound version instead.
-Replace icons with their Compound counterparts when possible.
- Clean up unused icons.
- Fix issues with incorrect icons or sizes being used after replacing the temporary icons with the Compound ones.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-02-12 16:41:58 +00:00
Benoit Marty
f1f14e9fed
Rename parameter, since it is also invoked in the confirmation dialog, not only for the error dialog.
2024-02-07 16:33:48 +01:00
bmarty
7911a26003
Sync Strings from Localazy
2024-02-05 00:09:59 +00:00
Benoit Marty
30cea9c70a
Always use the latest... fix.
2024-01-23 18:13:33 +01:00
Benoit Marty
cff076b508
Fix detekt issue:
...
Lambda parameters in a @Composable that are referenced directly inside of restarting effects can cause issues or unpredictable behavior.
If restarting the effect is ok, you can add the reference to this parameter as a key in that effect, so when the parameter changes, a new effect is created.
However, if the effect is not to be restarted, you will need to use `rememberUpdatedState` on the parameter and use its result in the effect.
See https://mrmans0n.github.io/compose-rules/rules/#be-mindful-of-the-arguments-you-use-inside-of-a-restarting-effect for more information. [LambdaParameterInRestartableEffect]
2024-01-23 18:13:33 +01:00
ElementBot
3a37460814
Sync Strings ( #2230 )
...
Co-authored-by: bmarty <bmarty@users.noreply.github.com >
2024-01-15 09:21:04 +01:00
Benoit Marty
a926b3d390
Merge branch 'develop' into feature/bma/sxcludePreviewFromCodeCoverage
2024-01-11 16:02:58 +01:00
Benoit Marty
378692f743
Fix moar ktlint issues
2024-01-11 10:02:10 +01:00
renovate[bot]
7e9cda3aa9
Update plugin ktlint to v12.1.0 ( #2200 )
...
* Update plugin ktlint to v12.1.0
* Run `./gradlew ktlintFormat` and fix some issues manually.
* Fix other issues reproted by Ktlint
* Limit false positives, KtLint removes unnecessary curly brace in String templates.
* Remove useless Unit
* Minor improvements over ktlint changes
* Restore `AlertDialogContent` behaviour
* Update screenshots
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org >
Co-authored-by: Jorge Martín <jorgem@element.io >
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-01-10 16:22:24 +01:00
Benoit Marty
7baaac09ba
Add missing test for LogoutView
2024-01-09 17:53:24 +01:00
Benoit Marty
0628ceabc1
Iterate on EnsureCalledOnce devX
2024-01-08 10:07:48 +01:00
Benoit Marty
ba2c297118
Add run method to EnsureCalledOnce and EnsureCalledOnceWithParam to ensure that assertSuccess is always called.
2024-01-08 10:01:26 +01:00
Benoit Marty
6798352fb7
Use string resource instead of hard-coded strings.
2024-01-08 09:50:08 +01:00
Benoit Marty
69e8384163
Add first tests on compose click interaction.
2024-01-05 18:00:44 +01:00
Benoit Marty
d4c41e38cc
Fix flaky test using deterministic awaitFirstItem instead of awaitLastSequentialItem
2024-01-05 09:31:54 +01:00
Benoit Marty
bd91dd64e2
Rename Async to AsyncData
2024-01-04 16:30:56 +01:00
Benoit Marty
da23628c8a
Introduce AsyncAction with a Confirmation state and use it for logout action.
2024-01-04 15:56:16 +01:00
Benoit Marty
fcd8562bb9
Use a RetryDialog here, it does not change the rendering, but is more appropriate.
2023-12-26 15:42:44 +01:00
Benoit Marty
eb63c882e1
Add comment to clarify the SteadyException case.
2023-12-26 15:39:56 +01:00
Benoit Marty
fba9788678
Quality
2023-12-26 13:24:59 +01:00
Benoit Marty
9081ba79fa
Add test for DefaultDirectLogoutPresenter
2023-12-26 12:38:03 +01:00
Benoit Marty
c65f5ed560
Sign out: direct flow if not last session and if not currently backing up keys #2072
...
Extract some stuff from existing Logout to avoid duplication.
2023-12-26 12:17:09 +01:00
bmarty
ada357b344
Sync Strings from Localazy
2023-12-26 09:39:48 +01:00
Benoit Marty
e589b97fa5
Attempt to fix test on CI.
...
The test is failing on CI with this error:
expected instance of: io.element.android.libraries.architecture.Async$Success
but was instance of : io.element.android.libraries.architecture.Async$Loading
with value : Loading(prevData=null)
2023-12-26 08:32:18 +01:00
Jorge Martín
b739cabbcd
Revert "Merge pull request #2071 from element-hq/feature/bma/fixTests"
...
This reverts commit e49c73188d , reversing
changes made to ba04bbc5ca .
2023-12-22 12:01:42 +01:00
Benoit Marty
fb1de09d73
Last attempt...
2023-12-20 15:13:27 +01:00
Benoit Marty
875cc9adbf
Second attempt...
2023-12-20 14:33:16 +01:00
Benoit Marty
badc17531c
Attempt to fix test on CI.
...
The test is failing on CI with this error:
expected instance of: io.element.android.libraries.architecture.Async$Success
but was instance of : io.element.android.libraries.architecture.Async$Loading
with value : Loading(prevData=null)
2023-12-20 09:15:50 +01:00
Benoit Marty
284b26f332
Attempt to fix test on CI
2023-12-15 19:14:54 +01:00
Benoit Marty
c607552be4
Fix test in release
...
Be deterministic to try to fix test on CI.
2023-12-15 18:44:39 +01:00
Benoit Marty
6ab07e0cba
Fix title of sign out screen regarding the different states
2023-12-15 18:44:08 +01:00
Benoit Marty
d31909e049
Sync localazy using fixed script
2023-12-08 19:24:35 +01:00
Benoit Marty
b43ddd36b9
Run the script again.
2023-12-05 12:25:59 +01:00
bmarty
ad2ca01094
Sync Strings from Localazy
2023-12-04 00:09:56 +00:00
Marco Romano
c6fdc79f83
Upgrade to rust sdk 0.1.71 ( #1905 )
...
https://github.com/matrix-org/matrix-rust-components-kotlin/releases/tag/sdk-v0.1.71
There are breaking changes as specified in: https://github.com/vector-im/element-x-android/issues/1898 plus the one related to the poll history feature.
2023-11-29 10:34:51 +01:00