summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-31add bountysource linkMike Chelen
2014-08-31convert html to markdown, add fdroid & bitcoin logosMike Chelen
2014-08-13Fixed NullpointerException in PicassoProviderdaniel oeh
2014-08-12Fixed NullpointerException in TagListFragmentdaniel oeh
2014-08-12Fixed NullpointerException in GpodnetAuthenticationActivitydaniel oeh
2014-08-12Use isNotEmpty instead of isNoneEmptydaniel oeh
Caused NoSuchMethodError on at least one device
2014-08-12Fixed NullPointerException in MediaPlayerActivitydaniel oeh
2014-08-11Added equals implementation to FeedComponentdaniel oeh
fixes #488 Items of removed feed weren't properly removed from queue
2014-08-11Call fit() instead of resize()daniel oeh
2014-08-11Removed transition animation in audioplayerdaniel oeh
Caused a white box to appear in the bottom area of the screen (#484)
2014-08-08Use feed image if media file has no imagedaniel oeh
closes #484
2014-08-06Pulled translationsdaniel oeh
2014-08-06Merge branch 'issue-330' into developdaniel oeh
2014-08-06Prevent flattr login if API keys are missingdaniel oeh
closes #474
2014-08-06Removed FlattrConfigdaniel oeh
API credentials have been moved into gradle.properties
2014-08-05Acquire wifi lock if media file is being streameddaniel oeh
2014-08-05Acquire wake lock when playing mediadaniel oeh
2014-08-03Prepared release of next versiondaniel oeh
2014-08-01Fixed typodaniel oeh
2014-08-01Abandon audio focus when a phone call comes indaniel oeh
Otherwise playback continues directly after the end of the call
2014-08-01Increase maxLines in FeedItemDialogdaniel oeh
closes #448
2014-08-01Use requestWindowFeature instead of support versiondaniel oeh
supportRequestWindowFeature throws a NullpointerException in some cases closes #479
2014-08-01Fixed NullPointerException in PicassoProviderdaniel oeh
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code
2014-07-26Fixed yet another proguard issuedaniel oeh
(╯°□°)╯︵ pɹɐuƃoɹd
2014-07-26Fixed auto-flattr when playback endsdaniel oeh
2014-07-26Pulled translationsdaniel oeh
2014-07-26Updated submoduledaniel oeh
2014-07-26Merge branch 'eoineoineoin-master' into eoineoineoin-develop2daniel oeh
2014-07-26Display message when search returned no hitsEoin Mcloughlin
2014-07-26Fixed IllegalStateExceptions in some Fragmentsdaniel oeh
2014-07-26Fixed NullPointerException in AudioPlayerdaniel oeh
2014-07-16Prepared release of version 0.9.9.2daniel oeh
2014-07-16Made automatic flattr threshold configurabledaniel oeh
2014-07-15Fixed possible auto-download loop in DownloadServicedaniel oeh
fixes #443, fixes #468
2014-07-15Hide menu items while fragment is loadingdaniel oeh
fixes #471
2014-07-15Hide local menu items when nav drawer is showndaniel oeh
2014-07-13Removed "swipe to remove" from queue, replaced with context menu item.daniel oeh
closes #462
2014-07-13Added buttons to FeedItemDialog and the episode lists for items without an ↵daniel oeh
episode. fixes #470, fixes #464
2014-07-07Fixed NullPointerException in FeedMediadaniel oeh
2014-07-07Remove leading and trailing whitespace in URLChecker. fixes #461daniel oeh
2014-07-06Fixed ui testsdaniel oeh
2014-07-06Increased use of library methodsdaniel oeh
2014-07-06Enabled Java 7 source compatibilitydaniel oeh
2014-07-05Re-wrote FlattrClickWorkerdaniel oeh
2014-07-05Reduced number of lint warningsdaniel oeh
2014-06-29Improved timecode link insertiondaniel oeh
2014-06-29Webview style was not applied correctlydaniel oeh
2014-06-29Added long-press menu for timecode linksdaniel oeh
2014-06-29Integrated timecode highlighting into Audioplayerdaniel oeh