Yoan Pintas
9347de3fad
Improve message rendering when editing ( #8377 )
2023-05-02 13:28:31 +00:00
Yoan Pintas
8ca0381e9b
Add an audio alert when the voice broadcast recording is automatically paused ( #8382 )
2023-05-02 13:27:43 +00:00
Benoit Marty
c0905e5f11
Changelog
2023-05-02 14:43:13 +02:00
jonnyandrew
e37fe1f8f5
Allow custom push gateway to use non-default port ( #8376 )
2023-05-02 10:05:15 +00:00
valere
51580ffa76
Update changelog
2023-04-25 13:34:30 +02:00
Valere
46a49d899c
Merge pull request #8354 from vector-im/feature/bca/upgrade_crypto_crate
...
bump rust crypto to 0.3.5 (withheld)
2023-04-24 17:53:43 +02:00
Valere
63451611a9
Merge pull request #8352 from vector-im/feature/bca/fix_is_identity_trusted_api
...
fix rust isCrossSigningVerified
2023-04-24 16:54:10 +02:00
valere
21459261a2
add changelog for rust sdk module
2023-04-21 19:56:29 +02:00
valere
f02cd0d77f
Add changelog
2023-04-21 18:10:37 +02:00
valere
b0149c4960
Changelog + doc update
2023-04-21 10:15:03 +02:00
valere
316666d6a4
Add changelog
...
add changelog
2023-04-20 16:58:15 +02:00
Tulir Asokan
e27464d37d
Add changelog file
2023-04-12 21:47:07 +03:00
Yoan Pintas
110b5cfcb4
Add pills for permalink supported hosts ( #8324 )
2023-04-12 12:35:01 +00:00
Yoan Pintas
fb837fed5a
Keep screen on while recording voicebroadcast ( #8313 )
2023-04-12 13:55:20 +02:00
networkException
7fff7a453d
Enable free style cropping for camera and gallery images
...
This feature was disabled in 3ac2296464
.
Resolves #2356
Signed-off-by: networkException <git@nwex.de>
2023-04-11 22:47:04 +02:00
ganfra
fe69d8e3fa
Fix multiple read receipts for the same user in timeline #7882
2023-04-05 13:08:12 +02:00
Jorge Martín
b61a184297
Changelog for version 1.5.30
2023-04-05 09:38:41 +02:00
Yoan Pintas
da5a3eaad8
Jump to unread marker instead of first unread message ( #8305 )
2023-04-04 12:50:49 +00:00
ganfra
ac65defe56
Replace Terms and Conditions with Acceptable Use Policy.
2023-03-30 20:41:05 +02:00
Yoan Pintas
93cd197c78
Fix custom sticker url loading ( #8290 )
2023-03-30 09:34:42 +00:00
Yoan Pintas
ed121c051b
Add user completion for matrix ids ( #8271 )
2023-03-30 08:04:59 +00:00
Yoan Pintas
54457c1633
Truncated message in the pills ( #8260 )
2023-03-23 08:01:11 +00:00
Yoan Pintas
9fd1a22e10
Pillify permalinks ( #8242 )
2023-03-21 21:31:45 +00:00
Dannie
577986001a
Add RTL support to RemoveJitsiWidgetView
...
Signed-off-by: Byeongsu Park <byeongsu@soongsil.ac.kr>
2023-03-11 17:59:16 +09:00
Benoit Marty
27ed0fe13f
Merge pull request #8208 from jdauphant/patch-1
...
Remove hardcoded color on save button
2023-03-09 15:06:19 +01:00
Julien DAUPHANT
a6bf5c5511
Add changelog
2023-03-04 22:18:23 +01:00
Yoan Pintas
446ed24bea
Update room member shields behavior ( #8195 )
2023-03-03 09:28:50 +00:00
jonnyandrew
7dd15af6d3
[Rich text editor] Add ability to insert GIFs from keyboard ( #8185 )
...
Closes vector-im/verticals-internal#21
2023-03-02 15:48:36 +00:00
Benoit Marty
c7928c2228
Merge pull request #8168 from SpiritCroc/chunk-roomids
...
matrix-sdk: Ensure correct room for events loaded by chunks
2023-03-02 13:57:59 +01:00
Maxime NATUREL
b0c8008fe0
Adding changelog entry
2023-03-01 10:40:53 +01:00
jonnyandrew
39d9591b26
[Rich text editor] Fix code appearance ( #8171 )
...
Code does not use the correct theme colour when the theme is manually
selected in the app settings.
https://github.com/vector-im/verticals-internal/issues/23
2023-02-27 09:24:56 +00:00
Maxime NATUREL
a6f7302350
Merge pull request #8159 from vector-im/feature/mna/aggregated-unread-indicator
...
Add aggregated unread indicator for spaces in the new layout
2023-02-24 09:56:54 +01:00
SpiritCroc
8192bb5442
matrix-sdk: Ensure correct room for events loaded by chunks
...
Chunks should not load events from other rooms if they happen to be
requested for one eventId that already exists in a different room.
Motivation from a client that renders rich replies (although the
broken scenario can appear in other cases as well):
If somebody links an invalid eventId in a room, which however is valid
in a different room, this can mess up our timelines badly.
This can be reproduced by replying to an event in a room, then forward
the reply to a different room with a client that also forwards the
replied-to information (such as FluffyChat). Then click on the rich
reply to open the eventId. Previously, Android could find the event from
the other room and thus replace the correct timeline with the wrong one.
Compare e.g. https://matrix.to/#/!bfebJVBOZMnORmkVdO:matrix.org/$wUyRiMQEjaWOpJ-XpdBJzuXkh95N7bce2pVT4IMXW50?via=schildi.chat&via=matrix.org&via=envs.net
linking to an event that exists here
https://matrix.to/#/!SDwMepdfgrmExhyxYZ:schildi.chat/$MO2G4MZZ1zg0Ymc9gTfekIyw7QFkNn4OvYQKK1PAGlE
Change-Id: I4dcee94353d954fb6ed57c3970686a620b831c6f
2023-02-23 20:12:33 +01:00
Florian Renaud
552c6fbbd3
Changelog
2023-02-23 09:24:13 +01:00
Maxime NATUREL
664fa7f952
Merge pull request #8160 from vector-im/fix/mna/pref-space-setting-visibility
...
Space setting category doesn't show up
2023-02-22 17:59:43 +01:00
ganfra
2aa5e6f7a0
Apply changes
2023-02-22 17:55:50 +01:00
Maxime NATUREL
7062e0737c
Add changelog entry
2023-02-22 16:08:59 +01:00
Maxime NATUREL
1b0265662d
Adding changelog entry
2023-02-22 14:50:01 +01:00
Maxime NATUREL
24e1740a8a
Merge pull request #8151 from vector-im/fix/mna/edited-reply-parsing
...
[Timeline]: Editing a reply from iOS breaks the "in reply to" rendering (PSG-1168)
2023-02-22 10:48:25 +01:00
ganfra
84cb6e74f2
Fix always jumps to the bottom of the timeline #8090
2023-02-21 11:47:09 +01:00
Maxime NATUREL
6bd150d4cd
Merge pull request #8144 from vector-im/feature/mna/user-location-in-loc-sharing
...
[Location sharing] Show own location in map views
2023-02-20 16:34:37 +01:00
Maxime NATUREL
db512d63df
Adding changelog entry
2023-02-20 15:55:17 +01:00
Benoit Marty
386814eac4
Merge pull request #8142 from vector-im/yostyle/fix_sendbutton_color
...
Remove hardcoded color on send button
2023-02-17 15:53:11 +01:00
Maxime NATUREL
de50577ac3
Merge pull request #8136 from vector-im/fix/mna/poll-end-while-no-poll-start
...
[Poll] Improve rendering of poll end message when poll start event isn't available (PSG-1157)
2023-02-17 13:51:50 +01:00
Florian Renaud
7d16c86f37
Merge pull request #8130 from vector-im/feature/fre/poll_sync_push_rules_after_creation
...
[Poll] Synchronize polls and message push rules after creation (PSG-1137)
2023-02-17 13:46:13 +01:00
yostyle
4c12c0dd1f
Add changelog
2023-02-17 11:32:51 +01:00
Florian Renaud
f887acd854
Merge pull request #8114 from vector-im/feature/fre/poll_new_push_rules
...
[Poll] Synchronize polls push rules with message push rules (PSG-954)
2023-02-17 10:03:53 +01:00
jonnyandrew
a8ba3aa9c1
Build unmerged APKs on pull request ( #8044 )
2023-02-16 16:49:52 +00:00
Maxime NATUREL
2ae6cd40c7
Merge pull request #8126 from vector-im/fix/mna/poll-votes-aggregation
...
[Poll] Fix votes aggregation process (PSG-1153)
2023-02-16 17:29:45 +01:00
Jorge Martin Espinosa
a358644354
Fix ktlint issue that was accidentally merged ( #8139 )
2023-02-16 11:14:15 +00:00
Maxime NATUREL
a3a616d8df
Adding changelog entry
2023-02-16 12:02:19 +01:00
Benoit Marty
2453f2cee0
Merge pull request #8115 from luixxiul/localization-3
...
Replace 'Use Bots' with 'Use bots' for localization experience on Weblate
2023-02-16 10:16:23 +01:00
Benoit Marty
e8ea5388b9
Merge pull request #8123 from vector-im/hughns/msc3903-v2
...
Support for v2 of MSC3903
2023-02-16 09:36:40 +01:00
Florian Renaud
529f640554
Changelog
2023-02-14 17:56:30 +01:00
Florian Renaud
c8fda158a3
Changelog
2023-02-14 17:52:22 +01:00
Maxime NATUREL
cf609e5fe3
Adding changelog entry
2023-02-14 16:46:54 +01:00
Maxime NATUREL
67c2f0d288
Adding changelog entry
2023-02-13 18:08:07 +01:00
Maxime NATUREL
552af673ff
Merge pull request #8069 from vector-im/feature/mna/poll-history-details
...
[Poll] History list: details screen of a poll (PSG-1041, PSG-1151)
2023-02-13 17:47:54 +01:00
Hugh Nimmo-Smith
117eceb8b0
Changelog
2023-02-13 16:32:06 +00:00
Suguru Hirahara
d1044d216f
Add a changelog.d file
...
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2023-02-11 02:40:10 +09:00
Hugh Nimmo-Smith
10a1ea033b
Merge branch 'develop' into hughns/msc3824-oidc-aware
2023-02-09 09:53:26 +00:00
jonnyandrew
d922126f4b
[Rich text editor] Add code block, quote and list indentation actions ( #8045 )
...
* Add remaining rich text editor actions
* Render code blocks in the timeline
* Hide indentation buttons when not in a list
2023-02-08 17:47:22 +00:00
Maxime NATUREL
361e23ac3f
Updating changelog entry
2023-02-02 17:55:55 +01:00
Maxime NATUREL
8aa89f1dfd
Adding changelog entry
2023-02-02 17:55:54 +01:00
Florian Renaud
bb8ebb73bf
Merge pull request #8042 from vector-im/bugfix/fre/vb_move_last_message_behind_labs
...
[Voice Broadcast] Move the live broadcast computation in the room list behind the lab flag
2023-01-31 11:51:14 +01:00
Florian Renaud
ca37cc5cd3
Merge pull request #8012 from vector-im/bugfix/fre/fix_vb_scrubbing
...
[Voice Broadcast] Use internal playback timer to compute the playback position
2023-01-31 11:19:43 +01:00
Florian Renaud
2267d599ed
Changelog
2023-01-31 11:02:01 +01:00
jonnyandrew
00f9c362da
[Rich text editor] Add inline code to rich text editor ( #8011 )
...
Also:
- Fixes https://github.com/vector-im/element-android/issues/7975
- See https://github.com/noties/Markwon/issues/423
2023-01-30 17:35:29 +00:00
Benoit Marty
7bef90109d
Changelog
2023-01-30 12:22:05 +01:00
Florian Renaud
003c2cd3da
changelog
2023-01-30 11:03:11 +01:00
Maxime NATUREL
3ab465ea93
Merge pull request #8003 from vector-im/feature/mna/fetch-poll-history-timeline
...
[Poll] Unmock poll history timeline (PSG-1045, PSG-1095)
2023-01-26 17:18:56 +01:00
Maxime NATUREL
00c90c19d7
Merge pull request #8006 from vector-im/feature/mna/push-rules-api-order
...
[Push rules] Call /actions api before /enabled api (PSG-1099)
2023-01-26 16:46:07 +01:00
Maxime NATUREL
983649d89a
Adding sdk changelog entry
2023-01-26 11:05:33 +01:00
Maxime NATUREL
edc04ea49d
Adding changelog entry
2023-01-26 11:05:29 +01:00
Hugh Nimmo-Smith
dcf3872c33
Merge branch 'develop' into hughns/msc3824-oidc-aware
2023-01-25 14:53:16 +00:00
Maxime NATUREL
18f1360ffa
Adding changelog entry
2023-01-25 14:52:30 +01:00
Benoit Marty
c802e2d0f7
Merge pull request #7988 from vector-im/yostyle/msc3912
...
Implement MSC3912 to delete server side all the data of a deleted voice broadcast
2023-01-25 10:32:21 +01:00
Florian Renaud
71b7fbdf15
Merge pull request #7993 from vector-im/feature/fre/vb_handle_connection_error
...
Pause voice broadcast if there is no network
2023-01-24 14:43:04 +01:00
Benoit Marty
3fcf2a1dd8
Merge pull request #7985 from vector-im/feature/bma/slowDownSentry
...
Slow down sentry
2023-01-24 14:33:58 +01:00
Florian Renaud
b090cb6b4b
Changelogs
2023-01-24 11:52:39 +01:00
Florian Renaud
fea3441bbf
Pause voice broadcast if there is no network
2023-01-24 07:32:35 +01:00
Florian Renaud
1e951cd838
Merge pull request #7979 from vector-im/bugfix/fre/rework_vb_media_player
...
Voice Broadcast - Rework internal media players coordination
2023-01-23 14:22:27 +01:00
Florian Renaud
f498fe6fd9
Merge pull request #7963 from vector-im/bugfix/fre/fix_vb_scrubbing
...
Voice Broadcast - Fix playback scrubbing not working if playback is stopped
2023-01-23 14:22:11 +01:00
Yoan Pintas
5b22a1267e
Merge pull request #7973 from vector-im/yostyle/voicebroadcast_pause_playback
2023-01-20 15:43:12 +00:00
Yoan Pintas
64f9cfef42
Merge pull request #7974 from vector-im/yosyle/voicebroadcast_block_voicemessage
2023-01-20 15:41:18 +00:00
Yoan Pintas
d7825c32e8
Merge pull request #7976 from vector-im/yostyle/voicebroadcast_reactions
2023-01-20 15:16:03 +00:00
Benoit Marty
72e461ad09
Sentry: Report sync duration and metrics for initial sync and for sync after pause. Not for regular sync.
2023-01-20 15:07:27 +01:00
Florian Renaud
96a3645a46
changelog
2023-01-20 08:33:59 +01:00
yostyle
ca28c24818
Update fastBackward and fastForward button sizes
2023-01-19 12:35:53 +01:00
yostyle
e4d0394234
Support reactions on Voice Broadcast
2023-01-19 11:27:52 +01:00
Benoit Marty
2ee51ecc92
Merge pull request #7962 from vector-im/feature/bma/oomRealm
...
Fix oom crashes.
2023-01-19 09:41:58 +01:00
yostyle
ba9720416a
Send voice message should not be allowed during a voice broadcast recording
2023-01-19 08:44:53 +01:00
yostyle
64d116d4ac
Pause voice broadcast listening on new VB recording
2023-01-19 01:14:48 +01:00
Hugh Nimmo-Smith
3333d86776
Merge branch 'develop' into hughns/msc3824-oidc-aware
2023-01-18 17:08:16 +00:00
Hugh Nimmo-Smith
1ac04b0070
Merge branch 'develop' into hughns/msc3824-oidc-aware
2023-01-18 17:05:36 +00:00
Benoit Marty
e7e47f8183
Changelog
2023-01-17 16:46:06 +01:00
Maxime NATUREL
4f5d151f0b
Updating changelog title
2023-01-17 16:04:33 +01:00
Maxime NATUREL
479b573dbb
Adding changelog entry
2023-01-17 16:04:32 +01:00
Florian Renaud
960bb77c2f
Fix playback scrubbing not working if playback is stopped
2023-01-17 15:45:52 +01:00
Maxime NATUREL
6b98b3023e
Merge pull request #7851 from vector-im/feature/mna/poll-message-decryption-error
...
[Poll] Warning message on decryption failure of some events (PSG-1025)
2023-01-16 10:19:00 +01:00