Commit Graph

586 Commits

Author SHA1 Message Date
Doug 2d4e553cbd Pin DesignKit version and use contantAndAvatars array. 2022-07-07 15:42:57 +01:00
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 dcd5fad1b9 Add support for in-app notifications. (#6341) 2022-07-07 15:31:37 +01:00
Doug 183b855fd0 Fix a few failing UI tests. 2022-07-07 12:30:02 +01:00
ismailgulek 094935efb4 Merge pull request #6381 from vector-im/ismail/fix_vectorhostingcontroller_loop 2022-07-07 10:50:24 +03:00
SBiOSoftWhare e33771f8b1 Merge pull request #6375 from vector-im/steve/6238_promote_lab_flag
Location sharing: Promote labs flag
2022-07-06 16:14:51 +02:00
aringenbach 1daf7ec6fa Add formatter build reply HTML unit tests 2022-07-06 15:15:29 +02:00
ismailgulek 75d578048c Add changelog 2022-07-06 13:35:59 +03:00
wtimme e2c62179a7 Target SiriIntents: Split IntentHandler into smaller files (#6203)
* Add protocol `ContactResolving`

* Let the `IntentHandler` implement `ContactResolving` (#6203)

Nothing has changed about the implementation itself; this prepares
the separation of this logic into a dedicated unit.

* Prepare the separation of the contact resolver from the intents handler (#6203)

* Move the implementation of `ContactResolving` to a dedicated class (#6203)

* Move `ContactResolver` to a dedicated file (#6203)

* Prepare the separation of the `StartAudioCallIntentHandler` from `IntentsHandler` (#6203)

* Move the implementation of `INStartAudioCallIntentHandling` to a dedicated class (#6203)

* Prepare the separation of the `StartVideoCallIntentHandler` from `IntentsHandler` (#6203)

* Move the implementation of `INStartVideoCallIntentHandling` to a dedicated class (#6203)

* Prepare the separation of the `SendMessageIntentHandler` from `IntentsHandler` (#6203)

* Move the implementation of `INSendMessageIntentHandling` to a dedicated class (#6203)

* Remove unused property (#6203)

* Return `nil` if the requested intent cannot be handled (#6203)

* Initialize the intent handlers _after_ everything else is configured (#6203)

In `init()`, there might be some configuration being done that is
required for the handlers.

* Add changelog entry

* Move curly braces in Objective-C to dedicated lines

This ensures that the code follows the style that is present in other Objective-C files.

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>

* Inject the `ContactResolver` into the intent handlers during initialization

In #6365, @pixlwave pointed out that

> If the resolver ever gained a cache or stored properties it would
> help keep the memory usage down in the extension

* Prefer forward-declaration over import in Objective-C header files

Per @pixlwave, this helps prevent build failures:

> We had random cycle errors while building a while back and it was
> eventually solved by removing all imports of `GeneratedInterface-Swift.h`
> in every [Objective-C header] file.

Co-authored-by: Doug <6060466+pixlwave@users.noreply.github.com>
2022-07-06 09:39:38 +01:00
Andy Uhnak b8ff69fbe7 Add changelog 2022-07-05 17:15:52 +01:00
SBiOSoftWhare 89f8b3fb12 Merge branch 'develop' into steve/6238_promote_lab_flag 2022-07-05 15:18:38 +02: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
SBiOSoftWhare aac0fb4af2 Update changes 2022-07-04 17:44:40 +02:00
aringenbach 6cb0935eca Display fallback when replied event content is partially missing 2022-07-04 16:59:26 +02:00
aringenbach bd8dcf1edd Add changelog 2022-07-04 15:56:37 +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 c08ac9c774 Update changes 2022-06-29 18:14:26 +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
Robin Kipp 49e9c5cab2 Add changelog entry. 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 27ae57eca8 Fix the font when using an Apple Silicon Mac. 2022-06-24 13:06:15 +01:00
Doug e884fb7345 Fix share extension background in dark mode. 2022-06-23 18:41:07 +01:00
Doug e32375e0db Prevent login using keyboard when homeserver is loading. 2022-06-23 18:33:24 +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 8a7d955327 Add changelog
Signed-off-by: Johannes Marbach <johannesm@element.io>
2022-06-23 10:14:18 +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 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
Doug 30283509f7 Simplify the layout of the onboarding splash screen (#6320)
* Simplify the layout of the onboarding splash screen
* Re-organise OnboardingSplashScreen.
* Fix frame drops for real this time.
2022-06-22 09:54:21 +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
Doug 6eed50fd9a Add spacing between the Jitsi and Threads toolbar buttons. 2022-06-21 11:41:23 +01:00
Doug 6cb4a8cf04 Trim whitespace and trailing slashes from a user entered homeserver address. 2022-06-21 10:04:22 +01:00
Doug b025f202c7 Add missing ) in workflow. 2022-06-21 09:07:48 +01:00
Johannes Marbach 97b5aa376a Add changelog 2022-06-21 09:52:00 +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