Benoit Marty
dba49933a1
Rename the parameter this it can be a username or a room name.
11 months ago
Benoit Marty
e6553aa3c7
Do some renaming, since it can now also be room avatar.
11 months ago
Benoit Marty
ea0825a01c
Create RoomMember.getBestName() extension.
11 months ago
Benoit Marty
f15d846596
Cleanup
11 months ago
Benoit Marty
5586d3cf63
Open room Avatar on click #1918
11 months ago
ganfra
a2c5cdf483
Poll history : use localazy strings
11 months ago
Benoit Marty
39cca2ce09
Sync localazy using fixed script
11 months ago
Benoit Marty
573dc2a7af
Ensure user display name is clipped to the Text area ( #1950 )
11 months ago
Benoit Marty
24d3981261
Run the script again.
11 months ago
Benoit Marty
5af1a786e5
Sync string again after removing problematic translations from Localazy.
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
Benoit Marty
fa590202c3
Add Konsist test to check that `assertThat` is imported, and fix existing issues.
11 months ago
bmarty
fced91addb
Sync Strings from Localazy
11 months ago
ganfra
785a27151e
StartDMAction : small improvements after review
11 months ago
Marco Romano
d0d73e04c1
WIP: Poll History
11 months ago
ganfra
3efbf4747d
StartDM : add tests
11 months ago
ganfra
e55fab29e4
Branch StartDM in the RoomMemberDetails screen
11 months ago
Jorge Martin Espinosa
ba4d3a70c7
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
11 months ago
Jorge Martin Espinosa
ab8402a4dc
Open room member avatar in a media viewer ( #1911 )
...
* Open room member avatar in viewer.
The `MediaViewer` was extracted to its own library module.
* Update screenshots
* Restore KSP processor in `:libraries:mediaviewer:api`, this should generate Showkase components again.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
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
ae0c3edd24
Remove default value for lambda.
...
We enforce a value to be provided and it's better for code coverage.
11 months ago
Benoit Marty
9520e35374
Remove default value for lambda.
...
We enforce a value to be provided and it's better for code code coverage.
11 months ago
ElementBot
eeb9b30d80
Sync Strings ( #1839 )
...
* Sync Strings from Localazy
* Fix 'Report a problem' screen title
---------
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
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
Benoit Marty
74c13a7f79
Cleanup
12 months ago
Benoit Marty
0adc3b1f1d
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`.
12 months ago
ElementBot
3bf34eae01
Sync Strings ( #1789 )
...
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
12 months ago
Benoit Marty
8cd4ac3303
Use AsyncView in RoomNotificationSettingsView and UserDefinedRoomNotificationSettingsView
1 year ago
Benoit Marty
fb4216c827
Use AsyncView in RoomDetailsEditView
1 year ago
bmarty
2fca8412b2
Sync Strings from Localazy
1 year ago
bmarty
ffd02b831e
Sync Strings from Localazy
1 year ago
ganfra
ca6a30d6cc
PIN : fix quality
1 year ago
David Langley
75e95333a8
Unit and Snapshot tests for error and loading states.
1 year ago
David Langley
02de87235a
Fix indentation
1 year ago
David Langley
117614d59d
Fix compile error.
1 year ago
David Langley
5324eb0f1a
Address comments
...
- Add additional states to preview.
- Add TODO description for commented code
- Move showUserDefinedSettingStyle from the node to the view for testability.
1 year ago
Benoit Marty
aadfb79945
Test coverage: Add missing preview for RoomDetailsView.
1 year ago
David Langley
5adcaef569
Add new ui for room notifications screen
...
- Add new ui for room notifications screen
- Fix error when changing default notification setting.
1 year ago
David Langley
f1cf9b6e31
Fix typo and preview
1 year ago
David Langley
7505ac8eda
Fix tests and lint
1 year ago
David Langley
b5ca65ed0f
Fix enabled state and ClearError events.
1 year ago
David Langley
8d6ef153d9
Fix switch and radio buttons toggling to invalid intermediate states.
1 year ago
David Langley
895a5332f2
Add tests
1 year ago
David Langley
eadaa2f65c
List user define room notification settings
...
- List user define room notification settings
- Add new user defined style of the room notification settings view
- Add navigation to expose room notification settings ui to the global settings
- Add Progress indicators
- Improve error handing
1 year ago
bmarty
586a53653d
Sync Strings from Localazy
1 year ago
Benoit Marty
a2601c0388
Remove unused import
1 year ago
Benoit Marty
4338d821e5
Konsist: improve test about no default value for State classes, and fix new detected issues.
1 year ago