summaryrefslogtreecommitdiff
path: root/src/de/danoeh
AgeCommit message (Collapse)Author
2014-02-27Do not add things to the flattr queue if the user isn't logged indaniel oeh
- Bugfix: The no-token dialog was shown every time a feed was refreshed if the user wasn't logged in and had clicked the "flattr this" button before
2014-02-24Fixed behavior of flattr button in MediaPlayerActivitydaniel oeh
2014-02-23played_duration was updated incorrectlydaniel oeh
2014-02-23Prepared release of version 0.9.8.1daniel oeh
2014-02-17Resolved issue with guids in rss 2 feeds. fixes #351 and #336daniel oeh
2014-02-17FeedStatistics list was not sorted correctlydaniel oeh
2014-02-17Merged pull-request #346daniel oeh
2014-02-17Reformatted codedaniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-02-15Moved communication with DownloadService into DownloadObserverdaniel oeh
2014-02-15Added RejectedExecutionHandler to Runnabledaniel oeh
2014-02-14Added content descriptions to imagebuttons and imageviewsdaniel oeh
2014-02-14Resolved intent redelivery issuedaniel oeh
2014-02-12Acquire Wi-Fi lock before downloading. Should fix issue #110 and #243daniel oeh
- Adds the WAKE_LOCK permission
2014-02-11Create only one HttpClient instance instead of one per downloaddaniel oeh
2014-02-11Make sort order in feed list case-insensitive. closes issue #339daniel oeh
2014-02-11Fixed order of playback history. closes issue #325daniel oeh
2014-02-11Fixed race condition when sleep timer expiresdaniel oeh
2014-02-11Merge branch 'playbackservice_rewrite' into developdaniel oeh
2014-02-11Bugfixesdaniel oeh
- Skipping an episode did not work - pauseOnHeadsetDisconnect preference was not updated correctly
2014-02-10PLAY and PLAY_PAUSE keycode was not handled correctly in prepared statedaniel oeh
2014-02-10Fixed issue with switching between audio and video playerdaniel oeh
2014-02-10Resolved problems with ending playback.daniel oeh
- OnPreparedListener removed: not necessary anymore, because end of preparing playback is handled manually
2014-02-10Bugfix: Video was paused when starteddaniel oeh
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
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-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-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-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-19Fixed menu item visibilitydaniel oeh