index
:
AntennaPod
add_dot_yamllint
develop
fix/import_isnt_export
fix/import_isnt_export-3.6.0
fix/inform_on_db_moved
fix/inform_on_db_moved-3.6.0
master
A podcast manager for Android
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
de
/
danoeh
/
antennapod
/
service
/
playback
Age
Commit message (
Expand
)
Author
2014-08-05
Acquire wifi lock if media file is being streamed
daniel oeh
2014-08-05
Acquire wake lock when playing media
daniel oeh
2014-08-01
Abandon audio focus when a phone call comes in
daniel oeh
2014-07-30
Replaced ImageLoader and DiskCache with Picasso
daniel oeh
2014-07-26
Fixed auto-flattr when playback ends
daniel oeh
2014-07-16
Made automatic flattr threshold configurable
daniel oeh
2014-07-07
Fixed NullPointerException in FeedMedia
daniel oeh
2014-07-06
Increased use of library methods
daniel oeh
2014-06-15
Only report unknown keycode if PlaybackService is playing
daniel oeh
2014-06-07
Make seek time configurable
David Reiss
2014-06-07
Show a toast when an unknown media key is pressed
David Reiss
2014-06-07
Support next/previous media keys
David Reiss
2014-06-07
Remove unnecessary braces in PlaybackService case block
David Reiss
2014-06-07
Bugfix: Playback could not be restarted in some cases. fixes #387
daniel oeh
2014-04-27
Fixed visibility issue with playback speed button
daniel oeh
2014-03-28
Replaced AppConfig.DEBUG with BuildConfig.DEBUG
daniel oeh
2014-03-28
Support going back 30 seconds if less than 30 seconds have been played. close...
daniel oeh
2014-03-19
PlaybackPreferences were not written correctly when a playback error occurred...
daniel oeh
2014-03-19
Playback was not completed correctly. Might fix issue #366 and #374
daniel oeh
2014-02-23
played_duration was updated incorrectly
daniel oeh
2014-02-17
Merged pull-request #346
daniel oeh
2014-02-17
Merge branch 'flattr_queue_autoflattr' into develop (#331)
daniel oeh
2014-02-15
Added RejectedExecutionHandler to Runnable
daniel oeh
2014-02-14
Added content descriptions to imagebuttons and imageviews
daniel oeh
2014-02-14
Resolved intent redelivery issue
daniel oeh
2014-02-11
Fixed race condition when sleep timer expires
daniel oeh
2014-02-11
Bugfixes
daniel oeh
2014-02-10
PLAY and PLAY_PAUSE keycode was not handled correctly in prepared state
daniel oeh
2014-02-10
Fixed issue with switching between audio and video player
daniel oeh
2014-02-10
Resolved problems with ending playback.
daniel oeh
2013-12-30
Avoid seeking to position 0 (#208).
daniel oeh
2013-12-30
Applied bugfix from pull-request #313
daniel oeh
2013-12-30
Use AspectRatioVideoView instead of standard video view
daniel oeh
2013-12-29
Updated video player UI
daniel oeh
2013-12-29
Adapted remaining classes to new playback service model
daniel oeh
2013-12-25
Made PlaybackService use the PSMP and PSTM
daniel oeh
2013-12-22
Added basic tests for PlaybackServiceMediaPlayer
daniel oeh
2013-12-20
Added tests for PlaybackServiceTaskManager
daniel oeh
2013-12-20
Added first version of PlaybackServiceMediaPlayer
daniel oeh
2013-12-15
Moved background tasks of PlaybackService into PlaybackServiceTaskManager
daniel oeh
2013-12-15
Created playback package inside service package
daniel oeh