-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overlapping fonts #5096
Comments
The same issue was reported in the past. However it was caused by using a custom font. I think that the solution is displaying the title of videos in only 1 line if the font size is too large. Another way is adding an option to customize the font size in app. |
Hello! I'd like to work on this enhancement. Can i assigned to this issue? :) |
I think that the solution is converting sp to dp. |
Done ;) |
issue : TeamNewPipe#5096 changed : sp -> dp
issue : TeamNewPipe#5096 changed : - rollback dp->sp. - If additional textView is overlapped, only title view shows.
@wangear Could you provide a built debug APK with these changes so that @KatoriYuu can test them to see if it now works? |
@TacoTheDank The CI is here for APKs: https://github.com/TeamNewPipe/NewPipe/suites/2249030764/artifacts/46755391 |
@TiA4f8R Thank you |
@wangear Hi, I have tried the debug version. However, the problem with channels card still persists. I can see that your solution is hiding the view counter to make more space for title, which I think is not really convenient. Can you try to solve this in some other ways? I would prefer increasing the height of every card, or if it's not possible, I'm fine with displaying the title in one line, too. |
@KatoriYuu the problem with channels card still persists -> Sorry. I'll fix it. |
I forgot 😅 still getting used to the switch to github actions |
@KatoriYuu I think that thumbnail position is better in the middle how about you? |
@wangear Wow, that looks great. I agree with you, the thumbnail should be placed in the middle. |
@KatoriYuu All right. Thank you. |
issue : TeamNewPipe#5096 changed : - Remove treeObserve and hiding logic. - RelativeLayout -> ConstraintLayout. - layout size fixed -> wrap_content. - if text size is bigger, layout height bigger too.
issue : TeamNewPipe#5096 changed : - remove unusable variable
…ng-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.
…ng-pressing 'Popup' button (TeamNewPipe/NewPipe#5813) * Overlapping fonts TeamNewPipe/NewPipe#5096 issue : TeamNewPipe/NewPipe#5096 * Overlapping fonts TeamNewPipe/NewPipe#5096 issue : TeamNewPipe/NewPipe#5096 changed : - If additional textView is overlapped, only title view shows. * Overlapping fonts TeamNewPipe/NewPipe#5096 issue : TeamNewPipe/NewPipe#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 TeamNewPipe/NewPipe#5096 issue : TeamNewPipe/NewPipe#5096 changed : - remove unusable variable * Crash on tapping anywhere on video after long-pressing 'Popup' button TeamNewPipe/NewPipe#5804 issue : TeamNewPipe/NewPipe#5804 changed : - checked null - fixed NullPointerException.
Checklist
Steps to reproduce the bug
Use the largest font size in Android setting.
Actual behaviour
Texts are overlapped.
Expected behavior
Everything works correctly.
Screenshots/Screen recordings
Logs
Device info
The text was updated successfully, but these errors were encountered: