Baseflow / XamarinMediaManager

Cross platform Xamarin plugin to play and control Audio and Video
https://baseflow.com
MIT License
769 stars 306 forks source link

How to contribute? #736

Closed Inrego closed 4 years ago

Inrego commented 4 years ago

I've forked the project, thinking I'd made some enhancements for pull requests. The solution builds fine, but when launching any of the Android apps, the app completely freezes as soon as it tries to use any of the MediaManager api. I also tried to reference the projects from my own project/solution with same result.

martijn00 commented 4 years ago

This is a problem because of the poor AndroidX support in Xamarin. I would love to get it working too. Feel free to open a PR already so i can check.

Inrego commented 4 years ago

I didn't make any changes. The point is, just cloning this repo, I can't get the apps in the repo to work. I'd love some info on how to get it running so I can start making changes/fixes and make PR's.

martijn00 commented 4 years ago

Yeah only the Android part freezes currently after some seconds. Try using iOS or any other platform to develop for now. Hopefully Microsoft will fix their issues some time.

Inrego commented 4 years ago

Which commit corresponds to v 0.9.7? I could fork from there to make my wanted changes. I'm mostly finding bugs and issues on Android, so my PR's would mostly be on the Android side. So just doing it on iOS isn't really an option.