Benoit Marty
f09b77f72f
Update test after merging develop.
5 months ago
Jorge Martin Espinosa
b741c32e91
Add full screen intent permissions banner ( #3024 )
...
* Add full screen intent permissions banner, creating `:libraries:fullscreenintent` modules.
* Add it to notification settings too:
- Create `libraries:fullscreenintent` modules for the permission presenter and associated data.
- Add the presenter and states to `NotificationSettingsPresenter` and `NotificationSettingsView`.
* Use the right API to check for full screen intent permissions.
- Use the right package name for `:libraries:permission` contents.
* Fix broken tests (flaky?)
* Ignore coverage verification for fake and small presenters
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
Benoit Marty
9349f1bf6a
Remove trailing line.
5 months ago
Benoit Marty
e12f723ff7
Fix test compilation issue.
5 months ago
Benoit Marty
1f8b525548
Fix back navigation issue, when opening directly the notification troubleshoot screen.
5 months ago
Benoit Marty
5180ce388c
Add a shortcut to navigate to the notification settings in case of error.
5 months ago
Benoit Marty
b916aee958
Add test on DefaultClearCacheUseCase
5 months ago
Benoit Marty
efa7a2d046
Move InMemoryMigrationScreenStore to a test module.
5 months ago
Benoit Marty
4de151cae8
Rename member.
5 months ago
Benoit Marty
d3cf140501
Create test module with FakeFtueService
5 months ago
Benoit Marty
b68b08300a
Add test on DefaultFtueService.reset().
5 months ago
Benoit Marty
03a197e530
Rename method and val.
5 months ago
Benoit Marty
7d1e841c68
Rename member.
5 months ago
Benoit Marty
abc0e7edf7
Move setIgnoreRegistrationError call.
5 months ago
Benoit Marty
64930e4435
Add ability to not show the pusher registration again.
5 months ago
bmarty
9288b90ac6
Sync Strings from Localazy
5 months ago
ganfra
75b1c22197
Timeline : let FocusOnEvent be cancellable and refactor a bit focus states.
5 months ago
ganfra
f53dbef8de
Progress dialog : add dialog properties parameter
5 months ago
Benoit Marty
11d853bcca
Fix test `present - notification settings set custom`
5 months ago
Benoit Marty
7c18133bb3
Fix wrong dependency.
...
implementation -> testImplementation
5 months ago
Benoit Marty
f096485d9d
Fix formatting issue.
5 months ago
Benoit Marty
11711e8f67
Remove empty manifest files.
5 months ago
Benoit Marty
ea679cc108
Move MAX_LOG_UPLOAD_SIZE to RageshakeConfig
5 months ago
Benoit Marty
816d60b6ce
Move rageshake configuration from resource file to Kotlin RageshakeConfig
5 months ago
Benoit Marty
07dfd907c6
Delete useless file.
5 months ago
Benoit Marty
fdc81c4b95
Fix wrong dependencies.
...
Detected by Sonar: https://sonarcloud.io/project/issues?id=vector-im_element-x-android&open=AY1oUC_Jzk7jMkPkjDmI
5 months ago
Benoit Marty
813158397f
Implement a memory cache for CallWellknownAPI
5 months ago
Jorge Martin Espinosa
cd045027dc
Add hidden developer settings in release builds too ( #3020 )
...
* Add hidden developer settings to release builds
* Add changelog
5 months ago
ganfra
ccf7efe9b1
Sending queue : fix more tests.
5 months ago
ganfra
bc4922afbb
Fix ktlint
5 months ago
ganfra
c177d3de7b
Sending queue : fix more tests as we have less methods available now.
5 months ago
Benoit Marty
0233e867ed
Remove unused import
5 months ago
Benoit Marty
c98863a70e
Ensure that setting change is taken at least 300ms to avoid dialog flickering ( #1647 )
5 months ago
Benoit Marty
aef6f14ebf
Rename Event for clarity
5 months ago
Benoit Marty
4dff3e9cce
Ensure that the Loading Dialog and the toggles update at the same time.
5 months ago
Jorge Martin Espinosa
55a1ac4bb5
Fix tracing configuration in debug and nightlies ( #3019 )
...
* Fix tracing configuration in debug and nightlies:
- Debug will now write the logs to disk too.
- Nightly will be able to customise tracing filters.
- Improved the configure tracing and bug report screens.
* Update screenshots
* Add changelog
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
ganfra
2ce02c564a
Sending queue : disable edition of local echo
5 months ago
Benoit Marty
dc7e56eb87
Do not log error in case of 404.
5 months ago
Benoit Marty
f87047b899
Small quality fixes
5 months ago
Benoit Marty
9cc0601c79
Read element call base url from .well-known file if it exists.
5 months ago
Benoit Marty
b3830bab95
Create CallScreenStateProvider to be able to preview errors.
5 months ago
ganfra
a603855933
Sending queue : code quality
5 months ago
ganfra
60de33b8c6
Sending queue : remove onTimelineClik on TimelineViewTest (temporary)
5 months ago
Benoit Marty
e56fcfe9f3
Introduce GetWidgetResult to avoid using Pair with generic String.
5 months ago
Benoit Marty
0fa662175d
Un-deprecate `screen_room_retry_send_menu_send_again_action` and sync string again.
5 months ago
Jorge Martin Espinosa
f07ec61ecc
Notify of ringing call when there's an active call ( #3003 )
...
* Add `CallNotificationEventResolver` to be able to force the new ringing notification to be non-ringing given an existing ringing one.
5 months ago
Jorge Martin Espinosa
02d6fa7a92
Add timeline item for `m.call.notify` events ( #2986 )
...
* Add timeline item for `m.call.notify` events
* Update screenshots
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
Jorge Martin Espinosa
30a1367714
Element Call ringing notifications ( #2978 )
...
- Add `ActiveCallManager` to handle incoming and ongoing calls.
- Add ringing call notifications with full screen intents and missed call ones as part of the 'conversation' notifications.
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
bmarty
f3d286911c
Sync Strings from Localazy
5 months ago
ganfra
a428922007
matrix : update rust sdk to 0.2.24
5 months ago