straw/app/src
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
..
androidTest/java/org/schabi/newpipe Fix tests 2021-03-12 23:21:54 +01:00
debug Clean up unnecessary onCreate in settings fragments 2021-03-22 16:38:36 -04:00
main Fix overlapping fonts and crash on tapping anywhere on video after long-pressing 'Popup' button (#5813) 2021-03-31 10:10:14 +02:00
release/res/xml Format all XML resources 2020-10-14 11:04:48 +02:00
test Use PrettyTime's new formatUnrounded(OffsetDateTime) method. 2021-03-18 06:38:12 +05:30