Commit Graph

4412 Commits

Author SHA1 Message Date
ismailgulek ec0f204f08 Merge branch 'master' into develop 2022-07-05 10:26:51 +03:00
aringenbach 48fefde091 Display fallback when replied event content is partially missing 2022-07-04 16:59: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
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 048f7cd27d Fix some comments 2022-06-17 10:19:10 +02:00
aringenbach cc2a95e865 Use latest user data for mention pills 2022-06-16 17:07:47 +02:00
ismailgulek f00033cf41 Merge pull request #6304 from vector-im/ismail/6288_voip_freeze 2022-06-16 11:08:16 +03:00
aringenbach 5fff2bb1b1 Set HTML formatter as static 2022-06-16 09:07:02 +02:00
aringenbach dfc5146658 Move font parameter and update parameters description 2022-06-16 09:07:02 +02:00
aringenbach 1c2fc49817 Improve HTML formatter 2022-06-16 09:07:02 +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