bmarty
a5aa446dce
Sync Strings from Localazy
2024-02-29 13:48:26 +00:00
bmarty
7fd358166d
Sync Strings from Localazy
2024-02-28 11:33:05 +00:00
bmarty
54ef435d9c
Sync Strings from Localazy
2024-02-26 18:17:16 +00:00
Benoit Marty
9119a7b7fb
Sync Localazy strings.
...
./tools/localazy/downloadStrings.sh --all
2024-02-23 12:23:11 +01:00
Benoit Marty
fb451282fe
Use method references, and avoid using navigateUp(): let the parent Node decide how to navigate.
2024-02-22 08:57:12 +01:00
Benoit Marty
1ea9d41d27
Fix test clicking on enter recovery key calls the expected callback
2024-02-21 18:30:57 +01:00
Benoit Marty
4e8aa3a135
Remove empty line.
2024-02-21 18:30:57 +01:00
Benoit Marty
89cd8ad33e
Add tests on VerifySelfSessionView
2024-02-21 18:30:57 +01:00
Benoit Marty
bb4c050819
Fix parameter order.
2024-02-21 18:30:57 +01:00
Benoit Marty
7fc9a4c0fa
Add a way to enter recovery key to verify the session.
2024-02-21 18:30:08 +01:00
Jorge Martin Espinosa
c5dcd419ce
Display banned users in room member list ( #2415 )
...
* Display banned users in room member list
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2024-02-20 10:07:06 +01:00
Benoit Marty
72b89338b3
Remove Modifier parameter in private function when only default value is used.
...
This will improve the code coverage metrics, and this also fixes a few potential bug, where the Modifier was used several times.
2024-02-08 11:06:06 +01:00
bmarty
7911a26003
Sync Strings from Localazy
2024-02-05 00:09:59 +00: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
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
bd91dd64e2
Rename Async to AsyncData
2024-01-04 16:30:56 +01:00
bmarty
ada357b344
Sync Strings from Localazy
2023-12-26 09:39:48 +01:00
bmarty
96dd875f3d
Sync Strings from Localazy
2023-12-18 00:10:14 +00:00
Benoit Marty
930933a8ed
Fix issue on SAS Emoji 30 (smiley)
2023-12-11 22:25:31 +01:00
Benoit Marty
3903d17bfc
Rename Emoji drawable using numbers.
2023-12-11 22:24:13 +01:00
Benoit Marty
f306c104f9
Rename key of string for SAS emoji
2023-12-11 21:38:27 +01:00
Benoit Marty
3d32c0b708
Merge pull request #1965 from vector-im/feature/bma/emojiRepresentation
...
Fix emoji representation
2023-12-11 17:51:58 +01:00
Benoit Marty
2c62224bf2
Rename EmojiResource
2023-12-11 17:22:25 +01:00
Benoit Marty
2af8441515
Add preview for SAS Emojis.
2023-12-11 16:41:28 +01:00
bmarty
957fc76d14
Sync Strings from Localazy
2023-12-11 00:10:04 +00:00
Benoit Marty
6baeac9056
Merge branch 'develop' into feature/bma/emojiRepresentation
2023-12-08 19:51:07 +01:00
Benoit Marty
49a59b89c6
and remove file...
2023-12-08 19:51:02 +01:00
Benoit Marty
d31909e049
Sync localazy using fixed script
2023-12-08 19:24:35 +01:00
Benoit Marty
650b25a43d
Fix issue with id resource folder.
2023-12-08 19:17:35 +01:00
Benoit Marty
487a634990
Layout optimization
2023-12-08 17:16:10 +01:00
Benoit Marty
d422bbca50
Add support for SAS verification with numbers.
2023-12-08 17:12:55 +01:00
Benoit Marty
cc41cf6432
Update test.
2023-12-08 16:52:12 +01:00
Benoit Marty
78ce22d458
Update regarding SDK change on verification data
2023-12-08 16:41:56 +01:00
Benoit Marty
faaa94860b
Refacto a bit for clarity
2023-12-06 14:42:10 +01:00
Benoit Marty
9502b92dc4
Use SAS string resource, for i18n.
2023-12-06 14:26:50 +01:00
Benoit Marty
e8a489b5cd
SAS emoji: use embedded drawable ( #1953 )
2023-12-06 14:10:05 +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
Jorge Martin Espinosa
c739ebc0ee
Try to make all collections used in Compose code immutable ( #1922 )
...
* Try to make all collections used in Compose code immutable.
Mark sealed interfaces as `@Immutable` too
* Add gradle code to check the compose compiler reports
* Fix some more unstable classes
2023-11-29 15:02:08 +00:00
ElementBot
8ae8853c15
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 >
2023-11-28 09:52:23 +01:00
Jorge Martin Espinosa
a8b85fb4e6
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 >
2023-11-27 10:30:07 +01:00
ElementBot
38f1d9932b
Sync Strings ( #1789 )
...
Co-authored-by: bmarty <bmarty@users.noreply.github.com >
2023-11-13 12:31:34 +01:00
Jorge Martin Espinosa
d21358ed9b
Improve confusing text in the 'ready to start verification' screen ( #1751 )
...
* Improve confusing text in the 'ready to start verification' screen
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2023-11-07 14:33:26 +01:00
bmarty
379139a88f
Sync Strings from Localazy
2023-10-16 00:09:47 +00:00
Benoit Marty
0405683713
Konsist: add test Function which creates Presenter in test MUST be named 'createPresenterName', and fix existing issues
2023-10-10 17:31:04 +02:00
Benoit Marty
308a0c0f57
Konsist: add test to ensure filename match top level Composable View, and fix existing issue
2023-10-10 15:39:22 +02:00
Benoit Marty
d3bb7ceffb
Remove useless Mutex.
2023-10-04 09:07:42 +02:00
bmarty
cd0a0f7c9a
Sync Strings from Localazy
2023-10-02 00:09:47 +00:00
Benoit Marty
9b7976565d
Use generic common_verification_cancelled
2023-09-29 09:02:10 +02:00