setup.xml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3. <!-- Beta indicator -->
  4. <bool name="is_beta">false</bool>
  5. <!-- App name and other strings-->
  6. <string name="app_name">Nextcloud</string>
  7. <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 -->
  8. <string name="authority">org.nextcloud</string> <!-- better if was the app package with ".provider" appended ; it identifies the provider -->
  9. <string name="document_provider_authority">org.nextcloud.documents</string>
  10. <string name="file_provider_authority">org.nextcloud.files</string>
  11. <string name ="db_file">nextcloud.db</string>
  12. <string name ="db_name">nextcloud</string>
  13. <string name ="data_folder">nextcloud</string>
  14. <string name ="log_name">nextcloud</string>
  15. <string name ="default_display_name_for_root_folder">Nextcloud</string>
  16. <string name ="user_agent">Mozilla/5.0 (Android) ownCloud-android/%1$s</string>
  17. <!-- URLs and flags related -->
  18. <string name="server_url"></string>
  19. <bool name="show_server_url_input">true</bool>
  20. <bool name="show_welcome_link">true</bool>
  21. <string name="welcome_link_url">"https://nextcloud.com"</string>
  22. <string name="share_api_link"></string>
  23. <!-- Flags to setup the authentication methods available in the app -->
  24. <string name="auth_method_oauth2">off</string>
  25. <string name="auth_method_saml_web_sso">off</string>
  26. <!-- Flags to enable/disable some features -->
  27. <string name = "send_files_to_other_apps">on</string>
  28. <bool name = "share_via_link_feature">true</bool>
  29. <bool name = "share_with_users_feature">true</bool>
  30. <!-- Colors -->
  31. <color name="login_text_color">@color/white</color>
  32. <color name="login_text_hint_color">#7fC0E3</color>
  33. <color name="login_background_color">#FFFFFF</color>
  34. <color name="login_logo_background_color">#FFFFFF</color>
  35. <color name="background_color">#FFFFFF</color>
  36. <color name="actionbar_start_color">#0082c9</color>
  37. <color name="actionbar_end_color">#0082c9</color>
  38. <color name="primary_button_background_color">@color/owncloud_blue_accent</color>
  39. <color name="primary_button_text_color">@color/white</color>
  40. <color name="secondary_button_background_color">#D6D7D7</color>
  41. <color name="secondary_button_text_color">@color/black</color>
  42. <color name="drawer_header_color">@color/owncloud_blue_accent</color>
  43. <!-- Button -->
  44. <color name="button_text_color">#000000</color>
  45. <!-- Multiselect backgrounds -->
  46. <color name="action_mode_background">#757575</color>
  47. <color name="action_mode_status_bar_background">#616161</color>
  48. <color name="selected_item_background">#ECECEC</color>
  49. <!-- Multiaccount support -->
  50. <bool name="multiaccount_support">true</bool>
  51. <!-- Help, imprint and feedback -->
  52. <bool name="calendar_contacts_enabled">true</bool>
  53. <bool name="help_enabled">true</bool>
  54. <bool name="imprint_enabled">false</bool>
  55. <bool name="recommend_enabled">true</bool>
  56. <bool name="feedback_enabled">true</bool>
  57. <bool name="logger_enabled">false</bool>
  58. <string name="url_help">https://help.nextcloud.com/c/feature</string>
  59. <string name="url_imprint"></string>
  60. <string name="mail_recommend">"mailto:"</string>
  61. <string name="mail_feedback">"mailto:android@nextcloud.com"</string>
  62. <string name="url_app_download">"https://play.google.com/store/apps/details?id=com.nextcloud.client"</string>
  63. <string name="url_server_install">https://nextcloud.com/install</string>
  64. <!--Destination mail for sending log files -->
  65. <string name="mail_logger"></string>
  66. <!-- Participate links -->
  67. <string name="fdroid_beta_link" translatable="false">https://f-droid.org/repository/browse/?fdid=com.nextcloud.android.beta</string>
  68. <string name="beta_apk_link" translatable="false">https://github.com/nextcloud/android/raw/beta/apks/latest.apk</string>
  69. <string name="play_store_register_beta" translatable="false">https://play.google.com/apps/testing/com.nextcloud.client</string>
  70. <string name="fdroid_link" translatable="false">https://f-droid.org/repository/browse/?fdid=com.nextcloud.client</string>
  71. <string name="irc_weblink" translatable="false">http://webchat.freenode.net?channels=nextcloud-mobile</string>
  72. <string name="help_link" translatable="false">https://help.nextcloud.com/c/clients/android</string>
  73. <string name="translation_link" translatable="false">https://www.transifex.com/nextcloud/nextcloud/android/</string>
  74. <string name="contributing_link" translatable="false">https://github.com/nextcloud/android/blob/master/CONTRIBUTING.md</string>
  75. <string name="report_issue_link" translatable="false">https://github.com/nextcloud/android/issues</string>
  76. <!-- login data links -->
  77. <string name="login_data_own_scheme" translatable="false">cloud</string>
  78. </resources>