summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/storage/DBTasks.java
AgeCommit message (Expand)Author
2014-08-06Prevent flattr login if API keys are missingdaniel oeh
2014-07-15Fixed possible auto-download loop in DownloadServicedaniel oeh
2014-07-05Re-wrote FlattrClickWorkerdaniel oeh
2014-05-17Re-added EventDistributor call to DBTasks.updateFeed()daniel oeh
2014-05-17Improved syncing speed for large amounts of feeds. fixes #371daniel oeh
2014-05-17Treat feeds with same title and different download URLs as different feeds. f...daniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-17Implemented DownloadAuthenticationActivitydaniel oeh
2014-03-04Fixed FC when refreshing feeds on Gingerbread. fixes #361daniel oeh
2014-02-27Do not add things to the flattr queue if the user isn't logged indaniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
2014-02-05* make FlattrClickWorker drop toast when launched interactivelySimon Rutishauser
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-12-15Created playback package inside service packagedaniel oeh
2013-10-09Fixed a bug that might cause the wrong episode to be auto-deleteddaniel 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-05Execute autodownload method on SingleThreadExecutordaniel oeh
2013-10-04Fixed problem with automatic feed updatesdaniel oeh
2013-09-29this consolidates the code from pull request #253 (flattr queue and auto flat...Simon Rutishauser
2013-09-05Merge branch 'gpoddernet' into developdaniel oeh
2013-09-01Added subscription syncingdaniel oeh
2013-08-31New episodes weren't marked as unreaddaniel oeh
2013-08-28Updated unit testsdaniel oeh
2013-08-25Merge branch 'playback-speed' into developdaniel oeh
2013-08-21Fixed problems with auto-cleanupdaniel oeh
2013-08-20Fixed ConcurrentModificationException in performAutoCleanupdaniel oeh
2013-08-10Added documentation to DBTasksdaniel oeh
2013-08-05Refresh lock was used incorrectlydaniel oeh
2013-08-04Ported search components 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-05-26Added search methods to DBTasksdaniel oeh
2013-05-26Implemented refresh, auto-download, auto-cleanup methodsdaniel oeh
2013-05-17Implemented several DBTasks and DBWriter methodsdaniel oeh
2013-04-27Created DB* classesdaniel oeh