1763 Commits

Author SHA1 Message Date
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
David Reiss
500483ba69 Make seek time configurable
A 30-second seek time is way to long for me.  Make the seek duration a
configurable preference.
2014-06-07 23:41:19 -07:00
David Reiss
a78c5173dc Show a toast when an unknown media key is pressed
This is just an idea.  If people want more media keys supported, they
will be able to use this toast to report exactly what key codes their
hardware is generating.

If you don't want to include this, just let me know and I can remove it
from the pull request.
2014-06-07 23:41:19 -07:00
David Reiss
12660478a8 Support next/previous media keys
The "seek" buttons in my car send "next" and "previous" media key codes,
rather than "fast forward" and "rewind", so update the playback service
to recognize them.

fixes #386
fixes #432
2014-06-07 23:41:19 -07:00
David Reiss
817769672a Remove unnecessary braces in PlaybackService case block
The other blocks in this switch don't have braces, and they would look a
little silly when I add an extra case label.
2014-06-07 23:41:19 -07: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
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