Commit Graph

3179 Commits

Author SHA1 Message Date
Florian Renaud
df51615d9b Fix winning answers detection 2023-08-22 15:48:09 +02:00
Florian Renaud
7bef4fbf1b Fix lint 2023-08-22 15:48:09 +02:00
ElementBot
88bcd690b3 Update screenshots 2023-08-22 10:19:26 +00:00
Florian Renaud
2cbfff0c94 changelog 2023-08-22 12:10:18 +02:00
Florian Renaud
9f7eddd863 Fix poll enabled condition 2023-08-22 10:55:18 +02:00
Florian Renaud
3696cdfe30 Rename previews 2023-08-22 10:55:18 +02:00
Florian Renaud
5ee61a01ad Render ended poll with winning answers 2023-08-22 10:55:18 +02:00
Florian Renaud
8e40224bf1 Do not handle poll end event 2023-08-22 10:55:18 +02:00
Florian Renaud
cfe8430733 Rename progress variable to percentage 2023-08-22 10:55:18 +02:00
Florian Renaud
c1d2114b60 Update option progress when selected 2023-08-22 10:55:17 +02:00
Florian Renaud
161402d501 Improve previews 2023-08-22 10:55:17 +02:00
Florian Renaud
91e92a5cc4 Use custom RadioButton 2023-08-22 10:55:17 +02:00
Florian Renaud
00752d851a Update UI for poll in the timeline 2023-08-22 10:55:17 +02:00
renovate[bot]
3a476f5130 Update android.gradle.plugin to v8.1.1 (#1110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-22 08:05:31 +02:00
ganfra
2e6077e7fe Merge pull request #1108 from vector-im/feature/fga/fix_memory_leak_room_members
Fix memory leak on room members
2023-08-21 18:16:04 +02:00
ganfra
a4cc3529e9 Merge pull request #1107 from vector-im/feature/fga/update-rust-sdk-0.1.44
Update rust sdk to 0.1.44
2023-08-21 18:13:27 +02:00
Benoit Marty
191092d170 Merge pull request #1100 from vector-im/renovate/accompanist
Update accompanist to v0.32.0
2023-08-21 17:57:59 +02:00
ganfra
6a32a66a7a Fix memory leak : parallelMap can be cancelled so all members were not destroyed 2023-08-21 17:49:39 +02:00
ganfra
9d8db2ff9e Update rust sdk to 0.1.44 2023-08-21 17:47:03 +02:00
Jorge Martin Espinosa
1092e0bed9 Linkify raw links in HTML message contents (#1102)
* Linkify links in HTML too:

- Creates a `ClickableLinkText` for `String`.
- Adds a `linkify` parameter to the original function, which is `true` by default.
- Does the linkify logic inside that component, if `linkify` is true.

* Add changelog

* Make sure we don't linkify user mentions or room aliases.

* Use remember to avoid re-processing the text for no reason.
2023-08-21 16:31:01 +02:00
Benoit Marty
059f93cac7 Merge pull request #1101 from vector-im/feature/bma/fixGoogleCryptoCrash
Use alpha version of the library `androidx.security:security-crypto`
2023-08-21 16:10:45 +02:00
Benoit Marty
6ce16ac991 Migrate from com.google.accompanist.flowlayout.FlowRow (deprecated) to androidx.compose.foundation.layout.FlowRow
https://google.github.io/accompanist/flowlayout/
2023-08-21 16:09:44 +02:00
Jorge Martin Espinosa
097b7f28d5 Fix bug reporter failing after not finding some files (#1103)
- Make sure we propagate `CancellationException`.
- Make sure we do a cleanup of temp files.
- Make sure we don't re-compress any lingering temp files.
- Don't stop the upload process if we were able to upload some log files, even if we failed to read some others.
2023-08-21 15:30:16 +02:00
Benoit Marty
035a3da417 Fix deprecated API usage. 2023-08-21 14:33:47 +02:00
Benoit Marty
50689d59d5 Changelog 2023-08-21 12:59:40 +02:00
renovate[bot]
81d479952e Update accompanist to v0.32.0 2023-08-21 10:58:37 +00:00
Benoit Marty
28eebdb214 Use alpha version of the library androidx.security:security-crypto to fix crash RuntimeException "No matching key found for the ciphertext in the stream" - RandomSecretPassphraseProvider. #1099 2023-08-21 12:27:33 +02:00
Jorge Martin Espinosa
b36667844d [Compound] Platform components (Lists) (#990)
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-21 10:34:57 +02:00
Benoit Marty
41baa54f01 Sync Localazy strings again after removing 2 strings added by the Web team test. 2023-08-21 09:50:44 +02:00
ElementBot
58a2113a9f Sync Strings from Localazy (#1098)
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
2023-08-21 08:34:19 +02:00
Benoit Marty
2c624a2451 Merge pull request #1096 from vector-im/renovate/dependencycheck
Update dependency org.owasp.dependencycheck to v8.4.0
2023-08-20 10:43:56 +02:00
renovate[bot]
c3f318e5c3 Update dependency org.owasp.dependencycheck to v8.4.0 2023-08-19 16:18:02 +00:00
Benoit Marty
e417fdf52e Merge pull request #1095 from vector-im/renovate/gradle-gradle-build-action-2.x
Update gradle/gradle-build-action action to v2.7.1
2023-08-19 14:06:42 +02:00
renovate[bot]
091b2c1c44 Update gradle/gradle-build-action action to v2.7.1 2023-08-19 02:06:53 +00:00
Benoit Marty
4e3e0bddf8 Merge pull request #432 from vector-im/yostyle/check_unused_deps
Check unused plugins
2023-08-18 17:53:06 +02:00
Benoit Marty
800fe1519a Disable running buildHealth on the CI for now. 2023-08-18 17:49:06 +02:00
yostyle
b2fa4be75d Add task in CI 2023-08-18 17:27:08 +02:00
yostyle
396d8d2520 Check unused plugins 2023-08-18 17:27:08 +02:00
Benoit Marty
cea474dca0 Merge pull request #963 from vector-im/julioromano/showLocationRequestPermission
Show location request permission in expanded location view
2023-08-18 16:58:51 +02:00
Benoit Marty
486aca8598 Merge pull request #1088 from vector-im/fix/jme/1077-textbuttons-in-dark-theme
Fix TextButtons being displayed in black
2023-08-18 16:14:42 +02:00
ElementBot
51b0aefe6c Update screenshots 2023-08-18 14:07:50 +00:00
Benoit Marty
13e22705b9 Merge pull request #1093 from vector-im/feature/bma/senderNameBubble
Feature/bma/sender name bubble
2023-08-18 15:59:20 +02:00
Marco Romano
3609d419c4 Fix detekt 2023-08-18 15:55:41 +02:00
Marco Romano
d1ca452326 Add missing tests 2023-08-18 15:55:41 +02:00
Marco Romano
ac32d724c1 Fix wrong packages after refactor 2023-08-18 15:55:41 +02:00
Marco Romano
7c378dbdd5 Remove redundant screenshots 2023-08-18 15:55:41 +02:00
Marco Romano
314c0499a5 Add location dialogs to show location. Always show FAB. 2023-08-18 15:55:41 +02:00
Marco Romano
917965a9b6 Move AndroidLocationActions to impl package 2023-08-18 15:55:41 +02:00
Marco Romano
675dd4b109 Add permission request flow to ShowLocation feature too.
TODO:
- Presenter Tests
- Add Dialogs in View
2023-08-18 15:55:41 +02:00
ElementBot
25210244c1 Update screenshots 2023-08-18 13:45:49 +00:00