- Changed references from AppCompat to the ABS version
- Added onMute listener
- Changed resource that shows 'no cast available' icon to a blank (gray) drawable because when using ABS, the
onDeviceAvailable(..)
callback is not called.
- Android support-v4
- ActionBarSherlock
In Eclipse, make sure you add the three jellybean* directories to the build path. (Right-click > Build Path > Use as Source Folder)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request