summaryrefslogtreecommitdiff
path: root/src/de/danoeh/antennapod/service/playback
AgeCommit message (Collapse)Author
2014-09-29Lock in PSMP was not properly releaseddaniel oeh
2014-09-29Merge branch 'notifymore' of git://github.com/mchelen/AntennaPod into ↵daniel oeh
mchelen-notifymore2
2014-09-28use persistant notification option for persistant lockscreen controlsMike Chelen
2014-08-05Acquire wifi lock if media file is being streameddaniel oeh
2014-08-05Acquire wake lock when playing mediadaniel oeh
2014-08-01Abandon audio focus when a phone call comes indaniel oeh
Otherwise playback continues directly after the end of the call
2014-07-31add settings options for persistent and expanded notificationsMike Chelen
2014-07-30Replaced ImageLoader and DiskCache with Picassodaniel oeh
Implemented Picasso Downloaders Replaced ImageLoader and DiskCache with Picasso Removed ImageLoader, DiskCache code
2014-07-30persistant expanded notification with play/pause/stop buttonsMike Chelen
2014-07-26Fixed auto-flattr when playback endsdaniel oeh
2014-07-16Made automatic flattr threshold configurabledaniel oeh
2014-07-07Fixed NullPointerException in FeedMediadaniel oeh
2014-07-06Increased use of library methodsdaniel oeh
2014-06-15Only report unknown keycode if PlaybackService is playingdaniel oeh
2014-06-07Make seek time configurableDavid Reiss
A 30-second seek time is way to long for me. Make the seek duration a configurable preference.
2014-06-07Show a toast when an unknown media key is pressedDavid Reiss
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-07Support next/previous media keysDavid Reiss
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-07Remove unnecessary braces in PlaybackService case blockDavid Reiss
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-07Bugfix: Playback could not be restarted in some cases. fixes #387daniel oeh
2014-04-27Fixed visibility issue with playback speed buttondaniel oeh
2014-03-28Replaced AppConfig.DEBUG with BuildConfig.DEBUGdaniel oeh
2014-03-28Support going back 30 seconds if less than 30 seconds have been played. ↵daniel oeh
closes #285
2014-03-19PlaybackPreferences were not written correctly when a playback error ↵daniel oeh
occurred (issue #374)
2014-03-19Playback was not completed correctly. Might fix issue #366 and #374daniel oeh
2014-02-23played_duration was updated incorrectlydaniel oeh
2014-02-17Merged pull-request #346daniel oeh
2014-02-17Merge branch 'flattr_queue_autoflattr' into develop (#331)daniel oeh
Other changes: - Changed FlattrStatusFetcher into Thread-subclass - Changed auto-flattr mechanism so that it's compatible with the updated PlaybackService - Changed a couple of strings Conflicts: src/de/danoeh/antennapod/storage/DBReader.java src/de/danoeh/antennapod/storage/DBWriter.java src/de/danoeh/antennapod/util/menuhandler/FeedItemMenuHandler.java src/instrumentationTest/de/test/antennapod/storage/DBReaderTest.java
2014-02-15Added RejectedExecutionHandler to Runnabledaniel oeh
2014-02-14Added content descriptions to imagebuttons and imageviewsdaniel oeh
2014-02-14Resolved intent redelivery issuedaniel oeh
2014-02-11Fixed race condition when sleep timer expiresdaniel oeh
2014-02-11Bugfixesdaniel oeh
- Skipping an episode did not work - pauseOnHeadsetDisconnect preference was not updated correctly
2014-02-10PLAY and PLAY_PAUSE keycode was not handled correctly in prepared statedaniel oeh
2014-02-10Fixed issue with switching between audio and video playerdaniel oeh
2014-02-10Resolved problems with ending playback.daniel oeh
- OnPreparedListener removed: not necessary anymore, because end of preparing playback is handled manually
2013-12-30Avoid seeking to position 0 (#208).daniel oeh
2013-12-30Applied bugfix from pull-request #313daniel oeh
2013-12-30Use AspectRatioVideoView instead of standard video viewdaniel oeh
2013-12-29Updated video player UIdaniel oeh
2013-12-29Adapted remaining classes to new playback service modeldaniel oeh
2013-12-25Made PlaybackService use the PSMP and PSTMdaniel oeh
2013-12-22Added basic tests for PlaybackServiceMediaPlayerdaniel oeh
2013-12-20Added tests for PlaybackServiceTaskManagerdaniel oeh
2013-12-20Added first version of PlaybackServiceMediaPlayerdaniel oeh
2013-12-15Moved background tasks of PlaybackService into PlaybackServiceTaskManagerdaniel oeh
2013-12-15Created playback package inside service packagedaniel oeh