Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-24 | Added search, taglist, pocdasttaglist etc. | daniel oeh | |
2013-08-23 | Catch RuntimeException thrown by MediaPlayer constructor | daniel oeh | |
2013-08-22 | Improved AddFeedActivity layout, added gpodder.net toplist fragment | daniel oeh | |
2013-08-22 | Added ImageDiskCache | daniel oeh | |
2013-08-21 | Added classes for accessing gpodder.net service | daniel oeh | |
Directory + Subscription upload/download | |||
2013-08-21 | Merge branch 'develop' of git://github.com/sethoscope/AntennaPod into ↵ | daniel oeh | |
sethoscope-develop | |||
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-19 | Made sure that downloads list is only modified on the UI thread | daniel oeh | |
2013-08-19 | Added more tests | daniel oeh | |
2013-08-19 | Fixed HttpDownloaderTest | daniel oeh | |
2013-08-19 | Made FeedItem/FeedMedia objects easier to create | daniel oeh | |
2013-08-18 | Fixed #254. | daniel oeh | |
feed:// is now replaced with http:// | |||
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-17 | Catch 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-17 | PlaybackService crashed when media file was incorrect/not found | daniel oeh | |
2013-08-17 | Merge 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-17 | Added ability to build releases with gradle | daniel oeh | |
2013-08-16 | Proguard issues | daniel oeh | |
2013-08-16 | Merge branch 'develop' into playback-speed-tmp | daniel oeh | |
2013-08-16 | Resolved Android 2.3 issues | daniel oeh | |
2013-08-16 | Merge 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 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' into playback-speed | daniel oeh | |
Conflicts: pom.xml src/de/danoeh/antennapod/service/PlaybackService.java src/de/danoeh/antennapod/util/playback/PlaybackController.java | |||
2013-08-16 | Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵ | Tom Hennen | |
move-to-top | |||
2013-08-15 | Fixed proguard.cfg | daniel oeh | |
2013-08-15 | Fixed nullpointerexception caused by FeedlistFragment | daniel oeh | |
2013-08-15 | Removing last item in the queue didn't work | daniel oeh | |
2013-08-15 | Updated android gradle plugin | daniel oeh | |
2013-08-15 | Several bugfixes | daniel oeh | |
2013-08-15 | Merged pull-request #246 | 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 | updated name of the preference to use 'FocusLoss' rather than ↵ | Tom Hennen | |
'Notifications' to more accurately reflect what it does | |||
2013-08-14 | Adds an option to pause audio while audio focus is lost. This is helpful ↵ | Tom Hennen | |
when using navigation apps (for example) so that you can hear what the navigation app says and you don't miss whatever was being said on your podcast. Without this setting checked they may wind up talking over each other, which can be confusing. | |||
2013-08-14 | Fixed search | daniel oeh | |
2013-08-14 | Re-added pull-request | daniel oeh | |
Was accidentally removed during merge | |||
2013-08-14 | Merge branch 'master' of git://github.com/brettle/AntennaPod into brettle-master | daniel oeh | |
2013-08-14 | Merge branch 'android-test-dependency-fix' of ↵ | daniel oeh | |
git://github.com/TomHennen/AntennaPod into TomHennen-android-test-dependency-fix | |||
2013-08-14 | Added test classes for DB*-classes | daniel oeh | |
2013-08-13 | added android-test as a dependency to resolve build problems | Tom Hennen | |
2013-08-11 | Restructured unit test folders to support the new build system | daniel oeh | |
2013-08-10 | Merge branch 'feedmanager_removal' into develop | daniel 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-10 | Added documentation to DBTasks | daniel oeh | |
2013-08-09 | Added documentation to DBWriter | daniel oeh | |
2013-08-09 | Removed cachedDescription and cachedContentEncoded | daniel oeh | |
2013-08-08 | Added documentation to DBReader | daniel oeh | |
2013-08-07 | Change target sdk version to 18 | daniel oeh | |