Przeglądaj źródła

调整martaAI马甲包

zk 1 rok temu
rodzic
commit
3c616c3c59

+ 2 - 2
app/build.gradle

@@ -40,13 +40,13 @@ android {
 
     signingConfigs {
         debug {
-            storeFile file("keystore/voiceAI.jks")
+            storeFile file("keystore/MartaAI.jks")
             storePassword "voice888"
             keyAlias "voice"
             keyPassword "voice888"
         }
         release {
-            storeFile file("keystore/voiceAI.jks")
+            storeFile file("keystore/MartaAI.jks")
             storePassword "voice888"
             keyAlias "voice"
             keyPassword "voice888"

+ 19 - 0
app/google-services.json

@@ -23,6 +23,25 @@
           "other_platform_oauth_client": []
         }
       }
+    },
+    {
+      "client_info": {
+        "mobilesdk_app_id": "1:280685621253:android:8102d1a09795725ec32c6c",
+        "android_client_info": {
+          "package_name": "com.martaai.voicetts"
+        }
+      },
+      "oauth_client": [],
+      "api_key": [
+        {
+          "current_key": "AIzaSyC4jOavCaZJyf0OH2HF6cKx7CDY8_btn6s"
+        }
+      ],
+      "services": {
+        "appinvite_service": {
+          "other_platform_oauth_client": []
+        }
+      }
     }
   ],
   "configuration_version": "1"

BIN
app/keystore/MartaAI.jks


BIN
app/keystore/voiceAI.jks


+ 2 - 2
app/src/main/java/com/atmob/voiceai/data/consts/Constants.java

@@ -7,9 +7,9 @@ public class Constants {
 
     public static final String Atmob_Server_Base_URL = BuildConfig.HOST;
 
-    public static final String PRIVACY_POLICY = "https://sites.google.com/view/funnyvoiceai-policy/home";
+    public static final String PRIVACY_POLICY = "https://sites.google.com/view/marta-ai-voiceprivacy/home";
 
-    public static final String USER_AGREEMENT = "https://sites.google.com/view/funny-voice-ai-termsofservice/home";
+    public static final String USER_AGREEMENT = "https://sites.google.com/view/martaaivoiceterm/home\n";
     public static final String SEND_EMAIL_ADDRESS = "matanetworktech@gmail.com";
 
 

+ 2 - 2
app/src/main/java/com/atmob/voiceai/module/splash/SplashActivity.java

@@ -69,7 +69,7 @@ public class SplashActivity extends BaseActivity<ActivitySplashBinding> {
                 startGuideLeave(binding.ivGuideHeader2, binding.tvGuideHeader2, binding.ivGuide2);
                 new Handler().postDelayed(() -> {
                     binding.tvNextStep.animate().alpha(0).setDuration(200).start();
-                    binding.vGuideMask.setAlpha(1);
+//                    binding.vGuideMask.setAlpha(1);
                 }, 400);
                 showEndGuide();
             } else if (SplashViewModel.GUIDE_PAGE_END == current) {
@@ -101,7 +101,7 @@ public class SplashActivity extends BaseActivity<ActivitySplashBinding> {
         ValueAnimator alphaAnimator = ValueAnimator.ofFloat(0f, 1f);
         alphaAnimator.setStartDelay(400);
         alphaAnimator.setDuration(800);
-        new Handler().postDelayed(() -> binding.lottieGuide.playAnimation(), 400);
+//        new Handler().postDelayed(() -> binding.lottieGuide.playAnimation(), 400);
         alphaAnimator.addUpdateListener(animation -> {
             float alpha = (float) animation.getAnimatedValue();
             binding.lottieBox.setAlpha(alpha);

+ 5 - 3
app/src/main/res/layout/activity_splash.xml

@@ -133,16 +133,18 @@
                 tools:visibility="gone" />
 
             <FrameLayout
-                android:alpha="0"
                 android:id="@+id/lottie_box"
                 android:layout_width="match_parent"
-                android:layout_height="match_parent">
+                android:layout_height="match_parent"
+                android:alpha="0"
+                android:background="@drawable/bg_theme_splash">
 
                 <com.airbnb.lottie.LottieAnimationView
                     android:id="@+id/lottie_guide"
                     android:layout_width="match_parent"
                     android:layout_height="wrap_content"
                     android:adjustViewBounds="true"
+                    android:visibility="gone"
                     app:lottie_autoPlay="false"
                     app:lottie_fileName="anim/splash.zip"
                     app:lottie_loop="true" />
@@ -150,10 +152,10 @@
             </FrameLayout>
 
             <View
-                android:alpha="0"
                 android:id="@+id/v_guide_mask"
                 android:layout_width="match_parent"
                 android:layout_height="match_parent"
+                android:alpha="0"
                 android:background="@drawable/rv_guide_mask" />
 
             <TextView

+ 5 - 4
app/src/main/res/values/strings.xml

@@ -1,5 +1,6 @@
+<!DOCTYPE resources [<!ENTITY app_name "Marta AI Voice">]>
 <resources>
-    <string name="app_name">Funny Voice AI</string>
+    <string name="app_name">&app_name;</string>
     <string name="setting_app_name_pro">%s Pro</string>
     <string name="main_pager_voice_ai">Voice AI</string>
     <string name="main_pager_clone_voice">Clone Voice</string>
@@ -85,14 +86,14 @@
     <string name="splash_generate_header_txt_2">just type whatever you want,select voice and tap generate. It is so simple of your voice</string>
     <string name="splash_guide_done">Start Having Fun</string>
     <string name="splash_practical_txt">Practical And \nFun AI Voice App</string>
-    <string name="splash_practical_funny_txt">Funny Voice AI</string>
+    <string name="splash_practical_funny_txt">&app_name;</string>
     <string name="splash_privacy_all_txt"><![CDATA[After clicking the button, you agree to the app’s \nprivacy policy and Terms of service]]></string>
     <string name="splash_privacy_policy">privacy policy</string>
     <string name="splash_terms_of_service">Terms of service</string>
     <string name="sub_restore">Restore</string>
-    <string name="sub_title">Funny Voice AI</string>
+    <string name="sub_title">&app_name;</string>
     <string name="sub_pro">Pro</string>
-    <string name="sub_bar_title">Funny Voice AI PRO</string>
+    <string name="sub_bar_title">&app_name; PRO</string>
     <string name="sub_unlock_features">Unlock All Features</string>
     <string name="sub_basic">Basic</string>
     <string name="sub_generation_times">Voice AI \ngeneration times</string>

+ 3 - 3
build.gradle

@@ -2,12 +2,12 @@
 buildscript {
     ext {
         compileSdkVersion = 34
-        applicationId = "com.funnyvoiceai.clonevoice"
+        applicationId = "com.martaai.voicetts"
         minSdkVersion = 21
         targetSdkVersion = 33
 
-        versionCode = 103
-        versionName = "1.0.3"
+        versionCode = 104
+        versionName = "1.0.4"
 
         hilt_version = '2.41'
         lifecycle_version = "2.6.1"

+ 1 - 1
gradle.properties

@@ -25,4 +25,4 @@ prod_server_host=https://central-os-api.atmob.com
 test_server_host=https://central-os-api.atmob.com
 local_server_host=http://192.168.10.171:8880
 #kochava
-kochava_guid=kofunny-voice-ai-5dkleu5
+kochava_guid=komarta-ai-voice-t16ey6v2c