[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 49ee3aef4391da87c211dbc7bfda2c1e3f2e2d6d
Author: lexi <bird.s.lex@xxxxxxxxx>
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" />



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits