-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0.0 update #74
base: master
Are you sure you want to change the base?
v2.0.0 update #74
Conversation
- add an iOS troubleshooting tip - remove documentation for unimplemented `setCustomReceivers` - reformat supported API section - Add link to tests for example usage
- Apparently `receiverListener` is required for ApiConfig now (tests_auto.js) - receiverListener also doesn't always give unavailable status before available anymore (tests_manual_primary_2.js) - Apparently it takes sometime for session.leave to take complete effect and cause the session to be removed from the browser's memory (tests_auto.js) - Add slightly more detailed instructions for desktop (tests_manual_primary_2.js)
- unify html test files between desktop chrome and mobile via test_starter.js - prep for merging primary part 1 + 2 - prep for pulling out the manual solo tests
…ts_interaction_primary.js
…/failure detection
…t is determined later in runtime now
It is available on iOS and desktop chrome, but not Android for some reason. Google... >.>
…o have not metadata
…hat that is what it is for?) (chrome desktop does not appear to send the originalAirDate to the cast device because it doesn't appear to make it to android)
If you have a session and media loaded, then reload the page and load a queue (from main device, or from an external) the first returned media did not have any items.
…ing button: Add tests for stop casting and pause from push notification
2d8b23c
to
34949c5
Compare
Well I guess this is the 2.0.0 PR now. I still suggest creating a release at the last commit of 1.1.0 because it includes some fixes and updates for those who don't want to drop iOS 9 yet. |
…that developers can easily remember what these entries in their config.xml are for
206b8d1
to
4dbb43b
Compare
be4a74f
to
1b94f78
Compare
https://cordova.apache.org/docs/en/10.x/guide/platforms/ios/index.html I have forked the repo and merged this PR and been testing with it for a few weeks now. So far everything works as expected and has been very smooth. @Lindsay-Needs-Sleep I'd suggest merging this PR to master and releasing an updated version to NPM so people start using it more widely. It's been in review for going on 6 months. |
Since we no longer use this project within Jellyfin it has been archived in our organization. Although I believe @Lindsay-Needs-Sleep does have merge rights here, I'd suggest moving to their fork seeing as we no longer plan on supporting it on our side. |
Fixed issue when using the sendMessage method on iOS implementation
I can't approve my own PR's, so I wasn't able to merge this one. I have updated the readme on this fork with a notice to point to the miloproductionsinc fork. But thanks again for the support and work you guys at Jellyfin did for this plugin! :) |
Sorry, both version updates are in one PR because I have moved on in master.
I still suggest creating a release at the last commit of 1.1.0 because it includes some fixes and updates for those who don't want to drop iOS 9 yet.
v2.0.0
Platforms affected
android and ios
Description
config.xml
for cast to work on iOs 14 (if built with Xcode 12+) (see README.md)v1.1.0
Platforms affected
android and ios
Description
Testing
Checklist
npm test
and no errors were found (runnpm style
to auto-fix errors it can)