diff --git a/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/Contents.json b/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/Contents.json index 1a49be3b3..237cc2c56 100644 --- a/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/Contents.json +++ b/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/Contents.json @@ -1,17 +1,7 @@ { "images" : [ { - "filename" : "reddit-light.pdf", - "idiom" : "universal" - }, - { - "appearances" : [ - { - "appearance" : "luminosity", - "value" : "dark" - } - ], - "filename" : "reddit-dark.pdf", + "filename" : "reddit_logo.pdf", "idiom" : "universal" } ], @@ -20,6 +10,6 @@ "version" : 1 }, "properties" : { - "template-rendering-intent" : "template" + "template-rendering-intent" : "original" } } diff --git a/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/reddit-light.pdf b/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/reddit-light.pdf deleted file mode 100644 index 4d6267b63..000000000 Binary files a/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/reddit-light.pdf and /dev/null differ diff --git a/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/reddit-dark.pdf b/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/reddit_logo.pdf similarity index 62% rename from iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/reddit-dark.pdf rename to iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/reddit_logo.pdf index b4b6d7419..2d16b9786 100644 Binary files a/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/reddit-dark.pdf and b/iOS/Resources/Assets.xcassets/extensionPointReddit.imageset/reddit_logo.pdf differ diff --git a/iOS/Resources/Assets.xcassets/extensionPointTwitter.imageset/Contents.json b/iOS/Resources/Assets.xcassets/extensionPointTwitter.imageset/Contents.json index 834100cda..46fecf23a 100644 --- a/iOS/Resources/Assets.xcassets/extensionPointTwitter.imageset/Contents.json +++ b/iOS/Resources/Assets.xcassets/extensionPointTwitter.imageset/Contents.json @@ -10,6 +10,6 @@ "version" : 1 }, "properties" : { - "template-rendering-intent" : "template" + "template-rendering-intent" : "original" } } diff --git a/iOS/Settings/AddExtensionPointViewController.swift b/iOS/Settings/AddExtensionPointViewController.swift index 07b923922..4ec5a2b07 100644 --- a/iOS/Settings/AddExtensionPointViewController.swift +++ b/iOS/Settings/AddExtensionPointViewController.swift @@ -43,6 +43,14 @@ class AddExtensionPointViewController: UITableViewController, AddExtensionPointD return cell } + override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? { + return NSLocalizedString("Feed Provider", comment: "Feed Provider Header") + } + + override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? { + return NSLocalizedString("Feed Providers allow you to subscribe to web site URL's as if they were RSS feeds.", comment: "Feed Provider Footer") + } + override func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { let navController = UIStoryboard.settings.instantiateViewController(withIdentifier: "EnableExtensionPointNavigationViewController") as! UINavigationController navController.modalPresentationStyle = .currentContext diff --git a/iOS/Settings/Settings.storyboard b/iOS/Settings/Settings.storyboard index 942c82ae5..97c09e9ec 100644 --- a/iOS/Settings/Settings.storyboard +++ b/iOS/Settings/Settings.storyboard @@ -1,9 +1,9 @@ - + - + @@ -925,7 +925,7 @@ - + @@ -982,19 +982,19 @@ - + - + - - + +