You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2020/02/27 11:17:57 UTC

[GitHub] [fineract-cn-mobile] prajwal27 opened a new pull request #75: fix: Unable to fetch list of countries in FormCustomerAddressFragemnt

prajwal27 opened a new pull request #75: fix: Unable to fetch list of countries in FormCustomerAddressFragemnt
URL: https://github.com/apache/fineract-cn-mobile/pull/75
 
 
   Fixes #FINCN-200
   
   **Summary**
   Starting with Android 9 (API level 28), cleartext support is disabled by default and due to which list of Countries in the FormCustomerAddressFragment was not retrieved.
   Modified the AndroidManifest file to support ClearText Traffic
   
   Reference:
   [https://stackoverflow.com/questions/45940861/android-8-cleartext-http-traffic-not-permitted](url)
   
   Please make sure these boxes are checked before submitting your pull request - thanks!
   
   - [X] Apply the `AndroidStyle.xml` style template to your code in Android Studio.
   
   - [X] Run the unit tests with `./gradlew check` to make sure you didn't break anything.
   
   - [X] If you have multiple commits please combine them into one commit by squashing them.
   
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services