Commit graph

7347 commits

Author SHA1 Message Date
Benoit Marty
14c568dea2
Merge pull request #1127 from vector-im/feature/bma/finishOidc
Enable OIDC support
2023-08-23 17:01:41 +02:00
Benoit Marty
01bb850ee9 Changelog. 2023-08-23 16:04:55 +02:00
ElementBot
eff3a53c52 Update screenshots 2023-08-23 13:28:17 +00:00
Jorge Martin Espinosa
7eb1f1c7bf
When event has no id, just cancel parsing the latest room message (#1126) 2023-08-23 12:50:22 +00:00
Benoit Marty
d293cae47f Implement didRefreshTokens(): update database with updated SessionData. 2023-08-23 14:42:46 +02:00
Benoit Marty
8cf48986e7 Add missing tests. 2023-08-23 13:49:03 +02:00
Benoit Marty
6822e6dacb
Merge pull request #1112 from vector-im/feature/bma/fixButtonTheme
Fix button theme
2023-08-23 13:16:26 +02:00
Benoit Marty
bc57a03a39 Add setting entry point to manage account (OIDC) 2023-08-23 12:54:22 +02:00
Benoit Marty
6928dc6e44 Restore OIDC support. 2023-08-23 12:18:42 +02:00
Michael Telatynski
2910911da2
Update localazy config generator - specify force_underscore=yes (#1122) 2023-08-23 11:59:09 +02:00
renovate[bot]
7df985baed Update dependency org.matrix.rustcomponents:sdk-android to v0.1.45 2023-08-23 09:25:22 +02:00
renovate[bot]
e4d4865c4e
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0 (#1121)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-08-23 07:52:59 +02:00
Benoit Marty
7ea9512642 Simplify code (code review). 2023-08-22 18:10:49 +02:00
Florian Renaud
29cd8f287f Add missing modifier 2023-08-22 16:11:57 +02:00
Florian Renaud
dec41460ed Fix winning answers detection 2023-08-22 15:48:09 +02:00
Florian Renaud
962571bec1 Fix lint 2023-08-22 15:48:09 +02:00
Jorge Martin Espinosa
1922c505ef
Make links in messages clickable again (#1115) 2023-08-22 15:21:43 +02:00
ElementBot
44b4372d49 Update screenshots 2023-08-22 10:19:26 +00:00
Florian Renaud
5ac965c81f changelog 2023-08-22 12:10:18 +02:00
Florian Renaud
ed62286eb8 Fix poll enabled condition 2023-08-22 10:55:18 +02:00
Florian Renaud
8657a5dfac Rename previews 2023-08-22 10:55:18 +02:00
Florian Renaud
bb2f5a1330 Render ended poll with winning answers 2023-08-22 10:55:18 +02:00
Florian Renaud
246e9c50e6 Do not handle poll end event 2023-08-22 10:55:18 +02:00
Florian Renaud
d59349184f Rename progress variable to percentage 2023-08-22 10:55:18 +02:00
Florian Renaud
df1be4f6b1 Update option progress when selected 2023-08-22 10:55:17 +02:00
Florian Renaud
886c6526e8 Improve previews 2023-08-22 10:55:17 +02:00
Florian Renaud
81051295a4 Use custom RadioButton 2023-08-22 10:55:17 +02:00
Florian Renaud
079d89ace5 Update UI for poll in the timeline 2023-08-22 10:55:17 +02:00
ElementBot
16c4801dd3 Update screenshots 2023-08-22 08:49:40 +00:00
Benoit Marty
549218eeb2 Button theme: fix small integration mistake on button padding from Figma. 2023-08-22 10:38:24 +02:00
Benoit Marty
d7b22047c6 Code clarity (no change effect): always use when with ButtonStyle.Filled, ButtonStyle.Outlined and ButtonStyle.Text cases. 2023-08-22 10:17:55 +02:00
renovate[bot]
93e3029f92
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
7898e60d59
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
e8110da610
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
b9f2c9873b
Merge pull request #1100 from vector-im/renovate/accompanist
Update accompanist to v0.32.0
2023-08-21 17:57:59 +02:00
ganfra
ddf542755f Fix memory leak : parallelMap can be cancelled so all members were not destroyed 2023-08-21 17:49:39 +02:00
ganfra
380b5302f3 Update rust sdk to 0.1.44 2023-08-21 17:47:03 +02:00
Jorge Martin Espinosa
bfd938a970
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
af04cefb89
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
fdc08518a5 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
a562bd29a0
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
8fea775e2a Fix deprecated API usage. 2023-08-21 14:33:47 +02:00
Benoit Marty
1f9bdaa91e Changelog 2023-08-21 12:59:40 +02:00
renovate[bot]
971d4392ac
Update accompanist to v0.32.0 2023-08-21 10:58:37 +00:00
Benoit Marty
9049ed1440 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
0f77b4557b
[Compound] Platform components (Lists) (#990)
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-08-21 10:34:57 +02:00
Benoit Marty
cc3829380d Sync Localazy strings again after removing 2 strings added by the Web team test. 2023-08-21 09:50:44 +02:00
ElementBot
ef8a60b657
Sync Strings from Localazy (#1098)
Co-authored-by: bmarty <bmarty@users.noreply.github.com>
2023-08-21 08:34:19 +02:00
Benoit Marty
a7e9a12fa4
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]
ef1d1c4a79
Update dependency org.owasp.dependencycheck to v8.4.0 2023-08-19 16:18:02 +00:00