Skip to content

Releases: lochstar/nativescript-cast

NativeScript 7 Support

16 Dec 01:12
b983766
Compare
Choose a tag to compare
  • npm package name is now @codelab/nativescript-cast.
  • Migrated to NativeScript 7.
  • android: Updated com.google.android.gms:play-services-cast-framework to 19.0.0.
  • ios: Updated GoogleCast.framework to 4.5.1.

Queue Support

23 Jun 23:57
Compare
Choose a tag to compare
  • Added basic Queue support: loadQueue, queueNextItem & queuePreviousItem. Thanks to loop.tv.
  • Implemented some textTrackStyle options.
  • Added showCastInstructions and showCastDialog.
  • Updated tns-core-modules to 6.5.4.
  • Added more types.
  • android: Updated com.google.android.gms:play-services-cast-framework to 18.1.0.
  • ios: Updated GoogleCast.framework to 4.4.7.
  • ios: Fixed incorrect metadata key names.

NativeScript 6 Support

28 Oct 23:07
Compare
Choose a tag to compare
  • Migrated to NativeScript 6. Thanks @jcarolus
  • Updated tns-core-modules to 6.1.2.
  • ios: Replaced GoogleCast.framework with Dynamic Cast 4.4.5 iOS Sender API. Thanks @jcarolus
  • android: Updated com.google.android.gms:play-services-cast-framework to 17.0.0.
  • android: Removed org.nativescript.cast.CastActivity requirement.

Fix Android crash

06 Jun 06:03
Compare
Choose a tag to compare
  • Fixed a crash that would occur on Android if metadata.images or textTracks were not set.

Expanded Controller & Angular support

04 Jun 23:34
Compare
Choose a tag to compare
  • Expanded Controller support. Thanks @jcarolus.
  • Angular support and usage instructions with demo project. Thanks @jcarolus.
  • android: Updated com.google.android.gms:play-services-cast-framework to 16.2.0.

NativeScript 5 Support

21 May 20:47
Compare
Choose a tag to compare
  • Updated tns-core-modules to 5.3.1.
  • Updated Android Cast Framework to 15.0.0.
  • Big thanks to @jcarolus.

Vue & Webpack config

14 Feb 00:36
Compare
Choose a tag to compare
  • Added instructions for Vue and Webpack configuration.
  • Simplified the iOS configuration instructions.

Initial Release

14 Feb 00:35
Compare
Choose a tag to compare
  • Support for CastButton and basic media functionality.