-
Notifications
You must be signed in to change notification settings - Fork 104
Fixed issue_276 #375
base: develop
Are you sure you want to change the base?
Fixed issue_276 #375
Conversation
riddhik84
commented
Feb 5, 2017
- Contries names on login screen
- SSM,SARL,PCMO numbers according to contry on get help now screen
- Disable button when phone number is not available
- Refresh get help screen now when country is changed from settings
Any update on this fix? |
|
||
return rootView; | ||
} | ||
|
||
|
||
public void readPhoneNumbersCSV(String filename) { |
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.
File read should be run as a background task
<item>Timor-Leste</item> | ||
<item>Togo</item> | ||
<item>Tonga</item> | ||
<item>Uganda</item> |
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.
Is this repeated?
<item>Timor-Leste</item> | ||
<item>Togo</item> | ||
<item>Tonga</item> | ||
<item>Uganda</item> |
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.
here as well?
@@ -1,15 +1,147 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<resources> | |||
<string-array name="countryArray"> |
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.
Is there specific reason for having two arrays as country names and country array? Doesn't both these arrays reflects the same content??
@riddhik84 Any updates? |
If there are no updates on this one, I am going to close. Please raise any concerns. |