Commit Graph

1784 Commits

Author SHA1 Message Date
daniel oeh 8a2332f853 Added support for podlove alternate feeds
http://podlove.org/alternate-feeds/
2014-05-25 16:45:54 +02:00
daniel oeh dbff918e3a Added support for "pcast"-protocol, start FeedViewActivity immediately when clicking on a link. closes #425 2014-05-25 15:40:12 +02:00
daniel oeh eb0f48d3c3 Disabled update of rewritten URLs in gpodder.net sync service
Othwerwise, feeds might be synced twice
2014-05-24 16:36:39 +02:00
daniel oeh fb232bed3f Added missing resource 2014-05-20 18:36:46 +02:00
daniel oeh 1ee50e81ae Removed unused resources, reduced number of lint warnings 2014-05-19 01:05:48 +02:00
daniel oeh fe7af4265d Cleaned up manifest, moved intent filters from AddFeedActivity to MainActivity 2014-05-19 00:24:22 +02:00
daniel oeh 0f3b77ed8e Merge branch 'newgui' into develop. closes #407
Conflicts:
	res/layout/feedinfo.xml
2014-05-19 00:04:19 +02:00
daniel oeh f5cbd52fdc Fixed: Pull-to-refresh was not working when there were no new episodes 2014-05-18 23:58:48 +02:00
daniel oeh 81fd465276 Fix permissions in .travis.yml 2014-05-18 22:28:05 +02:00
daniel oeh 1f4de2489f Emulator should run in background 2014-05-18 22:21:56 +02:00
daniel oeh f47a6d5597 Added travis config file 2014-05-18 22:12:08 +02:00
daniel oeh 0d1d256ee4 Added gradle wrapper script 2014-05-18 22:11:12 +02:00
daniel oeh 4c0a8297e1 Added support for file downloads to HTTP test server, update media player tests 2014-05-18 21:33:50 +02:00
daniel oeh 6266f5b298 Implemented Httpbin server for HttpDownloader testing
gzip not working yet
2014-05-18 11:56:15 +02:00
daniel oeh 4f8fbf9ed9 Merge branch 'better-feedparser-tests' into develop 2014-05-18 00:09:45 +02:00
daniel oeh ae0ef6ea6c Finished basic feed tests 2014-05-18 00:05:07 +02:00
daniel oeh 4a5077b803 Re-added EventDistributor call to DBTasks.updateFeed() 2014-05-17 21:47:46 +02:00
daniel oeh 7365fc3d5d Auto-download episodes on DownloadService shutdown. fixes #316 closes #408 2014-05-17 21:44:20 +02:00
daniel oeh cd91098fde Improved syncing speed for large amounts of feeds. fixes #371
- Bundle db operations in FeedSyncThread
- Show "Processing downloads" message instead of "0 downloads left"
2014-05-17 21:31:52 +02:00
daniel oeh c1c3dc593e Treat feeds with same title and different download URLs as different feeds. fixes #101 2014-05-17 17:24:52 +02:00
daniel oeh 4ef7fccf75 Added playback speeds below 1.0. fixes #413 2014-05-17 16:48:55 +02:00
daniel oeh 583361b19f Open drawer on first launch 2014-05-17 14:58:21 +02:00
daniel oeh 2186055c2d Added "swipe to refresh" in new episodes list 2014-05-17 14:39:16 +02:00
daniel oeh 0d1803413c Improved space usage of title area in episode dialog 2014-05-17 13:49:03 +02:00
daniel oeh 640b36912a Improved spacing in FeedItemlist and Downloads list
- Removed InternalFeedItemlistAdapter
2014-05-17 13:22:15 +02:00
daniel oeh bb9683b86a Moved "show info" into itemlist header 2014-05-12 19:15:37 +02:00
daniel oeh 155774557c Reopen episode dialog on configuration change 2014-05-12 18:55:58 +02:00
daniel oeh aa700fe4b8 Added missing file from previous commit 2014-05-12 18:54:39 +02:00
daniel oeh c78081fbd9 Reimplemented move to top/bottom feature in queue fragment
- move to top(bottom) is now disabled for the item at the first(last) item instead of removed. closes #380
2014-05-12 18:12:15 +02:00
daniel oeh 6444d5433a Split "new episodes" list into two lists 2014-05-11 02:13:13 +02:00
daniel oeh cd845c3d6e Fixed: gpodder.net taglist searched local subscriptions instead of gpodder.net 2014-05-11 00:52:55 +02:00
daniel oeh d0ff899990 Fixed Download screen problems and download report notification 2014-05-11 00:48:02 +02:00
Matthias Schütz bea0876a99 NUM_LENGTH should be 1024 for accurate download progess display
unless NUM_LENGTH is 1024, the displayed size is 0KB or 0MB etc. for growing ranges below the respective boundary i.e. 1000-1023, 1024000-1048575
2014-05-07 09:09:15 +02:00
daniel oeh cb9741b417 Bugfix: Title in audio player was invisible in some cases 2014-04-28 10:43:41 +02:00
daniel oeh 1aacb3ad4d Fixed visibility issue with playback speed button 2014-04-27 22:54:53 +02:00
daniel oeh f8c2c42fc9 Improved spacing 2014-04-27 21:59:31 +02:00
daniel oeh 95c5f0309f Added icons to nav-items in navigation drawer 2014-04-27 19:50:22 +02:00
daniel oeh 999490310b Added more HttpDownloader tests 2014-04-27 19:03:52 +02:00
daniel oeh 00ef0f6e77 Resume failed downloads. closes #168 2014-04-27 19:03:35 +02:00
daniel oeh 6f77dea838 Prevent media files from being deleted after a failed download 2014-04-27 17:02:37 +02:00
daniel oeh 8769d29cef Made sure that the downloaded-attribute of FeedFile does not reach an inconsistent state
(downloaded=false and file_url != null)
2014-04-27 16:35:25 +02:00
daniel oeh c881b7982c Allow modification of feed username and password, propagate credentials to episodes. fixes #395 2014-04-27 01:42:48 +02:00
daniel oeh a0ef9f5a87 Made strings in Sleep timer dialog translatable. fixes #394 2014-04-27 00:48:20 +02:00
daniel oeh 2e22685c79 Merge branch 'develop' into newgui
Conflicts:
	src/de/danoeh/antennapod/activity/MainActivity.java
2014-04-26 23:58:00 +02:00
daniel oeh df55792d27 Updated dependencies 2014-04-26 23:51:07 +02:00
daniel oeh 6672f0106e Fixed potential image loading issue of FeedMedia 2014-04-26 23:32:45 +02:00
daniel oeh 68494fd022 Load data in onResume instead of onCreate 2014-04-26 23:22:06 +02:00
daniel oeh a7c8438b15 Improved fonts 2014-04-26 23:07:11 +02:00
daniel oeh acfc26a142 Bugfix: Hebrew translation was not displayed 2014-04-26 11:30:05 +02:00
daniel oeh 1fe2a8da45 Resolved dialog issues + fragment crashes 2014-04-22 13:55:20 +02:00