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

Subscription and/or Podcast List changes cause loss of place #13

Closed bherrmann7 closed 13 years ago

bherrmann7 commented 14 years ago

If you delete a subscription or a podcast from the list, your place in the list is lost (because car cast rebuilds the entire list view instead of just marking the data dirty)

I'm working on a fix, should be out later today.

pforhan commented 14 years ago

Is this related to the player stopping when a non-active podcast is deleted?

bherrmann7 commented 14 years ago

I dont think so. I would think that kind of issue would be down in the ContentService... where as I'm changing the Subscription.java and PodcastList.java

bherrmann7 commented 13 years ago

I believe I addressed this long ago.