Skip to content

Commit

Permalink
V2.1
Browse files Browse the repository at this point in the history
V2.1 stable
  • Loading branch information
epicstudios856 committed Jan 10, 2024
1 parent df34043 commit 5121405
Show file tree
Hide file tree
Showing 450 changed files with 64,666 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .firebaserc
@@ -0,0 +1,5 @@
{
"projects": {
"default": "vectras-1678b"
}
}
15 changes: 15 additions & 0 deletions .gitignore
@@ -0,0 +1,15 @@
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions .idea/deploymentTargetDropDown.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions app/.gitignore
@@ -0,0 +1 @@
/build
78 changes: 78 additions & 0 deletions app/build.gradle
@@ -0,0 +1,78 @@
plugins {
id 'com.android.application'
id 'com.google.gms.google-services'
id 'com.google.firebase.crashlytics'
}

android {
signingConfigs {
release {
storeFile file('C:\\vectras\\Vectras-VM-Android\\vectras.jks')
storePassword 'epicstudios-vectras856'
keyAlias 'Vectras'
keyPassword 'xoureldeen856'
}
}
namespace 'com.vectras.vm'
compileSdk 34

defaultConfig {
applicationId "com.vectras.vm"
minSdk 21
targetSdk 34
versionCode 5
versionName "2.1"

ndk { abiFilters "armeabi-v7a","arm64-v8a", "x86", "x86_64" }
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
signingConfig signingConfigs.release
multiDexEnabled true
}

buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
}
buildFeatures {
viewBinding true
}
sourceSets {
main {
jniLibs.srcDirs = ['src/main/jniLibs']
}
}
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.11.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.6.2'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.2'
implementation 'androidx.legacy:legacy-support-v4:1.0.0'
implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0"
implementation 'androidx.navigation:navigation-fragment:2.7.6'
implementation 'androidx.navigation:navigation-ui:2.7.6'
implementation "androidx.preference:preference:1.2.1"
implementation 'com.github.bumptech.glide:glide:4.16.0'
implementation platform('com.google.firebase:firebase-bom:32.3.1')
implementation 'com.google.firebase:firebase-analytics'
implementation("com.google.firebase:firebase-auth")
implementation("com.google.firebase:firebase-database")
implementation 'com.google.firebase:firebase-storage'
implementation("com.google.android.gms:play-services-auth:20.7.0")
implementation("com.google.firebase:firebase-crashlytics")
implementation("com.google.android.gms:play-services-auth:20.7.0")
implementation 'com.google.android.gms:play-services-ads:22.6.0'
implementation 'com.airbnb.android:lottie:6.2.0'
implementation 'androidx.annotation:annotation:1.7.1'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
}
69 changes: 69 additions & 0 deletions app/google-services.json
@@ -0,0 +1,69 @@
{
"project_info": {
"project_number": "503162397535",
"firebase_url": "https://vectras-1678b-default-rtdb.firebaseio.com",
"project_id": "vectras-1678b",
"storage_bucket": "vectras-1678b.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:503162397535:android:736d8a117fdd7053a24cea",
"android_client_info": {
"package_name": "com.epicstudios.vectras"
}
},
"oauth_client": [
{
"client_id": "503162397535-889qblq47cgopc7e9ie7j140bm8i7cv2.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyArdgVBdPexxwdZHveVbu5hjf5UnEDwTGs"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "503162397535-889qblq47cgopc7e9ie7j140bm8i7cv2.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:503162397535:android:7e9fe9a876827ce5a24cea",
"android_client_info": {
"package_name": "com.vectras.vm"
}
},
"oauth_client": [
{
"client_id": "503162397535-889qblq47cgopc7e9ie7j140bm8i7cv2.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyArdgVBdPexxwdZHveVbu5hjf5UnEDwTGs"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "503162397535-889qblq47cgopc7e9ie7j140bm8i7cv2.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}
21 changes: 21 additions & 0 deletions app/proguard-rules.pro
@@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
@@ -0,0 +1,26 @@
package com.vectras.vm;

import android.content.Context;

import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;

import org.junit.Test;
import org.junit.runner.RunWith;

import static org.junit.Assert.*;

/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();
assertEquals("com.vectras.vm", appContext.getPackageName());
}
}

0 comments on commit 5121405

Please sign in to comment.