summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-10Improved error handling in MediaPlayerActivitydaniel oeh
2014-02-05* make FlattrClickWorker drop toast when launched interactivelySimon Rutishauser
as part of a flattr action (by explicitely flattring a thing) * make it report a notification when it was launched implicitly (when refreshing feeds) or when flattring failed followup on #331
2014-02-05* include error message from Flattr4j in notification (subText shows message ↵Simon Rutishauser
for first failed flattr) * big extensible flattr notification with full list of error messages followup on #331
2014-01-15* don't load all Feeds and FeedItems to memory when refreshing the flattr statusSimon Rutishauser
with items received from the flattr api * added method for resetting flattr status of all feeds and items This adresses https://github.com/danieloeh/AntennaPod/pull/331#issuecomment-32112929 items 1 and 3. followup on #331
2014-01-12avoid waiting on the GUI threaddaniel oeh
2014-01-04Load only Flattrables in flattr queue from the database.daniel oeh
2014-01-02* directly update Feed/FeedItem FlattrStatus instead of writing back entire ↵Simon Rutishauser
Feed/FeedItem to database * fix race condition when fetching FlattrStatus * fix missing copy of Flattr status in Feed.updateFromOther() * fix feed reading from db, was missing FlattrStatus followup on #331
2014-01-01Re-enable support for the "Flattr this app" item in SettingsSimon Rutishauser
2014-01-01get unittests to compile with new FlattrStatus()Simon Rutishauser
2013-12-31Merge branch 'develop_flattr_queue_autoflattr' of ↵daniel oeh
git://github.com/peschmae0/AntennaPod into flattr_queue_autoflattr Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-12-31Escape URLs in HttpDownloader. fixes #329, #332daniel oeh
2013-12-30Avoid seeking to position 0 (#208).daniel oeh
2013-12-30Applied bugfix from pull-request #313daniel oeh
2013-12-30Updated version numbers in build.gradledaniel oeh
2013-12-30New media files in FeedItems were not handled correctly. Should fix #327daniel oeh
2013-12-30Use AspectRatioVideoView instead of standard video viewdaniel oeh
2013-12-29Updated video player UIdaniel oeh
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-25Made PlaybackService use the PSMP and PSTMdaniel oeh
2013-12-22Added basic tests for PlaybackServiceMediaPlayerdaniel oeh
2013-12-21Added feedback sectiondaniel oeh
2013-12-20Added tests for PlaybackServiceTaskManagerdaniel oeh
2013-12-20Added first version of PlaybackServiceMediaPlayerdaniel oeh
2013-12-15Moved background tasks of PlaybackService into PlaybackServiceTaskManagerdaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh
2013-11-16Move feed preferences above description section. closes #309daniel oeh
2013-11-16Made sure not to use multiple unreleased instances of MediaPlayerdaniel oeh
2013-11-16Theme in gpodder.net authentication screen was set incorrectly. fixes #310daniel oeh
2013-11-16Updated dependency version numbers, removed workaround for actionmode bugdaniel oeh
2013-10-19Merge branch 'develop'0.9.8.0daniel oeh
2013-10-19Pause button in playback service notification did not reactdaniel oeh
2013-10-19Fixed menu item visibilitydaniel oeh
2013-10-19Updated translationsdaniel oeh
2013-10-19Download notification was not clickable on some API versionsdaniel oeh
2013-10-12Prepared release of version 0.9.8.0daniel oeh
2013-10-12Updated gradle plugin to 0.6.+daniel oeh
2013-10-12https download URLs did not work correctlydaniel oeh
2013-10-12Fixed race condition in testMarkAllItemsReadSameFeeddaniel oeh
2013-10-09Fixed a bug that might cause the wrong episode to be auto-deleteddaniel oeh
2013-10-09strings.xml improvementsdaniel oeh
2013-10-09Temporarily removed preference (again)daniel oeh
Might be re-added later.
2013-10-08Merge branch 'feed_preferences' into developdaniel oeh
Conflicts: res/values/strings.xml src/de/danoeh/antennapod/storage/DBTasks.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-08Added settings and description label to FeedInfoActivity, improved layoutdaniel oeh
2013-10-08Added tests for DBReaderdaniel oeh
2013-10-08Add feed preference to include/exclude certain feeds from auto downloadsMichael Kaiser
2013-10-05Execute autodownload method on SingleThreadExecutordaniel oeh
2013-10-05Applied Action Mode workaround to DownloadActivitydaniel oeh
2013-10-04Fixed problem with automatic feed updatesdaniel oeh
2013-10-04Disable download log cleanup, handle media download before saving DownloadStatusdaniel oeh
Might resolve problems with failed downloads being reported as successful
2013-10-03Increased margins in gpodder.net pocast listdaniel oeh