ganfra
a84e82344a
Fix RoomFlowNodeTest
2023-09-28 21:12:48 +02:00
ganfra
74735605e4
Room : makes subscribeToSync/unsubscribeFromSync suspendable and makes sure we keep subscription count
2023-09-28 20:16:19 +02:00
Benoit Marty
ce96c73fa6
Merge pull request #1441 from vector-im/renovate/compose.bom
...
Update dependency androidx.compose:compose-bom to v2023.09.02
2023-09-28 15:30:29 +02:00
Benoit Marty
e86aca2877
Merge pull request #1389 from vector-im/renovate/androidx.compose.material3-material3-1.x
...
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha08
2023-09-28 15:30:12 +02:00
ElementBot
0572a7db13
Update screenshots
2023-09-28 12:32:39 +00:00
Benoit Marty
7b0a8552cb
Merge pull request #1443 from vector-im/feature/bma/httpHomeserver
...
Ensure http url entered by the user are provided to the SDK without being altered
2023-09-28 14:24:25 +02:00
Benoit Marty
928a60672c
Use the AutoMirrored version.
2023-09-28 14:21:27 +02:00
renovate[bot]
46e5424d14
Update dependency androidx.compose.material3:material3 to v1.2.0-alpha08
2023-09-28 14:20:28 +02:00
Benoit Marty
627898a4c6
Merge pull request #1444 from vector-im/renovate/io.sentry-sentry-android-6.x
...
Update dependency io.sentry:sentry-android to v6.30.0
2023-09-28 14:12:07 +02:00
renovate[bot]
e6dc95662e
Update dependency io.sentry:sentry-android to v6.30.0
2023-09-28 09:27:00 +00:00
Benoit Marty
55a9d30b99
Format file.
2023-09-28 10:54:42 +02:00
Benoit Marty
949a24560f
Import network-security-config.xml file from EA.
2023-09-28 10:54:26 +02:00
Benoit Marty
1c7db1de85
Ensure http url entered by the user are provided to the SDK without being altered.
...
Also change values in `LoginConstants`, this was not really correct.
2023-09-28 10:22:08 +02:00
renovate[bot]
80fcb73842
Update dependency androidx.compose:compose-bom to v2023.09.02
2023-09-27 18:19:04 +00:00
ganfra
64ae971aa2
Merge pull request #1440 from kegsay/patch-1
...
Improve developer build instructions
2023-09-27 20:18:36 +02:00
kegsay
2234b50663
Merge branch 'develop' into patch-1
2023-09-27 15:58:39 +01:00
ganfra
8bf547f9b3
Merge pull request #1439 from vector-im/update-doc
...
Update _developer_onboarding.md
2023-09-27 15:35:52 +02:00
kegsay
44d9628363
Update _developer_onboarding.md
2023-09-27 14:12:55 +01:00
Benoit Marty
42770051d4
version++
2023-09-27 14:23:04 +02:00
Benoit Marty
efa766beaf
Merge tag 'v0.2.3' into develop
...
tag
2023-09-27 14:22:25 +02:00
Benoit Marty
43ff5a9116
Merge branch 'release/0.2.3' into main
2023-09-27 14:22:12 +02:00
Benoit Marty
84784b2b7e
Adding fastlane file for version 0.2.3
2023-09-27 14:22:09 +02:00
Benoit Marty
411bbb230a
Changelog for version 0.2.3
2023-09-27 14:21:55 +02:00
ganfra
a0bf000ab6
Update _developer_onboarding.md
2023-09-27 13:42:12 +02:00
kegsay
67259a8ebf
Update _developer_onboarding.md
2023-09-27 12:22:09 +01:00
Benoit Marty
971f8cf8b8
Merge pull request #1437 from vector-im/renovate/org.matrix.rustcomponents-sdk-android-0.x
...
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.58
2023-09-27 11:53:17 +02:00
Benoit Marty
c9c7af6e06
Simplify the management of inReplyToEventTimelineItem
2023-09-27 11:31:12 +02:00
Benoit Marty
161c6d0958
Merge pull request #1434 from vector-im/feature/bma/elementCallTweaks
...
Element call tweaks
2023-09-27 10:51:04 +02:00
Benoit Marty
a192a8823f
Ensure getEventTimelineItemByEventId is called when we enter in reply mode.
2023-09-27 10:48:31 +02:00
Benoit Marty
aefeb01cdd
Reduce the number of fallback notification. Only used now when message cannot be decrypted.
...
Also avoid using `else` in this `when` block.
2023-09-27 10:12:04 +02:00
Benoit Marty
cf657df5fd
Fix API break with Matrix SDK 0.1.58.
2023-09-27 09:44:58 +02:00
renovate[bot]
3c692e4c48
Update dependency org.matrix.rustcomponents:sdk-android to v0.1.58
2023-09-26 18:05:41 +00:00
Benoit Marty
8e24d5991c
Merge pull request #1436 from vector-im/feature/bma/mutableIntFloat
...
Mutable int float
2023-09-26 18:31:36 +02:00
Benoit Marty
f607b557ff
Merge pull request #1432 from vector-im/feature/bma/installApk
...
Install apk from the app - REQUEST_INSTALL_PACKAGES
2023-09-26 18:15:35 +02:00
Benoit Marty
702c137ead
Replace mutableStateOf by mutableIntStateOf and mutableFloatStateOf. Use intValue and floatValue to avoid unboxing.
2023-09-26 18:07:53 +02:00
Benoit Marty
3eb112381d
Call openFile instead of open and avoid unwrapping the Activity context.
2023-09-26 17:48:26 +02:00
Benoit Marty
bf49078e40
Detekt: fix OptionalUnit issue.
2023-09-26 17:48:26 +02:00
ElementBot
29db17ae09
Update screenshots
2023-09-26 17:48:26 +02:00
Benoit Marty
3f73443ebb
Be able to install APK from Element X.
2023-09-26 17:48:26 +02:00
Benoit Marty
e7ba973e7b
Improve default mime type.
2023-09-26 17:48:26 +02:00
Benoit Marty
34631f53b3
Avoid hard-coded string.
2023-09-26 17:48:26 +02:00
Benoit Marty
5d0751de72
Detekt: sentences must end with a period.
2023-09-26 16:48:13 +02:00
Benoit Marty
39a2e2a809
Changelog
2023-09-26 16:22:41 +02:00
Benoit Marty
8cb7c3211c
Element call: Pass in custom call URL query parameters
2023-09-26 16:19:38 +02:00
Benoit Marty
f0d5c46eaa
Element call URL must have https scheme.
2023-09-26 15:41:31 +02:00
Benoit Marty
6e422cce1b
Merge pull request #1431 from vector-im/kittykat-patch-2
...
Delete story template
2023-09-26 14:33:13 +02:00
ganfra
eee4af7080
Merge pull request #1427 from vector-im/feature/fga/avoid_navigation_crash
...
Navigation fixes
2023-09-26 14:32:34 +02:00
Marco Romano
2e6581a5ad
Show poll creator view in timeline ( #1429 )
...
- Shows edit/end poll buttons when the user is the creator of the poll.
- Only the end poll button is wired right now as there is no "edit poll" screen yet.
2023-09-26 11:19:24 +02:00
Kat Gerasimova
9481360eb0
Delete story template
...
We don't really use user stories in the platform repos, mostly use them in element-meta
2023-09-26 10:13:00 +01:00
ganfra
5ec6d7c235
Navigation: fix test and update log.
2023-09-26 11:06:49 +02:00