If you fork repository, and want to update the original repository you can see more in this link http://stackoverflow.com/questions/7244321/how-do-i-update-a-github-forked-repository
- To build you just call
./gradew build
(MacOS, Linux) orgradew build
(WinOS)- In build commend do a lot of thing;
clean
- remove old version, to avoid conflictsgendocs
- create javadoc in pathdocs
genversionclass
- create Version.java inside pathcom.kamontat.model.management
that contain version of current program- other common commend in build function like
:compileJava
,:processResources
,:test
etc. info
- to output all information inside this program
- In build commend do a lot of thing;
- change code to MVP Pattern
- Login Page
- User Management Page
- Menu Bar
- Multi-Selected in User Page
- use text file
- use org
- Account Management
- limit
- myself information
- logout
- Exit
- Multi-Selected in User Page
- Menu Bar
- Repository Management Page - add repository to the app
- Account Management Page - manage user and repo in one place
- Download Page - download the selected user repo
- Issue Management Page - create and watch issue in user repo
- back button