From 83175d00898e82c28348b821ebf3ba4e2040fe9c Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Wed, 20 Mar 2024 15:46:53 +1100 Subject: [PATCH 1/3] Removed a potentially invalid accessibility label --- Session/Conversations/Input View/MentionSelectionView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Session/Conversations/Input View/MentionSelectionView.swift b/Session/Conversations/Input View/MentionSelectionView.swift index 7945e40c0..290c08740 100644 --- a/Session/Conversations/Input View/MentionSelectionView.swift +++ b/Session/Conversations/Input View/MentionSelectionView.swift @@ -24,7 +24,6 @@ final class MentionSelectionView: UIView, UITableViewDataSource, UITableViewDele private lazy var tableView: UITableView = { let result: UITableView = UITableView() - result.accessibilityLabel = "Contact" result.dataSource = self result.delegate = self result.separatorStyle = .none From e6f683fb17d3a21f51b61709c422dfd6c4b52791 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Mon, 15 Apr 2024 14:46:23 +1000 Subject: [PATCH 2/3] Enable arbitrary loads for QA testing --- Session/Meta/Session-Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Session/Meta/Session-Info.plist b/Session/Meta/Session-Info.plist index 3e6e2b8e0..452f90504 100644 --- a/Session/Meta/Session-Info.plist +++ b/Session/Meta/Session-Info.plist @@ -57,6 +57,8 @@ NSAppTransportSecurity + NSAllowsArbitraryLoads + NSExceptionDomains seed1.getsession.org From 075485ad422ae00c6b4870cbab86a7a537d6fbbb Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Mon, 15 Apr 2024 16:16:12 +1000 Subject: [PATCH 3/3] Revert "Enable arbitrary loads for QA testing" This reverts commit e6f683fb17d3a21f51b61709c422dfd6c4b52791. --- Session/Meta/Session-Info.plist | 2 -- 1 file changed, 2 deletions(-) diff --git a/Session/Meta/Session-Info.plist b/Session/Meta/Session-Info.plist index 452f90504..3e6e2b8e0 100644 --- a/Session/Meta/Session-Info.plist +++ b/Session/Meta/Session-Info.plist @@ -57,8 +57,6 @@ NSAppTransportSecurity - NSAllowsArbitraryLoads - NSExceptionDomains seed1.getsession.org