summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/storage/PodDBAdapter.java
AgeCommit message (Expand)Author
2014-01-15* don't load all Feeds and FeedItems to memory when refreshing the flattr statusSimon Rutishauser
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 F...Simon Rutishauser
2013-12-31Merge branch 'develop_flattr_queue_autoflattr' of git://github.com/peschmae0/...daniel oeh
2013-10-08Merge branch 'feed_preferences' into developdaniel oeh
2013-10-08Add feed preference to include/exclude certain feeds from auto downloadsMichael Kaiser
2013-10-04Fixed problem with automatic feed updatesdaniel oeh
2013-10-04Disable download log cleanup, handle media download before saving DownloadStatusdaniel oeh
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto flat...Simon Rutishauser
2013-09-23Statistics for Feeds with no items are now loaded correctly. fixes #283daniel oeh
2013-09-11Added FeedPreferences classdaniel oeh
2013-09-11Added standard column selection for Feed tabledaniel oeh
2013-09-05Merge branch 'gpoddernet' into developdaniel oeh
2013-09-02Upload changes instead of whole subscription listdaniel oeh
2013-09-01Added subscription syncingdaniel oeh
2013-08-31FeedItemStatistics were wrong if podcast had items with no media filedaniel oeh
2013-08-21Playback position wasn't reset to 0 when playback has endeddaniel oeh
2013-08-21Fixed problems with auto-cleanupdaniel oeh
2013-08-17Merge branch 'findbugs' of git://github.com/andrewgaul/AntennaPod into andrew...daniel oeh
2013-08-15Several bugfixesdaniel oeh
2013-08-14Added test classes for DB*-classesdaniel oeh
2013-08-09Added documentation to DBWriterdaniel oeh
2013-08-08Added documentation to DBReaderdaniel oeh
2013-08-06Several bugfixes in database queriesdaniel oeh
2013-08-05Merge branch 'develop' into feedmanager_removaldaniel oeh
2013-08-05Added FeedItemStatistics.daniel oeh
2013-08-04Ported search components to DB*-classesdaniel oeh
2013-08-04Ported playback classes to DB* classesdaniel oeh
2013-08-03Improved DownloadService, several bugfixesdaniel oeh
2013-08-02Organizing the queue now works, several bugfixes etc.daniel oeh
2013-07-14Address FindBugs warningsAndrew Gaul
2013-06-29Promote DownloadError to enum for type-safetyAndrew Gaul
2013-06-01Ported several classes from FeedManager to DB*-classesdaniel 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-07Fixed: Search queries with ' caused crashdaniel oeh
2013-04-06Moved setQueue into transactiondaniel oeh
2013-02-24limited access to feed items, feeds, playback history and download logdaniel oeh
2012-12-19Use transaction when deleting a feeddaniel 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