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
|
d06656d6bf
|
Merge pull request #2984 from element-hq/feature/bma/incomingShare
Incoming share
|
5 months ago |
Benoit Marty
|
2a980a925d
|
Extract code in private sub methods
|
5 months ago |
Benoit Marty
|
cdc2d21267
|
Merge pull request #2985 from element-hq/renovate/io.nlopez.compose.rules-detekt-0.x
Update dependency io.nlopez.compose.rules:detekt to v0.4.4
|
5 months ago |
Benoit Marty
|
e619fefb7f
|
Add a flag to enable or disable incoming share
|
5 months ago |
renovate[bot]
|
2aabb9e7a2
|
Update dependency io.nlopez.compose.rules:detekt to v0.4.4
|
5 months ago |
Benoit Marty
|
459b4ee9bd
|
Merge pull request #2967 from element-hq/feature/bma/notificationActions
Quick reply in notification actions
|
5 months ago |
Benoit Marty
|
24d9c10f97
|
shareActionState is a property, no need to provide it as parameter.
|
5 months ago |
Benoit Marty
|
eef45309be
|
Use functions from IntentCompat
|
5 months ago |
Benoit Marty
|
265764ddf6
|
Move doc to the interface.
|
5 months ago |
Benoit Marty
|
3d831323ec
|
More renaming
|
5 months ago |
Benoit Marty
|
66daa63d86
|
Handle no uri to share case.
|
5 months ago |
Benoit Marty
|
f9508f8472
|
Rename classes for clarity.
|
5 months ago |
Benoit Marty
|
9a6eec3494
|
Ensure Uri permission is revoked.
|
5 months ago |
Benoit Marty
|
0ede5d6626
|
Fix quality issues
|
5 months ago |
Benoit Marty
|
050dbdfa7c
|
Fix test and add new tests.
|
5 months ago |
ElementBot
|
67608cd16e
|
Update screenshots
|
5 months ago |
Benoit Marty
|
4a4215546a
|
changelog
|
5 months ago |
Benoit Marty
|
99b827f792
|
Add test on SharePresenter
|
5 months ago |
Benoit Marty
|
451433bd56
|
Remove duplicated dependency
|
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
|
431f7a4182
|
Message queuing : remove timestamp error state and timestamp click in timeline item.
|
5 months ago |
ganfra
|
4d8810a55a
|
Message queuing : remove LocalEventSendState.Canceled
|
5 months ago |
ganfra
|
53a1cb5a3c
|
Message queuing : remove RetrySendMenu classes and usages
|
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
|
add5c39db0
|
Fix existing tests.
|
5 months ago |
Benoit Marty
|
5b69a03208
|
Fix existing tests.
|
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
|
3b0c59e648
|
Fix test
|
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
|
1bc53d74d7
|
Merge pull request #2981 from element-hq/renovate/danger-danger-js-12.x
Update danger/danger-js action to v12.3.1
|
5 months ago |
renovate[bot]
|
c612b25def
|
Update danger/danger-js action to v12.3.1
|
5 months ago |
Benoit Marty
|
698254744a
|
Merge pull request #2970 from element-hq/feature/bma/moreAnalytics
Track when the user starts a room call and when they enable formatting options on the message composer
|
5 months ago |
Benoit Marty
|
b32fd91cf8
|
Merge pull request #2979 from element-hq/feature/bma/closeResponse
Simplify DefaultBugReporter and ensure response is closed #2905
|
5 months ago |
ganfra
|
76a646d1b6
|
Merge pull request #2977 from element-hq/feature/fga/room_factory
Room : introduce RustRoomFactory and be more robust.
|
5 months ago |
ganfra
|
25c3f0532c
|
Merge pull request #2903 from element-hq/renovate/app.cash.paparazzi-1.x
Update plugin paparazzi to v1.3.4
|
5 months ago |
Benoit Marty
|
1f62abb1e9
|
Fix Formatting issue and rename class.
|
5 months ago |
ganfra
|
e7c017af21
|
TimelineControllerTest: try removing flakiness of one test
|
5 months ago |