Skip to content

Adding the translatable text attribute to several widgets#835

Open
dubdabasoduba wants to merge 47 commits intodevelopfrom
add_translation_strings
Open

Adding the translatable text attribute to several widgets#835
dubdabasoduba wants to merge 47 commits intodevelopfrom
add_translation_strings

Conversation

@dubdabasoduba
Copy link
Copy Markdown
Member

No description provided.

@dubdabasoduba dubdabasoduba changed the base branch from master to develop May 20, 2022 12:00
Copy link
Copy Markdown
Member Author

@dubdabasoduba dubdabasoduba left a 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

Comment thread opensrp-anc/build.gradle Outdated
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') {
Copy link
Copy Markdown
Member Author

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

Comment thread opensrp-anc/build.gradle Outdated
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') {
Copy link
Copy Markdown
Member Author

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

Comment on lines +110 to +114
if(isPermissionGranted())
{
loadContactSummaryData();
}
else if(!isPermissionGranted() && Build.VERSION.SDK_INT >= Build.VERSION_CODES.R)
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What Permission is this?

Comment on lines +382 to 384
public void createContactSummaryPdf(String womanName) {
//overridden
}
Copy link
Copy Markdown
Member Author

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);
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use camel Casing

Comment thread reference-app/build.gradle Outdated
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') {
Copy link
Copy Markdown
Member Author

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

Comment thread reference-app/build.gradle Outdated
}

implementation('org.smartregister:opensrp-client-core:4.3.26-SNAPSHOT@aar') {
implementation('org.smartregister:opensrp-client-core:5.0.3-PREVIEW-SNAPSHOT@aar') {
Copy link
Copy Markdown
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants