Commit Graph

1538 Commits

Author SHA1 Message Date
daniel oeh b6c3dd9858 Re-wrote FlattrClickWorker 2014-07-05 22:39:55 +02:00
daniel oeh 16caf87e2b Reduced number of lint warnings 2014-07-05 21:12:50 +02:00
daniel oeh 4f8c934595 Improved timecode link insertion 2014-06-29 13:23:27 +02:00
daniel oeh bb6c360cb7 Webview style was not applied correctly 2014-06-29 12:59:24 +02:00
daniel oeh d6e0104337 Added long-press menu for timecode links 2014-06-29 12:53:01 +02:00
daniel oeh 6b5d269185 Integrated timecode highlighting into Audioplayer 2014-06-29 03:33:22 +02:00
daniel oeh c9c69aa7c7 Added first implementation of the Timeline class 2014-06-29 02:50:09 +02:00
daniel oeh 2633d17046 Updated build.gradle 2014-06-28 14:02:24 +02:00
daniel oeh ff612a04cd Fixed: NullPointerException in OnlineFeedView 2014-06-16 01:26:48 +02:00
daniel oeh 30017a316e Implemented Feed-discovery in OnlineFeedView 2014-06-16 01:22:46 +02:00
daniel oeh 7fc0e73ea7 Implemented FeedDiscoverer 2014-06-16 00:16:48 +02:00
daniel oeh 859eabb7a3 Added support for itpc-protocol. closes #333 2014-06-15 21:22:36 +02:00
daniel oeh a275786640 Remove HTML markup in OnlineFeedView. closes #401 2014-06-15 21:02:35 +02:00
daniel oeh 8a951d0dbf Show keyboard when opening TimeDialog. fixes #436 2014-06-15 20:35:50 +02:00
daniel oeh 5ede220e63 Replaced TimerDialog with HmsDialog from the BetterPickers-library 2014-06-15 20:21:31 +02:00
daniel oeh 45646d4c26 Only report unknown keycode if PlaybackService is playing 2014-06-15 18:22:15 +02:00
daniel oeh cdf663ffa5 Merge branch 'seek' of git://github.com/dreiss/AntennaPod into dreiss-seek 2014-06-15 17:55:19 +02:00
daniel oeh 7aa0d3be10 Merge branch 'axq-patch-1' into develop 2014-06-14 13:38:46 +02:00
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
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 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