summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-05Disable "ellipsize" feature in episode dialog titledaniel oeh
Causes problems on Gingerbread devices (see http://stackoverflow.com/questions/12900171/android-textview-wont-show-right-number-of-lines-in-android-2-3) fixes #448
2014-10-01Updated version numbersdaniel oeh
closes #504
2014-09-30do not persist when expanded notifications are unsupportedMike Chelen
check to see if expanded notifications are supported by android version, if not then do not persist notification even when option is enabled related to #480
2014-09-29Lock in PSMP was not properly releaseddaniel oeh
2014-09-29Updated changelogdaniel oeh
2014-09-29Merge branch 'mchelen-notifymore2' into developdaniel oeh
2014-09-29Changed preference labeldaniel oeh
Preference affects both lockscreen and notification.
2014-09-29Replaced numbers with constantsdaniel oeh
2014-09-29Merge branch 'notifymore' of git://github.com/mchelen/AntennaPod into ↵daniel oeh
mchelen-notifymore2
2014-09-28use persistant notification option for persistant lockscreen controlsMike Chelen
2014-09-28Prepared release of version 0.9.9.4daniel oeh
2014-09-28Upgraded dependenciesdaniel oeh
2014-09-28Merge branch 'issue-497' into developdaniel oeh
2014-09-13Added support for reading MP4 chaptersdaniel oeh
2014-09-10Merge pull request #501 from mchelen/patch-1danieloeh
convert html to markdown, add fdroid & bitcoin logo, add bountysource link
2014-09-10Release WakeLock when it isn't neededdaniel oeh
Release WakeLock in Presto's MediaPlayer when it is not needed. That way, it is going to behave just like Android's MediaPlayer.
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-03disable expanded notification option when unsupported & provide informative ↵Mike Chelen
toast
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-31add settings options for persistent and expanded notificationsMike Chelen
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code
2014-07-30persistant expanded notification with play/pause/stop buttonsMike Chelen
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