Commit Graph

1340 Commits

Author SHA1 Message Date
daniel oeh 969170f0e8 Create only one HttpClient instance instead of one per download 2014-02-11 23:45:35 +01:00
daniel oeh fa1789b7dc Make sort order in feed list case-insensitive. closes issue #339 2014-02-11 20:28:04 +01:00
daniel oeh 5cabac4691 Fixed order of playback history. closes issue #325 2014-02-11 20:06:47 +01:00
daniel oeh 2e23302734 Updated version numbers in build.gradle 2014-02-11 20:06:03 +01:00
daniel oeh cceaa0e3be Fixed race condition when sleep timer expires 2014-02-11 19:28:53 +01:00
daniel oeh 5707d014d0 Merge branch 'playbackservice_rewrite' into develop 2014-02-11 18:58:08 +01:00
daniel oeh 8e05212c75 Bugfixes
- Skipping an episode did not work
- pauseOnHeadsetDisconnect preference was not updated correctly
2014-02-11 18:57:19 +01:00
daniel oeh ff285c5ad5 PLAY and PLAY_PAUSE keycode was not handled correctly in prepared state 2014-02-10 20:28:16 +01:00
daniel oeh 1a5949e030 Fixed issue with switching between audio and video player 2014-02-10 20:21:09 +01:00
daniel oeh 0b735b6026 Resolved problems with ending playback.
- OnPreparedListener removed: not necessary anymore, because end of preparing playback is handled manually
2014-02-10 20:06:50 +01:00
daniel oeh f278eaf74d Bugfix: Video was paused when started 2014-02-10 19:25:43 +01:00
daniel oeh 69f424e71c Improved error handling in MediaPlayerActivity 2014-02-10 19:05:33 +01:00
daniel oeh bad86d8284 Escape URLs in HttpDownloader. fixes #329, #332 2013-12-31 01:27:05 +01:00
daniel oeh aba5568176 Avoid seeking to position 0 (#208). 2013-12-30 02:47:13 +01:00
daniel oeh 162e1d4f98 Applied bugfix from pull-request #313 2013-12-30 01:23:47 +01:00
daniel oeh 999d10ae5d Updated version numbers in build.gradle 2013-12-30 00:58:21 +01:00
daniel oeh d597b056fb New media files in FeedItems were not handled correctly. Should fix #327 2013-12-30 00:53:00 +01:00
daniel oeh b038f3c877 Use AspectRatioVideoView instead of standard video view 2013-12-30 00:23:18 +01:00
daniel oeh 85800d14ac Updated video player UI 2013-12-29 22:13:18 +01:00
daniel oeh b864927709 Adapted remaining classes to new playback service model 2013-12-29 01:27:18 +01:00
daniel oeh e05a5c265b Made PlaybackService use the PSMP and PSTM 2013-12-25 22:29:10 +01:00
daniel oeh cfb3861fd0 Added basic tests for PlaybackServiceMediaPlayer 2013-12-22 20:44:46 +01:00
daniel oeh 5645509853 Added tests for PlaybackServiceTaskManager 2013-12-20 22:46:05 +01:00
daniel oeh 5448983288 Added first version of PlaybackServiceMediaPlayer 2013-12-20 21:07:44 +01:00
daniel oeh 513183bc84 Moved background tasks of PlaybackService into PlaybackServiceTaskManager 2013-12-15 02:45:19 +01:00
daniel oeh eee1f68a0d Created playback package inside service package 2013-12-15 02:25:10 +01:00
daniel oeh 8bf95b48dc Move feed preferences above description section. closes #309 2013-11-16 22:04:55 +01:00
daniel oeh 8b4834cf23 Made sure not to use multiple unreleased instances of MediaPlayer 2013-11-16 21:53:21 +01:00
daniel oeh c3adcca4d8 Theme in gpodder.net authentication screen was set incorrectly. fixes #310 2013-11-16 21:19:20 +01:00
daniel oeh ef922d018c Updated dependency version numbers, removed workaround for actionmode bug 2013-11-16 21:12:11 +01:00
daniel oeh 85975df9fb Pause button in playback service notification did not react 2013-10-19 18:47:35 +02:00
daniel oeh 3c61058d07 Fixed menu item visibility 2013-10-19 18:28:38 +02:00
daniel oeh ddaf1adfe8 Updated translations 2013-10-19 17:19:16 +02:00
daniel oeh 73f9506bb9 Download notification was not clickable on some API versions 2013-10-19 17:17:54 +02:00
daniel oeh e4bf457ece Prepared release of version 0.9.8.0 2013-10-12 11:48:45 +02:00
daniel oeh b6a532161e Updated gradle plugin to 0.6.+ 2013-10-12 11:40:02 +02:00
daniel oeh 0a7ceec644 https download URLs did not work correctly 2013-10-12 00:35:41 +02:00
daniel oeh 05c62ca32f Fixed race condition in testMarkAllItemsReadSameFeed 2013-10-12 00:30:24 +02:00
daniel oeh df9f6661e1 Fixed a bug that might cause the wrong episode to be auto-deleted 2013-10-09 19:52:33 +02:00
daniel oeh 09b93a8b4b strings.xml improvements 2013-10-09 12:37:25 +02:00
daniel oeh b6085f1920 Temporarily removed preference (again)
Might be re-added later.
2013-10-09 00:03:38 +02:00
daniel oeh e58922fad0 Merge branch 'feed_preferences' into develop
Conflicts:
	res/values/strings.xml
	src/de/danoeh/antennapod/storage/DBTasks.java
	src/de/danoeh/antennapod/storage/PodDBAdapter.java
2013-10-08 23:43:13 +02:00
daniel oeh cdd9a0dfde Added settings and description label to FeedInfoActivity, improved layout 2013-10-08 23:22:04 +02:00
daniel oeh a482899eef Added tests for DBReader 2013-10-08 17:39:08 +02:00
Michael Kaiser cb56bf053c Add feed preference to include/exclude certain feeds from auto downloads 2013-10-08 17:23:04 +02:00
daniel oeh f7bd65d9c1 Execute autodownload method on SingleThreadExecutor 2013-10-05 14:47:49 +02:00
daniel oeh abb3aaf5d9 Applied Action Mode workaround to DownloadActivity 2013-10-05 14:13:34 +02:00
daniel oeh 15446f1847 Fixed problem with automatic feed updates 2013-10-04 17:23:38 +02:00
daniel oeh 44e4924db9 Disable download log cleanup, handle media download before saving DownloadStatus
Might resolve problems with failed downloads being reported as successful
2013-10-04 16:14:15 +02:00
daniel oeh 7fcefdbbe7 Increased margins in gpodder.net pocast list 2013-10-03 14:57:38 +02:00