DT @06.01.2016: SettingsActivity mit ValidatedEditTextPreference ausgestattet. SSL Requests für Login/Registration hinzugefügt und LoginActivity refactored

This commit is contained in:
Dennis Thießen
2016-01-06 21:05:59 +01:00
parent 0aeb4d4889
commit cd3f486dce
21 changed files with 483 additions and 206 deletions

View File

@@ -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"