Fixed a minor bug in login activity (could not add dialog to activity) as well as spinner hint adapter (array out of bound)

This commit is contained in:
Dennis Thiessen
2019-05-25 18:25:29 +02:00
parent 215ddddd36
commit 396135eb84
64 changed files with 365 additions and 308 deletions

View File

@@ -236,13 +236,13 @@
<string name="txt_notifystatus_deactivated">OFF</string>
<string name="txt_map_zoomoutpremium">Get Premium to view the Full Map!</string>
<string name="txt_register_privacy">Please confirm that you have read and agree to our <a href="http://www.riskahead.net/privacy/">Privacy Policy</a> and <a href="http://www.riskahead.net/terms/">Terms of Service</a></string>
<string name="txt_register_privacy">Please confirm that you have read and agree to our <a href="https://www.riskahead.net/privacy/">Privacy Policy</a> and <a href="https://www.riskahead.net/terms/">Terms of Service</a></string>
<string name="txt_register_privacy_text">I have read the privacy policy and terms of service and confirm my agreement.</string>
<string name="txt_register_privacy_title">Your privacy is very important to us</string>
<string name="txt_about_developedby">Developed from</string>
<string name="txt_about_privacy">Privacy Policy:\n<a href="http://www.riskahead.net/privacy/">http://www.riskahead.net/privacy/</a></string>
<string name="txt_about_terms">Terms of Service:\n<a href="http://www.riskahead.net/terms/">http://www.riskahead.net/terms/</a></string>
<string name="txt_about_homepage">Website:\n<a href="http://www.riskahead.net">http://www.riskahead.net</a></string>
<string name="txt_about_privacy">Privacy Policy:\n<a href="https://www.riskahead.net/privacy/">https://www.riskahead.net/privacy/</a></string>
<string name="txt_about_terms">Terms of Service:\n<a href="https://www.riskahead.net/terms/">https://www.riskahead.net/terms/</a></string>
<string name="txt_about_homepage">Website:\n<a href="https://www.riskahead.net">https://www.riskahead.net</a></string>
<string name="txt_about_riskahead">RiskAhead for Android</string>
<string name="menu_action_language">Language</string>
<string name="txt_language_title">Change Language</string>