Update setup
[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>
6 <string name="authority">org.owncloud</string>
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
12 <!-- Server URL -->
13 <string name="server_url"></string>
14 <bool name="show_server_url_input">true</bool>
15
16 <!-- Flags to setup the authentication methods available in the app -->
17 <string name="auth_method_oauth2">off</string>
18 <string name="auth_method_saml_web_sso">off</string>
19
20 <!-- Colors -->
21 <color name="login_background_color">#FFFFFF</color>
22 <color name="background_color">#F7F7F7</color>
23 <color name="actionbar_start_color">#1D2D44</color>
24 <color name="actionbar_end_color">#1D2D44</color>
25
26 <!-- Button -->
27 <bool name="custom_buttons">false</bool> <!-- enable background customization -->
28 <color name="button_text_color">#FFFFFF</color>
29
30 <!-- Multiaccount support -->
31 <bool name="multiaccount_support">true</bool>
32
33 <!-- Help, imprint and feedback -->
34 <bool name="help_enabled">false</bool>
35 <bool name="imprint_enabled">false</bool>
36 <bool name="recommend_enabled">false</bool>
37 <bool name="feedback_enabled">false</bool>
38 <string name="url_help">https://owncloud.com/mobile/help</string>
39 <string name="url_imprint"></string>
40 <string name="mail_recommend">"mailto:"</string>
41 <string name="mail_feedback">"mailto:apps@owncloud.com"</string>
42 <string name="url_app_download">"https://play.google.com/store/apps/details?id=com.owncloud.android"</string>
43
44 </resources>
45
46