Benoit Marty
d9fb5ce007
Remove now useless ExperimentalLayoutApi opt in
2023-12-28 12:41:02 +01:00
bmarty
ada357b344
Sync Strings from Localazy
2023-12-26 09:39:48 +01:00
Jorge Martin Espinosa
ada16a8563
Revert "Room list badges"
2023-12-22 11:02:07 +01:00
Benoit Marty
a66ce1a3ea
Fix test.
2023-12-21 16:11:03 +01:00
Benoit Marty
709e68f099
Handle PR review.
2023-12-21 16:05:51 +01:00
Benoit Marty
a83cafd6b7
We can have numUnreadMentions > 0 and numUnreadMessages == 0, in this case, display both icons.
2023-12-21 15:39:52 +01:00
Benoit Marty
e6ad262329
Iterate on indicators on room list #2079
2023-12-21 14:51:31 +01:00
Benoit Marty
39298a22f3
Use VideoCallSolid and also delete local ic_video_call.xml icon.
2023-12-20 17:33:49 +01:00
Benoit Marty
ba04bbc5ca
Merge pull request #2077 from element-hq/feature/bma/timestamp
...
Feature/bma/timestamp
2023-12-20 15:17:43 +01:00
Jorge Martin Espinosa
96ebe1a11c
Font size on 'All Chats' was changing mid animation ( #2073 )
...
* Font size on 'All Chats' was changing mid animation
2023-12-20 13:52:19 +00:00
Benoit Marty
b51b0c3994
Fix timestamp font #2065
2023-12-20 11:42:29 +01:00
Benoit Marty
0c99a457e4
Add RoomListConfig to be able to hide menu items. And hide them #2062 .
2023-12-19 15:10:22 +01:00
Benoit Marty
d6ada81bcd
Merge pull request #2040 from element-hq/feature/bma/fixLinkify
...
fix linkify
2023-12-18 14:51:14 +01:00
bmarty
96dd875f3d
Sync Strings from Localazy
2023-12-18 00:10:14 +00:00
Benoit Marty
f14ed0db68
Attempt to fix test on CI...
2023-12-17 11:25:28 +01:00
Benoit Marty
d31909e049
Sync localazy using fixed script
2023-12-08 19:24:35 +01:00
Benoit Marty
ef5927d0bc
Merge pull request #1952 from vector-im/sync-localazy
...
Sync Strings
2023-12-05 13:47:44 +01:00
Benoit Marty
b43ddd36b9
Run the script again.
2023-12-05 12:25:59 +01:00
Benoit Marty
0375017d69
Sync again
2023-12-05 11:25:47 +01:00
Benoit Marty
45883975c4
Add Konsist test to check that assertThat is imported, and fix existing issues.
2023-12-04 15:18:01 +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
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
ganfra
d04b26365d
RoomList : rework a bit the api and make usage of entriesWithDynamicAdapters
2023-11-22 18:06:19 +01:00
Jorge Martin Espinosa
14cf2b0440
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 >
2023-11-15 10:52:37 +01:00
Benoit Marty
794012c7c5
Cleanup
2023-11-14 14:11:34 +01:00
Benoit Marty
fff806f270
Localazy: move screen_notification_settings_ strings to the :features:preferences:impl module.
...
Need to also import `screen_notification_settings_edit_failed_updating_default_mode` to the module `:features:roomdetails:impl`.
2023-11-14 11:12:35 +01:00
Jorge Martin Espinosa
d29052eb47
Add active call icon to room list summaries ( #1792 )
...
Co-authored-by: ElementBot <benoitm+elementbot@element.io >
2023-11-13 15:35:11 +00:00
bmarty
6014858aba
Sync Strings from Localazy
2023-11-06 08:23:40 +00:00
Benoit Marty
8684d23a6d
Avoid runBlocking. Start with a nullable boolean.
2023-10-31 21:52:33 +01:00
Benoit Marty
eb82c245ad
Secure backup: create a feature flag (disabled)
2023-10-31 21:52:33 +01:00
Benoit Marty
63cf5ef5b1
Merge pull request #1648 from vector-im/feature/bma/secureBackup
...
Secure backup
2023-10-30 21:29:54 +01:00
Benoit Marty
8152acfcde
Replace it by when.
2023-10-30 20:16:18 +01:00
bmarty
340a4b5b4f
Sync Strings from Localazy
2023-10-30 14:50:36 +00:00
bmarty
458e2a1b58
Sync Strings from Localazy
2023-10-30 00:10:04 +00:00
Benoit Marty
bb55a5676c
Secure backup
2023-10-27 12:18:40 +02:00
Benoit Marty
243c47682f
Design: extract DialogLikeBannerMolecule from RequestVerificationHeader
2023-10-26 17:40:51 +02:00
ElementBot
46bfbc06fa
Sync Strings ( #1623 )
...
* Sync Strings from Localazy
* Fix strings
* Update screenshots
---------
Co-authored-by: bmarty <bmarty@users.noreply.github.com >
Co-authored-by: Jorge Martín <jorgem@element.io >
2023-10-23 08:20:49 +00:00
Benoit Marty
3632061009
Remove unused import
2023-10-12 12:05:22 +02:00
Benoit Marty
108ce544d7
Konsist: improve test about no default value for State classes, and fix new detected issues.
2023-10-10 21:42:18 +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
3a570aab78
Follow naming convention and cleanup the module.
2023-09-29 17:06:58 +02:00
bmarty
e9a7c7bbaf
Sync Strings from Localazy
2023-09-25 00:09:17 +00:00
Benoit Marty
d2ca528679
Detekt: Rename DayNightPreviews to PreviewsDayNight to follow naming convention.
...
MultiPreview annotations should start with `Previews` as prefix
2023-09-21 08:30:36 +02:00
Benoit Marty
54ca7c1ea5
More cleanup
2023-09-20 17:32:32 +02:00
Benoit Marty
426bb5b622
Remove unused resource, and use compound icons when possible.
2023-09-20 16:45:38 +02:00
Benoit Marty
d6ea21da22
Migrate other icons to compound icons.
2023-09-20 16:44:59 +02:00
Benoit Marty
c9574f48e6
Use CommonDrawables
2023-09-20 16:44:59 +02:00
Benoit Marty
caa0ce0c0a
Iterate on icons ( #1320 )
2023-09-20 16:44:59 +02:00
Benoit Marty
8fedc40008
Remove VectorIcons object, inline the values.
2023-09-20 16:44:59 +02:00