-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding the translatable text attribute to several widgets #835
base: develop
Are you sure you want to change the base?
Conversation
Attention Flags issue fix done
PDF naming fix added
Develop subforms issue
…d_translation_strings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SebaMutuku @junaidwarsivd Please review the comments
opensrp-anc/build.gradle
Outdated
@@ -178,7 +178,7 @@ tasks.withType(Test) { | |||
|
|||
dependencies { | |||
implementation 'androidx.appcompat:appcompat:1.3.1' | |||
implementation('org.smartregister:opensrp-client-native-form:2.1.17-SNAPSHOT@aar') { | |||
implementation('org.smartregister:opensrp-client-native-form:2.1.18-PREVIEW-SNAPSHOT@aar') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please publish the library from master
opensrp-anc/build.gradle
Outdated
@@ -189,7 +189,7 @@ dependencies { | |||
exclude group: 'org.yaml', module: 'snakeyaml' | |||
exclude group: 'io.ona.rdt-capture', module: 'lib' | |||
} | |||
implementation('org.smartregister:opensrp-client-core:4.3.26-SNAPSHOT@aar') { | |||
implementation('org.smartregister:opensrp-client-core:5.0.3-PREVIEW-SNAPSHOT@aar') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please publish the library from master
if(isPermissionGranted()) | ||
{ | ||
loadContactSummaryData(); | ||
} | ||
else if(!isPermissionGranted() && Build.VERSION.SDK_INT >= Build.VERSION_CODES.R) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What Permission is this?
public void createContactSummaryPdf(String womanName) { | ||
//overridden | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason we are not implementing this?
facts.put(key, value); | ||
} else { | ||
facts.put(key, ""); | ||
facts.put(key, ValueObject); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use camel Casing
reference-app/build.gradle
Outdated
@@ -230,7 +230,7 @@ dependencies { | |||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' | |||
def powerMockVersion = '2.0.7' | |||
implementation project(":opensrp-anc") | |||
implementation('org.smartregister:opensrp-client-native-form:2.1.17-SNAPSHOT@aar') { | |||
implementation('org.smartregister:opensrp-client-native-form:2.1.18-PREVIEW-SNAPSHOT@aar') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Publish the libraries from master
reference-app/build.gradle
Outdated
@@ -242,7 +242,7 @@ dependencies { | |||
exclude group: 'io.ona.rdt-capture', module: 'lib' | |||
} | |||
|
|||
implementation('org.smartregister:opensrp-client-core:4.3.26-SNAPSHOT@aar') { | |||
implementation('org.smartregister:opensrp-client-core:5.0.3-PREVIEW-SNAPSHOT@aar') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Publish the libraries from master
Search by alt name
No description provided.