AntennaPod/core
Martin Olsson 4dd97c6cca Parse podcast duration correctly even with trailing whitespace
The Skeptoid podcast (available on gpodder.net) currently has a specific
episode (titled "Skeptoid #437: Tube Amplifiers") that contains the XML
<itunes:duration>14:57 </itunes:duration> which AntennaPod fails
to parse (and instead hits a java.lang.NumberFormatException which
it prints to stderr every time the refresh button is pressed).
The duration for that particular episode is not correctly showed in
the UI, although the duration for other Skeptoid episodes show up
just fine.
2014-12-06 16:00:11 +01:00
..
src Parse podcast duration correctly even with trailing whitespace 2014-12-06 16:00:11 +01:00
.gitignore Moved core classes into subproject 2014-10-11 17:43:07 +02:00
build.gradle Upgraded build tools 2014-11-29 18:00:44 +01:00
proguard-rules.pro Moved core classes into subproject 2014-10-11 17:43:07 +02:00