summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-24Merge branch 'migration' into developdaniel oeh
Non-GUI classes have been moved into the 'core' project in order to allow AntennaPod SP to reference it as a subproject. Conflicts: app/src/main/AndroidManifest.xml build.gradle core/src/main/java/de/danoeh/antennapod/core/service/playback/PlaybackService.java core/src/main/java/de/danoeh/antennapod/core/syndication/namespace/NSSimpleChapters.java core/src/main/java/de/danoeh/antennapod/core/util/ChapterUtils.java gradle/wrapper/gradle-wrapper.properties pom.xml
2014-10-20Set image owner when parsing feeddaniel oeh
2014-10-19Updated config in app module, fixed typodaniel oeh
2014-10-19Added support for itunes:duration tag in feedsdaniel oeh
Ported from AntennaPodSP
2014-10-17Added more changes to support SPdaniel oeh
2014-10-17Added more callbacks for SPdaniel oeh
2014-10-14Updated build filesdaniel oeh
2014-10-12Check gpodnetEnabled() method before using gpodder.net APIdaniel oeh
2014-10-12Fixed manifestsdaniel oeh
2014-10-11Moved core classes into subprojectdaniel oeh
2014-10-09Merge branch 'develop'0.9.9.4daniel oeh
2014-10-09Removed mp4 chapter supportdaniel oeh
2014-10-09Added antennapod-subscribe:// subscription schemedaniel oeh
2014-10-09Added link to modified source codedaniel oeh
2014-10-09Fixed NullpointerException in PlayerWidgetServicedaniel oeh
2014-10-09Limit use of mp4 chapter reader to mp4 filesdaniel oeh
2014-10-08Merge branch 'patch-3' of git://github.com/mchelen/AntennaPod into ↵daniel oeh
mchelen-path-3
2014-10-08Pulled translationsdaniel oeh
2014-10-05more options for episode cache sizeMike Chelen
add 1, 2, and 5 as options for episode cache size addresses issue #512
2014-10-05Check for blank URL before loading imagedaniel oeh
2014-10-05Make DownloadRequester method synchronizeddaniel oeh
2014-10-05Fixed NullPointerException in SearchFragmentdaniel oeh
2014-10-05Fixed crash when SimpleChapter 'start' tag was invaliddaniel oeh
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-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-18Created core package for storing callback classesdaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure
2014-09-15Removed maven build filesdaniel 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