Skip to content

Commit 5fdb34d

Browse files
author
Andrew Sosa
committed
Many many changes.
Don’t sweat it.
1 parent 10a9f8d commit 5fdb34d

50 files changed

Lines changed: 787 additions & 2800 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
/captures
88

99
mobile/src/main/res/drawable-nodpi/bairs.jpg
10+
11+
.idea/workspace.xml

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 0 additions & 2597 deletions
This file was deleted.

mobile/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ dependencies {
2929
compile 'com.android.support:recyclerview-v7:23.1.1'
3030
compile 'com.android.support:cardview-v7:23.1.1'
3131
compile 'com.android.support:multidex:1.0.1'
32-
compile 'com.yqritc:recyclerview-flexibledivider:1.2.6'
32+
compile 'com.yqritc:recyclerview-flexibledivider:1.2.6' // Optional, remove if needed.
3333
//compile 'com.parse.bolts:bolts-android:1.+'
34-
//compile 'com.parse:parse-android:1.+'
34+
compile 'com.parse:parse-android:1.+'
35+
compile 'com.parse:parseui-widget-android:0.0.1'
36+
3537
}

mobile/libs/Parse-1.11.0.jar

-755 KB
Binary file not shown.

mobile/libs/Parse-1.11.0.jar.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

mobile/libs/ParseFacebookUtilsV3-1.10.3.jar.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

mobile/libs/ParseFacebookUtilsV4-1.10.3.jar.properties

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)