David Langley
7505ac8eda
Fix tests and lint
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
0bc2020411
Konsist: add test Function which creates Presenter in test MUST be named 'createPresenterName', 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
Benoit Marty
632389daa9
Remove not used dependencies to some accompanist libraries.
1 year ago
bmarty
cd120b408f
Sync Strings from Localazy
1 year ago
bmarty
7e3b9d8d3b
Sync Strings from Localazy
1 year ago
Benoit Marty
a4e656ed1f
Update string (from Localazy)
1 year ago
Benoit Marty
3971e86a64
Add strings for advanced settings into Localazy.
1 year ago
bmarty
c72bb92ef2
Sync Strings from Localazy
1 year ago
David Langley
752da37383
Add roomsWithUserDefinedRules data and render list
...
- get roomsWithUserDefinedRules from rust
- add to state in the presenter
- render in the edit defaults view as a list
1 year ago
bmarty
a7ce12d91d
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
292e21e5ad
Cleanup
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
Benoit Marty
97f2d211ae
Detekt: Rename `LargeHeightPreview` to `PreviewWithLargeHeight` to follow naming convention.
...
MultiPreview annotations should start with `Preview` as prefix
Detekt: Rename `LargeHeightPreview` to `PreviewWithLargeHeight` to follow naming convention.
Custom Preview annotations should start with `Preview` as prefix
1 year ago
Benoit Marty
d531e71cd8
Migrate other icons to compound icons.
1 year ago
jonnyandrew
ee8d27e927
[Rich text editor] Add link functionality to rich text editor ( #1309 )
...
* Add link functionality to rich text editor
* Add 'list dialog' component compound design library
* Add 'text field list item' component to compound design library
1 year ago
Benoit Marty
2819448cd4
Use `DayNightPreview`
1 year ago
Benoit Marty
0453ea5904
Localazy sync
1 year ago
Benoit Marty
27e567e6f4
Fix the test.
1 year ago
Benoit Marty
f7f9a78101
Cleanup and compact code. Also prefer usage of DayNightPreview.
1 year ago
Jorge Martín
98bb91cd27
Create tests
1 year ago
Jorge Martín
2ccafec564
Changes:
...
- Improve UI to match designs.
- Extract `EditableAvatarView` component.
- Create `LabelledOutlinedTextField`.
- Get strings from Localazy.
1 year ago
Jorge Martín
149677a2e6
Add preference screen for user profile
1 year ago
Benoit Marty
c01cc4aeb4
Move developer settings and remove extra dividers.
1 year ago
Benoit Marty
93da8d419e
Add test on AdvancedSettingsPresenterTest
1 year ago
Benoit Marty
32f4141480
Fix typo in fun names.
1 year ago
Benoit Marty
2d9cdd1acf
Add Advanced Settings screen in the preferences.
1 year ago
Benoit Marty
6ff9e802fc
Change `implementation` to `testImplementation` on a test module.
1 year ago
Benoit Marty
b4546118f9
Account management with OIDC: split account and session management. #1303
1 year ago
David Langley
f6b6a0a1e2
Fix warning for removed call notification setting code.
1 year ago
David Langley
3907067b7f
lint
1 year ago
David Langley
79c70d68c9
- Remove call notification toggle
1 year ago
David Langley
004abd16dc
Address PR review comments.
...
- use util startNotificationSettingsIntent.
- add documentation.
- use remember with userPushStoreFactory for recomposition.
1 year ago
Marco Romano
7fdd83bf91
GRemove the @JvmField annotation whenever using `WarmUpRule`.
1 year ago
David Langley
5e8cb958f8
Enabled NotificationSettings by default, Fix spacing, use activeMemberCount for isOneToOne.
...
- Enabled Notification Settings by default
- Fix spacing
- Use activeMemberCount for isOneToOne
1 year ago
David Langley
ebde39055c
Use CommonStirngs
1 year ago
David Langley
1260272c33
Add tests, mocks and lint
1 year ago
David Langley
a0ac324e3f
Implement Notification Settings
...
- Add UI and logic to inform the user of mismatched notification settings and help them correct it.
- Display a warning when the system notification settings are disabled and a link out to the app settings.
- A toggle to disable notifications for the device
- A screen for editing the group and direct chat notification defaults.
- A toggle for switching on/off atRoom and call notifications.
1 year ago
Benoit Marty
a30af97ecd
Add ConfigureTracingEntryPoint to be able to access the screen from outside the Preference screen.
1 year ago