Skip to content

Commit

Permalink
Merge branch 'release/2.9.5-313'
Browse files Browse the repository at this point in the history
  • Loading branch information
pyby committed Aug 26, 2019
2 parents 6d04b7e + fac3973 commit ae05ced
Show file tree
Hide file tree
Showing 19 changed files with 29 additions and 23 deletions.
Binary file modified Application/Resources/Apps/Play RTS/Overrides/override_artwork_rts_deux.pdf
100755 → 100644
Binary file not shown.
Binary file modified Application/Resources/Apps/Play RTS/Overrides/override_artwork_rts_info.pdf
100755 → 100644
Binary file not shown.
Binary file modified Application/Resources/Apps/Play RTS/Overrides/override_artwork_rts_un.pdf
100755 → 100644
Binary file not shown.
Binary file modified Application/Resources/Apps/Play RTS/Overrides/override_default_rts_deux.pdf
100755 → 100644
Binary file not shown.
Binary file modified Application/Resources/Apps/Play RTS/Overrides/override_default_rts_info.pdf
100755 → 100644
Binary file not shown.
Binary file modified Application/Resources/Apps/Play RTS/Overrides/override_default_rts_un.pdf
100755 → 100644
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "logortsinfolive.pdf"
"filename" : "logortsinfolivemimilogo.pdf"
}
],
"info" : {
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "logortsunlive.pdf"
"filename" : "logortsunlivemimilogo.pdf"
}
],
"info" : {
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"images" : [
{
"idiom" : "universal",
"filename" : "logortsdeuxlive.pdf"
"filename" : "logortsdeuxliveminilogo.pdf"
}
],
"info" : {
Expand Down
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions Application/Sources/Application/PlayAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
#import <Mantle/Mantle.h>
#import <SafariServices/SafariServices.h>
#import <SRGAnalytics_Identity/SRGAnalytics_Identity.h>
#import <SRGAppearance/SRGAppearance.h>
#import <SRGDataProvider/SRGDataProvider.h>
#import <SRGIdentity/SRGIdentity.h>
#import <SRGLetterbox/SRGLetterbox.h>
Expand Down Expand Up @@ -235,6 +236,12 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
}
}, @"LastWhatsNewURLRead", whatsNewURL.absoluteString);

// Processes run once in the lifetime of the application
PlayApplicationRunOnce(^(void (^completionHandler)(BOOL success)) {
[UIImage srg_clearVectorImageCache];
completionHandler(YES);
}, @"ClearVectorImageCache", nil);

// Open the application via 3D touch shortcut if needed
BOOL shouldNotPerformAdditionalDelegateHandling = YES;
UIApplicationShortcutItem *launchedShortcutItem = launchOptions[UIApplicationLaunchOptionsShortcutItemKey];
Expand Down
20 changes: 9 additions & 11 deletions Application/Sources/Home/HomeLiveMediaCollectionViewCell.xib
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14490.70" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14854.2" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES">
<device id="retina4_7" orientation="portrait" appearance="light"/>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14490.49"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14806.4"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<objects>
Expand Down Expand Up @@ -110,12 +108,12 @@
<size key="shadowOffset" width="0.0" height="1"/>
</label>
<stackView opaque="NO" contentMode="scaleToFill" axis="vertical" spacing="3" translatesAutoresizingMaskIntoConstraints="NO" id="apu-J9-gcq">
<rect key="frame" x="0.0" y="193.5" width="333" height="148.5"/>
<rect key="frame" x="0.0" y="190.5" width="333" height="151.5"/>
<subviews>
<stackView opaque="NO" contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="brJ-7K-RUg">
<rect key="frame" x="0.0" y="0.0" width="333" height="22"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" placeholderIntrinsicWidth="53" placeholderIntrinsicHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="WqR-Gg-ZwJ" userLabel="Logo Image View">
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" horizontalCompressionResistancePriority="751" placeholderIntrinsicWidth="53" placeholderIntrinsicHeight="22" translatesAutoresizingMaskIntoConstraints="NO" id="WqR-Gg-ZwJ" userLabel="Logo Image View">
<rect key="frame" x="0.0" y="0.0" width="53" height="22"/>
<color key="tintColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<constraints>
Expand All @@ -137,28 +135,28 @@
<color key="trackTintColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
</progressView>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" verticalCompressionResistancePriority="751" text="&lt;subtitle&gt;" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Jq0-qt-jfU">
<rect key="frame" x="0.0" y="29" width="333" height="45.5"/>
<rect key="frame" x="0.0" y="29" width="333" height="48.5"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleSubhead"/>
<color key="textColor" red="0.66666666666666663" green="0.66666666666666663" blue="0.66666666666666663" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" verticalCompressionResistancePriority="752" text="&lt;title&gt;" lineBreakMode="tailTruncation" numberOfLines="2" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="OO0-yH-uvq" userLabel="Title Label">
<rect key="frame" x="0.0" y="77.5" width="333" height="18"/>
<rect key="frame" x="0.0" y="80.5" width="333" height="18"/>
<fontDescription key="fontDescription" style="UICTFontTextStyleSubhead"/>
<color key="textColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<nil key="highlightedColor"/>
<size key="shadowOffset" width="0.0" height="1"/>
</label>
<view contentMode="scaleToFill" translatesAutoresizingMaskIntoConstraints="NO" id="4vE-qt-zMP" userLabel="Spacer View">
<rect key="frame" x="0.0" y="98.5" width="333" height="50"/>
<rect key="frame" x="0.0" y="101.5" width="333" height="50"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
</view>
</subviews>
</stackView>
</subviews>
<color key="backgroundColor" red="0.0" green="0.0" blue="0.0" alpha="0.0" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstItem="apu-J9-gcq" firstAttribute="top" secondItem="i6n-Nf-jOh" secondAttribute="bottom" constant="6" id="1bR-CR-40f"/>
<constraint firstItem="apu-J9-gcq" firstAttribute="top" secondItem="i6n-Nf-jOh" secondAttribute="bottom" constant="3" id="1bR-CR-40f"/>
<constraint firstItem="h30-8X-Y91" firstAttribute="top" secondItem="i6n-Nf-jOh" secondAttribute="top" id="AbU-4n-RRu"/>
<constraint firstItem="h4c-O2-2Ys" firstAttribute="bottom" secondItem="i6n-Nf-jOh" secondAttribute="bottom" constant="-5" id="HhT-y8-W8F"/>
<constraint firstItem="i6n-Nf-jOh" firstAttribute="leading" secondItem="ibC-3k-6VL" secondAttribute="leading" id="Ns5-DO-VFZ"/>
Expand Down
16 changes: 8 additions & 8 deletions PlaySRG.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6695,7 +6695,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 312;
CURRENT_PROJECT_VERSION = 313;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand All @@ -6714,7 +6714,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 2.9.4;
MARKETING_VERSION = 2.9.5;
MARKETING_VERSION_SUFFIX = "-debug";
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
Expand Down Expand Up @@ -6763,7 +6763,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 312;
CURRENT_PROJECT_VERSION = 313;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -6776,7 +6776,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 2.9.4;
MARKETING_VERSION = 2.9.5;
MARKETING_VERSION_SUFFIX = "";
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -7118,7 +7118,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 312;
CURRENT_PROJECT_VERSION = 313;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -7132,7 +7132,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 2.9.4;
MARKETING_VERSION = 2.9.5;
MARKETING_VERSION_SUFFIX = "-beta";
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
Expand Down Expand Up @@ -7325,7 +7325,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 312;
CURRENT_PROJECT_VERSION = 313;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand All @@ -7339,7 +7339,7 @@
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
MARKETING_VERSION = 2.9.4;
MARKETING_VERSION = 2.9.5;
MARKETING_VERSION_SUFFIX = "-nightly";
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
Expand Down
3 changes: 2 additions & 1 deletion WhatsNew-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,6 @@
"2.9.4-309": "- Advanced search with filtering capabilities.\n- Deep linking support (Beta to stage Play web portal, Nightly to test Play web portal).\n- Thumbnail display in notifications.",
"2.9.4-310": "- Fix filters incorrectly set when opening the search from the left menu.",
"2.9.4-311": "- New search period filters in search.\n- Channel logo in TV livestream player page.\n- Application version in settings view and iOS Settings application.\n- Date and time spelling improvements for accessibility.",
"2.9.4-312": "- The player track selection interface has been updated.\n- iOS 13 preliminary support."
"2.9.4-312": "- The player track selection interface has been updated.\n- iOS 13 preliminary support.",
"2.9.5-313": "- New RTS TV logos."
}

0 comments on commit ae05ced

Please sign in to comment.