-
-
Notifications
You must be signed in to change notification settings - Fork 14
Maintenance and QoL improvements #7
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
base: master
Are you sure you want to change the base?
Conversation
Hey! Does it work in android 13? I'm a complete beginner, downloaded android studio to try building the project, but I'm stuck with this after solving some other issues [sorry for commenting here, idk where to properly talk about it] Error: Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens java.io" to unnamed module @1dac4e31 |
@Kuuh4 Dunno if the app works on Android 13. Regarding the error, make sure you are using the correct JDK version. It should be 8 for this project (since it's a bit older). Your Android Studio version is probably using a newer version by default. |
@TacoTheDank I've managed a way to download and install the .apk from timawesomeness from playstore via aurorastore and it does indeed work on android 13! As I'm finally at home again, I'll be trying to build this fork right now :3 |
You got lucky... I've lost the file but the project was still in my android studio. Built another one. Please check if it properly installs. |
thank you! Will check once I find time and report back |
Did it because I use the app sometimes and I felt like it. Also I wanted a dark mode :)
Changes include such things like:
The commits basically speak for themselves.