summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/MediaplayerActivity.java
AgeCommit message (Collapse)Author
2016-02-07Make audio controls dialog scrollable, adjust marginsMartin Fietz
2016-01-24Merge pull request #1605 from mfietz/issue/1603-change-speed-confusionTom Hennen
Eliminate confusion from UI elements that change playback speed
2016-01-24Eliminate confusion from UI elements that change playback speedMartin Fietz
2016-01-24Don't retain cover fragmentMartin Fietz
2016-01-23Video Player: Add rewind and fast forward buttonsMartin Fietz
2016-01-23RefactorMartin Fietz
2016-01-16Show "Install plugin" dialog if speed cannot be changedMartin Fietz
2016-01-16Audio player redesignMartin Fietz
Sleep timer and audio effects (e.g. balance) accessible from actionbar, fragment pager
2015-12-31Prevent NPEMartin Fietz
2015-12-28minor changes to fix #1493Tom Hennen
2015-12-20init editor onClickdethstar
change log from warning to debug instantly reflect the user change onClick
2015-12-20refactor to give a more descriptive namedethstar
add variable value to sharedPreferences on change load the correct info on loadMediaInfo if the variable was set to true
2015-12-20fix: only replace onProgressChanged if prog is different from 0dethstar
2015-12-20remove yet to be used imports and change from Boolean to booleandethstar
2015-12-20use duration instead of progress to show time left, fix time left on seekbar ↵dethstar
changes
2015-12-20allow to see time left of a podcast by tapping on the position textviewdethstar
2015-12-13Try to lower memory usageMartin Fietz
2015-11-08AlertDialog -> v7 AlertDialogMartin Fietz
2015-11-08Sleep timer dialogMartin Fietz
2015-09-05Add options to sleep timer dialogMartin Fietz
2015-08-26fix npe in media playerTom Hennen
2015-08-23Properly check if we should show links share items.Tom Hennen
Don't case the playable until we know it's actually a FeedMedia. Fixes AntennaPod/AntennaPod#1111
2015-08-02Changed string names relating to time units.Tom Hennen
Android can handle plurals and strings having the same names, but Transifex can't. Renamed the time_unit*'s to just time_ to make sure we got the correct translations.
2015-06-20Sharing in options and context menusMartin Fietz
2015-04-18FixesMartin Fietz
2015-04-10Set fast forward and rewind timeMartin Fietz
2015-04-06EventBus license, fixed NPE with undobar onHide(), no smarking on closing of ↵Martin Fietz
audio player activity
2015-04-05smart mark as played: media player activity, player widget, when media is ↵Martin Fietz
changed
2015-04-05Sync episode actions with gpodder, smart mark as playedMartin Fietz
* Create episode actions when episodes are downloaded, played, deleted and marked as read * Sync (download and upload) episode actions * MediaPlayerActivity deletes almost completely played episode on close * Improved parsing of datetime strings * Smart mark as played can be disabled or set in the preferences
2014-12-19Updated audio player layoutdaniel oeh
2014-10-25Removed use of indeterminate progress bardaniel oeh
No longer supported in version 21 of the support library
2014-10-24Removed betterpickers librarydaniel oeh
Not compatible to new support library
2014-10-11Moved core classes into subprojectdaniel oeh
2014-09-19Moved non-gui classes to 'core' packagedaniel oeh
2014-09-17Changed project structuredaniel oeh
Switched from custom layout to standard gradle project structure