summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/activity/VideoplayerActivity.java
AgeCommit message (Collapse)Author
2018-01-14Weaken declaration accessMartin Fietz
2018-01-09CleanupByteHamster
2018-01-09Do not open full activity from PiP modeByteHamster
2018-01-09Fixed black padding when returning from pipByteHamster
onConfigurationChanged returned slightly wrong size
2018-01-09Removed v14 compatibility codeByteHamster
2018-01-09Hide controls when entering PiPByteHamster
2018-01-09Allow to touch space next to video playerByteHamster
2018-01-09Fixed scaling of videoByteHamster
2018-01-09Added configChangesByteHamster
2018-01-09Added Picure in pictureByteHamster
2018-01-08Set video aspect on initial creationDirk Mueller
Previously on first start of a video the aspect ratio was not correct (annoying on a 18:9 phone as it doesn't match the usual 16:9 aspect ratio). So extract the code into a setupVideoAspectRatio() helper and call it from surfaceCreated as well.
2016-06-03Prevent NPEMartin Fietz
2016-05-01avoid stopping playback after skipping (and changing media type)Domingos Lopes
2016-04-28save current fragment before starting a different activityDomingos Lopes
2016-04-28give error feedback to the userDomingos Lopes
2016-04-26improve cast session changes after activity resumesDomingos Lopes
2016-04-24allow audioplayer and videoplayer to pass the view intent to the service if ↵Domingos Lopes
the app happens to be casting at the moment
2016-04-24switching between media player activitiesDomingos Lopes
2016-02-18Shorten control showing phaseMartin Fietz
2016-02-18Delay control hiding when button pressedMartin Fietz
2016-01-26Only setup player activities onceMartin Fietz
2016-01-23Video Player: Add rewind and fast forward buttonsMartin Fietz
2016-01-23RefactorMartin Fietz
2014-12-19Updated audio player layoutdaniel oeh
2014-12-08Video overlay was hidden in some casesdaniel oeh
2014-12-07Fixed fullscreen issues in video playerdaniel oeh
Affects issue #563
2014-11-19Call supportRequestWindowFeature before setting layout contentdaniel oeh
2014-11-06Controls in videoview were not hidden correctlydaniel oeh
fixes #363
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