1516 Commits

Author SHA1 Message Date
daniel oeh
5a199bfedd Merge branch 'patch-1' of git://github.com/axq/AntennaPod into axq-patch-1 2014-06-14 13:38:33 +02:00
daniel oeh
466dbbf1b0 Hide queue/unread count in navdrawer if it is 0 2014-06-14 13:30:01 +02:00
daniel oeh
25cc7dde50 Fixed proguard issues 2014-06-14 13:29:10 +02:00
daniel oeh
2ab4b67d78 Pulled translations 2014-06-14 11:18:37 +02:00
daniel oeh
a0ece5b5ec Fixed NullPointerException in FeedInfoActivity 2014-06-14 11:12:08 +02:00
daniel oeh
4c4b28062d Fixed NullPointerException in ImageDiskCache 2014-06-14 11:05:59 +02:00
daniel oeh
1e28ad36df Fixed: BadTokenException in OnlineFeedView 2014-06-14 10:51:56 +02:00
daniel oeh
b261de232f Prepared release of version 0.9.9.1 2014-06-09 11:26:17 +02:00
daniel oeh
60ded0e12e Crop by character in navdrawer. fixes #457 2014-06-09 11:07:56 +02:00
daniel oeh
80066bcf01 Replaced deprecated symbols in build.gradle 2014-06-08 14:02:00 +02:00
daniel oeh
d9a610fb61 Show queue size and number of unread items in navdrawer. closes #453 2014-06-08 13:57:32 +02:00
daniel oeh
c3e0ac9e74 Added test cases for starting playback 2014-06-07 16:38:29 +02:00
daniel oeh
c4e0078382 Bugfix: Playback could not be restarted in some cases. fixes #387 2014-06-07 16:38:04 +02:00
daniel oeh
a174b4db75 Bugfix: Parser failures were not reported properly. fixes #450 2014-06-07 14:10:44 +02:00
daniel oeh
998d3f1628 Added progress bar to queue items 2014-06-07 13:51:01 +02:00
daniel oeh
d058b47460 Added 'new' indicator to all episodes view + layout improvements 2014-06-07 13:17:25 +02:00
daniel oeh
2629c9ee22 Removed unused files 2014-06-07 13:16:52 +02:00
daniel oeh
7220c65ef4 Improved menu behavior in all episodes view
fixes #451
2014-06-07 12:36:47 +02:00
daniel oeh
9bdc003a8c Removed pull-to-refresh
Causes too much accidental updates
2014-06-07 12:35:55 +02:00
daniel oeh
9e1eba29ab Updated version numbers in build.gradle
requires submodule update
2014-06-07 11:32:11 +02:00
axq
e4737bcc34 Update copyright year to 2014
I wondered if the app was stale the first time I opened the about page.  Users should feel great about an app with this much development activity.
2014-06-01 08:59:41 -07:00
daniel oeh
e715a43ac9 Fixed up-/back-button behavior in PreferenceActivity. fixes #412, fixes #107 2014-06-01 17:56:35 +02:00
daniel oeh
d08888300a Merge branch 'ui-tests' into develop 2014-06-01 17:31:40 +02:00
daniel oeh
78f725d50d Added basic MainActivity tests 2014-06-01 14:32:48 +02:00
daniel oeh
662f8a4679 Finished UITestUtils implementation 2014-06-01 14:32:06 +02:00
daniel oeh
b2ae4c15d1 Added missing contentIntent 0.9.9.0 2014-05-31 11:18:29 +02:00
daniel oeh
aeb3e99938 Do not show dialog if activity has been closed
Should fix BadTokenException in OnlineFeedViewActivity
2014-05-31 11:09:58 +02:00
daniel oeh
cdee2f8278 Dismiss item dialog when starting playback of downloaded episode 2014-05-31 10:59:21 +02:00
daniel oeh
ec0e6a07d9 Pulled translations 2014-05-31 10:52:05 +02:00
daniel oeh
ab499aa688 Merge branch 'patch-1' of git://github.com/mschuetz/AntennaPod into mschuetz-patch-1 2014-05-31 10:39:44 +02:00
daniel oeh
6407e680dd Added UI test classes 2014-05-30 21:11:44 +02:00
daniel oeh
55224e5164 Prepared release of version 0.9.9.0 2014-05-29 18:23:24 +02:00
daniel oeh
65324d0ba9 Upgraded flattr4j library. fixes #437 2014-05-29 18:04:58 +02:00
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