Commit Graph

15985 Commits

Author SHA1 Message Date
SBiOSoftWhare a10f0729b2 Update changes 2022-07-06 17:22:47 +02:00
SBiOSoftWhare 3260b3a254 LiveLocationSharingViewer: Fix light theme issue. 2022-07-06 17:18:55 +02:00
SBiOSoftWhare a115d9455a LocationSharingView: Dismiss always authorization requirement alert on cancel. 2022-07-06 17:05:15 +02:00
SBiOSoftWhare c22afff461 LocationSharingView: Change close action title. 2022-07-06 16:37:41 +02:00
SBiOSoftWhare f3131446d7 LiveLocationListItem: Update stop action font size. 2022-07-06 16:30:14 +02:00
SBiOSoftWhare 7ffe1d62a3 RoomTimelineLocationView: Update information banner opacity. 2022-07-06 16:29:47 +02:00
SBiOSoftWhare c101434130 Live location sharing: Update stop sharing text. 2022-07-06 16:28:59 +02:00
SBiOSoftWhare 742394d565 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 877e53c2b8 Add formatter build reply HTML unit tests 2022-07-06 15:15:29 +02:00
SBiOSoftWhare dd2c3a86e7 LiveLocationLabPromotionView: Increase padding beetween toogle and validation button. 2022-07-06 12:36:51 +02:00
wtimme d87a213cae 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
Anderas 3f42eb8f1c Merge pull request #6308 from vector-im/andy/sentry
Track non-fatal issues via analytics / Sentry if consent provided
2022-07-05 19:40:09 +01:00
Andy Uhnak c26174cf2f Add changelog 2022-07-05 17:15:52 +01:00
Andy Uhnak f1cd863330 Track non-fatal issues via analytics 2022-07-05 17:15:51 +01:00
SBiOSoftWhare de33c61a1b Fix unit tests. 2022-07-05 16:33:45 +02:00
Johannes Marbach bd8b07113a Merge pull request #6374 from vector-im/johannes/swiftui-safearea-fix
Fix layout issues in timeline poll cells (PSB-125)
2022-07-05 16:19:10 +02:00
SBiOSoftWhare 7f164d0e77 LocationSharingView: Fix background color issue with safe area. 2022-07-05 16:16:53 +02:00
SBiOSoftWhare 4153164e17 LiveLocationLabPromotionCoordinator: Show screen as a bottom sheet. 2022-07-05 15:47:34 +02:00
SBiOSoftWhare 8c7e9feabf Merge branch 'develop' into steve/6238_promote_lab_flag 2022-07-05 15:18:38 +02: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
ismailgulek 136f6e956a Merge branch 'hotfix/1.8.20' 2022-07-05 10:26:29 +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
SBiOSoftWhare 66b9c70ad8 Update changes 2022-07-04 17:44:40 +02:00
SBiOSoftWhare 2ea8268c44 LiveLocationLabPromotionCoordinator: Handle interactive dismiss. 2022-07-04 17:40:15 +02:00
SBiOSoftWhare ee58a8be09 LocationSharingCoordinator: Handle live location sharing lab flag presentation. 2022-07-04 17:39:45 +02:00
SBiOSoftWhare afa90b0270 LocationSharingService: Ensure to have the latest UserLocationService from MXSession. 2022-07-04 17:23:25 +02:00
SBiOSoftWhare ccc199075f Add live location lab flag promotion coordinator. 2022-07-04 17:21:37 +02:00
SBiOSoftWhare 9b78ab4e56 MockAppScreens: Add live location lab flag promotion screen. 2022-07-04 17:10:15 +02:00
SBiOSoftWhare 000d15e240 Create live location sharing lab flag promotion screen. 2022-07-04 17:09:11 +02:00
aringenbach 4d768b0cec Merge pull request #6372 from vector-im/aringenbach/6371_display_fallback_missing_reply_content
Display fallback when replied event content is partially missing
2022-07-04 17:01:45 +02:00
aringenbach 48fefde091 Display fallback when replied event content is partially missing 2022-07-04 16:59:26 +02:00
SBiOSoftWhare 3af0cfbae6 Strings: Add lab flag promotion strings. 2022-07-04 16:55:30 +02:00
aringenbach 38ba91fe68 Add changelog 2022-07-04 15:56:37 +02:00
aringenbach 1dbd1b928c Remove plist and unused SwiftGen config and generated file 2022-07-04 15:54:52 +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 2c5e6481b1 Update changes 2022-06-29 18:14:26 +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
SBiOSoftWhare 08f8a8a7c4 RiotSettings: Send local notification on live location sharing activation changes. 2022-06-29 18:09:48 +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
Stefan Ceriu f91ba56593 Prepare for new sprint 2022-06-28 21:27:50 +03:00
Stefan Ceriu 0ffb5a1c3b Merge branch 'master' into develop 2022-06-28 21:27:48 +03:00