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

Commit d4d2bd5

Browse files
authored
Merge pull request #131 from SpartaHack/develop
Merge in Develop
2 parents 5c1ef4b + 35c45fa commit d4d2bd5

File tree

244 files changed

+4348
-4092
lines changed

Some content is hidden

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

244 files changed

+4348
-4092
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

+14-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,20 @@ proguard/
2929

3030
*.idea
3131
*/Keys.java
32+
`
33+
# Android Studio
34+
*.iml
35+
.idea
36+
.idea/workspace.xml
37+
.gradle
38+
build/
3239

3340
.idea/*
3441
app/app.iml
35-
*.iml
42+
43+
# Windows thumbnail db
44+
Thumbs.db
45+
46+
# OSX files
47+
.DS_Store
48+
gradle-wrapper.properties

.idea/.name

-1
This file was deleted.

.idea/compiler.xml

-22
This file was deleted.

.idea/copyright/profiles_settings.xml

-3
This file was deleted.

.idea/gradle.xml

-25
This file was deleted.

.idea/misc.xml

-46
This file was deleted.

.idea/modules.xml

-9
This file was deleted.

.idea/runConfigurations.xml

-12
This file was deleted.

.idea/vcs.xml

-6
This file was deleted.

.travis.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
language: android
2+
android:
3+
components:
4+
# use the latest revision of Android SDK Tools
5+
- platform-tools
6+
- tools
7+
8+
# The BuildTools version used by your project
9+
- build-tools-23.0.3
10+
11+
# The SDK version used to compile your project
12+
- android-24
13+
14+
# Additional components
15+
- extra-google-google_play_services
16+
- extra-google-m2repository
17+
- extra-android-m2repository
18+
- addon-google_apis-google-19
19+
20+
# Specify at least one system image,
21+
# if you need to run emulator(s) during your tests
22+
- sys-img-armeabi-v7a-android-22
23+
- sys-img-x86-android-17
24+
25+
jdk:
26+
- oraclejdk8
27+
- oraclejdk7

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
# SpartaHack Android
2-
The 2017 Android application for SpartaHack
1+
![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/featureGraphic.png)
2+
3+
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.
4+
5+
<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>
6+
7+
## Screenshots
8+
9+
![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/notif.png)
10+
![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/guide.png)
11+
![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/help.png)
12+
![](https://raw.githubusercontent.com/SpartaHack/SpartaHack-Android/develop/graphics/profile.png)

SpartaHack2016-Android.iml

-19
This file was deleted.

SpartaHack2016.iml

-19
This file was deleted.

app/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)