summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod
AgeCommit message (Collapse)Author
2013-04-17Rename UndoItem to UndoTokenMichael Kaiser
2013-04-15Make removal of queued items undoableMichael Kaiser
2013-04-11Audioplayer didn't always restore its state correctlydaniel oeh
2013-04-11Merge branch 'master' of git://github.com/wseemann/AntennaPod into ↵daniel oeh
wseemann-master
2013-04-11Merge branch 'external_itemlist_update' into developdaniel oeh
2013-04-10Updated header view layoutdaniel oeh
2013-04-09Recognize 'application/xml+xhtml' as valid link type for websitedaniel oeh
2013-04-09Improved external itemlist layoutdaniel oeh
2013-04-09Check MIME-Type when parsing alternate linksMichael Kaiser
Some feeds offer alternate links to feeds representing the content in different formats, like MP3, AAC or Opus. AntennaPod must not falsely interpret them as the feed's website link.
2013-04-08Issue #109 (feature request) - Display metadata on bluetooth devices that ↵William Seemann
support AVRCP 1.3 and higher
2013-04-07Fixed NullpointerException in DownloadRequesterdaniel oeh
2013-04-07Catch RuntimeException thrown by MediaMetadataRetrieverdaniel oeh
2013-04-07Fixed: Search queries with ' caused crashdaniel oeh
2013-04-07Hide waiting list if emptydaniel oeh
2013-04-07Position of playing queue item can now be changeddaniel oeh
2013-04-06Moved setQueue into transactiondaniel oeh
2013-04-06Fixed IndexOutOfBoundsException in extractQueueFromCursordaniel oeh
2013-04-06Webview in AudioPlayerActivity now saves and restores its scrolldaniel oeh
position
2013-04-06AudioplayerActivity now saves and restores the selected positiondaniel oeh
2013-04-06Fixed nullpointerexception in AudioplayerActivitydaniel oeh
2013-04-05Fragments disappeared when dialog was openeddaniel oeh
2013-04-05Merge branch 'LatinSuD-master' into developdaniel oeh
2013-04-04Added landscape layout to audio playerdaniel oeh
2013-04-04Fix date parsingLatinSuD
Short year format specification works in both cases. Long year didn't.
2013-03-26Load playback service notification bitmap in another threaddaniel oeh
2013-03-25Chapter marks of streams are now loaded after playback has starteddaniel oeh
2013-03-25Formatted codedaniel oeh
2013-03-25Merge branch 'refresh_expired' of git://github.com/toggles/AntennaPod into ↵daniel oeh
toggles-refresh_expired
2013-03-25Merge branch 'master' of git://github.com/LatinSuD/AntennaPod into ↵daniel oeh
LatinSuD-master
2013-03-25Added workaround for PreferenceScreen bugdaniel oeh
http://code.google.com/p/android/issues/detail?id=4611
2013-03-25Added option to disable auto-downloaddaniel oeh
2013-03-24Fixed last commitLatinSuD
Fixed last commit. Which consisted in removing trailing spaces in filenames, as they are not supported in FAT filesystem.
2013-03-24Remove trailing spaces in filenamesLatinSuD
FAT does not support trailing spaces, so we must remove them
2013-03-24Only schedule expired feeds when update triggered.tommy watson
2013-03-24Starting playback will not start auto-download anymoredaniel oeh
2013-03-24Currently playing item cannot be removed from the queue any longerdaniel oeh
2013-03-24Removing a feed caused IndexOutOfBoundsException indaniel oeh
ExternalEpisodeAdapter
2013-03-20Fixed IndexOutOfBoundsException in EpisodesFragmentdaniel oeh
2013-03-20PlaybackController didn't always connect with PlaybackServicedaniel oeh
2013-03-16Added support for episode imagesdaniel oeh
2013-03-14Reset alarm on reboot and app upgradedaniel oeh
2013-03-14Merge branch 'toggles-update_alarm' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/PodcastApp.java
2013-03-14Merge branch 'update_alarm' of git://github.com/toggles/AntennaPod intodaniel oeh
toggles-update_alarm Conflicts: src/de/danoeh/antennapod/PodcastApp.java
2013-03-12FeedMedia wasn't saved if episode contained chapters (fixes #76)daniel oeh
2013-03-12Ignore first queue item when downloadingdaniel oeh
2013-03-11Shutdown connection manager after downloaddaniel oeh
2013-03-11Merge branch 'master' of git://github.com/ortylp/AntennaPod into ortylp-masterdaniel oeh
2013-03-10auto-cleanup deleted wrong number of episodesdaniel oeh
2013-03-10Removed DownloadObserverdaniel oeh
2013-03-10fix regression (issue #96): fix broken URLs in redirection instead of failingPaul Ortyl