-
-
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
Option to change font feature #11645
Conversation
Thank you for your PR. Due to the influx of new PRs review might take some time. Please let me know if you are an ANU student for internal statistics and because I am writing my master thesis about open source contributions as part of learning computer science and computer science education at university. |
Hi yes I am an anu student.
…________________________________
From: Tobi ***@***.***>
Sent: 27 October 2024 20:41
To: TeamNewPipe/NewPipe ***@***.***>
Cc: Vivian Tran ***@***.***>; Author ***@***.***>
Subject: Re: [TeamNewPipe/NewPipe] Option to change font feature (PR #11645)
Thank you for your PR. Due to the influx of new PRs review might take some time. Please let me know if you are an ANU student for internal statistics and because I am writing my master thesis about open source contributions as part of learning computer science and computer science education at university.
—
Reply to this email directly, view it on GitHub<#11645 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A6FKZP53QQRKO55ZEF37OJDZ5SRMVAVCNFSM6AAAAABQUOBE4KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMZZHEZDQOBUGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
NewPipe is currently in maintenance mode and is not accepting PRs for new features, as explained on top of the README, especially niche features like this one. Moreover, customizing fonts is off-topic for NewPipe, I now closed the original issue, too. Thank you anyway for your contribution! |
Tested and here my feedback about this PR: bug:
FATAL EXCEPTION: main
Process: APP_NAME, PID: 20230
java.lang.RuntimeException: Unable to start activity ComponentInfo{APP_NAME/org.schabi.newpipe.MainActivity}: java.lang.RuntimeException: Already configured. build() must be last invoked method.
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3134)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3277)
at ... enhancements:
additional related feature requests:
|
What is it?
Description of the changes in your PR
Before/After Screenshots/Screen Record
Before:
After:
Fixes the following issue(s)
APK testing
I tested the APK using the Android Studio Emulator with the following steps:
Due diligence