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
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
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
Jorge Martin Espinosa
1922c505ef
Make links in messages clickable again ( #1115 )
2023-08-22 15:21:43 +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
Benoit Marty
8ed8b3ebe1
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]
18f82c7329
Update gradle/gradle-build-action action to v2.7.1
2023-08-19 02:06:53 +00:00
Benoit Marty
55ddb6e85e
Merge pull request #432 from vector-im/yostyle/check_unused_deps
...
Check unused plugins
2023-08-18 17:53:06 +02:00
Benoit Marty
73784463ce
Disable running buildHealth on the CI for now.
2023-08-18 17:49:06 +02:00
yostyle
f33f006aa3
Add task in CI
2023-08-18 17:27:08 +02:00
yostyle
37f5f3bdb7
Check unused plugins
2023-08-18 17:27:08 +02:00
Benoit Marty
5606c832f8
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
3f590c27ee
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
08409e06e3
Update screenshots
2023-08-18 14:07:50 +00:00
Benoit Marty
9b02865a70
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
d5c5947ff9
Fix detekt
2023-08-18 15:55:41 +02:00
Marco Romano
e66c362fad
Add missing tests
2023-08-18 15:55:41 +02:00
Marco Romano
7a96bb7047
Fix wrong packages after refactor
2023-08-18 15:55:41 +02:00
Marco Romano
4ee082ba48
Remove redundant screenshots
2023-08-18 15:55:41 +02:00
Marco Romano
c2e8dac96a
Add location dialogs to show location. Always show FAB.
2023-08-18 15:55:41 +02:00
Marco Romano
a429195cbc
Move AndroidLocationActions to impl package
2023-08-18 15:55:41 +02:00
Marco Romano
99ad1c231a
Add permission request flow to ShowLocation feature too.
...
TODO:
- Presenter Tests
- Add Dialogs in View
2023-08-18 15:55:41 +02:00
ElementBot
ce47909c1d
Update screenshots
2023-08-18 13:45:49 +00:00
Jorge Martín
2da10f22ca
Merge remote-tracking branch 'origin/develop' into fix/jme/1077-textbuttons-in-dark-theme
2023-08-18 15:30:25 +02:00
Benoit Marty
f6f1ab7db3
changelog
2023-08-18 15:21:14 +02:00
ElementBot
42eb0d89e2
Update screenshots
2023-08-18 13:16:39 +00:00
Jorge Martin Espinosa
6a4a4ebf26
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
b7f1a7765a
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
1da190945f
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