summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/storage
AgeCommit message (Expand)Author
2013-08-04Ported playback classes to DB* classesdaniel oeh
2013-08-04Ported playback service to DB* classesdaniel oeh
2013-08-03Improved DownloadService, several bugfixesdaniel oeh
2013-08-02Organizing the queue now works, several bugfixes etc.daniel oeh
2013-06-01Ported several classes from FeedManager to DB*-classesdaniel oeh
2013-05-26Added search methods to DBTasksdaniel oeh
2013-05-26Implemented refresh, auto-download, auto-cleanup methodsdaniel oeh
2013-05-19Split DownloadStatus into two separate classesdaniel oeh
2013-05-17Implemented several DBTasks and DBWriter methodsdaniel oeh
2013-05-04Implemented DBWriter-methodsdaniel oeh
2013-05-01Added DBReader-methodsdaniel oeh
2013-04-27Created DB* classesdaniel oeh
2013-04-07Fixed NullpointerException in DownloadRequesterdaniel oeh
2013-04-07Fixed: Search queries with ' caused crashdaniel oeh
2013-04-06Moved setQueue into transactiondaniel oeh
2013-02-25Implemented EventDistributordaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2013-02-24Added UserPreferences class, limit access to unreadItems and queuedaniel oeh
2012-12-26Added data folder preferencedaniel oeh
2012-12-19Use transaction when deleting a feeddaniel oeh
2012-12-16Fixed issue #48daniel oeh
2012-11-11Merge branch 'description_update' into developdaniel oeh
2012-10-31Added option to take different filename if a file with that name existsdaniel oeh
2012-10-31Use title of feed for filename if availabledaniel oeh
2012-10-31Created FileNameGenerator classdaniel oeh
2012-10-28Searching descriptions should now workdaniel oeh
2012-10-28Added feed-column to SEL_FI_EXTRAdaniel oeh
2012-10-28Added methods for searching descriptions of feeditems in the database.daniel oeh
2012-10-24Added methods for getting cursors with different feeditemdaniel oeh
2012-10-24Created constants for feeditem selectionsdaniel oeh
2012-10-02Implemented methods for modifying the playback historydaniel oeh
2012-10-02Added playbackCompletionDate attributedaniel oeh
2012-09-25delete chapters when removing item from dbdaniel oeh
2012-09-23DownloadRequester now throws an exception if request is invaliddaniel oeh
2012-09-22Removed unused importsdaniel oeh
2012-09-21MediaHandler now reads id3 chaptersdaniel oeh
2012-09-21Renamed simplechapter variable namesdaniel oeh
2012-09-21Created abstract Chapter class to support other chapter typesdaniel oeh
2012-09-21Download log now also supports DownloadStatus objects whose feedfile isdaniel oeh
2012-09-20Added 'title' and 'reasonDetailed' attributes to DownloadStatusdaniel oeh
2012-09-13Fixed crash that occured if DB had saved a very large feeddaniel oeh
2012-09-02Added support for id-tag in Atom's feed-elementdaniel oeh
2012-08-18Made sure that cancelled/failed downloads are handled correctlydaniel oeh
2012-08-17Removed references to Downloadmanagerdaniel oeh
2012-08-17DownloadActivity should now display the content correctlydaniel oeh
2012-08-17Download should now workdaniel oeh
2012-08-16Downloads can now be cancelleddaniel oeh
2012-08-16Implemented download queueingdaniel oeh
2012-08-16Created abstract downloader classdaniel oeh
2012-08-11notifyDownloadService() in DownloadRequester now uses intents to notifydaniel oeh