Commit Graph

1576 Commits

Author SHA1 Message Date
daniel oeh 3c08859517 Load itemlistdata after listview has been created 2013-08-29 14:16:09 +02:00
danieloeh 6043f79128 Merge pull request #266 from TomHennen/patch-1
Updated so that the headings display properly
2013-08-29 03:24:10 -07:00
daniel oeh ad98592608 Merge branch 'move-to-top' of git://github.com/TomHennen/AntennaPod into TomHennen-move-to-top 2013-08-29 11:39:40 +02:00
Tom Hennen f96a278063 Updated so that the headings display properly
Previously headings would just display with two ** on either side of the heading.

The proper markdown is to use '-' underneath the heading.
2013-08-28 19:58:57 -04:00
daniel oeh fb1d348e28 Updated unit tests 2013-08-28 19:41:00 +02:00
daniel oeh 307fda7ca9 Reader was closed before importWorker was done 2013-08-25 15:15:58 +02:00
daniel oeh b92b6bd421 Catch ActivityNotFoundException in VariableSpeedDialog
Exception might be thrown if app runs on an emulator
2013-08-25 14:17:52 +02:00
daniel oeh b1911e5ff7 Merge branch 'playback-speed' into develop
Conflicts:
	proguard.cfg
	src/de/danoeh/antennapod/storage/DBTasks.java
2013-08-25 14:06:41 +02:00
daniel oeh 74b9bfdcc3 Added search, taglist, pocdasttaglist etc. 2013-08-24 14:23:31 +02:00
daniel oeh e8d0abe954 Catch RuntimeException thrown by MediaPlayer constructor 2013-08-23 14:58:09 +02:00
daniel oeh 1376b52848 Improved AddFeedActivity layout, added gpodder.net toplist fragment 2013-08-22 15:11:37 +02:00
daniel oeh 1c8dc43a7f Added ImageDiskCache 2013-08-22 11:55:19 +02:00
daniel oeh 1563ab4ff8 Added classes for accessing gpodder.net service
Directory + Subscription upload/download
2013-08-21 17:39:01 +02:00
daniel oeh 1e35a88194 Merge branch 'develop' of git://github.com/sethoscope/AntennaPod into sethoscope-develop 2013-08-21 16:14:47 +02:00
daniel oeh f9dd57de12 Playback position wasn't reset to 0 when playback has ended 2013-08-21 16:13:34 +02:00
daniel oeh 4291a96f2f Fixed problems with auto-cleanup 2013-08-21 15:23:47 +02:00
daniel oeh eeec2d846f Fixed ConcurrentModificationException in performAutoCleanup 2013-08-20 19:04:31 +02:00
daniel oeh fd5f1fcc0b Reduced number of FindBugs warnings 2013-08-19 15:12:44 +02:00
daniel oeh ffd1070270 Made sure that downloads list is only modified on the UI thread 2013-08-19 11:27:58 +02:00
daniel oeh 467ced31ee Added more tests 2013-08-19 11:27:25 +02:00
daniel oeh a86cf89183 Fixed HttpDownloaderTest 2013-08-19 10:56:42 +02:00
daniel oeh 6e1a533bf7 Made FeedItem/FeedMedia objects easier to create 2013-08-19 10:56:16 +02:00
daniel oeh ba28e2523e Fixed #254.
feed:// is now replaced with http://
2013-08-18 11:46:40 +02:00
daniel oeh b9fbc48168 Merge branch 'findbugs' of git://github.com/andrewgaul/AntennaPod into 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 18:51:30 +02:00
daniel oeh 7c4715128c Catch ActivityNotFoundException to prevent crash.
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 17:18:12 +02:00
daniel oeh 462ff3cadc PlaybackService crashed when media file was incorrect/not found 2013-08-17 17:05:14 +02:00
daniel oeh 46459b7c43 Merge branch 'http-downloader-check-size' of git://github.com/andrewgaul/AntennaPod into andrewgaul-http-downloader-check-size
Conflicts:
	src/de/danoeh/antennapod/service/download/HttpDownloader.java
2013-08-17 15:54:04 +02:00
daniel oeh 27de106259 Added information on how to contribute 2013-08-17 15:37:45 +02:00
daniel oeh aa135093af Added ability to build releases with gradle 2013-08-17 14:18:50 +02:00
daniel oeh f9874dde93 Proguard issues 2013-08-16 22:17:05 +02:00
daniel oeh 6b5b4df295 Merge branch 'develop' into playback-speed-tmp 2013-08-16 21:42:13 +02:00
daniel oeh 5fb6f376c0 Resolved Android 2.3 issues 2013-08-16 21:41:42 +02:00
daniel oeh 8337739ab4 Merge branch 'playback-speed' of git://github.com/TheRealFalcon/AntennaPod 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 21:22:35 +02:00
Tom Hennen b886c38308 * updated code to reuse existing function for moving items in the queue
* added 'move to bottom'
2013-08-16 15:19:56 -04:00
Tom Hennen 2d83b39c27 added move to top to individual items in the episode queue. Move to bottom coming soon. 2013-08-16 14:39:54 -04:00
daniel oeh f6c5251b98 Merge branch 'develop' into playback-speed
Conflicts:
	pom.xml
	src/de/danoeh/antennapod/service/PlaybackService.java
	src/de/danoeh/antennapod/util/playback/PlaybackController.java
2013-08-16 20:15:48 +02:00
Tom Hennen 82bdfe05ac Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into move-to-top 2013-08-16 11:14:01 -04:00
daniel oeh 3994d02ddf Fixed proguard.cfg 2013-08-15 22:34:06 +02:00
daniel oeh c2a5f583e9 Fixed nullpointerexception caused by FeedlistFragment 2013-08-15 21:29:14 +02:00
daniel oeh f42746555e Removing last item in the queue didn't work 2013-08-15 19:24:16 +02:00
daniel oeh 4c9f4cf4de Updated android gradle plugin 2013-08-15 13:25:57 +02:00
daniel oeh 9073343a95 Several bugfixes 2013-08-15 13:11:08 +02:00
daniel oeh cc71896137 Merged pull-request #246 2013-08-15 11:39:24 +02:00
Tom Hennen 07277b2fef added a 'move to top' function to DBWriter that puts the provided item at 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 15:12:14 -04:00
Tom Hennen bd4c365c11 updated name of the preference to use 'FocusLoss' rather than 'Notifications' to more accurately reflect what it does 2013-08-14 12:47:04 -04:00
Tom Hennen 3f8e6c26a3 Adds an option to pause audio while audio focus is lost. This is helpful 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 12:26:03 -04:00
daniel oeh 6b69f7fe28 Fixed search 2013-08-14 17:22:13 +02:00
daniel oeh a1b0b5ac09 Re-added pull-request
Was accidentally removed during merge
2013-08-14 15:46:30 +02:00
daniel oeh cb27c28c09 Merge branch 'master' of git://github.com/brettle/AntennaPod into brettle-master 2013-08-14 14:53:42 +02:00
daniel oeh 3cf1646c91 Merge branch 'android-test-dependency-fix' of git://github.com/TomHennen/AntennaPod into TomHennen-android-test-dependency-fix 2013-08-14 14:40:23 +02:00