diff --git a/CHANGELOG.md b/CHANGELOG.md index 10040bec3..4baaf4947 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Group changes to describe their impact on the project, as follows: - Added "Forgot your password?" link in Linphone account assistant - [Full IPv6 support to comply Apple requirements] - Hardware accelerated H264 codec +- Full video HD support for newest devices (iPhone 6, iPhone SE, etc.) ### Changed - Enable Neon intrinsics optimizations for speex resampler (ENABLE_ARM_NEON_INTRINSICS) diff --git a/Classes/Utils/Utils.m b/Classes/Utils/Utils.m index 331b32b2e..33f65fdb7 100644 --- a/Classes/Utils/Utils.m +++ b/Classes/Utils/Utils.m @@ -408,7 +408,11 @@ else if ([machine isEqual:@"iPhone2,1"]) return @"iPhone 3GS"; else if ([machine isEqual:@"iPhone3,1"]) - return @"iPhone3,2 iPhone3,3 iPhone 4"; + return @"iPhone 4"; + else if ([machine isEqual:@"iPhone3,2"]) + return @"iPhone 4"; + else if ([machine isEqual:@"iPhone3,3"]) + return @"iPhone 4"; else if ([machine isEqual:@"iPhone4,1"]) return @"iPhone 4S"; else if ([machine isEqual:@"iPhone5,1"]) diff --git a/submodules/linphone b/submodules/linphone index a6a9c36e8..54767c23c 160000 --- a/submodules/linphone +++ b/submodules/linphone @@ -1 +1 @@ -Subproject commit a6a9c36e844e76c5dfec619f9a88dcf650224c5e +Subproject commit 54767c23cc990b9aa65238ae3d295d93a8bf65d1