SBiOSoftWhare
ec038ca341
Merge pull request #6471 from vector-im/steve/6470_lls_delete
...
Location sharing: Handle live location sharing delete (PSG-487)
2022-07-26 10:53:35 +02:00
Johannes Marbach
f07cac669e
Read tile server URL from .well-known (PSG-592)
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-07-25 17:00:37 +02:00
SBiOSoftWhare
1ca5e8c3f4
RoomDataSource: Handle live location sharing deletion.
2022-07-25 15:02:33 +02:00
David Langley
d5faf44f44
Merge branch 'develop' of github.com:vector-im/element-ios into langleyd/6419_remove_ffmpeg_again
2022-07-21 17:31:08 +01:00
SBiOSoftWhare
40d7ad7188
Merge pull request #6449 from vector-im/steve/6448_map_tile_credits
...
Location sharing: Show map credits on live location timeline tile only when map is shown (PSG-626)
2022-07-19 09:24:20 +02:00
SBiOSoftWhare
4d60877f22
Merge pull request #6447 from vector-im/steve/6423_lls_reply
...
Location sharing: Handle live location sharing start event reply in the timeline (PSG-4)
2022-07-18 18:16:50 +02:00
SBiOSoftWhare
efde20a6f1
RoomTimelineLocationView: Show map credits only when map is visible.
2022-07-18 17:20:26 +02:00
SBiOSoftWhare
653e391303
LocationPlainCell: Support long press for context menu display.
2022-07-18 15:48:58 +02:00
SBiOSoftWhare
680874071c
RoomVC: Updated supported context menu actions for beacon info event.
2022-07-18 15:47:05 +02:00
Andy Uhnak
c551e8cce5
Convert verification request and transaction to protocols
2022-07-18 10:28:48 +01:00
David Langley
53306ec01a
Remove ffmpeg again with opus libraries fixed to add arm64 sim support.
2022-07-13 14:01:02 +01:00
aringenbach
dfd0ff41ed
Rename isIRCStyleCommand to sendAsIRCStyleCommandIfPossible
2022-07-12 10:37:29 +02:00
aringenbach
d5bc0415a0
Rework slash command condition to make it a bit clearer
2022-07-12 10:35:05 +02:00
aringenbach
64d4b2c0eb
Fix slash commands from room composer
2022-07-11 18:17:12 +02:00
SBiOSoftWhare
7ffe1d62a3
RoomTimelineLocationView: Update information banner opacity.
2022-07-06 16:29:47 +02:00
Gil Eluard
67d8bb9a6d
Server Offline Activity Indicator ( #6314 )
...
* Server Offline Activity Indicator
- implemented
2022-07-05 14:04:52 +02:00
Gil Eluard
fdb6593052
Invite user UI is always hidden by the keyboard ( #6348 )
...
* Invite user UI is always hidden by the keyboard
- fixed
2022-07-01 10:32:57 +02:00
Gil Eluard
260cc22d51
Update Files component iOS ( #6345 )
...
* Update Files component iOS
- Done
2022-06-29 16:11:52 +02:00
Johannes Marbach
3c1310304b
Merge pull request #6326 from vector-im/johannes/lls-reporting
...
Enable reporting of live location shares (PSF-1066)
2022-06-28 10:59:54 +02:00
Robin Kipp
b8694ebd7d
Properly end the active AVAudioSession when recording finishes.
2022-06-27 20:02:22 +02:00
Doug
78b82f1a5c
Fix size of media on iPad when multitasking.
2022-06-24 14:13:08 +01:00
Johannes Marbach
b1db7ada87
Merge pull request #6333 from vector-im/johannes/clean-up-available
...
Clean up iOS 14 availability checks
2022-06-23 14:00:28 +02:00
Doug
97782998d0
Remove overlap of sender name and first message tap targets.
2022-06-23 11:32:06 +01:00
Johannes Marbach
8b9cd5eaba
Expand all if and guard constructs involving @available(iOS 14... or #available(iOS 14...
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-06-23 10:05:46 +02:00
Doug
ad180346cf
Ignore data detector URLs on file attachment names, always opening the file. ( #6330 )
2022-06-22 15:40:19 +01:00
aringenbach
bbf6fd2254
Update Room Info screen back button text
2022-06-22 15:56:31 +02:00
aringenbach
e18a58846c
Handle long press on back buttons
2022-06-22 15:56:31 +02:00
Johannes Marbach
1020c981cb
Merge pull request #6322 from vector-im/johannes/tappable-avatar
...
Make avatar view tappable in bubble layout
2022-06-22 13:43:44 +02:00
Robin Kipp
c84c0fad36
Accessibility: VoiceOver: Add accessibility label and hint to the Record Voice Message button. ( #6323 )
...
* Add accessibility label and hint to the Record Voice Message button.
* Add release note.
* Remove unnecessary import for SwiftUI.
* Update Riot/Modules/Room/VoiceMessages/VoiceMessageToolbarView.swift
Use VectorL10n instead of calling NSLocalizedString directly.
* Add German translation for the newly added a11y strings.
* Revert "Add German translation for the newly added a11y strings."
This reverts commit 003cfd9c3ecc149b9aff7833c8d6614bbb37f72c.
* Update Riot/Assets/en.lproj/Vector.strings
2022-06-22 10:07:13 +01:00
Johannes Marbach
b3670e8bb0
Merge pull request #6328 from vector-im/johannes/quoting
...
Make quoting context menu action work again
2022-06-21 21:05:57 +02:00
Johannes Marbach
5503c9909a
Make quoting work again
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-06-21 15:49:56 +02:00
Johannes Marbach
c4d386c819
Enable reporting of live location shares
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-06-21 15:17:41 +02:00
Doug
572676d3f9
Add spacing between the Jitsi and Threads toolbar buttons.
2022-06-21 11:41:23 +01:00
Johannes Marbach
103551dcc1
Make avatar view tappable in bubble layout
...
Fixes : #5572
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-06-20 21:24:57 +02:00
David Langley
d7942242ff
Revert "Replace ffmpeg with switf-ogg"
2022-06-20 10:53:56 +02:00
aringenbach
1acc3385e4
Merge pull request #6311 from vector-im/aringenbach/fix_settings_leading_alignment
...
Fix settings screens items alignment
2022-06-17 16:03:41 +02:00
ismailgulek
1d54a3e9da
Merge pull request #6297 from vector-im/ismail/5731_room_header_invite
2022-06-17 15:55:34 +03:00
aringenbach
7389db5948
Fix settings screens items alignment
2022-06-17 14:45:17 +02:00
aringenbach
23dc19be70
Merge pull request #6309 from vector-im/aringenbach/6302_use_latest_data_for_pills
...
Use latest user data for mention pills
2022-06-17 13:56:20 +02:00
David Langley
5632b5ea56
Merge pull request #6264 from vector-im/langleyd/6263_remove_ffmpeg
...
Replace ffmpeg with switf-ogg
2022-06-17 10:21:38 +01:00
aringenbach
cc2a95e865
Use latest user data for mention pills
2022-06-16 17:07:47 +02:00
Gil Eluard
6956eaacd7
Invites are collapsed incorrectly ( #6300 )
...
* Invites are collapsed incorrectly
- use invitee avatar instead of the target avatar for collapsed membership cell
2022-06-15 20:11:03 +02:00
ismailgulek
a6cd0b4a61
Merge pull request #6301 from vector-im/ismail/6271_scrollback_spinner
2022-06-15 18:22:16 +03:00
Gil Eluard
45e032928a
Update Reactions component ( #6244 )
...
* Update Reactions component
- Done
2022-06-15 16:08:43 +02:00
ismailgulek
a09707d0e6
Present loading indicator immediately on pagination
2022-06-15 14:30:48 +03:00
David Langley
6bf78b89af
fix typos and returning on main
2022-06-14 23:44:49 +01:00
ismailgulek
ec7efad449
Add canInvitePeople parameter to room discussion type
2022-06-14 18:02:15 +03:00
ismailgulek
44e79e5fcd
Update actions when the input toolbar is refreshed
2022-06-14 17:02:58 +03:00
ismailgulek
c37de8b5ff
Merge pull request #6274 from vector-im/ismail/5502_ungroup_threads
...
Ungroup events containing thread roots
2022-06-14 11:18:23 +03:00
ismailgulek
b94e2580da
Merge pull request #6279 from vector-im/ismail/6242_fix_merge_bubbles
2022-06-14 10:46:10 +03:00