element-x-ada/libraries
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
..
androidutils Konsist: check if sealed class could be sealed interface and fix existing issues. 2023-11-03 15:19:55 +01:00
architecture Add missing screenshots in TimelineView (#1660) 2023-10-27 12:18:28 +00:00
core Integrate mentions in the composer (#1799) 2023-11-20 18:14:02 +01:00
coroutines
cryptography Feature/fga/biometric unlock (#1702) 2023-10-31 19:22:43 +01:00
dateformatter Enable detekt rules AlsoCouldBeApply and fix existing issues. 2023-07-26 11:10:46 +02:00
deeplink Make the functions in SystemUtils extensions (#899) 2023-07-18 13:11:11 +00:00
designsystem Replace Alertdialog (deprecated) by BasicAlertDialog. 2023-11-21 17:22:53 +01:00
di Add global context.cacheDir provider. (#1606) 2023-10-19 14:07:45 +02:00
encrypted-db Other fixes as per https://cashapp.github.io/sqldelight/2.0.0/upgrading-2.0/ 2023-10-13 15:17:12 +02:00
eventformatter Fix test after wording change. 2023-11-08 11:44:34 +01:00
featureflag Read receipts: feature flag 2023-11-16 14:05:00 +01:00
indicator Avoid runBlocking. Start with a nullable boolean. 2023-10-31 21:52:33 +01:00
maplibre-compose Konsist: add test Data class state MUST not have default value, and fix existing issues 2023-10-10 17:31:04 +02:00
matrix Add intentional mentions (#1843) 2023-11-21 17:34:00 +01:00
matrixui Reply to a poll (#1848) 2023-11-22 10:52:12 +01:00
mediapickers Konsist: check that if sealed interface is used in parameter of Composable, it has the @Stable or @Immutable annotation 2023-11-03 15:19:55 +01:00
mediaplayer Voice message scrubbing improvements (#1847) 2023-11-21 20:48:08 +01:00
mediaupload Always treat waveform as List<Float> (#1663) 2023-10-27 12:49:58 +00:00
network
permissions Record and send voice messages (#1596) 2023-10-23 17:28:00 +00:00
preferences Let the user choose theme (#1499) 2023-11-21 12:02:01 +01:00
push Add a View to show the beginning of the timeline (parity with iOS) 2023-11-14 17:31:42 +01:00
pushproviders Move Knit to Gradle catalog and use alias(libs.plugins.kotlin.serialization). Fix issue with JNA 2023-11-13 09:58:00 +01:00
pushstore Include desugaring lib also in library modules (#1604) 2023-10-19 09:00:32 +00:00
rustsdk
session-storage Include desugaring lib also in library modules (#1604) 2023-10-19 09:00:32 +00:00
testtags Add TestTags to dialog buttons. 2023-11-02 11:55:56 +01:00
textcomposer Add intentional mentions (#1843) 2023-11-21 17:34:00 +01:00
theme Let the user choose theme (#1499) 2023-11-21 12:02:01 +01:00
ui-strings Sync Strings (#1839) 2023-11-20 09:07:53 +00:00
ui-utils Add voice message recording duration indicator and limit (#1628) 2023-10-24 11:44:53 +00:00
usersearch
voicerecorder Cleanup 2023-11-14 15:07:20 +01:00