ElementBot
6bc080c279
Sync Strings ( #2230 )
...
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
10 months ago
Benoit Marty
d01c70a4fd
Fix moar ktlint issues
10 months ago
Benoit Marty
5d086ad82d
Fix moar ktlint issues
10 months ago
Benoit Marty
a831f05f6e
Fix ktlint issues
10 months ago
renovate[bot]
c8bd362397
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>
10 months ago
Benoit Marty
365c423190
Clean up
10 months ago
Benoit Marty
ce97987399
Rename parameter
10 months ago
Benoit Marty
e702dd7995
Replace `showConfirmationDialog` by `disableAction` `Confirming` state, and remove `force` boolean, we get read the state instead.
...
Also use AsyncActionView.
10 months ago
Benoit Marty
e42005fc52
Rename AsyncView to AsyncActionView
10 months ago
Benoit Marty
7b2341aec7
Rename Async to AsyncData
10 months ago
Benoit Marty
35baaa6209
Add missing test for SecureBackupEnablePresenter
10 months ago
bmarty
e6f4a7364f
Sync Strings from Localazy
10 months ago
ganfra
c4dc024c63
Fix detekt
11 months ago
ganfra
78bd6915c7
BackstackParentNode now become BaseFlowNode and adds Overlay navModel into it.
11 months ago
bmarty
e60508a631
Sync Strings from Localazy
11 months ago
Benoit Marty
39cca2ce09
Sync localazy using fixed script
11 months ago
Benoit Marty
e8e2e95e02
Follow SDK method renaming: fix_recovery_issues() got renamed to recover()
11 months ago
Benoit Marty
24d3981261
Run the script again.
11 months ago
Benoit Marty
fd42c78b15
Sync again
11 months ago
bmarty
fced91addb
Sync Strings from Localazy
11 months ago
Marco Romano
6ea26dd6c4
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.
11 months ago
ElementBot
12b3196471
Sync Strings ( #1892 )
...
* Sync Strings from Localazy
---------
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
Co-authored-by: jonnyandrew <jonnya@element.io>
Co-authored-by: Jorge Martín <jorgem@element.io>
11 months ago
Jorge Martin Espinosa
087d2728d5
Extract compound tokens and theming to `compound-android` library ( #1888 )
...
* Replace tokens & icons with the external Compound ones
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
11 months ago
Benoit Marty
e7c864c61a
Fix test on CI.
12 months ago
Benoit Marty
12bdaf9727
Remove wrong comment.
12 months ago
Benoit Marty
c07a032157
SecureBackup: improve error flow when backup state cannot be retrieved, and add tests.
12 months ago
Benoit Marty
d352f14665
BackupState.DISABLED has been removed. Now when the value is UNKNOWN, the app need to invoke `EncryptionService.doesBackupExistOnServer()` to check if a Backup exists.
12 months ago
Jorge Martin Espinosa
a5bad53c62
Iterate design on several screens: update icons, replace PreferenceTexts ( #1771 )
...
- Batch import new icons from the design team.
- Rename _september icons since they're just extra icons that need to be integrated in Compound in the future, and it should be ok if we don't distinguish between ic_september_*, ic_november_* etc., so all icons are now simply ic_* in the designsystem module.
- Create a new CompoundIconListPreviewProvider to add chunked lists of icons for previews. Add an exception for it to Konsist.
- Move some icons to use Compound icons.
- Remove most PreferenceText usages, use ListItem instead.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
12 months ago
Benoit Marty
2cb0060f96
Add a View to show the beginning of the timeline (parity with iOS)
12 months ago
ElementBot
3bf34eae01
Sync Strings ( #1789 )
...
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
12 months ago
Benoit Marty
8218f6c47f
Improve dialog content when recovery key (or passphrase) is not correct.
12 months ago
Benoit Marty
348da6bec2
Ensure BackupState and RecoveryState values are set from the SDK only when the first sync is finished.
12 months ago
Jorge Martin Espinosa
74e5bf18fc
Iterate design on Settings screen ( #1763 )
...
* Iterate design on Settings screen:
- Set new icons provided by design.
- Replace `PreferenceText` usages with `ListItem`.
- Add missing icons, and a new way to group them for previews.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
12 months ago
Benoit Marty
095a6f7825
RecoveryKey: Let any password manager provide the key and change keyboard type to password.
12 months ago
Benoit Marty
735c6e857a
RecoveryKey: Do not apply a visual transformation if the key has spaces, to let user enter passphrase
12 months ago
Benoit Marty
c9a7fa88b6
RecoveryKey: remove space if a recovery key is pasted in the TextField
12 months ago
Benoit Marty
7bd2ccd2a9
FlowStepPage: make `onBackClicked` nullable and remove `canGoBack`.
12 months ago
Benoit Marty
163bc8703f
Rename UserStoryFlowPage to FlowStepPage
...
Rename UserStoryFlowPage to FlowStepPage
12 months ago
Benoit Marty
3e3a7c5516
Let SecureBackupEnterRecoveryKeyView use UserStoryFlowPage.
12 months ago
Benoit Marty
256eb23acf
Let SecureBackupEnableView use UserStoryFlowPage.
12 months ago
Benoit Marty
310bd5bb49
Let SecureBackupDisableView use UserStoryFlowPage.
12 months ago
Benoit Marty
c77ebabcb2
Let SecureBackupSetupView use UserStoryFlowPage.
12 months ago
Benoit Marty
ffccbb5d90
Use AsyncView in SecureBackupEnterRecoveryKeyView
1 year ago
bmarty
2fca8412b2
Sync Strings from Localazy
1 year ago
Benoit Marty
0db487fa42
Secure backup and sign out: add TopBar with Back button.
1 year ago
Benoit Marty
dc1bbb0145
Enter recovery key: add Done ime action.
1 year ago
Benoit Marty
12efed3a94
Move SecureBackupConfig to the appconfig module.
1 year ago
bmarty
ffd02b831e
Sync Strings from Localazy
1 year ago
Benoit Marty
9807ebf649
Secure backup
1 year ago