bherrmann7 / Car-Cast

Car Cast is a simple Android podcast downloader and player. Optimized for use in a daily commute, it features big buttons, large text, remembers last played location. FOR MORE INFO ---> http://jadn.com/cc/
http://jadn.com/cc/
57 stars 30 forks source link

Variable Speed improvements #93

Closed kerryland closed 10 years ago

kerryland commented 11 years ago

Changes to variable speed settings, so that they apply dynamically.

Implemented the warning if you try to enable variable speed playback without having an appropriate library installed.

PLEASE NOTE that the links to Google Play store only kinda work, because something in Car Cast is firing and causes Car Cast to redisplay itself, and close the Google Play app.

I suspect it's CarCast.onActivityResult

If you can't see what's causing this refresh issue, then I can just take out the links to the Play store, and user will have to do it manually. Very weird though!

eddyp commented 11 years ago

There is also a drop-in replacement for the Presto library, called Prestissimo. There are some limitations, but mentioning that replacement could be useful.

http://github.com/TheRealFalcon/Prestissimo

kerryland commented 11 years ago

That's cool. Seems like everybody got feed up with Presto crashing all the time! On 26/04/2013 6:13 PM, "eddyp" notifications@github.com wrote:

There is also a drop-in replacement for the Presto library, called Prestissimo. There are some limitations, but mentioning that replacement could be useful.

http://github.com/TheRealFalcon/Prestissimohttps://github.com/TheRealFalcon/Prestissimo

— Reply to this email directly or view it on GitHubhttps://github.com/bherrmann7/Car-Cast/pull/93#issuecomment-17057163 .

eddyp commented 11 years ago

From what I understood from the library author, it works only on Android 4.x.

bherrmann7 commented 10 years ago

BAH! I had to merge this manually.... I think I got it right though.