summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/MediaplayerActivity.java
AgeCommit message (Collapse)Author
2016-07-02Merge pull request #2055 from ↵Martin Fietz
DevFactory/release/Lamdbas_containing_only_one_statement_should_not_nest_this_statement_in_a_block squid:S1602 - Lamdbas containing only one statement should not nest this statement in a block.
2016-06-29Fixed rule 'Lamdbas containing only one statement should not nest this ↵Soso Tughushi
statement in a block'
2016-06-24Prevent NPEsMartin Fietz
2016-06-07adapt ui to different flavorsDomingos Lopes
2016-06-04Create one flavor with Google Cast support and one (free) withoutMartin Fietz
2016-05-01avoid stopping playback after skipping (and changing media type)Domingos Lopes
2016-04-28give error feedback to the userDomingos Lopes
2016-04-24allow fine control on where to show the cast buttonDomingos Lopes
2016-04-24move playback speed button methods inside AudioplayerActivityDomingos Lopes
2016-04-24hide playback speed button when casting (upon button update)Domingos Lopes
2016-04-24hide the playbackspeed button on the castplayer activityDomingos Lopes
2016-04-24have hardware buttons change media volume ONLY when not castingDomingos Lopes
2016-04-23Add the casting feature to PlaybackServiceDomingos Lopes
2016-04-23add cast button to important activitiesDomingos Lopes
2016-03-25RefactorMartin Fietz
2016-03-25RefactorMartin Fietz
2016-03-25React to enabling sonic mediaplayerMartin Fietz
2016-03-25RefactorMartin Fietz
2016-03-22code cleaning:Domingos Lopes
- lambda expressions, method references, - multi catches, - remove unnecessary keywords (public keyword on interface method signatures, static on interfaces or enums, final on private method signatures), - == false expressions, - diamond type (<>) expressions, - replace StringBuffer with StringBuilder for local variables used by a single thread, - replace Arrays.asList with Collections.singletonList whenever applicable, - inline variable returns (whenever the variable name's meaning is not important to understand the code), - replace some chains of if/else if/... with switch/case, - break append(a + b) into append(a).append(b) for StringBuilder objects, - unused import statements, - reduce log TAGs to 23 characters, - MaterialDialog callback deprecated, - ActionBarActivity for AppCompatActivity,
2016-03-16Remove unnecessary listenerMartin Fietz
2016-03-16Merge pull request #1763 from mfietz/issue/1762-audioplayer-leakMartin Fietz
Audioplayer: Prevent leak
2016-03-16Merge pull request #1703 from domingos86/volume-converter-fixMartin Fietz
fix the volume conversion upon user interaction
2016-03-16Merge pull request #1689 from mfietz/issue/1687-delay-hide-controlsMartin Fietz
Video player: Delay controls hide on interaction
2016-03-14Prevent NumberFormatExceptionMartin Fietz
2016-03-13Prevent leakMartin Fietz
2016-03-05Implement OnErrorMartin Fietz
2016-03-03Preference playback speed string has to be in US localeMartin Fietz
2016-03-03Print speed according to localeMartin Fietz
2016-03-01Fix play-pause after re-opening audioplayerMartin Fietz
2016-02-23Prevent NPEMartin Fietz
2016-02-23RefactorMartin Fietz
2016-02-20inicialize the volume SeekBars on audio controls to the values on ↵Domingos Lopes
UserPreferences
2016-02-20fix the volume conversion upon user interactionDomingos Lopes
move the conversion formula to a new method in core.util.Converter
2016-02-18Delay control hiding when button pressedMartin Fietz
2016-02-16Don't NPEMartin Fietz
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