-
-
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 #5813
Overlapping fonts #5096 #5813
Conversation
issue : TeamNewPipe#5096 changed : sp -> dp
That does not really look like a good solution to me, because |
issue : TeamNewPipe#5096 changed : - rollback dp->sp. - If additional textView is overlapped, only title view shows.
All right. So I did only show the first line of the stream's title if there is not enough space. |
679bc75
to
2aeccc0
Compare
Please comment about my pr. |
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
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This fixes the issue, and I also really like the fact that some XML files were converted to ConstraintLayout. This should be done for each one, using RelativeLayout sucks ;-)
This will be merged after 0.21.0 is released.
…eamNewPipe#5804 issue : TeamNewPipe#5804 changed : - checked null - fixed NullPointerException.
update recent
oh..my god. 2 issues mixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good and works well. Thank you!
Btw, making a single PR for two issues is not a good idea, it's better to separate them.
Also, next time create your PRs from a branch named according to your change, not dev
, otherwise you won't be able to make multiple PRs.
And add a "Fixes " before the issues you fixed so that they are closed automatically when the PR is merged.
@Stypox Thank you. And I apologize my mistake. I will take you advice. |
…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.
issue : #5096
changed : sp -> dp
What is it?
Description of the changes in your PR
To fix bug, I converted some string attributes from sp to dp.
Fixes the following issue(s)
APK testing
bugfix_ui
On the website the APK can be found by going to the "Checks" tab below the title and then on "artifacts" on the right.
Due diligence