-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #981 from dhis2/2.0.0_beta
feat: 2.0.0 Beta version
- Loading branch information
Showing
956 changed files
with
45,920 additions
and
25,888 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[submodule "dhis2-android-sdk"] | ||
path = dhis2-android-sdk | ||
url = git@github.com:dhis2/dhis2-android-sdk.git | ||
url = https://github.com/dhis2/dhis2-android-sdk.git | ||
[submodule "dhis2-rule-engine"] | ||
path = dhis2-rule-engine | ||
url = git@github.com:quadramqs/dhis2-rule-engine.git | ||
url = https://github.com/dhis2/dhis2-rule-engine.git | ||
|
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 |
---|---|---|
@@ -0,0 +1,126 @@ | ||
<code_scheme name="Android CodeStyle" version="173"> | ||
<JetCodeStyleSettings> | ||
<option name="PACKAGES_TO_USE_STAR_IMPORTS"> | ||
<value /> | ||
</option> | ||
<option name="NAME_COUNT_TO_USE_STAR_IMPORT" value="2147483647" /> | ||
<option name="NAME_COUNT_TO_USE_STAR_IMPORT_FOR_MEMBERS" value="2147483647" /> | ||
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> | ||
</JetCodeStyleSettings> | ||
<codeStyleSettings language="XML"> | ||
<indentOptions> | ||
<option name="CONTINUATION_INDENT_SIZE" value="4" /> | ||
</indentOptions> | ||
<arrangement> | ||
<rules> | ||
<section> | ||
<rule> | ||
<match> | ||
<AND> | ||
<NAME>xmlns:android</NAME> | ||
<XML_ATTRIBUTE /> | ||
<XML_NAMESPACE>^$</XML_NAMESPACE> | ||
</AND> | ||
</match> | ||
</rule> | ||
</section> | ||
<section> | ||
<rule> | ||
<match> | ||
<AND> | ||
<NAME>xmlns:.*</NAME> | ||
<XML_ATTRIBUTE /> | ||
<XML_NAMESPACE>^$</XML_NAMESPACE> | ||
</AND> | ||
</match> | ||
<order>BY_NAME</order> | ||
</rule> | ||
</section> | ||
<section> | ||
<rule> | ||
<match> | ||
<AND> | ||
<NAME>.*:id</NAME> | ||
<XML_ATTRIBUTE /> | ||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE> | ||
</AND> | ||
</match> | ||
</rule> | ||
</section> | ||
<section> | ||
<rule> | ||
<match> | ||
<AND> | ||
<NAME>.*:name</NAME> | ||
<XML_ATTRIBUTE /> | ||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE> | ||
</AND> | ||
</match> | ||
</rule> | ||
</section> | ||
<section> | ||
<rule> | ||
<match> | ||
<AND> | ||
<NAME>name</NAME> | ||
<XML_ATTRIBUTE /> | ||
<XML_NAMESPACE>^$</XML_NAMESPACE> | ||
</AND> | ||
</match> | ||
</rule> | ||
</section> | ||
<section> | ||
<rule> | ||
<match> | ||
<AND> | ||
<NAME>style</NAME> | ||
<XML_ATTRIBUTE /> | ||
<XML_NAMESPACE>^$</XML_NAMESPACE> | ||
</AND> | ||
</match> | ||
</rule> | ||
</section> | ||
<section> | ||
<rule> | ||
<match> | ||
<AND> | ||
<NAME>.*</NAME> | ||
<XML_ATTRIBUTE /> | ||
<XML_NAMESPACE>^$</XML_NAMESPACE> | ||
</AND> | ||
</match> | ||
<order>BY_NAME</order> | ||
</rule> | ||
</section> | ||
<section> | ||
<rule> | ||
<match> | ||
<AND> | ||
<NAME>.*</NAME> | ||
<XML_ATTRIBUTE /> | ||
<XML_NAMESPACE>http://schemas.android.com/apk/res/android</XML_NAMESPACE> | ||
</AND> | ||
</match> | ||
<order>ANDROID_ATTRIBUTE_ORDER</order> | ||
</rule> | ||
</section> | ||
<section> | ||
<rule> | ||
<match> | ||
<AND> | ||
<NAME>.*</NAME> | ||
<XML_ATTRIBUTE /> | ||
<XML_NAMESPACE>.*</XML_NAMESPACE> | ||
</AND> | ||
</match> | ||
<order>BY_NAME</order> | ||
</rule> | ||
</section> | ||
</rules> | ||
</arrangement> | ||
</codeStyleSettings> | ||
<codeStyleSettings language="kotlin"> | ||
<option name="CODE_STYLE_DEFAULTS" value="KOTLIN_OFFICIAL" /> | ||
<option name="WRAP_ON_TYPING" value="0" /> | ||
</codeStyleSettings> | ||
</code_scheme> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.