You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
I plan to work myself on this on weekends + release once a week until it reaches 1.0. Also I'm accepting contributions and they are really welcome.
1.0 should (at least) be bug free + more stable + have implemented the task queue with cancellations + things like the "About" modal window with contributors + multiple folders support.
Contributing
You can just fork the project, do changes and make a Pull Request. If you are concerned about other people doing the same as you, you can comment in the issues that you are going to do something: "I'm going to work on this issue" so other people know, though usually even without doing this there is no problem. Also I will work on it just on weekends, but will merge PRs the whole week.
I have just added a few texts, there are tons of them that are required to be added.
Ideally you should use intelliJ IDEA (free community edition is fine). You can open the project just going to the cloned project folder and opening build.gradle file. It will open the project and everything should work.
Open build.gradle with intelliJ IDEA. Then open VitaOrganizer.kt file, and then press the K icon at line 22, and press the Debug option. This will start the project with debugging capabilities.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I plan to work myself on this on weekends + release once a week until it reaches 1.0. Also I'm accepting contributions and they are really welcome.
1.0 should (at least) be bug free + more stable + have implemented the task queue with cancellations + things like the "About" modal window with contributors + multiple folders support.
Contributing
You can just fork the project, do changes and make a Pull Request. If you are concerned about other people doing the same as you, you can comment in the issues that you are going to do something: "I'm going to work on this issue" so other people know, though usually even without doing this there is no problem. Also I will work on it just on weekends, but will merge PRs the whole week.
Ideas/Sugestions
If you have ideas, just create issues here.
Translations
If you want to translate to your own language, or just update one language. There is a
Texts_LANG.properties
file here:https://github.com/soywiz/vitaorganizer/tree/master/resources/com/soywiz/vitaorganizer
The simplest way is to create a file duplicating Texts.properties.
But it is safer to use the built-in intelliJ ResourceBundle editor.
Adding new texts
I have just added a few texts, there are tons of them that are required to be added.
Ideally you should use intelliJ IDEA (free community edition is fine). You can open the project just going to the cloned project folder and opening
build.gradle
file. It will open the project and everything should work.I have created a guide for this: #11
Running the project
Open
build.gradle
with intelliJ IDEA. Then open VitaOrganizer.kt file, and then press theK
icon at line 22, and press the Debug option. This will start the project with debugging capabilities.The text was updated successfully, but these errors were encountered: