Doug
7d29bca319
Fixup missing colours and use resolved colours in UIKit.
...
Fix the confetti colour when using DesignKit.
Pin swift packages.
Fix UI tests target.
2022-07-07 15:42:57 +01:00
Doug
ad4674c0d4
Replace DesignKit with package from ElementX.
2022-07-07 15:42:57 +01:00
Doug
dcd5fad1b9
Add support for in-app notifications. ( #6341 )
2022-07-07 15:31:37 +01:00
ismailgulek
a0d8d86a1e
Fix the safe area insets issue without method swizzling
2022-07-06 13:20:24 +03:00
Andy Uhnak
34fad3ddbc
Track non-fatal issues via analytics
2022-07-05 17:15:51 +01:00
Johannes Marbach
51db5cdaa5
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
f91e84af00
Server Offline Activity Indicator ( #6314 )
...
* Server Offline Activity Indicator
- implemented
2022-07-05 14:04:52 +02:00
Gil Eluard
4c84d1b15c
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
962fd326d8
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
6ba65a8fc1
Merge branch 'master' into develop
2022-07-05 10:26:51 +03:00
Johannes Marbach
ecc8532319
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
6cb0935eca
Display fallback when replied event content is partially missing
2022-07-04 16:59:26 +02:00
aringenbach
b64bb2c70c
Move MatrixKit defaults still in use to BuildSettings and replace register
2022-07-04 15:53:26 +02:00
Gil Eluard
437b2eafd6
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
55685f10b1
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
ac54c22ec4
LocationManager: Fix issue in stop method.
2022-06-29 18:10:58 +02:00
SBiOSoftWhare
2c9da80ffd
UserLocationServiceProvider: Handle live location sharing lab flag activation changes.
2022-06-29 18:10:28 +02:00
Gil Eluard
038c347fc9
Update Files component iOS ( #6345 )
...
* Update Files component iOS
- Done
2022-06-29 16:11:52 +02:00
Anderas
ddd7ff625a
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
42f7508538
Use ZXing library to generate QR codes
2022-06-29 11:58:10 +01:00
Johannes Marbach
50c8728674
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
64d52c3ae4
Add "Mark as read" ( #6346 )
...
* Add "Mark as read"
- done
2022-06-28 10:44:33 +02:00
Robin Kipp
95f9c5b3cb
Properly end the active AVAudioSession when recording finishes.
2022-06-27 20:02:22 +02:00
Doug
41fc4d755a
Fix size of media on iPad when multitasking.
2022-06-24 14:13:08 +01:00
Doug
9d81447d20
Fix pasteboard banner when editing text.
2022-06-23 17:01:20 +01:00
aringenbach
e4297b2fd2
Display mandatory backup only if session is running
2022-06-23 14:49:12 +02:00
Johannes Marbach
49956ae8a0
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
c268e0dc3a
Remove overlap of sender name and first message tap targets.
2022-06-23 11:32:06 +01:00
Johannes Marbach
ce4c8b186c
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
868fd7e0c8
Remove all @available(iOS 14... annotations
2022-06-23 09:47:38 +02:00
Doug
6d195c103d
Ignore data detector URLs on file attachment names, always opening the file. ( #6330 )
2022-06-22 15:40:19 +01:00
aringenbach
e071ec789a
Update Room Info screen back button text
2022-06-22 15:56:31 +02:00
aringenbach
137d840d11
Handle long press on back buttons
2022-06-22 15:56:31 +02:00
Johannes Marbach
3eff84f3c7
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
ee6bc4c69f
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
4e62819f49
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
87e35e8f5b
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
4b1d5d7a7f
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
8dab22962c
Make quoting work again
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-06-21 15:49:56 +02:00
Johannes Marbach
4b5024d999
Enable reporting of live location shares
...
Signed-off-by: Johannes Marbach <johannesm@element.io >
2022-06-21 15:17:41 +02:00
Johannes Marbach
f41ddb924b
Unify location sharing build settings and drop iOS 14 checks
2022-06-21 13:03:09 +02:00
Doug
6eed50fd9a
Add spacing between the Jitsi and Threads toolbar buttons.
2022-06-21 11:41:23 +01:00
Doug
9817b92419
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
6cb4a8cf04
Trim whitespace and trailing slashes from a user entered homeserver address.
2022-06-21 10:04:22 +01:00
Johannes Marbach
30fc3854f8
Revert "Merge pull request #6299 from vector-im/johannes/back-out-background-location-access"
...
This reverts commit c50f23fd8938b8845c0121016f97a15d8a6b8c35, reversing
changes made to ff06c68f8ff8b497240e042a9330252771d93982.
2022-06-21 09:45:30 +02:00
Johannes Marbach
3338c6b638
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
ff79edf060
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
93a9ec223a
Revert "Replace ffmpeg with switf-ogg"
2022-06-20 10:53:56 +02:00
aringenbach
f5c562b5a5
De-labs use only latest user avatar and name
2022-06-20 10:08:58 +02:00
aringenbach
c757657cdd
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