DT @06.01.2016: SettingsActivity mit ValidatedEditTextPreference ausgestattet. SSL Requests für Login/Registration hinzugefügt und LoginActivity refactored
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<PreferenceCategory
|
||||
android:title="Account Settings">
|
||||
|
||||
<EditTextPreference
|
||||
<org.deke.risk.riskahead.helper.ValidatedEditTextPreference
|
||||
android:key="usernamePref"
|
||||
android:title="Username"
|
||||
android:summary="Please enter your username"
|
||||
@@ -23,7 +23,7 @@
|
||||
android:summary="Please enter your surname"
|
||||
android:dialogTitle="Enter your surname" />
|
||||
|
||||
<EditTextPreference
|
||||
<org.deke.risk.riskahead.helper.ValidatedEditTextPreference
|
||||
android:key="emailPref"
|
||||
android:inputType="textEmailAddress"
|
||||
android:title="E-Mail"
|
||||
|
||||
Reference in New Issue
Block a user