spaRSS
spaRSS copied to clipboard
feeds including flattr links redirect to corresponding flattr page
When tapping on the article title to open the article in browser, the expected behaviour is to open the corresponding page on the feed's source. When a flattr button/widget/URL is embeded in the article, tapping the feed title will send us to the corresponding flattr page instead.
Example feed URLs: http://blog.gwup.net/feed/ http://www.lawblog.de/index.php/feed/
Quick fix would be } else if(TAG_PAYMENT.equals(attributes.getValue("", ATTRIBUTE_REL))) {
here, TAG_PAYMENT = "payment"
But ideally the whole parser would be re written.