summaryrefslogtreecommitdiff
path: root/app/src/main/java/de/danoeh/antennapod/view/ShownotesWebView.java
AgeCommit message (Collapse)Author
2020-07-12Fixed clicking timecodesByteHamster
2020-05-06Reduced probability for closing player accidentallyByteHamster
If the description is really short, the WebView shrinks. When touching below the WebView, one needs to slide pretty precisely to swipe horizontally. If there is a little bit of slope, the player closes (completely, without following the finger). This change resizes the WebView, so that one can not touch below it.
2020-05-03Fixed Snackbars being covered by audio playerByteHamster
2020-03-23Use AndroidX consumer instead of our ownByteHamster
2020-02-01Always allow clicking timecodesByteHamster
2020-02-01Reduced code duplicationByteHamster