Marco Romano
fc205698c6
Display poll notifications in the notification drawer ( #1467 )
...
Display notifications for polls as if they were message events.
2023-09-29 16:57:03 +02:00
jonnyandrew
53cf82f025
[Rich text editor] Add full screen mode ( #1447 )
...
- Add full screen mode for the rich text editor (RTE). When text formatting options are enabled, the editor can be dragged to full screen.
- Remove `ConstraintLayout` from `textcomposer` module, now made much simpler now the RTE supports being called in multiple layouts matrix-org/matrix-rich-text-editor#822
- Part of vector-im/element-meta#1973
- Includes design from #1315
- Fixes #1293 (through new layout)
- Fixes #1394 (through inclusion of matrix-org/matrix-rich-text-editor#824 )
- Fixes #1259 (through inclusion of matrix-org/matrix-rich-text-editor#820 )
---------
Co-authored-by: ElementBot <benoitm+elementbot@element.io>
2023-09-29 09:11:18 +00:00
ganfra
fa82639c4f
Merge pull request #1457 from vector-im/feature/fga/suspend_subscribe_unsubscribe_sync
...
Room : makes subscribeToSync/unsubscribeFromSync suspendable
2023-09-29 10:15:58 +02:00
ganfra
d837b337e1
Add changelog #1457
2023-09-29 09:51:12 +02:00
Benoit Marty
496601a8e0
Merge pull request #1454 from vector-im/feature/bma/stringDuplicate
...
String duplicate
2023-09-29 09:42:09 +02:00
ElementBot
cd90953c66
Update screenshots
2023-09-29 07:13:28 +00:00
Benoit Marty
af65d675cb
Merge pull request #1458 from vector-im/renovate/android.gradle.plugin
...
Update android.gradle.plugin to v8.1.2
2023-09-29 09:03:13 +02:00
Benoit Marty
a4e656ed1f
Update string (from Localazy)
2023-09-29 09:02:10 +02:00
Benoit Marty
b5d4e3d461
Use generic common_verification_cancelled
2023-09-29 09:02:10 +02:00
Benoit Marty
2eed49f041
Use generic action_remove
2023-09-29 09:02:10 +02:00
renovate[bot]
a9a297b165
Update dependency com.autonomousapps.dependency-analysis to v1.23.1 ( #1459 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-29 09:00:09 +02:00
renovate[bot]
981bb506b3
Update android.gradle.plugin to v8.1.2
2023-09-28 19:53:28 +00:00
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
3971e86a64
Add strings for advanced settings into Localazy.
2023-09-28 17:09:08 +02:00
Benoit Marty
2cce7f3b47
Fix lint UnnecessaryComposedModifier and make it an error
2023-09-28 16:55:21 +02:00
Benoit Marty
6b13d044bb
Use generic common_username and common_password
2023-09-28 16:43:05 +02:00
Benoit Marty
9e251f618d
Use generic common_people
2023-09-28 16:40:44 +02:00
Benoit Marty
14a8d7b0a1
Use generic action_start
2023-09-28 16:37:57 +02:00
Benoit Marty
1afdb6aa85
Use generic action_continue
2023-09-28 16:21:16 +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