|
@@ -5,19 +5,19 @@
|
|
|
|
|
|
<!-- App name and other strings-->
|
|
|
<string name="app_name">Nextcloud</string>
|
|
|
- <string name="account_type">nextcloud</string> <!-- better if was a domain name; but changing it now would require migrate accounts when the app is updated -->
|
|
|
- <string name="authority">org.nextcloud</string> <!-- better if was the app package with ".provider" appended ; it identifies the provider -->
|
|
|
+ <string name="account_type">nextcloud</string> <!-- better if was a domain name; but changing it now would require migrate accounts when the app is updated -->
|
|
|
+ <string name="authority">org.nextcloud</string> <!-- better if was the app package with ".provider" appended ; it identifies the provider -->
|
|
|
<string name="users_and_groups_search_authority">com.nextcloud.android.providers.UsersAndGroupsSearchProvider</string>
|
|
|
<string name="users_and_groups_share_with">com.nextcloud.android.providers.UsersAndGroupsSearchProvider.action.SHARE_WITH</string>
|
|
|
<string name="document_provider_authority">org.nextcloud.documents</string>
|
|
|
<string name="file_provider_authority">org.nextcloud.files</string>
|
|
|
<string name="image_cache_provider_authority">org.nextcloud.imageCache.provider</string>
|
|
|
- <string name ="db_file">nextcloud.db</string>
|
|
|
- <string name ="db_name">nextcloud</string>
|
|
|
- <string name ="data_folder">nextcloud</string>
|
|
|
- <string name ="log_name">nextcloud</string>
|
|
|
- <string name ="default_display_name_for_root_folder">Nextcloud</string>
|
|
|
- <string name ="user_agent">Mozilla/5.0 (Android) ownCloud-android/%1$s</string>
|
|
|
+ <string name="db_file">nextcloud.db</string>
|
|
|
+ <string name="db_name">nextcloud</string>
|
|
|
+ <string name="data_folder">nextcloud</string>
|
|
|
+ <string name="log_name">nextcloud</string>
|
|
|
+ <string name="default_display_name_for_root_folder">Nextcloud</string>
|
|
|
+ <string name="user_agent">Mozilla/5.0 (Android) ownCloud-android/%1$s</string>
|
|
|
|
|
|
<!-- URLs and flags related -->
|
|
|
<string name="server_url"></string>
|
|
@@ -26,12 +26,12 @@
|
|
|
<!-- 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="welcome_link_url">"https://nextcloud.com/providers"</string>
|
|
|
|
|
|
<!-- Flags to setup the authentication methods available in the app -->
|
|
|
<string name="auth_method_oauth2">off</string>
|
|
|
<string name="auth_method_saml_web_sso">off</string>
|
|
|
-
|
|
|
+
|
|
|
<!-- Flags to enable/disable some features -->
|
|
|
<string name="send_files_to_other_apps">on</string>
|
|
|
<bool name="share_via_link_feature">true</bool>
|