Commit graph

4657 commits

Author SHA1 Message Date
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
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
Jorge Martín
6c83cb5bb8 Adding fastlane file for version 0.3.2 2023-11-22 10:34:26 +01:00
Jorge Martín
ed37d1c647 Changelog for version 0.3.2 2023-11-22 10:30:15 +01:00
Benoit Marty
aae30fcf8c
Merge pull request #1815 from vector-im/renovate/androidx.compose.material3-material3-1.x
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha11
2023-11-22 09:45:30 +01:00
Marco Romano
de646e4e5a
Voice message scrubbing improvements (#1847)
- Voice messages can be scrubbed (i.e. seeked to) even when they have not been played yet..
- The progress bar is displayed also when paused.
- Multiple voice messages can keep their state when paused.
- Tries to adhere as much as possible at the detailed "green cursor" behavior in the story (but might not be 100% compliant).

Story: https://github.com/vector-im/element-meta/issues/2113
2023-11-21 20:48:08 +01:00
Benoit Marty
0649cf1706
Merge pull request #1813 from vector-im/renovate/mobile-dev-inc-action-maestro-cloud-1.x
Update mobile-dev-inc/action-maestro-cloud action to v1.8.0
2023-11-21 17:43:52 +01:00
Jorge Martin Espinosa
97e9528e13
Add intentional mentions (#1843)
* Add intentional mentions
2023-11-21 17:34:00 +01:00
Benoit Marty
637f788d40 Replace Alertdialog (deprecated) by BasicAlertDialog. 2023-11-21 17:22:53 +01:00
Benoit Marty
830bad2bcf Fix compilation warning, add opt in for ExperimentalMaterial3Api 2023-11-21 16:39:38 +01:00
renovate[bot]
a5fd082a3b
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha11 2023-11-21 14:45:34 +00:00
Benoit Marty
de7b175501
Merge pull request #1837 from vector-im/renovate/com.squareup-kotlinpoet-1.x
Update dependency com.squareup:kotlinpoet to v1.15.1
2023-11-21 14:37:25 +01:00
Benoit Marty
92df82272b
Merge pull request #1842 from vector-im/renovate/io.sentry-sentry-android-6.x
Update dependency io.sentry:sentry-android to v6.34.0
2023-11-21 14:27:38 +01:00
renovate[bot]
bb51862fc4
Update mobile-dev-inc/action-maestro-cloud action to v1.8.0 2023-11-21 13:14:21 +00:00
Benoit Marty
edc876e7c8
Merge pull request #1823 from vector-im/renovate/media3
Update media3 to v1.2.0
2023-11-21 14:13:13 +01:00
Benoit Marty
99d0189281
Merge pull request #1836 from vector-im/renovate/wysiwyg
Update wysiwyg to v2.18.0
2023-11-21 14:09:20 +01:00
Benoit Marty
e3968d8749
Merge pull request #1844 from vector-im/feature/bma/themeSwitch
Feature/bma/theme switch
2023-11-21 14:06:20 +01:00
ElementBot
5e95da9911 Update screenshots 2023-11-21 11:21:43 +00:00
Benoit Marty
68f9c81628 Let the user choose theme (#1499) 2023-11-21 12:02:01 +01:00
Jorge Martin Espinosa
a8fbb882f2
Integrate mentions in the composer (#1799)
* Integrate mentions in the composer:

    - Add `MentionSpanProvider`.
    - Add custom colors needed for mentions.
    - Use the span provider to render mentions in the composer.
    - Allow selecting users from the mentions suggestions to insert a mention.

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-11-20 18:14:02 +01:00
renovate[bot]
86a3ec6732
Update dependency io.sentry:sentry-android to v6.34.0 2023-11-20 15:44:46 +00:00
Benoit Marty
004804a7c8
Merge pull request #1834 from vector-im/feature/bma/readReceipts
Render send state and read receipts
2023-11-20 14:39:13 +01:00
Benoit Marty
5397ecdf51 Fix compilation issue after merge. 2023-11-20 14:13:03 +01:00
Benoit Marty
5d4313acea
Merge pull request #1832 from vector-im/renovate/org.matrix.rustcomponents-sdk-android-0.x
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.68
2023-11-20 14:00:23 +01:00
Benoit Marty
e0a01e9535
Merge pull request #1840 from vector-im/renovate/rnkdsh-action-upload-diawi-1.x
Update rnkdsh/action-upload-diawi action to v1.5.4
2023-11-20 12:16:16 +01:00
Benoit Marty
58012268f4
Merge branch 'develop' into feature/bma/readReceipts 2023-11-20 12:15:32 +01:00
Benoit Marty
e7c864c61a Fix test on CI. 2023-11-20 11:27:25 +01:00
Marco Romano
95ae3eaaf2
Stop voice message on redaction (#1826)
As per product spec: Voice messages must stop playing when redacted.
2023-11-20 09:48:25 +00:00
Marco Romano
28f4ccdf9f
Delete media caches on startup (#1807)
Clear media caches on app startup
2023-11-20 09:48:11 +00:00
Benoit Marty
12bdaf9727 Remove wrong comment. 2023-11-20 10:36:29 +01:00
ElementBot
f9d621b6e8 Update screenshots 2023-11-20 09:08:16 +00:00
ElementBot
eeb9b30d80
Sync Strings (#1839)
* Sync Strings from Localazy

* Fix 'Report a problem' screen title

---------

Co-authored-by: bmarty <bmarty@users.noreply.github.com>
Co-authored-by: Jorge Martín <jorgem@element.io>
2023-11-20 09:07:53 +00:00
Benoit Marty
c07a032157 SecureBackup: improve error flow when backup state cannot be retrieved, and add tests. 2023-11-20 10:00:21 +01:00
renovate[bot]
1937d0e67d
Update rnkdsh/action-upload-diawi action to v1.5.4 2023-11-20 08:52:15 +00:00
ganfra
532db979bf
Merge pull request #1838 from vector-im/renovate/me.saket.telephoto-zoomable-image-coil-0.x
Update dependency me.saket.telephoto:zoomable-image-coil to v0.7.1
2023-11-20 09:51:58 +01:00
ganfra
89aebbbd3d
Merge pull request #1835 from vector-im/feature/fga/timeline_recomposition
Timeline : do not use SubcomposeLayout if not needed
2023-11-20 09:51:46 +01:00
Benoit Marty
008804bb36
Merge pull request #1817 from vector-im/renovate/lifecycle
Update lifecycle to v2.7.0-rc01
2023-11-20 09:34:31 +01:00
Benoit Marty
dac933eaaf
Merge pull request #1816 from vector-im/renovate/kotlin
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.1
2023-11-20 09:15:22 +01:00
renovate[bot]
7c3804888f
Update dependency com.squareup:kotlinpoet to v1.15.1 2023-11-19 12:48:52 +00:00
renovate[bot]
99dbbc722d
Update dependency me.saket.telephoto:zoomable-image-coil to v0.7.1 2023-11-18 10:44:00 +00:00
renovate[bot]
5267597b69
Update wysiwyg to v2.18.0 2023-11-17 18:55:48 +00:00
ganfra
a0f289592e Timeline : do not use SubcomposeLayout if not needed 2023-11-17 17:53:45 +01:00
Benoit Marty
d352f14665 BackupState.DISABLED has been removed. Now when the value is UNKNOWN, the app need to invoke EncryptionService.doesBackupExistOnServer() to check if a Backup exists. 2023-11-17 17:32:14 +01:00
ElementBot
7eee8fab60 Update screenshots 2023-11-17 15:49:52 +00:00
Benoit Marty
51654e4b96 Send state: show if null and is last message.
Read receipt: Also show the send state even if the flag for read receipt is set to false.
2023-11-17 16:40:53 +01:00