Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-02 | Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into ↵ | Tom Hennen | |
move-to-top | |||
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 suggestions list | daniel oeh | |
Turned off at the moment | |||
2013-09-01 | Added dialog to change password | daniel oeh | |
2013-09-01 | Added subscription syncing | daniel oeh | |
2013-08-31 | Implemented authentication process | daniel oeh | |
2013-08-31 | Added GpodnetPreferences | daniel oeh | |
2013-08-31 | Visual improvements when loading images | daniel oeh | |
2013-08-31 | Images in podcast directory should now be displayed correctly | daniel oeh | |
2013-08-31 | Added subscribe button to online feed view | daniel oeh | |
2013-08-31 | Set user agent header when making http requests | daniel oeh | |
2013-08-31 | FeedItemStatistics were wrong if podcast had items with no media file | daniel oeh | |
2013-08-31 | Temporarily disabled episode filter option | daniel oeh | |
This might be added again later | |||
2013-08-31 | New episodes weren't marked as unread | daniel oeh | |
2013-08-30 | Eventdistributor listener was registered incorrectly | daniel oeh | |
2013-08-29 | Load itemlistdata after listview has been created | daniel oeh | |
2013-08-29 | Merge branch 'move-to-top' of git://github.com/TomHennen/AntennaPod into ↵ | daniel oeh | |
TomHennen-move-to-top | |||
2013-08-28 | Updated unit tests | daniel oeh | |
2013-08-25 | Reader was closed before importWorker was done | daniel oeh | |
2013-08-25 | Catch ActivityNotFoundException in VariableSpeedDialog | daniel oeh | |
Exception might be thrown if app runs on an emulator | |||
2013-08-25 | Merge branch 'playback-speed' into develop | daniel oeh | |
Conflicts: proguard.cfg src/de/danoeh/antennapod/storage/DBTasks.java | |||
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 |