Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flumaj #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions MessManager/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
*.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
116 changes: 116 additions & 0 deletions MessManager/.idea/codeStyles/Project.xml

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

4 changes: 4 additions & 0 deletions MessManager/.idea/encodings.xml

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

22 changes: 22 additions & 0 deletions MessManager/.idea/gradle.xml

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

36 changes: 36 additions & 0 deletions MessManager/.idea/inspectionProfiles/Project_Default.xml

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

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

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

12 changes: 12 additions & 0 deletions MessManager/.idea/runConfigurations.xml

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

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

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

1 change: 1 addition & 0 deletions MessManager/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# MessManager
1 change: 1 addition & 0 deletions MessManager/app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
36 changes: 36 additions & 0 deletions MessManager/app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
apply plugin: 'com.android.application'
apply plugin: 'com.google.gms.google-services'

android {
compileSdkVersion 29
buildToolsVersion "29.0.0"
defaultConfig {
applicationId "com.example.messmanager"
minSdkVersion 19
targetSdkVersion 29
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.0.2'
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
implementation 'com.google.firebase:firebase-database:18.0.0'
testImplementation 'junit:junit:4.12'
implementation 'de.hdodenhof:circleimageview:3.0.0'
implementation 'me.zhanghai.android.materialratingbar:library:1.3.2'
androidTestImplementation 'androidx.test:runner:1.2.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
implementation 'com.android.support:design:29.0.0-alpha3'
implementation 'androidx.cardview:cardview:1.0.0'
implementation 'com.tomer:fadingtextview:2.5'
}
122 changes: 122 additions & 0 deletions MessManager/app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
{
"project_info": {
"project_number": "1017119845438",
"firebase_url": "https://sattvikmess-a65c7.firebaseio.com",
"project_id": "sattvikmess-a65c7",
"storage_bucket": "sattvikmess-a65c7.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:1017119845438:android:0753e16590aea188",
"android_client_info": {
"package_name": "com.example.messmanager"
}
},
"oauth_client": [
{
"client_id": "1017119845438-pidvfaa4nbj4g6rkq4aqer6us9dmol6e.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.example.messmanager",
"certificate_hash": "866fe161b2ecf90c44ff48f84a6fdefbfe4a7070"
}
},
{
"client_id": "1017119845438-f8hl6p50nb3tr5194bfq023apehpl9ti.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyB2y2yPbMsaUzyl-UHMduncIXWBx5P4KPU"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "1017119845438-f8hl6p50nb3tr5194bfq023apehpl9ti.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:1017119845438:android:feb5e00febfcf1bc",
"android_client_info": {
"package_name": "com.example.shreyash.myapplication"
}
},
"oauth_client": [
{
"client_id": "1017119845438-ibj8gdde7ustk86dp46jau464upj3ldc.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.example.shreyash.myapplication",
"certificate_hash": "ea46b958a5bd4e598ab7927ec360f233b9dc3a64"
}
},
{
"client_id": "1017119845438-f8hl6p50nb3tr5194bfq023apehpl9ti.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyB2y2yPbMsaUzyl-UHMduncIXWBx5P4KPU"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "1017119845438-f8hl6p50nb3tr5194bfq023apehpl9ti.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
},
{
"client_info": {
"mobilesdk_app_id": "1:1017119845438:android:328a1f8bf4506978",
"android_client_info": {
"package_name": "com.jain.shreyash.smanager"
}
},
"oauth_client": [
{
"client_id": "1017119845438-aif7tornsvh6ip22igebeafl20gddho5.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.jain.shreyash.smanager",
"certificate_hash": "afdcf161945a5ad5d7f1bcc8459360757234a6e7"
}
},
{
"client_id": "1017119845438-f8hl6p50nb3tr5194bfq023apehpl9ti.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyB2y2yPbMsaUzyl-UHMduncIXWBx5P4KPU"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": [
{
"client_id": "1017119845438-f8hl6p50nb3tr5194bfq023apehpl9ti.apps.googleusercontent.com",
"client_type": 3
}
]
}
}
}
],
"configuration_version": "1"
}
Loading