ElementBot
|
6bc080c279
|
Sync Strings (#2230)
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
|
10 months ago |
Benoit Marty
|
5d086ad82d
|
Fix moar 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 |
bmarty
|
9c6e511319
|
Sync Strings from Localazy
|
10 months ago |
Benoit Marty
|
7b2341aec7
|
Rename Async to AsyncData
|
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
|
24d3981261
|
Run the script again.
|
11 months ago |
Benoit Marty
|
ab8e4f1422
|
Add Konsist test to use isTrue() instead of isEqualTo(true), and fix existing issues.
|
11 months ago |
Benoit Marty
|
b2d9b41946
|
Add Konsist test to use isFalse() instead of isEqualTo(false), and fix existing issues.
|
11 months ago |
bmarty
|
fced91addb
|
Sync Strings from Localazy
|
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
|
67ed385e45
|
Prevent usage of hard-coded string for contentDescription, and fix existing issues.
|
12 months ago |
ElementBot
|
3bf34eae01
|
Sync Strings (#1789)
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
|
12 months ago |
ganfra
|
4f519a817a
|
Lock screen : fix one more test.
|
12 months ago |
ganfra
|
f067163004
|
Lockscreen : should fix tests
|
12 months ago |
ganfra
|
dc0c33fa5a
|
Lock screen : fix code quality
|
12 months ago |
ganfra
|
05e99adfc4
|
Lock : fix race condition on setup pin
|
12 months ago |
ganfra
|
04afa8c200
|
LockScreen : fix one more navigation issue
|
12 months ago |
ganfra
|
67bdb78f98
|
LockScreen : reduce delay before validation step in setup
|
12 months ago |
ganfra
|
d524e7b4bd
|
LockScreen : do not show the entire setup flow when changing the pin is settings
|
12 months ago |
ganfra
|
5a417ba498
|
LockScreen : refact some code and add secureFlag
|
12 months ago |
Benoit Marty
|
7e63f196d9
|
Use ButtonColumnMolecule
|
12 months ago |
bmarty
|
2fca8412b2
|
Sync Strings from Localazy
|
1 year ago |
Benoit Marty
|
21200df294
|
Konsist: check that if `sealed interface` is used in parameter of `Composable`, it has the `@Stable` or `@Immutable` annotation
|
1 year ago |
ganfra
|
01f4175b79
|
Pin unlock : implement design for in-app unlock
|
1 year ago |
ganfra
|
6832b1f2db
|
Feature/fga/biometric unlock (#1702)
* Biometric unlock : refactor a bit existing classes
* Biometric unlock : first implementation
* Biometric: add ui for biometric setup
* Biometric unlock : use localazy strings
* Biometric unlock setup : branch skip/allow events
* Biometric : fix tests
* Biometrics: add small test
* Biometric : clean up
* Update screenshots
* Biometric unlock : address some PR review
* Biometric : improve a bit edge cases
* Fix lint issues
---------
Co-authored-by: ganfra <francoisg@element.io>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
Co-authored-by: Jorge Martín <jorgem@element.io>
|
1 year ago |
bmarty
|
ffd02b831e
|
Sync Strings from Localazy
|
1 year ago |
bmarty
|
8350382440
|
Sync Strings from Localazy
|
1 year ago |
Benoit Marty
|
3a15b92eb6
|
SecureBackup: update matrix sdk module.
|
1 year ago |
ganfra
|
b355d9fb64
|
PIN: address PR review
|
1 year ago |
ganfra
|
ca6a30d6cc
|
PIN : fix quality
|
1 year ago |
ganfra
|
a7c83a94d3
|
PIN : Fix SetupPinPresenterTest
|
1 year ago |
ganfra
|
fdd9396089
|
Pin: add tests and make LockScreenConfig an injectable data class
|
1 year ago |
ganfra
|
3c5bff0927
|
Pin : clean remaining pin code attempts
|
1 year ago |
ganfra
|
626a884e1f
|
PIN: clean pin code storage
|
1 year ago |
ganfra
|
adf21e0e02
|
PIN: fix and add tests
|
1 year ago |
ganfra
|
49e2060961
|
PIN unlock : makes sure to load the pin size from storage
|
1 year ago |
ganfra
|
2cb0addd3e
|
PIN: add callback on LockScreenEntryPoint
|
1 year ago |
ganfra
|
54cd62ab76
|
PIN: branch SignOut
|
1 year ago |
ganfra
|
f1988e3093
|
PIN : branch the mandatory flow
|
1 year ago |
ganfra
|
d2d6cab839
|
PIN : start branching logic
|
1 year ago |
ganfra
|
0f4da4fca3
|
PIN : add some tests to PinEntry
|
1 year ago |
ganfra
|
a2eb50459f
|
Setup pin : let time for ui to refresh before switching to confirmation step
|
1 year ago |
ganfra
|
4b2d2c52a7
|
PinEntryTextField : add isSecured parameter
|
1 year ago |
ganfra
|
42ab0e1395
|
PIN : fix some pin setup related code
|
1 year ago |
ganfra
|
6170dd45bc
|
Fix dagger compilation
|
1 year ago |