Skip to content

Commit

Permalink
Merge pull request #153 from dsciitpatna/development
Browse files Browse the repository at this point in the history
Update master from development
  • Loading branch information
amangrobo authored May 3, 2019
2 parents c48b7a4 + 83f3791 commit 7a364ff
Show file tree
Hide file tree
Showing 131 changed files with 6,198 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Built application files
*.apk
*.ap_
*.aab

# Files for the ART/Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/
out/

# Gradle files
.gradle/
build/

# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

# Android Studio captures folder
captures/

# IntelliJ
*.iml
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
.idea/assetWizardSettings.xml
.idea/dictionaries
.idea/libraries
.idea/caches
# Android Studio 3 in .gitignore file.
.idea/caches/build_file_checksums.ser
.idea/modules.xml

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# Google Services (e.g. APIs or Firebase)
# google-services.json

# Version control
vcs.xml

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

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

49 changes: 49 additions & 0 deletions .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 .idea/runConfigurations.xml

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

1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
58 changes: 58 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
apply plugin: 'com.android.application'
apply plugin: 'realm-android'

android {
compileSdkVersion 28
defaultConfig {
applicationId "com.dsciitp.shabd"
minSdkVersion 21
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
lintOptions {
abortOnError false // true by default
checkAllWarnings false
checkReleaseBuilds false
ignoreWarnings true // false by default
quiet true // false by default
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
buildToolsVersion '28.0.3'
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
implementation 'com.android.support:support-v4:28.0.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
implementation 'com.android.support:cardview-v7:28.0.0'
implementation 'com.android.support:recyclerview-v7:28.0.0'
implementation 'de.hdodenhof:circleimageview:3.0.0'

//firebase ui dependencies
implementation 'com.firebaseui:firebase-ui-firestore:4.3.1'
//firebase dependencies
implementation 'com.google.android.gms:play-services-auth:16.0.1'
implementation 'com.google.firebase:firebase-auth:16.2.1'
implementation 'com.google.firebase:firebase-messaging:17.6.0'
implementation 'com.google.firebase:firebase-firestore:18.2.0'
implementation 'com.google.firebase:firebase-core:16.0.8'
//Glide
implementation 'com.github.bumptech.glide:glide:4.9.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.9.0'
implementation 'com.wang.avi:library:2.1.3'
implementation 'me.panavtec:drawableview:0.6.0'
implementation 'com.pes.materialcolorpicker:library:1.2.0'
}
apply plugin: 'com.google.gms.google-services'
55 changes: 55 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"project_info": {
"project_number": "914277043681",
"firebase_url": "https://shabd-9e46a.firebaseio.com",
"project_id": "shabd-9e46a",
"storage_bucket": "shabd-9e46a.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:914277043681:android:374f116ed2ed9043",
"android_client_info": {
"package_name": "com.dsciitp.shabd"
}
},
"oauth_client": [
{
"client_id": "914277043681-o75fso1ps170cpasgrj4bl151eurkg7u.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.dsciitp.shabd",
"certificate_hash": "a4e596ad083ab0612562d7c919334540da64ab7c"
}
},
{
"client_id": "914277043681-fcprdt0rtif71j78i5ba44b4j7modnsm.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyB4RHHFvUJdXcaweKLgPlYjopz8CE1wG1w"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 2,
"other_platform_oauth_client": [
{
"client_id": "914277043681-fcprdt0rtif71j78i5ba44b4j7modnsm.apps.googleusercontent.com",
"client_type": 3
}
]
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
21 changes: 21 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package com.dsciitp.shabd;

import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.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.getTargetContext();

assertEquals("com.dsciitp.shabd", appContext.getPackageName());
}
}
55 changes: 55 additions & 0 deletions app/src/debug/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"project_info": {
"project_number": "914277043681",
"firebase_url": "https://shabd-9e46a.firebaseio.com",
"project_id": "shabd-9e46a",
"storage_bucket": "shabd-9e46a.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:914277043681:android:374f116ed2ed9043",
"android_client_info": {
"package_name": "com.dsciitp.shabd"
}
},
"oauth_client": [
{
"client_id": "914277043681-o75fso1ps170cpasgrj4bl151eurkg7u.apps.googleusercontent.com",
"client_type": 1,
"android_info": {
"package_name": "com.dsciitp.shabd",
"certificate_hash": "a4e596ad083ab0612562d7c919334540da64ab7c"
}
},
{
"client_id": "914277043681-fcprdt0rtif71j78i5ba44b4j7modnsm.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyB4RHHFvUJdXcaweKLgPlYjopz8CE1wG1w"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 2,
"other_platform_oauth_client": [
{
"client_id": "914277043681-fcprdt0rtif71j78i5ba44b4j7modnsm.apps.googleusercontent.com",
"client_type": 3
}
]
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
Loading

0 comments on commit 7a364ff

Please sign in to comment.