summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/MediaplayerActivity.java
AgeCommit message (Collapse)Author
2018-04-30Issue #2579: Provide share Link in episode playback screen evenorionlee
when the episode has no link - Use podcast link as the fallback. Also bug fix share link with position: to include epsiode and podcast title.
2018-04-09Removing PiP option for unsupported devicesByteHamster
2018-04-09Allow to enter PiP automaticallyByteHamster
2018-04-09Added checks for PiP supportByteHamster
2018-01-21Merge branch 'develop' into picture-in-pictureH. Lehmann
2018-01-21Removed unused importByteHamster
2018-01-14static modifier is redundant for inner enumsMartin Fietz
2018-01-14Weaken declaration accessMartin Fietz
2018-01-11Fixed backstack when pressing up arrowByteHamster
2018-01-09Added Picure in pictureByteHamster
2017-10-21Shared element transition of coverByteHamster
2017-05-03Added null and instanceof checksByteHamster
2017-05-03Allow sharing feed file, as suggested in #2236ByteHamster
2016-10-02Removed commented out debugging code and superfluous comments.eraymond
Change order of protected static keywords.
2016-09-28Added preference settings to customize fastforward and rewind delta. Closes ↵eraymond
#2129. Minor: Fixes title case in preference setting titles Minor: Fixes typo in naming of UserPreferences.getFastFowardSecs to UserPreferences.getFastForwardSecs.
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