ganfra
f53dbef8de
Progress dialog : add dialog properties parameter
5 months ago
Benoit Marty
11711e8f67
Remove empty manifest files.
5 months ago
Benoit Marty
6491405b76
Remove TODO.
5 months ago
ganfra
ccf7efe9b1
Sending queue : fix more tests.
5 months ago
ganfra
38329ab1ba
Session : fix sessionPath missing
5 months ago
ganfra
5765a754fc
Fix formatting issues
5 months ago
ganfra
9250745333
Sending queue : adjust to match the latest rust api
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
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
75c4f4f52c
Sending queue : fix typo in comment.
5 months ago
ganfra
2ce02c564a
Sending queue : disable edition of local echo
5 months ago
ganfra
a603855933
Sending queue : code quality
5 months ago
ganfra
452e5681a9
Sending queue : rename fake and add tests
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
ganfra
d64b7ff472
Timeline : use the new LiveBackPaginationStatus api
5 months ago
ganfra
350908208f
Sliding sync : update RoomSubscription values as per EXI.
5 months ago
ganfra
026a2cd33a
Message queuing : branches the enable sending queue mechanism.
5 months ago
Jorge Martín
67f6bf0d2d
Add session path migration to `SessionData`
5 months ago
ganfra
7100a9d619
Message queuing : use redactEvent on timeline instead of room.
5 months ago
Benoit Marty
e619fefb7f
Add a flag to enable or disable incoming share
5 months ago
Benoit Marty
eef45309be
Use functions from IntentCompat
5 months ago
ganfra
41e5a6dd40
Message queuing : expose sending queue status on matrix client.
5 months ago
Benoit Marty
9ae0107172
Incoming share
5 months ago
ganfra
4d8810a55a
Message queuing : remove LocalEventSendState.Canceled
5 months ago
ganfra
0aa3b23677
Message queuing : exposes enableSendingQueue method
5 months ago
ganfra
8e6695c65d
Message queuing : introduce redactEvent on timeline object and remove retrySendMessage.
5 months ago
Benoit Marty
acefbbc7d8
Fix formatting issues.
5 months ago
Benoit Marty
afe5c33f33
Add test on NotificationBroadcastReceiverHandler
5 months ago
Benoit Marty
2f2605dc76
Use lambdaError() and val instead of var.
5 months ago
Benoit Marty
4db9b5ee11
Use getStringExtra
5 months ago
Benoit Marty
d8c68e5b19
Remove unused actions and fix comment
5 months ago
Benoit Marty
6eaa6a6b99
Extract NotificationBroadcastReceiverHandler to its own file
5 months ago
Benoit Marty
cface66f20
Do not provide the context, but use the StringProvider.
5 months ago
Benoit Marty
37d9d42eb7
NotificationBroadcastReceiver now delegate treatment to NotificationBroadcastReceiverHandler to be able to unit test the logic
5 months ago
Benoit Marty
61b3709970
Let NotificationBroadcastReceiver inject NotificationDrawerManager instead of implementation
5 months ago
Benoit Marty
3ddec73ac5
When replying from notification, do not interfere with `specialModeEventTimelineItem`
5 months ago
Benoit Marty
7c559363a4
Handle quick reply from notification (still disabled)
5 months ago
Benoit Marty
9567119e31
Ensure Posthog is only used for Element builds.
5 months ago
ganfra
60d3f24599
Room : introduce RustRoomFactory and be more robust.
5 months ago
ganfra
c135a91e5a
matrix : update rust sdk to 0.2.23
5 months ago
bmarty
66636ea967
Sync Strings from Localazy
5 months ago
Jorge Martin Espinosa
c8bd04ceb1
Sign in with QR code ( #2793 )
...
* Add QR code login.
* Add FF to disable it in release mode.
* Force portrait orientation on the login flow.
* Create `NumberedList` UI components.
* Improve camera permission dialog.
* Make nodes in qrcode feature use `QrCodeLoginScope` instead of `AppScope`
* Bump SDK version.
* Fix maestro tests
---------
Co-authored-by: Benoit Marty <benoit@matrix.org>
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
5 months ago
Jorge Martin Espinosa
19b6b924d9
Make sure the selection in the plain text editor is inside the text bounds ( #2959 )
...
* Make sure the selection in the plain text editor is inside the text bounds
* Add changelog
5 months ago
Jorge Martin Espinosa
025d913b6e
Simplify summary notifications ( #2958 )
5 months ago