Skip to content

Commit

Permalink
change default path to "haven", and fix settings UI
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Sep 13, 2018
1 parent 10da388 commit 7f44ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/havenapp/main/PreferenceManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public class PreferenceManager {
private static final String CURRENT_EVENT_START_TIME = "current_event_start_time";

public static final String CONFIG_BASE_STORAGE = "config_base_storage";
private static final String CONFIG_BASE_STORAGE_DEFAULT = "/phoneypot";
private static final String CONFIG_BASE_STORAGE_DEFAULT = "/haven";

private Context context;

Expand Down
4 changes: 2 additions & 2 deletions src/main/res/xml/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

<EditTextPreference
android:dialogLayout="@layout/pref_dialog_edit_text"
android:dialogMessage="@string/remote_access_hint"
android:dialogMessage="@string/config_storage_page_hint"
android:key="config_base_storage"
android:summary="@string/config_storage_page_hint"
android:title="@string/config_storage_path"
android:defaultValue="/phoneypot"
android:defaultValue="/haven"
/>

<Preference
Expand Down

0 comments on commit 7f44ace

Please sign in to comment.