summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod
AgeCommit message (Collapse)Author
2013-08-31Images in podcast directory should now be displayed correctlydaniel oeh
2013-08-31Added subscribe button to online feed viewdaniel oeh
2013-08-31Set user agent header when making http requestsdaniel oeh
2013-08-24Added search, taglist, pocdasttaglist etc.daniel oeh
2013-08-22Improved AddFeedActivity layout, added gpodder.net toplist fragmentdaniel oeh
2013-08-22Added ImageDiskCachedaniel oeh
2013-08-21Added classes for accessing gpodder.net servicedaniel oeh
Directory + Subscription upload/download
2013-08-21Playback position wasn't reset to 0 when playback has endeddaniel oeh
2013-08-21Fixed problems with auto-cleanupdaniel 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-16Resolved Android 2.3 issuesdaniel oeh
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-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
2013-08-04Ported search components to DB*-classesdaniel oeh
2013-08-04Ported playback classes to DB* classesdaniel oeh
2013-08-04Ported PlaybackController to DB*-classesdaniel oeh
2013-08-04Ported playback service to DB* classesdaniel oeh
2013-08-04Merge branch 'nineoldandroids' of git://github.com/patheticpat/AntennaPod ↵daniel oeh
into patheticpat-nineoldandroids
2013-08-03Fixes issue #249 (Cannot use Kinivo BTC450 bluetooth car kit to playDean Brettle
after pause). The problem was that audioManager.abandonAudioFocus() was being called before remoteControlClient.setPlaybackState(). That seems to have prevented the BTC450 from knowing that the audio was paused. As a result, the BTC450 continued to send "pause" instead of "play" for subsequent button presses. The fix just moves the call to abandonAudioFocus() until after setPlaybackState() has been called.
2013-08-03Set seek time of media keys to 30 seconds.daniel oeh
2013-08-03Merged #226 into developdaniel oeh
2013-08-03Merge branch 'mat-tso-inteligent_namefile' into developdaniel oeh