Commit graph

16031 commits

Author SHA1 Message Date
wtimme
2babca6d7b
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
004ebebc9b
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
0dea010584 Add changelog 2022-07-05 17:15:52 +01:00
Andy Uhnak
d839a95981 Track non-fatal issues via analytics 2022-07-05 17:15:51 +01:00
Johannes Marbach
40e927acf1
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
Johannes Marbach
4acc26f929 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
4af26062eb
Server Offline Activity Indicator (#6314)
* Server Offline Activity Indicator

- implemented
2022-07-05 14:04:52 +02:00
Gil Eluard
766df90504
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
3330938da8
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
8e456298e8
Merge branch 'master' into develop 2022-07-05 10:26:51 +03:00
ismailgulek
9fab727415
Merge branch 'hotfix/1.8.20' 2022-07-05 10:26:29 +03:00
Johannes Marbach
62033f06c3 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
e939e7c6bf
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
29e7e5b162 Display fallback when replied event content is partially missing 2022-07-04 16:59:26 +02:00
aringenbach
837bf0b324 Add changelog 2022-07-04 15:56:37 +02:00
aringenbach
cab61d0f73 Remove plist and unused SwiftGen config and generated file 2022-07-04 15:54:52 +02:00
aringenbach
e08e5d7fb1 Move MatrixKit defaults still in use to BuildSettings and replace register 2022-07-04 15:53:26 +02:00
Gil Eluard
67249ac7d5
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
c121ece119
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
37cd053f54 Update changes 2022-06-29 18:14:26 +02:00
SBiOSoftWhare
4fef95a3e1 LocationManager: Fix issue in stop method. 2022-06-29 18:10:58 +02:00
SBiOSoftWhare
08f25d5c60 UserLocationServiceProvider: Handle live location sharing lab flag activation changes. 2022-06-29 18:10:28 +02:00
SBiOSoftWhare
e5c81c5508 RiotSettings: Send local notification on live location sharing activation changes. 2022-06-29 18:09:48 +02:00
Gil Eluard
5663d62e0c
Update Files component iOS (#6345)
* Update Files component iOS

- Done
2022-06-29 16:11:52 +02:00
Anderas
8890369eb5
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
10dda21dab Use ZXing library to generate QR codes 2022-06-29 11:58:10 +01:00
Stefan Ceriu
b0fc49e976 Prepare for new sprint 2022-06-28 21:27:50 +03:00
Stefan Ceriu
af9ce91484 Merge branch 'master' into develop 2022-06-28 21:27:48 +03:00
Stefan Ceriu
57891282fe Merge branch 'release/1.8.20/master' 2022-06-28 21:27:43 +03:00
Stefan Ceriu
5e641acae9 finish version++ 2022-06-28 21:27:43 +03:00
Stefan Ceriu
e1943b8e95
Merge pull request #6356 from vector-im/release/1.8.20/release
Release 1.8.20
2022-06-28 20:27:12 +02:00
Stefan Ceriu
3f1325c41b version++ 2022-06-28 21:26:45 +03:00
Stefan Ceriu
af2ad7196e changelog.d: Upgrade MatrixSDK version ([v0.23.10](https://github.com/matrix-org/matrix-ios-sdk/releases/tag/v0.23.10)). 2022-06-28 21:26:45 +03:00
iaiz
bbe6465b8c Translated using Weblate (Spanish)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/es/
2022-06-28 15:56:29 +02:00
Besnik Bleta
e89186ec3d Translated using Weblate (Albanian)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/sq/
2022-06-28 15:56:29 +02:00
Clément Hampaï
4202841dc1 Translated using Weblate (French)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/fr/
2022-06-28 15:56:29 +02:00
Sveinn í Felli
cc49bc3b64 Translated using Weblate (Icelandic)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/is/
2022-06-28 15:56:29 +02:00
xiao chi
c52653b40d Translated using Weblate (Japanese)
Currently translated at 100.0% (8 of 8 strings)

Translation: Element iOS/Element iOS (Dialogs)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-dialogs/ja/
2022-06-28 15:56:29 +02:00
xiao chi
0dbff2d691 Translated using Weblate (Japanese)
Currently translated at 97.9% (48 of 49 strings)

Translation: Element iOS/Element iOS (Push)
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios-push/ja/
2022-06-28 15:56:22 +02:00
Ihor Hordiichuk
5085563d84 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (2047 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/uk/
2022-06-28 15:56:05 +02:00
Besnik Bleta
97270e7468 Translated using Weblate (Albanian)
Currently translated at 99.5% (2038 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sq/
2022-06-28 15:56:05 +02:00
Szimszon
4dda34c7f9 Translated using Weblate (Hungarian)
Currently translated at 100.0% (2047 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/hu/
2022-06-28 15:56:05 +02:00
iaiz
8ffdf5c4c2 Translated using Weblate (Spanish)
Currently translated at 100.0% (2047 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/es/
2022-06-28 15:56:05 +02:00
Clément Hampaï
6fd4cc7495 Translated using Weblate (French)
Currently translated at 94.2% (1930 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/fr/
2022-06-28 15:56:05 +02:00
Sveinn í Felli
3f21917a99 Translated using Weblate (Icelandic)
Currently translated at 83.4% (1708 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/is/
2022-06-28 15:56:05 +02:00
Johan Smits
9593bd77d8 Translated using Weblate (Dutch)
Currently translated at 100.0% (2047 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/nl/
2022-06-28 15:56:05 +02:00
xiao chi
76b98e5075 Translated using Weblate (Japanese)
Currently translated at 68.7% (1407 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/ja/
2022-06-28 15:56:05 +02:00
random
e100432c9b Translated using Weblate (Italian)
Currently translated at 100.0% (2047 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/it/
2022-06-28 15:56:05 +02:00
Jozef Gaal
f1938ba326 Translated using Weblate (Slovak)
Currently translated at 100.0% (2047 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/sk/
2022-06-28 15:56:05 +02:00
Priit Jõerüüt
19bb4468a3 Translated using Weblate (Estonian)
Currently translated at 100.0% (2047 of 2047 strings)

Translation: Element iOS/Element iOS
Translate-URL: https://translate.element.io/projects/riot-ios/riot-ios/et/
2022-06-28 15:56:05 +02:00