summaryrefslogtreecommitdiff
path: root/src/de/danoeh
AgeCommit message (Collapse)Author
2012-10-04Changed behavior of continuous playbackdaniel oeh
2012-10-04Changed behavior of download reportsdaniel oeh
2012-10-03Moved Opml import button to AddfeedActivity, Opml export button todaniel oeh
preferences
2012-10-03PlaybackService now adds completed items to the playbackhistorydaniel oeh
2012-10-03Implemented PlaybackHistoryActivitydaniel oeh
2012-10-02Implemented methods for modifying the playback historydaniel oeh
2012-10-02Added playbackCompletionDate attributedaniel oeh
2012-10-02Added support for play/pause key on wired headsetdaniel oeh
2012-10-01Use XmlStreamReader in TypeGetter, closes #23daniel oeh
2012-09-27Use title as the first alternative of the feed identifier0.9.5daniel oeh
2012-09-27Changed behavior of getIdentifyingValue()daniel oeh
2012-09-27Don't hide lockscreen controls after headset has been disconnecteddaniel oeh
2012-09-26Fixed possible nullpointerexception in onPositionObserverUpdate()daniel oeh
2012-09-26Fixed crash when removing feeddaniel oeh
2012-09-26Check if response code is HTTP_OK before downloadingdaniel oeh
2012-09-26Atom feedparser didn't read enclosures correctlydaniel oeh
2012-09-26Workaround for #17daniel oeh
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