-
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
Open
dubdabasoduba
wants to merge
47
commits into
develop
Choose a base branch
from
add_translation_strings
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 16 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
cd6e988
Attention flags issue #811 done
junaidwarsivd b5ebc28
Attention flags count corrected
junaidwarsivd efd4949
missing keys fix added
junaidwarsivd a29c45f
:wrench: Adding the new anc physical exam json
dubdabasoduba d7d4db4
Develop Code refactoring 1
SebaMutuku 9709d83
develop subform issue
SebaMutuku 1e393f4
Final release of subform issue
SebaMutuku e40f185
Native form 2.1.18-PREVIEW-RELEASE
SebaMutuku 6e7bf9b
Addition of property files
SebaMutuku 1c229bf
Merge pull request #843 from opensrp/issue-fix-811
SebaMutuku 108473a
Merge branch 'add_translation_strings' into pdf_naming
junaidwarsivd 204d436
Merge pull request #844 from opensrp/pdf_naming
junaidwarsivd 5c40ec3
Merge branch 'develop' into add_translation_strings
dubdabasoduba 2af2606
Strings addition
SebaMutuku f6650ad
Merge pull request #841 from opensrp/develop_subforms_issue
SebaMutuku daf90ca
Merge remote-tracking branch 'origin/add_translation_strings' into ad…
SebaMutuku 608c833
p2p sync android 12
SebaMutuku fedf715
Resolved missing strings in physical exams
SebaMutuku f6e9427
physical exam
SebaMutuku db81dc6
search by mobile number
SebaMutuku ca2effa
Finalize contact
SebaMutuku 194e76e
Merge pull request #854 from opensrp/search_by_alt_name
SebaMutuku 995fad2
Merge pull request #853 from opensrp/P2P_Sync_Android_12
dubdabasoduba 3db2d3e
lambda expression
SebaMutuku 5e69ac5
Fix Failing Finalize Contact
SebaMutuku f7857cf
alt _name
SebaMutuku 801d952
addition of phone number to attributes
SebaMutuku 4dc7d03
Merge branch 'add_translation_strings' of https://github.com/opensrp/…
SebaMutuku b6c592a
Fix develop branch biuld errors
hamza-vd 9c9e5ce
Fix failing tests
hamza-vd 0b4aac1
Fix failing testa 2
hamza-vd 872ce45
Maximum dates for dob and edd
SebaMutuku 0c0f083
adding tests
SebaMutuku 7f7be2e
Add tests
SebaMutuku f61ecb1
Add tests
SebaMutuku 52715fd
Codacy
SebaMutuku 231e3ec
build issues
SebaMutuku 68aea0f
codacy
SebaMutuku 73993d4
Utils class
SebaMutuku b0447c3
Register Fragment Model Test
SebaMutuku cefd902
Register model Tests
SebaMutuku a4a0a57
Profile activity
SebaMutuku 61977a5
Profile activity
SebaMutuku 8c9d160
codacy -1
SebaMutuku 75c1b3a
resolve buidling errors
SebaMutuku 64a92a9
resolving build errors
SebaMutuku 103299c
Merge pull request #862 from opensrp/search_by_alt_name
SebaMutuku File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -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') { | ||
transitive = true | ||
exclude group: 'com.android.support', module: 'recyclerview-v7' | ||
exclude group: 'com.android.support', module: 'appcompat-v7' | ||
|
@@ -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 commentThe reason will be displayed to describe this comment to others. Learn more. Please publish the library from master |
||
transitive = true | ||
exclude group: 'com.github.bmelnychuk', module: 'atv' | ||
exclude group: 'com.google.guava', module: 'guava' | ||
|
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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