summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/util/URLChecker.java
AgeCommit message (Collapse)Author
2014-07-07Remove leading and trailing whitespace in URLChecker. fixes #461daniel oeh
2014-06-15Added support for itpc-protocol. closes #333daniel oeh
2014-05-25Added support for "pcast"-protocol, start FeedViewActivity immediately when ↵daniel oeh
clicking on a link. closes #425
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2013-08-18Fixed #254.daniel oeh
feed:// is now replaced with http://
2012-10-22Removed feedburner specific URL handlingMichael Kaiser
The ?format=xml parameter should not be necessary. It could even cause problems in case the url already contains a parameter string.
2012-09-23trim url when preparing itdaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-07-23improved stabilitydaniel oeh
2012-07-23Opmlreader is now preparing the xml urlsdaniel oeh
2012-07-22Replaced buildconfig condition with appconfig conditiondaniel oeh
2012-07-22Added DEBUG logging condition0.8_RC3daniel oeh
2012-07-13Renamed package and applicationdaniel oeh