Skip to content

Commit

Permalink
fix another utf8 parsing bug if the encoding is selected incorrectly …
Browse files Browse the repository at this point in the history
…in tvheadend
  • Loading branch information
zipleen committed Nov 14, 2014
1 parent c838dfa commit 48004ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvheadend-ios-lib
Submodule tvheadend-ios-lib updated 35 files
+14 −0 tvheadend-ios-lib.xcodeproj/project.pbxproj
+1 −1 tvheadend-ios-lib/TVHJsonClient.m
+4 −1 tvheadend-ios-lib/TVHServer.m
+1 −1 tvheadend-ios-libTests/TVHChannelStoreTests.m
+35 −0 tvheadend-ios-libTests/TVHEpgStoreTests.m
+21 −21 tvheadend-ios-libTests/TVHServerTests.m
+1 −1 tvheadend-ios-libTests/TVHTestHelper.h
+2 −2 tvheadend-ios-libTests/TVHTestHelper.m
+1 −0 tvheadend-ios-libTests/TestData/Log.epg.utf.invalid
+ vendor/GoogleCast.framework/Versions/A/GoogleCast
+10 −6 vendor/GoogleCast.framework/Versions/A/Headers/GCKApplicationMetadata.h
+3 −12 vendor/GoogleCast.framework/Versions/A/Headers/GCKCastChannel.h
+8 −5 vendor/GoogleCast.framework/Versions/A/Headers/GCKColor.h
+47 −0 vendor/GoogleCast.framework/Versions/A/Headers/GCKCommon.h
+11 −0 vendor/GoogleCast.framework/Versions/A/Headers/GCKDefines.h
+12 −0 vendor/GoogleCast.framework/Versions/A/Headers/GCKDevice.h
+0 −66 vendor/GoogleCast.framework/Versions/A/Headers/GCKDeviceFilter.h
+191 −53 vendor/GoogleCast.framework/Versions/A/Headers/GCKDeviceManager.h
+21 −2 vendor/GoogleCast.framework/Versions/A/Headers/GCKDeviceScanner.h
+26 −29 vendor/GoogleCast.framework/Versions/A/Headers/GCKError.h
+5 −1 vendor/GoogleCast.framework/Versions/A/Headers/GCKFilterCriteria.h
+5 −14 vendor/GoogleCast.framework/Versions/A/Headers/GCKImage.h
+14 −0 vendor/GoogleCast.framework/Versions/A/Headers/GCKJSONUtils.h
+32 −0 vendor/GoogleCast.framework/Versions/A/Headers/GCKLaunchOptions.h
+8 −0 vendor/GoogleCast.framework/Versions/A/Headers/GCKLogger.h
+16 −3 vendor/GoogleCast.framework/Versions/A/Headers/GCKMediaControlChannel.h
+5 −0 vendor/GoogleCast.framework/Versions/A/Headers/GCKMediaInformation.h
+26 −41 vendor/GoogleCast.framework/Versions/A/Headers/GCKMediaMetadata.h
+12 −6 vendor/GoogleCast.framework/Versions/A/Headers/GCKMediaStatus.h
+5 −13 vendor/GoogleCast.framework/Versions/A/Headers/GCKMediaTextTrackStyle.h
+3 −11 vendor/GoogleCast.framework/Versions/A/Headers/GCKMediaTrack.h
+2 −0 vendor/GoogleCast.framework/Versions/A/Headers/GCKNSDictionary+TypedValueLookup.h
+4 −22 vendor/GoogleCast.framework/Versions/A/Headers/GCKSenderApplicationInfo.h
+5 −3 vendor/GoogleCast.framework/Versions/A/Headers/GoogleCast.h
+ vendor/GoogleCast.framework/Versions/A/Resources/Info.plist

0 comments on commit 48004ae

Please sign in to comment.