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-25 12:18:34 +04:00
|
|
|
<string name="app_name">mdCloud</string>
|
|
|
|
<string name="account_type">de.mobilcom.debitel.cloud</string>
|
|
|
|
<string name="authority">de.mobilcom.debitel</string>
|
|
|
|
<string name ="db_file">mdcloud.db</string>
|
|
|
|
<string name ="db_name">mdcloud</string>
|
|
|
|
<string name ="data_folder">mfcloud</string>
|
|
|
|
<string name ="log_name">mdCloud_</string>
|
2013-10-16 11:37:28 +04:00
|
|
|
|
|
|
|
<!-- Server URL -->
|
2013-10-25 13:09:21 +04:00
|
|
|
<string name="server_url">beta.owncloud.com/owncloud</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-25 15:55:15 +04:00
|
|
|
<color name="login_background_color">#e3e3e3</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-14 14:55:21 +04:00
|
|
|
<!-- Multiaccount support -->
|
2013-10-25 13:09:21 +04:00
|
|
|
<bool name="multiaccount_support">false</bool>
|
2013-10-14 14:55:21 +04:00
|
|
|
|
2013-10-16 10:56:41 +04:00
|
|
|
<!-- Help, imprint and feedback -->
|
2013-10-25 15:55:15 +04:00
|
|
|
<bool name="help_enabled">true</bool>
|
|
|
|
<bool name="imprint_enabled">true</bool>
|
|
|
|
<bool name="recommend_enabled">true</bool>
|
|
|
|
<bool name="feedback_enabled">true</bool>
|
2013-10-25 13:09:21 +04:00
|
|
|
<string name="url_help">http://www2.mobilcom-debitel.de/kontakt/faqs?cat=42</string>
|
|
|
|
<string name="url_imprint">"https://webapi.md.de/about/imprint"</string>
|
2013-10-16 10:56:41 +04:00
|
|
|
<string name="mail_recommend">"mailto:"</string>
|
2013-10-25 13:09:21 +04:00
|
|
|
<string name="mail_feedback">"mailto:appservice@cloud.md.de"</string>
|
|
|
|
<!-- string name="url_app_download">"https://play.google.com/store/apps/details?id=de.mobilcom.debitel.cloud.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
|
|
|
|