summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/storage
AgeCommit message (Collapse)Author
2013-09-09Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
move-to-top
2013-09-05Merge branch 'gpoddernet' into developdaniel oeh
Conflicts: AndroidManifest.xml res/values/arrays.xml res/values/strings.xml res/xml/preferences.xml src/de/danoeh/antennapod/activity/PreferenceActivity.java
2013-09-04Deleting a media file didn't work correctlydaniel oeh
2013-09-02Updated moveQueue functions to all use dbExec to start tasksTom Hennen
* created a helper function (moveQueueItemHelper) that does all the moving * Updated moveQueueItemToTop and moveQueueItemToBottom to use the helper function while using the ExecutorService * Updated moveQueueItem to use the helper function as well.
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-31New episodes weren't marked as unreaddaniel oeh
2013-08-28Updated unit testsdaniel oeh
2013-08-25Merge branch 'playback-speed' into developdaniel oeh
Conflicts: proguard.cfg src/de/danoeh/antennapod/storage/DBTasks.java
2013-08-21Playback position wasn't reset to 0 when playback has endeddaniel oeh
2013-08-21Fixed problems with auto-cleanupdaniel oeh
2013-08-20Fixed ConcurrentModificationException in performAutoCleanupdaniel oeh
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-08-17Merge branch 'findbugs' of git://github.com/andrewgaul/AntennaPod into ↵daniel oeh
andrewgaul-findbugs Conflicts: src/de/danoeh/antennapod/activity/DownloadActivity.java src/de/danoeh/antennapod/asynctask/OpmlExportWorker.java src/de/danoeh/antennapod/feed/Feed.java src/de/danoeh/antennapod/feed/FeedItem.java src/de/danoeh/antennapod/feed/FeedMedia.java src/de/danoeh/antennapod/service/download/DownloadStatus.java src/de/danoeh/antennapod/storage/DownloadRequester.java src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-08-16* updated code to reuse existing function for moving items in the queueTom Hennen
* added 'move to bottom'
2013-08-16added move to top to individual items in the episode queue. Move to bottom ↵Tom Hennen
coming soon.
2013-08-16Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
move-to-top
2013-08-15Several bugfixesdaniel oeh
2013-08-14added a 'move to top' function to DBWriter that puts the provided item at ↵Tom Hennen
the top of the queue. There may be a way to do this while re-using the existing move function. Perhaps a helper is in order.
2013-08-14Re-added pull-requestdaniel oeh
Was accidentally removed during merge
2013-08-14Added test classes for DB*-classesdaniel oeh
2013-08-10Added documentation to DBTasksdaniel 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-05Refresh lock was used incorrectlydaniel oeh
2013-08-05Merge branch 'develop' into feedmanager_removaldaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/feed/FeedManager.java src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/service/download/DownloadService.java src/de/danoeh/antennapod/service/download/DownloadStatus.java src/de/danoeh/antennapod/service/download/HttpDownloader.java src/de/danoeh/antennapod/storage/DownloadRequester.java src/de/danoeh/antennapod/storage/PodDBAdapter.java src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-05Removed FeedManagerdaniel oeh
DBReader, DBTasks and DBWriter should be used instead from now on
2013-08-05Added FeedItemStatistics.daniel oeh
Makes it possible to get number of (new, in progress) episodes of a feed without loading the whole list of items
2013-08-04Ported search components to DB*-classesdaniel oeh
2013-08-04Ported playback classes to DB* classesdaniel oeh
2013-08-04Ported playback service to DB* classesdaniel oeh
2013-08-03Merge branch 'mat-tso-inteligent_namefile' into developdaniel oeh
2013-08-03Improved DownloadService, several bugfixesdaniel oeh
- DownloadService should now terminate properly as soon as all downloads have been completed. - Notification bug ("0 downloads left" notification) should be fixed
2013-08-02Organizing the queue now works, several bugfixes etc.daniel oeh
2013-07-14Address FindBugs warningsAndrew Gaul
This commit fixes 36 of the 109 warnings.
2013-06-29Promote DownloadError to enum for type-safetyAndrew Gaul
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
DownloadStatus is now used only for finished downloads, whereas DownloadRequest is used for running/unfinished downloads
2013-05-17Implemented several DBTasks and DBWriter methodsdaniel oeh
2013-05-16Build media file name based on item titlemat tso
Use the media item title as a filename base if exist, fallback on the url name otherwise.
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