diff --git a/.idea/libraries/firebase_client_1_0_15.xml b/.idea/libraries/firebase_client_1_0_15.xml
new file mode 100644
index 0000000..1603f02
--- /dev/null
+++ b/.idea/libraries/firebase_client_1_0_15.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/firebase_simple_login_1_2_0.xml b/.idea/libraries/firebase_simple_login_1_2_0.xml
new file mode 100644
index 0000000..25fb5e5
--- /dev/null
+++ b/.idea/libraries/firebase_simple_login_1_2_0.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/jackson_annotations_2_2_2.xml b/.idea/libraries/jackson_annotations_2_2_2.xml
new file mode 100644
index 0000000..e8801f7
--- /dev/null
+++ b/.idea/libraries/jackson_annotations_2_2_2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/jackson_core_2_2_2.xml b/.idea/libraries/jackson_core_2_2_2.xml
new file mode 100644
index 0000000..10f745f
--- /dev/null
+++ b/.idea/libraries/jackson_core_2_2_2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/jackson_databind_2_2_2.xml b/.idea/libraries/jackson_databind_2_2_2.xml
new file mode 100644
index 0000000..31f4d03
--- /dev/null
+++ b/.idea/libraries/jackson_databind_2_2_2.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/libraries/tubesock_0_0_8.xml b/.idea/libraries/tubesock_0_0_8.xml
new file mode 100644
index 0000000..1521f66
--- /dev/null
+++ b/.idea/libraries/tubesock_0_0_8.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index c465b6e..f0b6e62 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,5 +1,8 @@
+
+
+
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..426a148
--- /dev/null
+++ b/README.md
@@ -0,0 +1,2 @@
+Firebase + Android app for CodeTalk
+-------------------------------------
\ No newline at end of file
diff --git a/app/app.iml b/app/app.iml
index d68d241..5dd1e6e 100644
--- a/app/app.iml
+++ b/app/app.iml
@@ -61,6 +61,12 @@
+
+
+
+
+
+
diff --git a/app/build.gradle b/app/build.gradle
index d4d9f82..2593299 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,5 +1,9 @@
apply plugin: 'com.android.application'
+repositories {
+ mavenCentral()
+}
+
android {
compileSdkVersion 19
buildToolsVersion "19.1.0"
@@ -17,8 +21,20 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
+ packagingOptions {
+ exclude 'META-INF/DEPENDENCIES'
+ exclude 'META-INF/LICENSE'
+ exclude 'META-INF/LICENSE.txt'
+ exclude 'META-INF/license.txt'
+ exclude 'META-INF/NOTICE'
+ exclude 'META-INF/NOTICE.txt'
+ exclude 'META-INF/notice.txt'
+ exclude 'META-INF/ASL2.0'
+ }
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
+ compile "com.firebase:firebase-client:1.0.1"
+ compile "com.firebase:firebase-simple-login:1.2.0"
}
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 88b3746..1128eef 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -2,11 +2,13 @@
+
+
+ android:theme="@style/myTheme" >
diff --git a/app/src/main/res/drawable-hdpi/ic_launcher.png b/app/src/main/res/drawable-hdpi/ic_launcher.png
index 96a442e..b689041 100644
Binary files a/app/src/main/res/drawable-hdpi/ic_launcher.png and b/app/src/main/res/drawable-hdpi/ic_launcher.png differ
diff --git a/app/src/main/res/drawable-mdpi/ic_launcher.png b/app/src/main/res/drawable-mdpi/ic_launcher.png
index 359047d..a3d3d35 100644
Binary files a/app/src/main/res/drawable-mdpi/ic_launcher.png and b/app/src/main/res/drawable-mdpi/ic_launcher.png differ
diff --git a/app/src/main/res/drawable-xhdpi/ic_launcher.png b/app/src/main/res/drawable-xhdpi/ic_launcher.png
index 71c6d76..be852cd 100644
Binary files a/app/src/main/res/drawable-xhdpi/ic_launcher.png and b/app/src/main/res/drawable-xhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/drawable-xxhdpi/ic_launcher.png b/app/src/main/res/drawable-xxhdpi/ic_launcher.png
index 4df1894..0274de6 100644
Binary files a/app/src/main/res/drawable-xxhdpi/ic_launcher.png and b/app/src/main/res/drawable-xxhdpi/ic_launcher.png differ
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
new file mode 100644
index 0000000..8384c4e
--- /dev/null
+++ b/app/src/main/res/values/colors.xml
@@ -0,0 +1,7 @@
+
+
+ #ffffff
+ #ff6600
+ #ff9900
+ #333
+
\ No newline at end of file
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index ff6c9d2..a4a080d 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -1,7 +1,19 @@
+
+
+
-
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
new file mode 100644
index 0000000..bc521f4
--- /dev/null
+++ b/app/src/main/res/values/themes.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
\ No newline at end of file