Commit Graph

4722 Commits

Author SHA1 Message Date
Benoit Marty
0930cd0dc6 NotificationEventPersistence is now an interface, to allow in-memory implementation. 2023-11-27 16:44:47 +01:00
Benoit Marty
c3eb653261 Add test for NotificationEventPersistence 2023-11-27 16:44:47 +01:00
Benoit Marty
a8e640d1dd Add coverage for NotificationBitmapLoader 2023-11-27 16:44:47 +01:00
Benoit Marty
f1ec4b68fc Remove useless try catch. 2023-11-27 16:43:58 +01:00
Benoit Marty
0fe93ded92 Fix issue in RoomGroupMessageCreator 2023-11-27 16:43:58 +01:00
Benoit Marty
119382d03d Add test for RoomGroupMessageCreator 2023-11-27 16:43:58 +01:00
Benoit Marty
97c764cd79 Add test for NotificationCreator 2023-11-27 16:43:58 +01:00
Benoit Marty
3316f840f1 Rename NotificationFactory to NotificationCreator to fix the name clash. 2023-11-27 16:43:58 +01:00
Benoit Marty
08c62c191a Remove dead code. 2023-11-27 16:43:58 +01:00
renovate[bot]
3017b7057c Update plugin dependencycheck to v9.0.1 (#1890)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-27 10:04:20 +00:00
Jorge Martin Espinosa
a8b85fb4e6 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>
2023-11-27 10:30:07 +01:00
renovate[bot]
8fc2bf391f Update dependency org.jsoup:jsoup to v1.17.1 (#1893)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-27 07:57:29 +01:00
renovate[bot]
affeac42cd Update dependency app.cash.molecule:molecule-runtime to v1.3.1 (#1889)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-27 07:55:10 +01:00
Benoit Marty
166cd65c87 Merge pull request #1887 from vector-im/feature/bma/viewSource
Change wording for view source
2023-11-24 19:17:42 +01:00
jonnyandrew
634d8167ea Allow polls to be edited (#1869)
Polls can be edited if they do not have any votes

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-11-24 16:47:58 +00:00
ganfra
198147e813 Merge pull request #1885 from vector-im/feature/fga/room_list_all_not_left_filter
Fix see room in room list after leaving
2023-11-24 17:45:24 +01:00
Benoit Marty
a6e7714812 Merge pull request #1866 from vector-im/feature/bma/morePreview
More preview on TimelineItemEventRow
2023-11-24 17:21:53 +01:00
Benoit Marty
951f1d516f Merge pull request #1872 from vector-im/feature/bma/removeDeadCode
Remove unused code to increase code coverage.
2023-11-24 17:18:14 +01:00
Benoit Marty
ce9755638f Merge pull request #1878 from vector-im/feature/bma/moreTests2
Add more unit tests
2023-11-24 17:17:52 +01:00
ElementBot
27200beca6 Update screenshots 2023-11-24 16:10:58 +00:00
Benoit Marty
85aaf9f54d Migrate AdvancedSettingsView items from PreferenceSwitch to ListItem. 2023-11-24 17:03:57 +01:00
Benoit Marty
47e29c2fb3 Chnage wording of developer mode. #1868 2023-11-24 16:58:49 +01:00
Benoit Marty
6d02d05d01 Test the request which has been done. 2023-11-24 16:47:38 +01:00
Benoit Marty
b5b14d38a0 Add test for DefaultBugReporter 2023-11-24 16:30:06 +01:00
Benoit Marty
124e708160 Cleanup DefaultBugReporter before testing it. 2023-11-24 14:14:48 +01:00
ganfra
b844862785 Fix see room in room list after leaving it #1006 2023-11-24 12:03:37 +01:00
Benoit Marty
d29219169a Merge pull request #1862 from vector-im/feature/bma/moreTests
Remove lambda default value
2023-11-24 11:00:34 +01:00
ganfra
77a1dfa5e2 Merge pull request #1861 from vector-im/renovate/org.matrix.rustcomponents-sdk-android-0.x
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.70
2023-11-24 10:53:19 +01:00
Benoit Marty
842b046139 Add test for VectorUncaughtExceptionHandler 2023-11-24 10:36:15 +01:00
Benoit Marty
b3ab4e0173 Add test for IntentResolver 2023-11-24 10:22:23 +01:00
Benoit Marty
3c4629e74c Add test for IntentProviderImpl 2023-11-24 09:56:45 +01:00
renovate[bot]
032329f648 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.70 2023-11-24 01:22:04 +00:00
Benoit Marty
19c549d9a5 Merge pull request #1858 from vector-im/renovate/org.owasp.dependencycheck-9.x
Update plugin dependencycheck to v9
2023-11-23 22:33:27 +01:00
Benoit Marty
805867d9e8 More removal of dead code. 2023-11-23 22:18:28 +01:00
Benoit Marty
2af7fe4e9c Merge pull request #1875 from vector-im/feature/bma/testTimelineItemContentMessageFactory
Add test for TimelineItemContentMessageFactory
2023-11-23 21:20:28 +01:00
Benoit Marty
c10525bbc1 Add test for TimelineItemContentMessageFactory 2023-11-23 20:18:53 +01:00
Benoit Marty
73a062451c Remove UnknownMessageType, should be handled by OtherMessageType now. 2023-11-23 20:18:53 +01:00
Benoit Marty
2e66719559 Move test to impl sub package and optimize imports. 2023-11-23 20:17:39 +01:00
Benoit Marty
e84e8c8270 Merge pull request #1871 from vector-im/feature/bma/testNotifiableEventResolver
Add test for NotifiableEventResolver
2023-11-23 20:09:46 +01:00
Benoit Marty
304be71122 Remove unused code to increase code coverage. 2023-11-23 17:55:50 +01:00
Benoit Marty
9420597622 Small rework code to avoid dead code. 2023-11-23 17:41:28 +01:00
Benoit Marty
fc7898ca36 Add tests for NotifiableEventResolver 2023-11-23 17:36:23 +01:00
ganfra
6e4635b4cd Merge pull request #1865 from vector-im/feature/fga/room_list_dynamic_api
RoomList : rework a bit the api and make usage of entriesWithDynamicAdapter
2023-11-23 12:07:55 +01:00
ElementBot
d989874c44 Update screenshots 2023-11-23 11:05:52 +00:00
Benoit Marty
0a2b0f1a10 Create TimelineItemEventRowWithRRPreview to preview read receipts and send state in a timeline.
Also introduce ATimelineItemEventRow.
2023-11-23 11:59:06 +01:00
Benoit Marty
5e44722b51 Improve TimelineItemEventRowWithReplyPreview and coverage for fun attachmentThumbnailInfoForInReplyTo 2023-11-23 10:26:39 +01:00
Benoit Marty
1b872b074f Simplify: TimelineItemEventRowWithReplyPreview. Short reply text and remove reactions. 2023-11-23 09:53:37 +01:00
Benoit Marty
067b441edb Split previews of TimelineItemEventRow to multiple files, to improve performance of the rendering in the IDE, and before adding more previews. No code change. 2023-11-23 09:45:28 +01:00
Jorge Martin Espinosa
f55d347387 Add plain text representation of messages (#1850)
* Add plain text representation of messages.

This is used in the room list as the last message in a room, in the message summary when a message is selected, in the 'replying to' block, in the 'replied to' block in a message in the timeline, and in notifications.
2023-11-23 08:29:20 +01:00
Jorge Martin Espinosa
b1f2370e72 Run 'record screenshots' flow if label is present (#1860)
* Run 'record screenshots' flow if label is present

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-11-23 08:25:33 +01:00