-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New features: - V{orgunit_code} doesn't work in program rule expression in Android Tracker Capture tool (https://jira.dhis2.org/browse/ACA-362) - Hide indicators when they're empty (https://jira.dhis2.org/browse/ACA-336) Bugfixing: - Android allows to change the enrollment date (https://jira.dhis2.org/browse/ACA-369) Merge remote-tracking branch 'upstream/development' into develop
- Loading branch information
Showing
5 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,22 +7,22 @@ https://github.com/dhis2/dhis2-android-trackercapture/releases | |
|
||
# Testing | ||
If you want to try the application out with a demo database, you can use the following: | ||
- Server: https://apps.dhis2.org/demo | ||
- Server: https://play.dhis2.org/demo | ||
- Username: android | ||
- Password: Android123 | ||
|
||
# How to Download and Set up in Android Studio | ||
# How to Download and Set up the development environment in Android Studio | ||
|
||
To successfully build and run this project, the dhis2-android-sdk is required. | ||
|
||
The dhis2-android-sdk project https://github.com/dhis2/dhis2-android-sdk folder should be in a subfolder called named sdk inside dhis2-android-trackercapture. It is configured as a git submodule, so it will be automatically include when cloned using --recursive. | ||
The dhis2-android-sdk project https://github.com/dhis2/dhis2-android-sdk folder should be in a subfolder named sdk inside dhis2-android-trackercapture. It is configured as a git submodule, so it will be automatically included when cloned using --recursive. | ||
|
||
To be compatible with 2.25/2.26/2.27 & 2.28 servers, use 2.23-legacy branch in dhis2-android-trackercapture and tracker-capture branch in dhis2-android-sdk repositories. | ||
Currently, the compatibility is guaranteed with 2.27, 2.28 and 2.29 servers, use develop branch in dhis2-android-trackercapture and tracker-capture branch in dhis2-android-sdk repositories. | ||
|
||
When cloning from zero, it's strongly recommended to do it as follows: | ||
|
||
``` | ||
git clone --recursive -b 2.23-legacy [email protected]:dhis2/dhis2-android-trackercapture.git | ||
git clone --recursive -b develop [email protected]:dhis2/dhis2-android-trackercapture.git | ||
cd dhis2-android-trackercapture/sdk | ||
git checkout tracker-capture | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters