2013-07-25 19:29:52 +04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
2013-10-17 18:54:43 +04:00
|
|
|
<!-- App name and other strings-->
|
2013-10-29 17:36:09 +04:00
|
|
|
<string name="app_name">ownCloud</string>
|
|
|
|
<string name="account_type">owncloud</string>
|
|
|
|
<string name="authority">org.owncloud</string>
|
|
|
|
<string name ="db_file">owncloud.db</string>
|
|
|
|
<string name ="db_name">ownCloud</string>
|
|
|
|
<string name ="data_folder">owncloud</string>
|
|
|
|
<string name ="log_name">Owncloud_</string>
|
2013-10-16 11:37:28 +04:00
|
|
|
|
|
|
|
<!-- Server URL -->
|
2013-10-29 17:36:09 +04:00
|
|
|
<string name="server_url"></string>
|
2013-07-25 19:29:52 +04:00
|
|
|
<bool name="show_server_url_input">true</bool>
|
|
|
|
|
|
|
|
<!-- Flags to setup the authentication methods available in the app -->
|
|
|
|
<string name="auth_method_oauth2">off</string>
|
2013-08-27 16:58:56 +04:00
|
|
|
<string name="auth_method_saml_web_sso">off</string>
|
2013-07-25 19:29:52 +04:00
|
|
|
|
2013-10-11 17:14:41 +04:00
|
|
|
<!-- Colors -->
|
2013-10-30 13:24:15 +04:00
|
|
|
<color name="login_background_color">#FFFFFF</color>
|
2013-10-11 17:14:41 +04:00
|
|
|
<color name="background_color">#F7F7F7</color>
|
|
|
|
<color name="actionbar_start_color">#1D2D44</color>
|
|
|
|
<color name="actionbar_end_color">#1D2D44</color>
|
2013-10-11 17:08:32 +04:00
|
|
|
|
2013-10-25 17:06:10 +04:00
|
|
|
<!-- Button -->
|
2013-10-31 19:59:38 +04:00
|
|
|
<color name="button_text_color">#000000</color>
|
2013-10-25 17:06:10 +04:00
|
|
|
|
2013-10-14 14:55:21 +04:00
|
|
|
<!-- Multiaccount support -->
|
2013-10-29 17:36:09 +04:00
|
|
|
<bool name="multiaccount_support">true</bool>
|
2013-10-14 14:55:21 +04:00
|
|
|
|
2013-10-16 10:56:41 +04:00
|
|
|
<!-- Help, imprint and feedback -->
|
2013-10-29 17:36:09 +04:00
|
|
|
<bool name="help_enabled">false</bool>
|
|
|
|
<bool name="imprint_enabled">false</bool>
|
|
|
|
<bool name="recommend_enabled">false</bool>
|
|
|
|
<bool name="feedback_enabled">false</bool>
|
|
|
|
<string name="url_help">https://owncloud.com/mobile/help</string>
|
|
|
|
<string name="url_imprint"></string>
|
2013-10-16 10:56:41 +04:00
|
|
|
<string name="mail_recommend">"mailto:"</string>
|
2013-10-29 17:36:09 +04:00
|
|
|
<string name="mail_feedback">"mailto:apps@owncloud.com"</string>
|
|
|
|
<string name="url_app_download">"https://play.google.com/store/apps/details?id=com.owncloud.android"</string>
|
2013-10-16 10:56:41 +04:00
|
|
|
|
2013-07-25 19:29:52 +04:00
|
|
|
</resources>
|
2013-10-16 10:56:41 +04:00
|
|
|
|
2013-10-25 15:55:15 +04:00
|
|
|
|