OC-3212: Show appropiate error messages for SslError in SSL error dialog shown by...
[pub/Android/ownCloud.git] / res / values / setup.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3 <!-- App name and other strings-->
4 <string name="app_name">ownCloud</string>
5 <string name="account_type">owncloud</string> <!-- better if was a domain name; but changing it now would require migrate accounts when the app is updated -->
6 <string name="authority">org.owncloud</string> <!-- better if was the app package with ".provider" appended ; it identifies the provider -->
7 <string name ="db_file">owncloud.db</string>
8 <string name ="db_name">ownCloud</string>
9 <string name ="data_folder">owncloud</string>
10 <string name ="log_name">Owncloud_</string>
11 <string name ="default_display_name_for_root_folder">ownCloud</string>
12
13 <!-- URLs and flags related -->
14 <string name="server_url">https://test1.owncloud.com/oc6-shib</string>
15 <bool name="show_server_url_input">true</bool>
16 <bool name="show_welcome_link">true</bool>
17 <string name="welcome_link_url">"https://owncloud.com/mobile/new"</string>
18 <string name="share_api_link"></string>
19
20 <!-- Flags to setup the authentication methods available in the app -->
21 <string name="auth_method_oauth2">off</string>
22 <string name="auth_method_saml_web_sso">on</string>
23
24 <!-- Colors -->
25 <color name="login_background_color">#FFFFFF</color>
26 <color name="login_logo_background_color">#FFFFFF</color>
27 <color name="background_color">#F7F7F7</color>
28 <color name="actionbar_start_color">#1D2D44</color>
29 <color name="actionbar_end_color">#1D2D44</color>
30
31 <!-- Button -->
32 <color name="button_text_color">#000000</color>
33
34 <!-- Multiaccount support -->
35 <bool name="multiaccount_support">true</bool>
36
37 <!-- Help, imprint and feedback -->
38 <bool name="help_enabled">true</bool>
39 <bool name="imprint_enabled">false</bool>
40 <bool name="recommend_enabled">true</bool>
41 <bool name="feedback_enabled">true</bool>
42 <string name="url_help">http://owncloud.com/mobile/help</string>
43 <string name="url_imprint"></string>
44 <string name="mail_recommend">"mailto:"</string>
45 <string name="mail_feedback">"mailto:apps@owncloud.com"</string>
46 <string name="url_app_download">"https://play.google.com/store/apps/details?id=com.owncloud.android"</string>
47
48 </resources>
49
50