Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #131 from SpartaHack/develop
Browse files Browse the repository at this point in the history
Merge in Develop
  • Loading branch information
ryanrampage1 authored Jan 20, 2017
2 parents 5c1ef4b + 35c45fa commit d4d2bd5
Show file tree
Hide file tree
Showing 244 changed files with 4,348 additions and 4,092 deletions.
Binary file removed .DS_Store
Binary file not shown.
15 changes: 14 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,20 @@ proguard/

*.idea
*/Keys.java
`
# Android Studio
*.iml
.idea
.idea/workspace.xml
.gradle
build/

.idea/*
app/app.iml
*.iml

# Windows thumbnail db
Thumbs.db

# OSX files
.DS_Store
gradle-wrapper.properties
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

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.

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

This file was deleted.

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

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/modules.xml

This file was deleted.

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

This file was deleted.

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

This file was deleted.

27 changes: 27 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
language: android
android:
components:
# use the latest revision of Android SDK Tools
- platform-tools
- tools

# The BuildTools version used by your project
- build-tools-23.0.3

# The SDK version used to compile your project
- android-24

# Additional components
- extra-google-google_play_services
- extra-google-m2repository
- extra-android-m2repository
- addon-google_apis-google-19

# Specify at least one system image,
# if you need to run emulator(s) during your tests
- sys-img-armeabi-v7a-android-22
- sys-img-x86-android-17

jdk:
- oraclejdk8
- oraclejdk7
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# SpartaHack Android
The 2017 Android application for SpartaHack
![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/featureGraphic.png)

The SpartaHack 2017 Android app allows attendees and sponsors to view schedules, venue maps and to receive notifications about meals and activities. Participants can optionally log in using their SpartaHack credentials to view their unique check-in QR code and to use the mentorship portal for receiving technical help. Our app is now available on Google Play.

<a href="https://play.google.com/store/apps/details?id=com.spartahack.spartahack17"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" height=50px/></a>

## Screenshots

![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/notif.png)
![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/guide.png)
![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/help.png)
![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/profile.png)
19 changes: 0 additions & 19 deletions SpartaHack2016-Android.iml

This file was deleted.

19 changes: 0 additions & 19 deletions SpartaHack2016.iml

This file was deleted.

Binary file removed app/.DS_Store
Binary file not shown.
Loading

0 comments on commit d4d2bd5

Please sign in to comment.