NewPipe/app/src/main/java/org/schabi/newpipe/player
wangear 73cfa5499d
Fix overlapping fonts and crash on tapping anywhere on video after long-pressing 'Popup' button (#5813)
* Overlapping fonts #5096
issue : #5096

* Overlapping fonts #5096
issue : #5096
changed :
- If additional textView is overlapped, only title view shows.

* Overlapping fonts #5096
issue : #5096
changed :
- Remove treeObserve and hiding logic.
- RelativeLayout -> ConstraintLayout.
- layout size fixed -> wrap_content.
- if text size is bigger, layout height bigger too.

* Overlapping fonts #5096
issue : #5096
changed :
- remove unusable variable

* Crash on tapping anywhere on video after long-pressing 'Popup' button #5804
issue : #5804
changed :
- checked null
- fixed NullPointerException.
2021-03-31 10:10:14 +02:00
..
event Fix overlapping fonts and crash on tapping anywhere on video after long-pressing 'Popup' button (#5813) 2021-03-31 10:10:14 +02:00
helper Merge pull request #5457 from Redirion/exo123 2021-03-18 18:59:56 +01:00
mediasession Merge player classes into a single one 2021-01-14 10:25:44 +01:00
mediasource Update to ExoPlayer 2.12.3 2021-02-16 16:42:51 +01:00
playback Merge player classes into a single one 2021-01-14 10:25:44 +01:00
playqueue Apply the requested changes and little improvements 2021-01-16 13:23:42 +01:00
resolver Some general-purpose lint cleanup 2020-09-06 12:55:26 +02:00
AudioServiceLeakFix.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
MainPlayer.java Apply the requested changes and little improvements 2021-01-16 13:23:42 +01:00
NotificationConstants.java Remove hardcoded and duplicate strings, use exoplayer ones 2020-09-22 18:17:09 +02:00
NotificationUtil.java Merge player classes into a single one 2021-01-14 10:25:44 +01:00
Player.java Allow the user to pause while a video is buffering (#5929) 2021-03-29 18:00:00 +02:00
PlayerServiceBinder.java Merge player classes into a single one 2021-01-14 10:25:44 +01:00
PlayerState.java Improve code style to be more consistent 2020-04-02 15:57:50 +02:00
PlayQueueActivity.java Apply the requested changes and little improvements 2021-01-16 13:23:42 +01:00