summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/storage
AgeCommit message (Collapse)Author
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
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
Conflicts: src/de/danoeh/antennapod/feed/FeedItem.java
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
column selections
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