ganfra
3efbf4747d
StartDM : add tests
11 months ago
ganfra
e55fab29e4
Branch StartDM in the RoomMemberDetails screen
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
Benoit Marty
97fea4e6dd
data object
1 year ago
Benoit Marty
0bc2020411
Konsist: add test Function which creates Presenter in test MUST be named 'createPresenterName', and fix existing issues
1 year ago
Benoit Marty
d55df22db2
Konsist: add test Data class state MUST not have default value, and fix existing issues
1 year ago
Benoit Marty
8929a90970
Konsist: add test to ensure filename match top level Composable View, and fix existing issue
1 year ago
bmarty
7e3b9d8d3b
Sync Strings from Localazy
1 year ago
Benoit Marty
10366e7445
Follow naming convention and cleanup the module.
1 year ago
Benoit Marty
9e251f618d
Use generic `common_people`
1 year ago
bmarty
c72bb92ef2
Sync Strings from Localazy
1 year ago
Benoit Marty
d19b624c6f
Rename Event for clarity
1 year ago
Benoit Marty
1b5aa7adaa
Test that permission is requested, instead of giving the permission directly.
1 year ago
Benoit Marty
dd5d67d186
Move open system setting to the PermissionsPresenter
1 year ago
Benoit Marty
08b455afd3
Create FakePermissionsPresenterFactory, to reduce boilerplate.
1 year ago
Benoit Marty
e4ca2484ba
Resume action once persmission has been granted.
1 year ago
Benoit Marty
dcb1677bf1
Open app settings from the permission dialog.
1 year ago
Benoit Marty
f3456cafa7
Rename Event for clarity
1 year ago
Benoit Marty
31eca73e8d
Request Camera permission before launching the external Camera app ( #1395 )
1 year ago
Benoit Marty
0e4c146e87
Detekt: Rename `DayNightPreviews` to `PreviewsDayNight` to follow naming convention.
...
MultiPreview annotations should start with `Previews` as prefix
1 year ago