Commit graph

16070 commits

Author SHA1 Message Date
Anderas
8588ea14d3
Merge pull request #6393 from vector-im/andy/sentry_error
Log sentry events as debug instead of error
2022-07-11 15:27:32 +01:00
Andy Uhnak
6e8ce518e6 Log sentry events as debug instead of error 2022-07-11 10:37:43 +01:00
Doug
6340e8f10d Revert some fonts that were changed in #6275 2022-07-08 16:13:20 +01:00
SBiOSoftWhare
611d1a1c9c
Merge pull request #6383 from vector-im/steve/lls_design_review
Location sharing: Live location sharing UI polishing
2022-07-07 16:53:57 +02:00
Doug
2398c1534d Fix SwiftUI Unit tests. 2022-07-07 15:42:57 +01:00
Doug
702b7a696d Pin DesignKit version and use contantAndAvatars array. 2022-07-07 15:42:57 +01:00
Doug
545b641e53 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
ef5365ab24 Replace DesignKit with package from ElementX. 2022-07-07 15:42:57 +01:00
Doug
00d781ac22
Add support for in-app notifications. (#6341) 2022-07-07 15:31:37 +01:00
SBiOSoftWhare
a86ed5d758 Merge branch 'develop' into steve/lls_design_review 2022-07-07 14:29:57 +02:00
Doug
45abf4dfc1 Fix a few failing UI tests. 2022-07-07 12:30:02 +01:00
SBiOSoftWhare
545c8fddb5 LiveLocationSharingViewer: Change close action title. 2022-07-07 11:04:08 +02:00
SBiOSoftWhare
df3196e0fc Merge branch 'develop' into steve/lls_design_review 2022-07-07 10:27:18 +02:00
ismailgulek
e9257a03a4
Merge pull request #6381 from vector-im/ismail/fix_vectorhostingcontroller_loop 2022-07-07 10:50:24 +03:00
SBiOSoftWhare
0fba77c0aa Update changes 2022-07-06 17:22:47 +02:00
SBiOSoftWhare
c8d8368b0b LiveLocationSharingViewer: Fix light theme issue. 2022-07-06 17:18:55 +02:00
SBiOSoftWhare
2ad9a6b213 LocationSharingView: Dismiss always authorization requirement alert on cancel. 2022-07-06 17:05:15 +02:00
SBiOSoftWhare
417fd1fd58 LocationSharingView: Change close action title. 2022-07-06 16:37:41 +02:00
SBiOSoftWhare
ffa4c7eaab LiveLocationListItem: Update stop action font size. 2022-07-06 16:30:14 +02:00
SBiOSoftWhare
5ed1187909 RoomTimelineLocationView: Update information banner opacity. 2022-07-06 16:29:47 +02:00
SBiOSoftWhare
052860bf52 Live location sharing: Update stop sharing text. 2022-07-06 16:28:59 +02:00
SBiOSoftWhare
b4e3e20745
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
ecd3fb9b01 Add formatter build reply HTML unit tests 2022-07-06 15:15:29 +02:00
SBiOSoftWhare
64b40fc7f3 LiveLocationLabPromotionView: Increase padding beetween toogle and validation button. 2022-07-06 12:36:51 +02:00
ismailgulek
fc01010980
Add changelog 2022-07-06 13:35:59 +03:00
ismailgulek
e3506980d7
Update UIHostingController initializer 2022-07-06 13:20:41 +03:00
ismailgulek
f89391b863
Fix the safe area insets issue without method swizzling 2022-07-06 13:20:24 +03:00
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
SBiOSoftWhare
189fc31ae3 Fix unit tests. 2022-07-05 16:33:45 +02: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
SBiOSoftWhare
28a66af075 LocationSharingView: Fix background color issue with safe area. 2022-07-05 16:16:53 +02:00
SBiOSoftWhare
ea38841431 LiveLocationLabPromotionCoordinator: Show screen as a bottom sheet. 2022-07-05 15:47:34 +02:00
SBiOSoftWhare
cc64703ca3 Merge branch 'develop' into steve/6238_promote_lab_flag 2022-07-05 15:18:38 +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
SBiOSoftWhare
e530647b1f Update changes 2022-07-04 17:44:40 +02:00
SBiOSoftWhare
4b1b6c31ae LiveLocationLabPromotionCoordinator: Handle interactive dismiss. 2022-07-04 17:40:15 +02:00
SBiOSoftWhare
41bb7b07c4 LocationSharingCoordinator: Handle live location sharing lab flag presentation. 2022-07-04 17:39:45 +02:00
SBiOSoftWhare
da5e417878 LocationSharingService: Ensure to have the latest UserLocationService from MXSession. 2022-07-04 17:23:25 +02:00
SBiOSoftWhare
735337ee52 Add live location lab flag promotion coordinator. 2022-07-04 17:21:37 +02:00
SBiOSoftWhare
82753a88cd MockAppScreens: Add live location lab flag promotion screen. 2022-07-04 17:10:15 +02:00
SBiOSoftWhare
471c0b8754 Create live location sharing lab flag promotion screen. 2022-07-04 17:09:11 +02:00