-
-
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
Disabled Commenter image loading and view #4330
Conversation
@Aditya-Srivastav thank you for your contribution! |
Hey @Stypox , |
and please do not update gradle. That should be done in a separate PR :) |
Sure @TobiGr |
I was thinking about just using the already existing "Settings -> Content -> Load thumbnails". What do you think @opusforlife2 ? |
Makes sense. |
Kool |
@Aditya-Srivastav Amul Kool? :P |
Done! SS shows the transition when Load Thumbnails is disabled. Didn't have to set path to null, cuz it was done previously. Finally the result Screen Shot :) |
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 :-D
Could you upload a debug apk? You can do that with "Android Studio -> Build -> Build Bundle(s)/APK".
I just saw the branch you are making the pull request from is dev
, but it is usually considered good practice to choose a different name for PR branches; NewPipe also relies on this to build an APK with a different package name so that it can be side-installed with other NewPipes. You can do this using git
via command line with:
git branch NAME
to create a new branch equal to the currently active onegit checkout NAME
to switch to a specific branch
When the PR will be finished, I'll ask you to squash all of the commits into one. This can be done with git rebase HEAD~X
, replacing X
with the total number of commits in the PR; then in the editor that opens up replace every occourrence of "pick" at the beginning of a line with "squash" except for the first line; then save and exit.
app/src/main/java/org/schabi/newpipe/info_list/holder/CommentsMiniInfoItemHolder.java
Show resolved
Hide resolved
Done ;)
Should I close this one and start a new PR ? |
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.
I tested the apk and it works as expected. Thank you!
No, there is no need this time |
Co-authored-by: Stypox <[email protected]>
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.
Great! Thank you again!
thank you, the commits should be squashed |
@4D17Y4 I saw you did a merge commit inside these 14 commits, and that can cause trouble with rebasing and squashing. If you need to, feel free to create another PR with the same exact changes in a single commit and then close this one ;-) |
Thx a lot @Stypox |
What is it?
Description of the changes in your PR
Fixes the following issue(s)
Disable Commenter Image from Loading #4205
Relies on the following changes
To further improve view, I've added extra horizontal padding to the comment item and set it to 20dp which was 12dp initially.
(Declared constants for the same in dimensions)
Testing apk
app-debug.zip
Agreement