summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod
AgeCommit message (Collapse)Author
2013-09-06Merge branch 'move-to-top' of git://github.com/TomHennen/AntennaPod into ↵daniel oeh
TomHennen-move-to-top
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-08-29Merge branch 'move-to-top' of git://github.com/TomHennen/AntennaPod into ↵daniel oeh
TomHennen-move-to-top
2013-08-28Updated unit testsdaniel oeh
2013-08-25Reader was closed before importWorker was donedaniel oeh
2013-08-25Catch ActivityNotFoundException in VariableSpeedDialogdaniel oeh
Exception might be thrown if app runs on an emulator
2013-08-25Merge branch 'playback-speed' into developdaniel oeh
Conflicts: proguard.cfg src/de/danoeh/antennapod/storage/DBTasks.java
2013-08-23Catch RuntimeException thrown by MediaPlayer constructordaniel 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-20Fixed ConcurrentModificationException in performAutoCleanupdaniel oeh
2013-08-19Reduced number of FindBugs warningsdaniel oeh
2013-08-19Made sure that downloads list is only modified on the UI threaddaniel oeh
2013-08-19Fixed HttpDownloaderTestdaniel oeh
2013-08-19Made FeedItem/FeedMedia objects easier to createdaniel oeh
2013-08-18Fixed #254.daniel oeh
feed:// is now replaced with http://
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-17Catch ActivityNotFoundException to prevent crash.daniel oeh
This problem occurred with some podcasts using embedded youtube videos. In these cases, the 'http:"-part of the URL was missing and therefore, no activity for viewing the URL was found.
2013-08-17PlaybackService crashed when media file was incorrect/not founddaniel oeh
2013-08-17Merge branch 'http-downloader-check-size' of ↵daniel oeh
git://github.com/andrewgaul/AntennaPod into andrewgaul-http-downloader-check-size Conflicts: src/de/danoeh/antennapod/service/download/HttpDownloader.java
2013-08-16Merge branch 'develop' into playback-speed-tmpdaniel oeh
2013-08-16Resolved Android 2.3 issuesdaniel oeh
2013-08-16Merge branch 'playback-speed' of git://github.com/TheRealFalcon/AntennaPod ↵daniel oeh
into playback-speed-tmp Conflicts: src/de/danoeh/antennapod/activity/AudioplayerActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/util/playback/PlaybackController.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' into playback-speeddaniel oeh
Conflicts: pom.xml src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-16Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵Tom Hennen
move-to-top
2013-08-15Fixed nullpointerexception caused by FeedlistFragmentdaniel oeh
2013-08-15Removing last item in the queue didn't workdaniel oeh
2013-08-15Several bugfixesdaniel oeh
2013-08-15Merged pull-request #246daniel 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-14Fixed searchdaniel oeh
2013-08-14Re-added pull-requestdaniel oeh
Was accidentally removed during merge
2013-08-14Merge branch 'master' of git://github.com/brettle/AntennaPod into brettle-masterdaniel oeh
2013-08-14Added test classes for DB*-classesdaniel oeh
2013-08-10Merge branch 'feedmanager_removal' into developdaniel oeh
Conflicts: src/de/danoeh/antennapod/activity/DownloadLogActivity.java src/de/danoeh/antennapod/activity/FeedItemlistActivity.java src/de/danoeh/antennapod/activity/ItemviewActivity.java src/de/danoeh/antennapod/activity/MiroGuideChannelViewActivity.java src/de/danoeh/antennapod/activity/OrganizeQueueActivity.java src/de/danoeh/antennapod/activity/PreferenceActivity.java src/de/danoeh/antennapod/fragment/EpisodesFragment.java src/de/danoeh/antennapod/fragment/FeedlistFragment.java src/de/danoeh/antennapod/fragment/ItemDescriptionFragment.java src/de/danoeh/antennapod/fragment/ItemlistFragment.java
2013-08-10Added documentation to DBTasksdaniel oeh
2013-08-09Added documentation to DBWriterdaniel oeh
2013-08-09Removed cachedDescription and cachedContentEncodeddaniel oeh
2013-08-08Added documentation to DBReaderdaniel oeh
2013-08-07Removed ActionbarSherlock dependencydaniel oeh
2013-08-06Removed ViewPagerIndicator dependencydaniel 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-05Do not display empty listview message while loadingdaniel oeh
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-04Removed last references to FeedManagerdaniel oeh