ElementBot
0c657c258a
Sync Strings from Localazy ( #6761 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-05-11 09:37:59 +02:00
Benoit Marty
ae044607c7
Add missing screenshot and improve UX when user enter wrong pin then correct pin.
2026-05-07 10:59:13 +02:00
Benoit Marty
d18b529285
Ensure that remaining pin code attempts is never bigger than the value in the config.
2026-05-07 10:59:13 +02:00
Benoit Marty
d558371798
Add test.
2026-05-07 10:59:12 +02:00
Benoit Marty
5269b9787e
Fix quality issue.
2026-05-07 10:59:12 +02:00
Benoit Marty
44baa4a383
PinUnlockEvents -> PinUnlockEvent
2026-05-07 10:59:12 +02:00
Benoit Marty
668b03f8bc
SetupPinEvents -> SetupPinEvent
2026-05-07 10:59:11 +02:00
Benoit Marty
90918cbb9d
SetupBiometricEvents -> SetupBiometricEvent
2026-05-07 10:59:11 +02:00
Benoit Marty
bc60512e10
LockScreenSettingsEvents -> LockScreenSettingsEvent
2026-05-07 10:59:11 +02:00
Benoit Marty
94d37c68d5
Use test extension.
2026-05-07 10:59:11 +02:00
Benoit Marty
8799dda471
Force sign out if PIN code store is corrupted.
2026-05-07 10:59:10 +02:00
Benoit Marty
61374bca4e
Improve detection of configure PIN code.
2026-05-07 10:59:10 +02:00
bmarty
0d2f71643a
Sync Strings from Localazy
2026-05-04 00:54:27 +00:00
Benoit Marty
11b9efa2c9
Migrate to v2 testing APIs
2026-04-30 16:04:07 +02:00
ElementBot
9a2ad3928a
Merge pull request #6658 from element-hq/sync-localazy
...
Sync Strings
2026-04-27 09:17:54 +02:00
ElementBot
e1b7171839
Sync Strings ( #6626 )
...
* Sync Strings from Localazy
* Use the previous plurals as plain strings
* Add extra case for 1 vs multiple users
* Update screenshots
---------
Co-authored-by: Jorge Martín <jorgem@element.io>
2026-04-20 17:09:10 +00:00
Timur Gilfanov
f7cfa6cda8
Merge branch 'develop' into feature-oled-black
2026-04-14 10:13:46 +04:00
bmarty
23c1112dcf
Sync Strings from Localazy
2026-04-13 00:48:40 +00:00
ElementBot
6ad85d4dfc
Sync Strings ( #6537 )
...
* Sync Strings from Localazy
* Sync strings.
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2026-04-07 16:02:12 +02:00
Timur Gilfanov
f19295d63d
Merge branch 'develop' into feature-oled-black
2026-04-05 12:06:20 +04:00
Timur Gilfanov
5e6a6af409
Add "Allow black theme" feature flag
2026-04-05 12:03:50 +04:00
ElementBot
6ab47dae17
Sync Strings from Localazy ( #6486 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-03-31 15:48:37 +02:00
ElementBot
7179ca867c
Sync Strings ( #6435 )
...
* Sync Strings from Localazy
* Sync strings.
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2026-03-23 18:05:26 +00:00
Benoit Marty
13578aa09b
Sync string again.
2026-03-16 14:54:06 +01:00
bmarty
299d5a9394
Sync Strings from Localazy
2026-03-16 00:42:32 +00:00
ElementBot
cf479a8df0
Sync Strings from Localazy ( #6269 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2026-03-02 14:54:50 +01:00
Benoit Marty
341c986fc2
Use BackspaceSolid Icon from Compound
2025-12-17 12:07:23 +01:00
ElementBot
ad881c303a
Sync Strings from Localazy ( #5904 )
...
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
2025-12-15 23:51:19 +01:00
Benoit Marty
54e742075d
Detekt: enable rule exceptions.SwallowedException and fix existing issue.
2025-12-05 09:45:23 +01:00
bmarty
32d56ea92d
Sync Strings from Localazy
2025-12-01 00:23:54 +00:00
ElementBot
703496e059
Sync Strings from Localazy ( #5782 )
...
Co-authored-by: jmartinesp <480955+jmartinesp@users.noreply.github.com>
2025-11-20 15:25:19 +00:00
Benoit Marty
eb31505dc7
Copyright: Add Element Creations Ltd. copyright
2025-11-10 11:05:05 +01:00
Benoit Marty
f86431e663
Copyright: Add final period
2025-11-10 10:13:41 +01:00
Benoit Marty
c4e0370f41
Copyright: run command uv run license-editor --repository ../element-x-android
2025-11-10 10:09:26 +01:00
Benoit Marty
7ad9c8f687
Rename handleEvents to handleEvent
2025-11-07 12:21:43 +01:00
Benoit Marty
07b6148035
Remove context(parentNode: Node) and provide the parent Node as a parameter.
2025-10-31 12:04:57 +01:00
Benoit Marty
f174084942
Use context parameter for the parentNode
2025-10-30 16:32:53 +01:00
Benoit Marty
02dc71c4c3
Remove NodeBuilder to ensure that Params and Callback are always provided.
2025-10-30 16:32:52 +01:00
Benoit Marty
be03c50aaf
Ensure a Callback and only one is provided in the Plugin. Also reduce boilerplate code in Nodes.
2025-10-30 16:32:51 +01:00
Benoit Marty
43972dba68
Rename fun in Callback for clarity.
2025-10-30 16:32:48 +01:00
Benoit Marty
85035da028
Add unit test on DefaultLockScreenService
2025-10-23 17:20:36 +02:00
Benoit Marty
0284fd22e8
Delete the PIN code only when the last session is deleted.
2025-10-23 16:48:26 +02:00
Benoit Marty
a18eb6eb5e
Add default implementation to SessionListener
2025-10-23 16:48:20 +02:00
Benoit Marty
9ca5fbdc08
Add parameter wasLastSession to SessionListener.onSessionDeleted
2025-10-23 16:20:15 +02:00
Benoit Marty
263e761907
Remove @Inject, not necessary anymore when class is annotated with @ContributesBinding
2025-10-22 18:52:37 +02:00
Benoit Marty
07b9a8456b
Move SemanticColorsLightDark to compound module
2025-10-22 09:35:55 +02:00
Benoit Marty
49c23a922e
Improve API and fix theme glitch when switching between accounts.
2025-10-22 09:32:15 +02:00
ElementBot
a22101150b
Sync Strings ( #5562 )
...
* Sync Strings from Localazy
* Sync strings again
---------
Co-authored-by: bmarty <3940906+bmarty@users.noreply.github.com>
Co-authored-by: Benoit Marty <benoit@matrix.org>
2025-10-20 10:04:46 +00:00
Benoit Marty
67c9daa0bf
Add Konsist test to check that toPersistentList() is not used.
...
Same for `toPersistentSet()` and `toPersistentMap()`.
Fix existing issues.
2025-10-08 15:51:18 +02:00
Benoit Marty
22aeac664b
Merge pull request #5420 from element-hq/feature/bma/metroAssistedInject
...
Ensure Metro `@AssistedInject` is used.
2025-09-30 15:39:23 +02:00