- This is a project's progress management apps.
- You can enter the progress of the task.
- Then, achievement rate of project will be calculated automatically.
- Project -> Task -> Activity
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Fork the repository.
-
Go to your fork and clone only the dev branch.
-
Click on 'Open an existing Android Studio project'.
-
Browse to the directory where you cloned the mobile-wallet repo and click OK.
-
Let Android Studio import the project.
-
Let the gradle sync.
-
There should be no errors in gradle build.
-
Set your remote upstream to the remote repository to pull changes whenever needed.
-
Pull changes from dev branch of upstream, whenever needed, using git checkout dev git pull upstream dev
dev All the contributions should be pushed to this branch. If you're making a contribution, you are supposed to make a pull request to dev.