Merge branch 'master' into 'preference-switches'

# Conflicts:
#   briar-android/src/main/java/org/briarproject/briar/android/settings/SettingsFragment.java
This commit is contained in:
akwizgran
2018-08-14 09:59:22 +00:00
52 changed files with 632 additions and 119 deletions

View File

@@ -56,6 +56,13 @@
android:layout="@layout/preferences_category"
android:title="@string/security_settings_title">
<CheckBoxPreference
android:key="pref_key_lock"
android:persistent="false"
android:summary="@string/pref_lock_summary"
android:title="@string/pref_lock_title"
android:enabled="false"/>
<Preference
android:key="pref_key_change_password"
android:title="@string/change_password">