Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-09 | Fixed a bug that might cause the wrong episode to be auto-deleted | daniel oeh | |
2013-10-08 | Merge branch 'feed_preferences' into develop | daniel oeh | |
Conflicts: res/values/strings.xml src/de/danoeh/antennapod/storage/DBTasks.java src/de/danoeh/antennapod/storage/PodDBAdapter.java | |||
2013-10-08 | Added tests for DBReader | daniel oeh | |
2013-10-08 | Add feed preference to include/exclude certain feeds from auto downloads | Michael Kaiser | |
2013-10-05 | Execute autodownload method on SingleThreadExecutor | daniel oeh | |
2013-10-04 | Fixed problem with automatic feed updates | daniel oeh | |
2013-10-04 | Disable download log cleanup, handle media download before saving DownloadStatus | daniel oeh | |
Might resolve problems with failed downloads being reported as successful | |||
2013-09-23 | Statistics for Feeds with no items are now loaded correctly. fixes #283 | daniel oeh | |
2013-09-12 | Merge branch 'TomHennen-move-to-top' into develop | daniel oeh | |
2013-09-12 | Call moveQueueItemHelper instead of moveQueueItem | daniel oeh | |
2013-09-11 | Added FeedPreferences class | daniel oeh | |
2013-09-11 | Added standard column selection for Feed table | daniel oeh | |
2013-09-11 | Merge branch 'release-0975' into develop | daniel oeh | |
2013-09-11 | "markFeedRead" and "markAllItemsRead" did not work correctly | daniel oeh | |
2013-09-09 | Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵ | Tom Hennen | |
move-to-top | |||
2013-09-05 | Merge branch 'gpoddernet' into develop | daniel 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-04 | Deleting a media file didn't work correctly | daniel oeh | |
2013-09-02 | Updated moveQueue functions to all use dbExec to start tasks | Tom 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-02 | Upload changes instead of whole subscription list | daniel oeh | |
2013-09-01 | Added subscription syncing | daniel oeh | |
2013-08-31 | FeedItemStatistics were wrong if podcast had items with no media file | daniel oeh | |
2013-08-31 | New episodes weren't marked as unread | daniel oeh | |
2013-08-28 | Updated unit tests | daniel oeh | |
2013-08-25 | Merge branch 'playback-speed' into develop | daniel oeh | |
Conflicts: proguard.cfg src/de/danoeh/antennapod/storage/DBTasks.java | |||
2013-08-21 | Playback position wasn't reset to 0 when playback has ended | daniel oeh | |
2013-08-21 | Fixed problems with auto-cleanup | daniel oeh | |
2013-08-20 | Fixed ConcurrentModificationException in performAutoCleanup | daniel oeh | |
2013-08-19 | Reduced number of FindBugs warnings | daniel oeh | |
2013-08-17 | Merge 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 queue | Tom Hennen | |
* added 'move to bottom' | |||
2013-08-16 | added move to top to individual items in the episode queue. Move to bottom ↵ | Tom Hennen | |
coming soon. | |||
2013-08-16 | Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵ | Tom Hennen | |
move-to-top | |||
2013-08-15 | Several bugfixes | daniel oeh | |
2013-08-14 | added 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-14 | Re-added pull-request | daniel oeh | |
Was accidentally removed during merge | |||
2013-08-14 | Added test classes for DB*-classes | daniel oeh | |
2013-08-10 | Added documentation to DBTasks | daniel oeh | |
2013-08-09 | Added documentation to DBWriter | daniel oeh | |
2013-08-08 | Added documentation to DBReader | daniel oeh | |
2013-08-06 | Several bugfixes in database queries | daniel oeh | |
2013-08-05 | Refresh lock was used incorrectly | daniel oeh | |
2013-08-05 | Merge branch 'develop' into feedmanager_removal | daniel 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-05 | Removed FeedManager | daniel oeh | |
DBReader, DBTasks and DBWriter should be used instead from now on | |||
2013-08-05 | Added 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-04 | Ported search components to DB*-classes | daniel oeh | |
2013-08-04 | Ported playback classes to DB* classes | daniel oeh | |
2013-08-04 | Ported playback service to DB* classes | daniel oeh | |
2013-08-03 | Merge branch 'mat-tso-inteligent_namefile' into develop | daniel oeh | |
2013-08-03 | Improved DownloadService, several bugfixes | daniel 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-02 | Organizing the queue now works, several bugfixes etc. | daniel oeh | |