Skip to content

Commit 2829289

Browse files
committed
Change username field to text instead of textEmail
Play store flags this app to collect user email addresses and blocks publishing new version. The appeal was denied for this. Try removing the email hints to see if then the update is fine.
1 parent 4388b6c commit 2829289

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main/src/main/res/layout/import_remote_config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
android:layout_marginRight="4dp"
5757
android:layout_marginBottom="4dp"
5858
android:hint="@string/auth_username"
59-
android:inputType="textEmailAddress" />
59+
android:inputType="text" />
6060

6161
<EditText
6262
android:id="@+id/password"

main/src/main/res/layout/userpass.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<EditText
1414
android:id="@+id/username"
15-
android:inputType="textEmailAddress"
15+
android:inputType="text"
1616
android:layout_width="match_parent"
1717
android:layout_height="wrap_content"
1818
android:layout_marginTop="8dp"

main/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
<string name="warn_no_dns">No DNS servers being used. Name resolution may not work. Consider setting custom DNS Servers. Please also note that Android will keep using your proxy settings specified for your mobile/Wi-Fi connection when no DNS servers are set.</string>
195195
<string name="dns_add_error">Could not add DNS Server \"%1$s\", rejected by the system: %2$s</string>
196196
<string name="ip_add_error">Could not configure IP Address \"%1$s\", rejected by the system: %2$s</string>
197-
<string name="faq_howto">&lt;p&gt;Get a working config (tested on your computer or download from your provider/organisation)&lt;/p&gt;&lt;p&gt;If it is a single file with no extra pem/pkcs12 files you can email the file yourself and open the attachment. If you have multiple files put them on your sd card.&lt;/p&gt;&lt;p&gt;Click on the email attachment/Use the folder icon in the vpn list to import the config file&lt;/p&gt;&lt;p&gt;If there are errors about missing files put the missing files on your sd card.&lt;/p&gt;&lt;p&gt;Click on the save symbol to add the imported VPN to your VPN list&lt;/p&gt;&lt;p&gt;Connect the VPN by clicking on the name of the VPN&lt;/p&gt;&lt;p&gt;If there are error or warnings in the log try to understand the warnings/error and try to fix them&lt;/p&gt; </string>
197+
<string name="faq_howto">&lt;p&gt;Get a working config (tested on your computer or download from your provider/organisation)&lt;/p&gt;&lt;p&gt;If it is a single file with no extra pem/pkcs12 files you can send the file yourself and open the attachment. If you have multiple files put them on your sd card.&lt;/p&gt;&lt;p&gt;Click on the email attachment/Use the folder icon in the vpn list to import the config file&lt;/p&gt;&lt;p&gt;If there are errors about missing files put the missing files on your sd card.&lt;/p&gt;&lt;p&gt;Click on the save symbol to add the imported VPN to your VPN list&lt;/p&gt;&lt;p&gt;Connect the VPN by clicking on the name of the VPN&lt;/p&gt;&lt;p&gt;If there are error or warnings in the log try to understand the warnings/error and try to fix them&lt;/p&gt; </string>
198198
<string name="faq_howto_title">Quick Start</string>
199199
<string name="setting_loadtun_summary">Try to load the tun.ko kernel module before trying to connect. Needs rooted devices.</string>
200200
<string name="setting_loadtun">Load tun module</string>

0 commit comments

Comments
 (0)