-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature Request: change font #10
Comments
Thanks 😊 PR seems good and reasonably NewPipe team does not want to add it because of the rewrite process of app. I respect the situation of team/project. Also I don't want to make this app a hard fork (if I merge this PR now and NewPipe team are going to implement this feature in a different way later, this will cause to collision between projects) So It is better to not adding this feature to main branch. I am going to merge this feature to Is it suitable for you? |
Sound's interesting 👀 Thanks for the reply! |
updated readme, see: https://github.com/MaintainTeam/LastPipeBender?tab=readme-ov-file#project-management |
@nubesurrealista merged and built the apk this is a debug version, it is foreseen that app can be slower |
! the app is not stable and font implementation is not app-wide yet ! |
16e51d0c-ebab-40cd-b24e-5f87fee5cbed.1.webmThanks for trying!!. Yep, it crashed for me: Exception
Crash log
|
I don't know the reason for now. I'll later try with pure NewPipe + this PR and see what is going on. |
Tried with pure NewPipe and issue still persist. So the problem is probably PR. It should be fixed by the author. I can try fixing it in my free time but no promise pinging PR author: @u7648330 pure NewPipe + this PR: app(1).zip (still has same error but maybe you want to test this version also) |
@asandikci Did you see this... as this got merged by the author? |
I'have already merged this PR. But author committed 2 more commits after merged it into his/her own dev branch. I'll try directly merging from author's dev branch. Thanks for heads up! |
unfortunately still gives same error :( |
Tried to implement this feature as a separate file (util/FontManager.java) but could not get any successful build unfortunately. I gave up for now |
hi sorry have just seen this, may I ask what the current problem is and how I can help? |
@u7648330 no problem. There is an error when changing the font. You can see crash log below: #10 (comment) Shortly: Tried both with this fork (LastPipeBender) and original Newpipe latest dev branch with merging your commits and there is same issue in both. Some users see this error in first app start after changing the font. I see this error after changing video source (youtube -> soundcloud for example) Possibly error caused because of font build functions called multiple times. I'm not sure I built both app as "debug" version and you can see the build command in
Ping me if any further information is needed |
First of all: good luck with this project, I think it has a future.
Since the roadmap talks about implementing requested features in Newpipe or Tubular, I just wanted you to take a look at this PR To add a font change option 👀
I'll understand if you're not interested, Well, thanks for the good work!
PM -
extended
Minimum requirements to merging into
extended
branch:Already configured. build() must be last invoked method.
error should be solved and this feature should not be cause any instabilitySettings > Appearance
Subscriptions
,About
,Menu
,Downloads
,Video Title
Note: This
Fonty
library seems to be abandoned. So it'll be better if we can choose a better library, implement ours or find another solution (maybe with a newer built-in sdk version?)The text was updated successfully, but these errors were encountered: