summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod
AgeCommit message (Collapse)Author
2012-09-26Release PlaybackController in onDestroy() method in MediaplayerActivitydaniel oeh
2012-09-26Made sure getDuration() and getCurrentPosition() are not called in andaniel oeh
invalid state
2012-09-25cancel chapter loader thread if service receives shutdown notificationdaniel oeh
2012-09-25delete chapters when removing item from dbdaniel oeh
2012-09-25Feeds weren't always deleted properlydaniel oeh
2012-09-25Added support for application/ogg MIME typedaniel oeh
2012-09-24If last played episode is deleted, change LAST_IS_STREAM to truedaniel oeh
2012-09-24FeedSyncThread will now check if feeditems are valid before savingdaniel oeh
2012-09-24Download failure wasn't reported on some devicesdaniel oeh
2012-09-24Use XmlStreamReader to support different encodingsdaniel oeh
2012-09-23Moved loadMediaInfo into onStart()daniel oeh
2012-09-23set feedfiletype in DownloadStatus contructordaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-23Abandon audio focus after playback has completeddaniel oeh
2012-09-23trim url when preparing itdaniel oeh
2012-09-23Moved WidgetUpdater to background threaddaniel oeh
2012-09-22Implemented auto-delete featuredaniel oeh
2012-09-22Added PREF_LAST_PLAYBACK_COMPLETEDdaniel oeh
2012-09-22Moved 'last played media' preference into default shared preferencedaniel oeh
2012-09-22Prevented infinite loop in skipBytes()daniel oeh
2012-09-22'Enqueue all' didn't savedaniel oeh
2012-09-22Hide 'mark unread' item in release versiondaniel oeh
2012-09-22Added support for 'Unknown Host' error messagedaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-22chapterValid() now tests for empty chapter listsdaniel oeh
2012-09-22Added support for reading chapters from streamsdaniel oeh
2012-09-22Merge branch 'develop' into chaptersdaniel oeh
2012-09-22Reload media info later if playbackservice has no media object when it'sdaniel oeh
queried
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh
2012-09-21Integrated id3 chapterreader in Antennapoddaniel oeh
2012-09-21Renamed simplechapter variable namesdaniel oeh
2012-09-21Created abstract Chapter class to support other chapter typesdaniel oeh
2012-09-21Auto-enqueue will now enqueue when the user starts the downloaddaniel oeh
2012-09-21Added menu item to download all items in the queuedaniel oeh
2012-09-21Implemented 'enqueue all'daniel oeh
2012-09-21Excluded cancelled downloads from the download service report and thedaniel oeh
download log
2012-09-21Download log now also supports DownloadStatus objects whose feedfile isdaniel oeh
null
2012-09-20Fixed scrolling issues in Downloadlogdaniel oeh
2012-09-20ReasonDetailed wasn't loaded on startupdaniel oeh
2012-09-20Updated DownloadLogAdapter to support changes in DownloadStatusdaniel oeh
2012-09-20Added title attribute to every DownloadStatus constructordaniel oeh
2012-09-20Added 'title' and 'reasonDetailed' attributes to DownloadStatusdaniel oeh
2012-09-19Cancelling the sleep timer should now work againdaniel oeh
2012-09-16Moved mediaplayer from DownloadService into MediaHandlerThreaddaniel oeh
2012-09-16Made sure that statusBeforeSeeking does not become SEEKINGdaniel oeh
2012-09-14Hide download progress in percent if download size is unknowndaniel oeh
2012-09-14Made sure PlaybackService only reacts to transient audio focus loss ifdaniel oeh
it's in the PLAYING state
2012-09-13Fixed crash that occured if DB had saved a very large feeddaniel oeh
2012-09-13Fix orientation change bug in ItemDescriptionFragmentdaniel oeh
2012-09-13Fixed menu item visibility in feeditemmenudaniel oeh