Alexandra 3 сар өмнө
parent
commit
e960a0b0b7

+ 1 - 1
app/src/main/res/values/colors.xml

@@ -46,7 +46,7 @@
     <color name="login_btn_stroke">#ffffff</color>
     <color name="bg_default">#FFFFFF</color>
     <color name="background_color_inverse">#000000</color>
-    <color name="primary_button_background_color">@color/color_accent</color>
+    <color name="primary_button_background_color">#662D91</color>
     <color name="primary_button_text_color">#ffffff</color>
     <color name="secondary_button_background_color">#D6D7D7</color>
     <color name="secondary_button_text_color">#000000</color>

+ 26 - 26
app/src/main/res/values/setup.xml

@@ -11,33 +11,33 @@
     <bool name="dev_version_direct_download_enabled">false</bool>
 
     <!-- App name  and other strings-->
-    <string name="app_name">Nextcloud</string>
-    <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 -->
-    <string name="authority">org.nextcloud</string>    <!-- better if was the app package with ".provider" appended ; it identifies the provider -->
-    <string name="users_and_groups_search_authority">com.nextcloud.android.providers.UsersAndGroupsSearchProvider</string>
-    <string name="users_and_groups_share_with">com.nextcloud.android.providers.UsersAndGroupsSearchProvider.action.SHARE_WITH</string>
-    <string name="document_provider_authority">org.nextcloud.documents</string>
-    <string name="file_provider_authority">org.nextcloud.files</string>
-    <string name="image_cache_provider_authority">org.nextcloud.imageCache.provider</string>
-    <string name="db_file">nextcloud.db</string>
-    <string name="db_name">nextcloud</string>
-    <string name="data_folder">nextcloud</string>
-    <string name="default_display_name_for_root_folder">Nextcloud</string>
-    <string name="nextcloud_user_agent">Mozilla/5.0 (Android) Nextcloud-android/%1$s%2$s</string>
-    <string name="only_office_user_agent">Mozilla/5.0 (Android %1$s) Mobile Nextcloud-android/%2$s</string>
-    <string name="name_for_branded_user_agent"></string>
+    <string name="app_name">SX Space</string>
+    <string name="account_type">sxspace</string>     <!-- better if was a domain name; but changing it now would require migrate accounts when the app is updated -->
+    <string name="authority">org.sharix</string>    <!-- better if was the app package with ".provider" appended ; it identifies the provider -->
+    <string name="users_and_groups_search_authority">com.sharix.android.providers.UsersAndGroupsSearchProvider</string>
+    <string name="users_and_groups_share_with">com.sharix.android.providers.UsersAndGroupsSearchProvider.action.SHARE_WITH</string>
+    <string name="document_provider_authority">org.sharix.documents</string>
+    <string name="file_provider_authority">org.sharix.files</string>
+    <string name="image_cache_provider_authority">org.sharix.imageCache.provider</string>
+    <string name="db_file">sxspace.db</string>
+    <string name="db_name">sxspace</string>
+    <string name="data_folder">sxspace</string>
+    <string name="default_display_name_for_root_folder">sxspace</string>
+    <string name="nextcloud_user_agent">Mozilla/5.0 (Android) SX Space-android/%1$s%2$s</string>
+    <string name="only_office_user_agent">Mozilla/5.0 (Android %1$s) Mobile SX Space-android/%2$s</string>
+    <string name="name_for_branded_user_agent">SX Space</string>
 
     <!-- URLs and flags related -->
     <bool name="show_server_url_input">true</bool>
     <bool name="show_provider_or_own_installation">true</bool>
-    <string name="provider_registration_server">https://www.nextcloud.com/register</string>
+    <string name="provider_registration_server">https://nc.sharix-app.org</string>
 
     <!-- specify built in proxy -->
     <string name="proxy_host"></string>
     <integer name="proxy_port">-1</integer>
 
     <bool name="disable_intro">false</bool>
-    <bool name="disable_multiaccount">false</bool>
+    <bool name="disable_multiaccount">true</bool>
     <bool name="disable_more_external_site">false</bool>
     <bool name="disable_sharing">false</bool>
     <bool name="disable_clipboard">false</bool>
@@ -50,8 +50,8 @@
     <bool name="share_with_users_feature">true</bool>
     <bool name="show_external_links">true</bool>
     <bool name="show_outdated_server_warning">true</bool>
-    <bool name="is_branded_client">false</bool>
-    <bool name="is_branded_plus_client">false</bool>
+    <bool name="is_branded_client">true</bool>
+    <bool name="is_branded_plus_client">true</bool>
 
     <!-- Calendar & Contacts backup -->
     <string name="contacts_backup_folder">/.Contacts-Backup</string>
@@ -66,14 +66,14 @@
     <array name="whatsnew_urls"></array>
 
     <!-- Colors -->
-    <color name="primary">#0082c9</color>
-    <color name="primary_dark">#006AA3</color>
-    <color name="color_accent">#007cc2</color>
+    <color name="primary">#662d91</color>
+    <color name="primary_dark">#3a1a52</color>
+    <color name="color_accent">#662d91</color>
     <color name="login_text_color">#ffffff</color>
-    <color name="login_text_hint_color">#7fC0E3</color>
+    <color name="login_text_hint_color">#9e82b4</color>
 
     <!-- Multiaccount support -->
-    <bool name="multiaccount_support">true</bool>
+    <bool name="multiaccount_support">false</bool>
 
     <!-- Drawer options -->
     <bool name="recently_modified_enabled">false</bool>
@@ -88,12 +88,12 @@
     <bool name="help_enabled">true</bool>
     <string name="url_help">https://help.nextcloud.com/c/clients/android/</string>
     <bool name="privacy_enabled">true</bool>
-    <string name="privacy_url">https://nextcloud.com/privacy</string>
+    <string name="privacy_url">https://wiki.sharix-app.org/doku.php/open/doc/policy_conf</string>
     <bool name="imprint_enabled">false</bool>
     <bool name="recommend_enabled">true</bool>
     <bool name="logger_enabled">false</bool>
     <bool name="sourcecode_enabled">true</bool>
-    <string name="sourcecode_url" translatable="false">https://github.com/nextcloud/android</string>
+    <string name="sourcecode_url" translatable="false">https://git.sharix-app.org/SX_Cloud/space-android</string>
     <bool name="license_enabled">true</bool>
     <string name="license_url" translatable="false">https://www.gnu.org/licenses/gpl-2.0.html</string>
     <string name="url_imprint"></string>