Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
509eca4
Create login screen layout
sayanpaul Oct 2, 2016
fbfe229
Create register screen
sayanpaul Oct 3, 2016
4121710
Implement login and register
sayanpaul Oct 5, 2016
50715bb
Add row view
kedarthakkar Oct 5, 2016
59b8621
Unpopulated RecyclerView and Event class
kedarthakkar Oct 6, 2016
a455b2e
Make new social screen
sayanpaul Oct 7, 2016
c59975c
Add toolbar and fab to activity feed
sayanpaul Oct 10, 2016
9b81eb7
Update social screen
sayanpaul Oct 11, 2016
af2425b
Updated RecyclerView UI
kedarthakkar Oct 11, 2016
3bbf909
Merge origin/master into local branch kedar
kedarthakkar Oct 11, 2016
cc1ea0b
Fix CreateSocial activity
sayanpaul Oct 11, 2016
1b62ca8
Merge fixed
kedarthakkar Oct 11, 2016
5caea57
Allow user to upload image to event
sayanpaul Oct 12, 2016
d98508c
Begin implementing firebase and make feed look better
sayanpaul Oct 12, 2016
305ec87
Merge origin/master into kedar
kedarthakkar Oct 13, 2016
a22c290
Add dates attribute to Event
sayanpaul Oct 13, 2016
2917d4d
Merge remote-tracking branch 'origin/master' into kedar
kedarthakkar Oct 13, 2016
13a5dab
Add firebase functionality to feed activity
kedarthakkar Oct 13, 2016
165bd4b
Add images to events feed
sayanpaul Oct 14, 2016
a1ea237
Properly send database key to details activity
sayanpaul Oct 14, 2016
51b82e3
Update string format for interested
sayanpaul Oct 14, 2016
f965079
Update Event class
sayanpaul Oct 14, 2016
19f081c
Updated
Oct 14, 2016
68dd5a0
Merge remote-tracking branch 'origin/master' into kedar
Oct 14, 2016
1ebe1e5
Get interested button to work
sayanpaul Oct 14, 2016
3ce7c9c
Merge remote-tracking branch 'origin/master' into kedar
Oct 14, 2016
a1acadf
Get app to work
Oct 14, 2016
9951ad8
Merge branch 'master' of https://github.com/ssuresh2dev/mdbtrainingpr…
Oct 14, 2016
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
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild
22 changes: 22 additions & 0 deletions .idea/compiler.xml

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

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

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

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

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

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

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

10 changes: 10 additions & 0 deletions .idea/modules.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.

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.

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

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
defaultConfig {
applicationId "mdb.project3.mdbevents"
minSdkVersion 14
targetSdkVersion 24
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.android.support:appcompat-v7:24.2.1'
testCompile 'junit:junit:4.12'
compile 'com.android.support.constraint:constraint-layout:1.0.0-alpha9'
compile 'com.android.support:design:24.2.1'
compile 'com.rengwuxian.materialedittext:library:2.1.4'
compile 'com.google.firebase:firebase-auth:9.6.1'
compile 'com.google.firebase:firebase-database:9.6.1'
compile 'com.google.firebase:firebase-storage:9.6.1'
compile 'com.android.support:cardview-v7:24.+'
compile 'com.github.bumptech.glide:glide:3.7.0'
}

apply plugin: 'com.google.gms.google-services'

42 changes: 42 additions & 0 deletions app/google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"project_info": {
"project_number": "420424174481",
"firebase_url": "https://mdb-events.firebaseio.com",
"project_id": "mdb-events",
"storage_bucket": "mdb-events.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:420424174481:android:616bf578be97dd79",
"android_client_info": {
"package_name": "mdb.project3.mdbevents"
}
},
"oauth_client": [
{
"client_id": "420424174481-i3hcls6241kocqompn743j82tud7pkf8.apps.googleusercontent.com",
"client_type": 3
}
],
"api_key": [
{
"current_key": "AIzaSyC9zQX9VAp0wG7G1KIaxMeK79NUZZGqQ94"
}
],
"services": {
"analytics_service": {
"status": 1
},
"appinvite_service": {
"status": 1,
"other_platform_oauth_client": []
},
"ads_service": {
"status": 2
}
}
}
],
"configuration_version": "1"
}
17 changes: 17 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Add project specific ProGuard rules here.
# By default, the flags in this file are appended to flags specified
# in C:\Users\Ma\AppData\Local\Android\Sdk/tools/proguard/proguard-android.txt
# You can edit the include path and order by changing the proguardFiles
# directive in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# Add any project specific keep options here:

# 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 *;
#}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
package mdb.project3.mdbevents;

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.*;

/**
* Instrumentation 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() throws Exception {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getTargetContext();

assertEquals("mdb.project3.mdbevents", appContext.getPackageName());
}
}
25 changes: 25 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="mdb.project3.mdbevents">

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity android:name=".RegisterActivity" />
<activity android:name=".DetailActivity" />
<activity android:name=".CreateSocial" />
<activity android:name=".FeedActivity" />
<activity android:name=".InterestedActivity" />
</application>

</manifest>
Binary file added app/src/main/assets/fonts/cornerstone.ttf
Binary file not shown.
Loading