diff --git a/android/app/build.gradle b/android/app/build.gradle index 33ef57a..1b675f6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -86,9 +86,9 @@ android { buildToolsVersion rootProject.ext.buildToolsVersion compileSdk rootProject.ext.compileSdkVersion - namespace 'com.anonymous.apprn' + namespace 'com.onemdev.rnloop' defaultConfig { - applicationId 'com.anonymous.apprn' + applicationId 'com.onemdev.rnloop' minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 @@ -174,3 +174,7 @@ dependencies { implementation jscFlavor } } + +apply plugin: 'com.google.gms.google-services' +apply plugin: 'com.google.firebase.firebase-perf' +apply plugin: 'com.google.firebase.crashlytics' \ No newline at end of file diff --git a/android/app/google-services.json b/android/app/google-services.json new file mode 100644 index 0000000..2b7b799 --- /dev/null +++ b/android/app/google-services.json @@ -0,0 +1,63 @@ +{ + "project_info": { + "project_number": "344714598000", + "firebase_url": "https://react-native-loop.firebaseio.com", + "project_id": "react-native-loop", + "storage_bucket": "react-native-loop.firebasestorage.app" + }, + "client": [ + { + "client_info": { + "mobilesdk_app_id": "1:344714598000:android:8a29659cd25c7b49bc86b5", + "android_client_info": { + "package_name": "com.onemdev.rnloop" + } + }, + "oauth_client": [ + { + "client_id": "344714598000-22g3184p280et8ru26ipma8pk98qmmha.apps.googleusercontent.com", + "client_type": 1, + "android_info": { + "package_name": "com.onemdev.rnloop", + "certificate_hash": "8952c955aa3c7e88f3802f147a71e54ed051390f" + } + }, + { + "client_id": "344714598000-s26t0caqp6crhce14kqvvckn5taie58b.apps.googleusercontent.com", + "client_type": 1, + "android_info": { + "package_name": "com.onemdev.rnloop", + "certificate_hash": "95897e19e40868bf112f64eb6f24f6fb04239c71" + } + }, + { + "client_id": "344714598000-7qq7igb9e3063f5s79b27d4gp4h34dof.apps.googleusercontent.com", + "client_type": 3 + } + ], + "api_key": [ + { + "current_key": "AIzaSyClG10swUyRkCmOiUEW7twOvn4VbxgXeg8" + } + ], + "services": { + "appinvite_service": { + "other_platform_oauth_client": [ + { + "client_id": "344714598000-7qq7igb9e3063f5s79b27d4gp4h34dof.apps.googleusercontent.com", + "client_type": 3 + }, + { + "client_id": "344714598000-1qs9ui4gs3cckmpob6sh99ojb4mh8cj9.apps.googleusercontent.com", + "client_type": 2, + "ios_info": { + "bundle_id": "com.onemdev.rnloop" + } + } + ] + } + } + } + ], + "configuration_version": "1" +} \ No newline at end of file diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 3bd859d..a09d5ea 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,4 +1,4 @@ - + @@ -26,8 +26,9 @@ - - + + + diff --git a/android/app/src/main/java/com/anonymous/apprn/MainActivity.kt b/android/app/src/main/java/com/onemdev/rnloop/MainActivity.kt similarity index 98% rename from android/app/src/main/java/com/anonymous/apprn/MainActivity.kt rename to android/app/src/main/java/com/onemdev/rnloop/MainActivity.kt index 60ac9a6..80e07ff 100644 --- a/android/app/src/main/java/com/anonymous/apprn/MainActivity.kt +++ b/android/app/src/main/java/com/onemdev/rnloop/MainActivity.kt @@ -1,4 +1,4 @@ -package com.anonymous.apprn +package com.onemdev.rnloop import expo.modules.splashscreen.SplashScreenManager import android.os.Build diff --git a/android/app/src/main/java/com/anonymous/apprn/MainApplication.kt b/android/app/src/main/java/com/onemdev/rnloop/MainApplication.kt similarity index 98% rename from android/app/src/main/java/com/anonymous/apprn/MainApplication.kt rename to android/app/src/main/java/com/onemdev/rnloop/MainApplication.kt index f2e6fb2..224f362 100644 --- a/android/app/src/main/java/com/anonymous/apprn/MainApplication.kt +++ b/android/app/src/main/java/com/onemdev/rnloop/MainApplication.kt @@ -1,4 +1,4 @@ -package com.anonymous.apprn +package com.onemdev.rnloop import android.app.Application import android.content.res.Configuration diff --git a/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png index 0908137..7860b81 100644 Binary files a/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png index ac8a5bb..d7b440e 100644 Binary files a/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png index cec3361..2be5add 100644 Binary files a/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png index 6c08a11..8ab44f2 100644 Binary files a/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png index fbe261e..c5db6e0 100644 Binary files a/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp index aeadd0a..ebc3879 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp index 5b24e3e..949f2d9 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp index 4b33387..3fc246b 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp and b/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp index 8f8658f..655d0db 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp index abd1f92..811d75c 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp index 3852d01..593bb88 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp and b/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp index 422840c..61e29a5 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp index e7883ac..3b0efb3 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp index bdb7326..ea3ce8f 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp index fa0ff4e..b9d17a6 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp index f09143c..9b15cc4 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp index adabb92..f2b8c61 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp index b31c7c5..52f7f99 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp index 48acee2..3532b08 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.webp differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp index f277449..1bee64d 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.webp differ diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml index f387b90..1800c91 100644 --- a/android/app/src/main/res/values/colors.xml +++ b/android/app/src/main/res/values/colors.xml @@ -1,6 +1,6 @@ - #ffffff - #ffffff + #000000 + #000000 #023c69 - #ffffff + #000000 \ No newline at end of file diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index 3df6a78..c35187a 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -1,6 +1,6 @@ - apprn + rnloop contain - false + true automatic \ No newline at end of file diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 6bc0170..2291e06 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -4,7 +4,7 @@ @style/ResetEditText @drawable/rn_edit_text_material @color/colorPrimary - #ffffff + @android:color/transparent