Commit Graph

3165 Commits

Author SHA1 Message Date
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
Jorge Martín
b480340bca Merge remote-tracking branch 'origin/develop' into fix/jme/1077-textbuttons-in-dark-theme 2023-08-18 15:30:25 +02:00
Benoit Marty
ef91cfcd4c changelog 2023-08-18 15:21:14 +02:00
ElementBot
4abfd6aa0f Update screenshots 2023-08-18 13:16:39 +00:00
Jorge Martin Espinosa
c1a00e15ee Fix rendering of inline elements in list items in messages (#1091)
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-18 13:14:55 +00:00
Benoit Marty
387432dca1 Merge pull request #1073 from vector-im/renovate/app.cash.paparazzi-1.x
Update plugin paparazzi to v1.3.1
2023-08-18 15:07:51 +02:00
Benoit Marty
55a7ff3a00 Merge pull request #1046 from vector-im/renovate/compose.bom
Update dependency androidx.compose:compose-bom to v2023.08.00
2023-08-18 15:06:50 +02:00
Benoit Marty
475b80ba27 Fix loing sender name displayed on several lines (#1033) 2023-08-18 14:56:57 +02:00
Jorge Martín
97b55f7cc1 Fix subtitle color 2023-08-18 14:55:41 +02:00
Jorge Martín
182e0ebf97 Force theme and colors in WaitListView. 2023-08-18 14:55:13 +02:00
Jorge Martín
e7de13a1bc Add changelog 2023-08-18 14:55:13 +02:00
Jorge Martín
ecb395b78d Fix TextButtons being displayed in black.
Set the default `LocalContentColor` to `onSurface`.
2023-08-18 14:55:12 +02:00
Benoit Marty
7f14ac1bbd Merge pull request #1069 from vector-im/feature/bma/fixMaestro
Feature/bma/fix maestro
2023-08-18 14:46:37 +02:00
Benoit Marty
74f41dd485 Merge pull request #1092 from vector-im/chore/jme/fix-ci-running-screenshot-tests-twice
Fix excludes so screenshot tests are only run once
2023-08-18 14:40:29 +02:00
Jorge Martín
c9c12901aa Fix excludes so screenshot tests are only run once 2023-08-18 14:11:15 +02:00