[tor-commits] [orbot/master] textPassword inputType for proxypasswd dialog

n8fr8 at torproject.org n8fr8 at torproject.org
Sat May 12 04:50:44 UTC 2018


commit 49ee3aef4391da87c211dbc7bfda2c1e3f2e2d6d
Author: lexi <bird.s.lex at gmail.com>
Date:   Wed Mar 28 15:20:50 2018 -0400

    textPassword inputType for proxypasswd dialog
---
 app/src/main/res/xml/preferences.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index e78017b9..3fd74394 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -218,6 +218,7 @@
             android:title="@string/pref_proxy_username_title" />
         <EditTextPreference
             android:dialogTitle="@string/pref_proxy_password_dialog"
+            android:inputType="textPassword"
             android:key="pref_proxy_password"
             android:summary="@string/pref_proxy_password_summary"
             android:title="@string/pref_proxy_password_title" />
@@ -251,6 +252,7 @@
 
         <EditTextPreference
             android:dialogTitle="@string/pref_torrc_dialog"
+            android:inputType="textMultiLine|textNoSuggestions"
             android:key="pref_custom_torrc"
             android:summary="@string/pref_torrc_summary"
             android:title="@string/pref_torrc_title" />





More information about the tor-commits mailing list