Commit Graph

1551 Commits

Author SHA1 Message Date
daniel oeh aca79dc5b9 Fixed NullPointerException in AudioPlayer 2014-07-26 12:20:19 +02:00
daniel oeh f72769f8b4 Prepared release of version 0.9.9.2 2014-07-16 17:56:03 +02:00
daniel oeh f97a71d2f9 Made automatic flattr threshold configurable 2014-07-16 17:33:09 +02:00
daniel oeh 0513302c78 Fixed possible auto-download loop in DownloadService
fixes #443, fixes #468
2014-07-15 12:05:07 +02:00
daniel oeh c88ee27baa Hide menu items while fragment is loading
fixes #471
2014-07-15 01:14:55 +02:00
daniel oeh 99d68b2982 Hide local menu items when nav drawer is shown 2014-07-15 01:00:42 +02:00
daniel oeh 1b0ee017ce Removed "swipe to remove" from queue, replaced with context menu item.
closes #462
2014-07-13 10:48:04 +02:00
daniel oeh b87db68419 Added buttons to FeedItemDialog and the episode lists for items without an episode.
fixes #470, fixes #464
2014-07-13 10:31:13 +02:00
daniel oeh af4929728f Fixed NullPointerException in FeedMedia 2014-07-07 21:34:37 +02:00
daniel oeh 74294bad55 Remove leading and trailing whitespace in URLChecker. fixes #461 2014-07-07 21:01:37 +02:00
daniel oeh f59623bb94 Fixed ui tests 2014-07-06 13:49:02 +02:00
daniel oeh fb1fcb0600 Increased use of library methods 2014-07-06 13:48:38 +02:00
daniel oeh 60214f6306 Enabled Java 7 source compatibility 2014-07-06 12:37:43 +02:00
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