SBiOSoftWhare
7ffe1d62a3
RoomTimelineLocationView: Update information banner opacity.
2022-07-06 16:29:47 +02:00
Andy Uhnak
f1cd863330
Track non-fatal issues via analytics
2022-07-05 17:15:51 +01:00
Johannes Marbach
abaa3499a6
Merge branch 'develop' into johannes/swiftui-safearea-fix
...
# Conflicts:
# Riot/Modules/Common/SwiftUI/VectorHostingController.swift
2022-07-05 14:10:41 +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
f927643469
Enhance the VectorHostingController to be presented as a bottom sheet ( #6377 )
...
* Enhance the VectorHostingController to be presented as a bottom sheet
- Done
2022-07-05 12:18:10 +02:00
aringenbach
fc91a3a995
Merge pull request #6373 from vector-im/aringenbach/6273_delete_riot_defaults
...
Remove legacy Riot-Defaults property list
2022-07-05 10:50:35 +02:00
ismailgulek
ec0f204f08
Merge branch 'master' into develop
2022-07-05 10:26:51 +03:00
Johannes Marbach
57189a6a30
Fix layout issues in timeline poll cells (PSB-125)
...
Fixes : #5326
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-07-05 08:21:00 +02:00
aringenbach
48fefde091
Display fallback when replied event content is partially missing
2022-07-04 16:59:26 +02:00
aringenbach
f484bd7284
Move MatrixKit defaults still in use to BuildSettings and replace register
2022-07-04 15:53:26 +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
SBiOSoftWhare
24553c7a58
Merge pull request #6363 from vector-im/steve/6361_lls_fix_lab_flag
...
Location sharing: Fix live location sharing lab flag activation
2022-06-30 11:22:01 +02:00
SBiOSoftWhare
e9445a88ac
LocationManager: Fix issue in stop method.
2022-06-29 18:10:58 +02:00
SBiOSoftWhare
ce0f9be0f7
UserLocationServiceProvider: Handle live location sharing lab flag activation changes.
2022-06-29 18:10:28 +02:00
Gil Eluard
260cc22d51
Update Files component iOS ( #6345 )
...
* Update Files component iOS
- Done
2022-06-29 16:11:52 +02:00
Anderas
edf5055672
Merge pull request #6360 from vector-im/andy/6358_cross_sign
...
Use ZXing library to generate QR codes
2022-06-29 14:54:22 +01:00
Andy Uhnak
d521856f07
Use ZXing library to generate QR codes
2022-06-29 11:58:10 +01: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
Gil Eluard
9d6b4bfac8
Add "Mark as read" ( #6346 )
...
* Add "Mark as read"
- done
2022-06-28 10:44:33 +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
Doug
75db98e762
Fix pasteboard banner when editing text.
2022-06-23 17:01:20 +01:00
aringenbach
07d2a18f36
Display mandatory backup only if session is running
2022-06-23 14:49:12 +02: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
Johannes Marbach
df048803ef
Remove all @available(iOS 14... annotations
2022-06-23 09:47:38 +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
Doug
c423410cb1
Fix unresponsive soft-logout in the legacy flow. ( #6329 )
...
- Delegate logic to the OnboardingCoordinator like the new flow does.
- Reset the credentials on every presentation of authVC.
- Make sure not to set the credentials after deleting the data.
2022-06-21 17:30:10 +01:00
Johannes Marbach
d4bd94ea6d
Merge pull request #6324 from vector-im/johannes/enable-lls
...
Expose live location sharing labs flag (default: false) and re-enable background location access (PSF-1127)
2022-06-21 16:01:02 +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
Johannes Marbach
8e61533df2
Unify location sharing build settings and drop iOS 14 checks
2022-06-21 13:03:09 +02:00
Doug
572676d3f9
Add spacing between the Jitsi and Threads toolbar buttons.
2022-06-21 11:41:23 +01:00
Doug
7ea4c156ff
Exclude MXK views/controllers from NSE and Intents
...
And exclude all MXK authentication from the share extension.
2022-06-21 10:04:22 +01:00
Doug
e32d6893a9
Trim whitespace and trailing slashes from a user entered homeserver address.
2022-06-21 10:04:22 +01:00
Johannes Marbach
198f570a52
Revert "Merge pull request #6299 from vector-im/johannes/back-out-background-location-access"
...
This reverts commit 9934b13c4e , reversing
changes made to fd3b4647ad .
2022-06-21 09:45:30 +02:00
Johannes Marbach
2dc1b06033
Expose live-location sharing labs flag (default: false)
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-06-21 09:43:45 +02: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
956b467bf8
De-labs use only latest user avatar and name
2022-06-20 10:08:58 +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