|
@@ -21,7 +21,10 @@
|
|
|
<!-- URLs and flags related -->
|
|
|
<string name="server_url"></string>
|
|
|
<bool name="show_server_url_input">true</bool>
|
|
|
- <bool name="show_welcome_link">false</bool>
|
|
|
+ <!-- Can be regular (full input), prefix (subdomain input) and suffix (directory input) -->
|
|
|
+ <!-- Requires server url to be set -->
|
|
|
+ <string name="server_input_type">regular</string>
|
|
|
+ <bool name="show_welcome_link">true</bool>
|
|
|
<string name="welcome_link_url">"https://nextcloud.com/providers"</string>
|
|
|
<string name="share_api_link"></string>
|
|
|
|
|
@@ -34,17 +37,17 @@
|
|
|
<bool name="share_via_link_feature">true</bool>
|
|
|
<bool name="share_with_users_feature">true</bool>
|
|
|
<bool name="show_external_links">true</bool>
|
|
|
- <bool name="show_drawer_logout">true</bool>
|
|
|
-
|
|
|
- <bool name="show_whats_new">true</bool>
|
|
|
- <!-- To fill if you want to show webviews instead of regular welcome views -->
|
|
|
- <array name="whatsnew_urls"></array>
|
|
|
|
|
|
<!-- Contacts backup -->
|
|
|
<bool name="contacts_backup">true</bool>
|
|
|
<string name="contacts_backup_folder">/.Contacts-Backup</string>
|
|
|
<integer name="contacts_backup_expire">30</integer>
|
|
|
|
|
|
+ <!-- What's new -->
|
|
|
+ <bool name="show_whats_new">true</bool>
|
|
|
+ <!-- To fill if you want to show webviews instead of regular welcome views -->
|
|
|
+ <array name="whatsnew_urls"></array>
|
|
|
+
|
|
|
<!-- Colors -->
|
|
|
<color name="primary">@color/nc_blue</color>
|
|
|
<color name="primary_dark">#006AA3</color>
|
|
@@ -81,19 +84,22 @@
|
|
|
<bool name="recently_modified_enabled">true</bool>
|
|
|
<bool name="shared_enabled">true</bool>
|
|
|
<bool name="videos_enabled">true</bool>
|
|
|
+ <bool name="show_drawer_logout">true</bool>
|
|
|
|
|
|
<!-- Bottom toolbar -->
|
|
|
<bool name="bottom_toolbar_enabled">true</bool>
|
|
|
|
|
|
- <!-- Help, imprint and feedback -->
|
|
|
+ <!-- Help, imprint and feedback, and other things -->
|
|
|
<bool name="fingerprint_enabled">true</bool>
|
|
|
<bool name="davdroid_integration_enabled">true</bool>
|
|
|
<bool name="help_enabled">true</bool>
|
|
|
- <bool name="imprint_enabled">false</bool>
|
|
|
+ <string name="url_help">https://help.nextcloud.com/c/feature</string>
|
|
|
+ <bool name="privacy_enabled">true</bool>
|
|
|
+ <string name="privacy_url">https://nextcloud.com/privacy</string>
|
|
|
+ <bool name="imprint_enabled">false</bool>
|
|
|
<bool name="recommend_enabled">true</bool>
|
|
|
<bool name="feedback_enabled">true</bool>
|
|
|
<bool name="logger_enabled">false</bool>
|
|
|
- <string name="url_help">https://help.nextcloud.com/c/feature</string>
|
|
|
<string name="url_imprint"></string>
|
|
|
<string name="mail_recommend">"mailto:"</string>
|
|
|
<string name="mail_feedback">"mailto:android@nextcloud.com"</string>
|