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

Notification feature and layout upgraded #162

Open
wants to merge 17 commits 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
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
137 changes: 112 additions & 25 deletions .idea/codeStyles/Project.xml

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

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

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

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

This file was deleted.

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

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

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

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/kotlinc.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/markdown-navigator/profiles_settings.xml

This file was deleted.

4 changes: 2 additions & 2 deletions .idea/modules.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/render.experimental.xml

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

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

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/vcs.xml

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## The Official Repository for The NGO Sapne.
[![Developer](https://img.shields.io/badge/Developer-Sapne-lightgrey.svg)](https://www.facebook.com/Sapnethedreams/)
[![Build](https://img.shields.io/badge/Build-12.0-green.svg)](http://www.sapne.org.in/)
[![Build](https://img.shields.io/badge/Build-16.0-green.svg)](http://www.sapne.org.in/)

<p align="center"><img width="200" src="https://github.com/Sapnethedreams/Sapne/blob/master/app/src/main/ic_launcher-web.png"></p>
<h2 align="center"> Make someone's dream come true.</h2>
Expand Down
11 changes: 7 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ android {
compileSdkVersion 26
buildToolsVersion '27.0.3'

lintOptions {
checkReleaseBuilds false
}

defaultConfig {
applicationId "ngo.sapne.intents.sapne"
minSdkVersion 16
Expand All @@ -31,6 +35,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.android.gms:play-services-auth:12.0.1'
androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
Expand Down Expand Up @@ -60,8 +65,7 @@ dependencies {
implementation 'com.google.firebase:firebase-auth:12.0.1'
implementation "com.google.firebase:firebase-database:12.0.1"
implementation "com.google.firebase:firebase-storage:12.0.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
implementation 'pl.hypeapp:materialtimelineview:1.0'
implementation 'pl.hypeapp:materialtimelineview:1.1'
implementation 'com.android.support:multidex:1.0.3'
testImplementation 'junit:junit:4.12'

Expand All @@ -77,6 +81,5 @@ dependencies {
implementation 'com.squareup.picasso:picasso:2.5.2'

implementation 'com.sasidhar.smaps.payumoney:payumoney:0.0.3'

}
apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'
1 change: 1 addition & 0 deletions app/credentials.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"web":{"client_id":"961449336145-jea0fanvpo9sri1icg7dtpflqn4imfa8.apps.googleusercontent.com","project_id":"sapne-241cc","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"DizefPW3jaUnN3aZk1fJfoPK"}}
Loading