[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21821: {projects} add pref_or_nickname (projects/android/trunk/Orbot/res/xml)
Author: ioerror
Date: 2010-03-06 01:07:19 +0000 (Sat, 06 Mar 2010)
New Revision: 21821
Modified:
projects/android/trunk/Orbot/res/xml/preferences.xml
Log:
add pref_or_nickname
Modified: projects/android/trunk/Orbot/res/xml/preferences.xml
===================================================================
--- projects/android/trunk/Orbot/res/xml/preferences.xml 2010-03-06 00:46:46 UTC (rev 21820)
+++ projects/android/trunk/Orbot/res/xml/preferences.xml 2010-03-06 01:07:19 UTC (rev 21821)
@@ -38,6 +38,14 @@
android:summary="Listening port for your Tor relay"
android:dialogTitle="Enter OR port"
/>
+
+<EditTextPreference android:key="pref_or_nickname"
+android:defaultValue="Orbot"
+android:title="Relay nickname"
+android:summary="The nickname for your Tor relay"
+android:dialogTitle="Enter a custom relay nickname"
+/>
+
</PreferenceCategory>
<PreferenceCategory android:title="FascistFirewalling">