mamewotoko / podplayer

An android podcast player
Apache License 2.0
5 stars 1 forks source link

Only VOA episodes are displayed #1

Closed mamewotoko closed 7 years ago

mamewotoko commented 8 years ago

Description

Only VOA episodes are displayed

Report type

All episodes of podcast checked in editor are displayed

Actual outcome

Only NHK and VOA are displayed

App Version

1.0.0

Android version

mamewotoko commented 8 years ago

Cache problem: Podplayer used android.net.http.HttpResponseCache as HTTP response system as written in Working With Earlier Releases. For android4.0, URl.getInputStream for cached object of podcast.xml is classed com.android.okhttp.HttpResponseCache$2

Workaround: disable cache

Note

TODO

mamewotoko commented 8 years ago

http response cache is disabled in rel v.1.0.1 to avoid this issue...

mamewotoko commented 7 years ago

this issue will be fixed v1.1.1 which uses OkHttp3