Commit Graph

4710 Commits

Author SHA1 Message Date
renovate[bot] 031ff296e3 Update plugin detekt to v1.23.4 2023-11-26 13:47:09 +00:00
Benoit Marty 8681cbb450 Merge pull request #1887 from vector-im/feature/bma/viewSource
Change wording for view source
2023-11-24 19:17:42 +01:00
jonnyandrew 8fcec4a006 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 4e52244b86 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 dcf894e3ee Merge pull request #1866 from vector-im/feature/bma/morePreview
More preview on TimelineItemEventRow
2023-11-24 17:21:53 +01:00
Benoit Marty 524067fafe 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 a2c1476793 Merge pull request #1878 from vector-im/feature/bma/moreTests2
Add more unit tests
2023-11-24 17:17:52 +01:00
ElementBot 89bc0691b2 Update screenshots 2023-11-24 16:10:58 +00:00
Benoit Marty 40d777087f Migrate AdvancedSettingsView items from PreferenceSwitch to ListItem. 2023-11-24 17:03:57 +01:00
Benoit Marty 133d8a2658 Chnage wording of developer mode. #1868 2023-11-24 16:58:49 +01:00
Benoit Marty 93ec54b4ce Test the request which has been done. 2023-11-24 16:47:38 +01:00
Benoit Marty 628d02beb1 Add test for DefaultBugReporter 2023-11-24 16:30:06 +01:00
Benoit Marty 4ca6ed37d8 Cleanup DefaultBugReporter before testing it. 2023-11-24 14:14:48 +01:00
ganfra 656fcbd5e4 Fix see room in room list after leaving it #1006 2023-11-24 12:03:37 +01:00
Benoit Marty 05ba424e75 Merge pull request #1862 from vector-im/feature/bma/moreTests
Remove lambda default value
2023-11-24 11:00:34 +01:00
ganfra 3895d6ae97 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 b7aea75815 Add test for VectorUncaughtExceptionHandler 2023-11-24 10:36:15 +01:00
Benoit Marty b4872033ab Add test for IntentResolver 2023-11-24 10:22:23 +01:00
Benoit Marty d55282a775 Add test for IntentProviderImpl 2023-11-24 09:56:45 +01:00
renovate[bot] 402acbd410 Update dependency org.matrix.rustcomponents:sdk-android to v0.1.70 2023-11-24 01:22:04 +00:00
Benoit Marty b6208695fa 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 cd0d0574b7 More removal of dead code. 2023-11-23 22:18:28 +01:00
Benoit Marty 5606559568 Merge pull request #1875 from vector-im/feature/bma/testTimelineItemContentMessageFactory
Add test for TimelineItemContentMessageFactory
2023-11-23 21:20:28 +01:00
Benoit Marty 27daadd6ca Add test for TimelineItemContentMessageFactory 2023-11-23 20:18:53 +01:00
Benoit Marty 68463c2e0c Remove UnknownMessageType, should be handled by OtherMessageType now. 2023-11-23 20:18:53 +01:00
Benoit Marty 19883cd3bf Move test to impl sub package and optimize imports. 2023-11-23 20:17:39 +01:00
Benoit Marty 8583d22ba4 Merge pull request #1871 from vector-im/feature/bma/testNotifiableEventResolver
Add test for NotifiableEventResolver
2023-11-23 20:09:46 +01:00
Benoit Marty bc5dd79cec Remove unused code to increase code coverage. 2023-11-23 17:55:50 +01:00
Benoit Marty 9fe9d88dc8 Small rework code to avoid dead code. 2023-11-23 17:41:28 +01:00
Benoit Marty ec459165db Add tests for NotifiableEventResolver 2023-11-23 17:36:23 +01:00
ganfra 40efe4844e 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 f5c44fcc13 Update screenshots 2023-11-23 11:05:52 +00:00
Benoit Marty 3e598ac2c1 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 5e5d0bf76c Improve TimelineItemEventRowWithReplyPreview and coverage for fun attachmentThumbnailInfoForInReplyTo 2023-11-23 10:26:39 +01:00
Benoit Marty 3aec7b74e9 Simplify: TimelineItemEventRowWithReplyPreview. Short reply text and remove reactions. 2023-11-23 09:53:37 +01:00
Benoit Marty ab5e9bbe67 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 d413aa1ee3 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 e13b204f4b 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
ganfra 0fb4eb005c RoomList : rework a bit the api and make usage of entriesWithDynamicAdapters 2023-11-22 18:06:19 +01:00
Benoit Marty 68c4f1e6bc Merge pull request #1845 from vector-im/feature/bma/sendingStateA11y
Content description: add for sending state and fix other issues.
2023-11-22 17:51:48 +01:00
Benoit Marty ae0c3edd24 Remove default value for lambda.
We enforce a value to be provided and it's better for code coverage.
2023-11-22 17:28:23 +01:00
Marco Romano bc5c02c1cb Show poll question in timeline replies (#1857)
Forgot to add this bit to: https://github.com/vector-im/element-x-android/pull/1848
2023-11-22 16:14:10 +01:00
renovate[bot] edc663a473 Update plugin dependencycheck to v9 2023-11-22 14:46:21 +00:00
Jorge Martin Espinosa e269303361 Run Maestro flow only then Run-Maestro label is present in a PR (#1852)
* Run Maestro only when the `Run-Maestro` label is present in a PR.
2023-11-22 15:45:52 +01:00
Benoit Marty 9520e35374 Remove default value for lambda.
We enforce a value to be provided and it's better for code code coverage.
2023-11-22 14:55:14 +01:00
Marco Romano 60f58f9915 Update poll icons from Compound (#1849)
* Use compound icons for polls

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-11-22 13:35:04 +01:00
Marco Romano 0f0bd34665 Reply to a poll (#1848)
<!-- Please read [CONTRIBUTING.md](https://github.com/vector-im/element-x-android/blob/develop/CONTRIBUTING.md) before submitting your pull request -->
 
## Type of change

- [x] Feature
- [ ] Bugfix
- [ ] Technical
- [ ] Other :

## Content

Polls can now be replied to.

## Motivation and context

User story: https://github.com/vector-im/element-meta/issues/1976

## Screenshots / GIFs

<!--
We have screenshot tests in the project, so attaching screenshots to a PR is not mandatory, as far as there
is a Composable Preview covering the changes. In this case, the change will appear in the file diff.
Note that all the UI composables should be covered by a Composable Preview.

Providing a video of the change is still very useful for the reviewer and for the history of the project.

You can use a table like this to show screenshots comparison.
Uncomment this markdown table below and edit the last line `|||`:
|copy screenshot of before here|copy screenshot of after here|

|Before|After|
|-|-|
|||
 -->

## Tests

<!-- Explain how you tested your development -->

- Step 1
- Step 2
- Step ...

## Tested devices

- [ ] Physical
- [ ] Emulator
- OS version(s):

## Checklist

<!-- Depending on the Pull Request content, it can be acceptable if some of the following checkboxes stay unchecked. -->

- [ ] Changes have been tested on an Android device or Android emulator with API 23
- [ ] UI change has been tested on both light and dark themes
- [ ] Accessibility has been taken into account. See https://github.com/vector-im/element-x-android/blob/develop/CONTRIBUTING.md#accessibility
- [ ] Pull request is based on the develop branch
- [ ] Pull request includes a new file under ./changelog.d. See https://github.com/vector-im/element-x-android/blob/develop/CONTRIBUTING.md#changelog
- [ ] Pull request includes screenshots or videos if containing UI changes
- [ ] Pull request includes a [sign off](https://matrix-org.github.io/synapse/latest/development/contributing_guide.html#sign-off)
- [ ] You've made a self review of your PR
2023-11-22 10:52:12 +01:00
Jorge Martín a5b6ba7187 version++ 2023-11-22 10:37:16 +01:00
Jorge Martín c5c85c1de3 Merge tag 'v0.3.2' into develop
Version 0.3.2
2023-11-22 10:34:37 +01:00
Jorge Martín 1952bfc8aa Merge branch 'release/0.3.2' 2023-11-22 10:34:27 +01:00