Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Custom Android App #146

Merged
merged 1 commit into from
Dec 10, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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 FlappySVG_Custom/.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 FlappySVG_Custom/.idea/compiler.xml

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

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

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

22 changes: 22 additions & 0 deletions FlappySVG_Custom/.idea/misc.xml

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

9 changes: 9 additions & 0 deletions FlappySVG_Custom/.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 FlappySVG_Custom/.idea/runConfigurations.xml

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

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

android {
compileSdkVersion 19
buildToolsVersion '23.0.1'
defaultConfig {
applicationId 'com.kidcoder.flappysvg_custom'
minSdkVersion 15
targetSdkVersion 19
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
}
17 changes: 17 additions & 0 deletions FlappySVG_Custom/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 E:\Installed\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 flappysvgcusom.kidcoder.com.flappysvg_custom;

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("flappysvgcusom.kidcoder.com.flappysvg_custom", appContext.getPackageName());
}
}
23 changes: 23 additions & 0 deletions FlappySVG_Custom/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="flappysvgcusom.kidcoder.com.flappysvg_custom" >

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
android:theme="@style/AppTheme" >

<activity android:name="com.kidcoder.FlappySVGCustom.MainActivity"
android:screenOrientation="landscape">

<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

[See here](../../tree/master/Contributing.md).

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Flappy SVG
==========

This branch contains the core functionality of the game. Here you can program the game and change it.

[See the master branch](../../tree/master#flappy-svg) if you like to know more, contribute and see who created the game.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Flappy: http://www.freesound.org/people/ani_music (Converted to mp3 by media.io)
Game Over: https://www.freesound.org/people/makkuzu
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<html>
<head>
<title>Flappy Credits</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style/bootstrap/css/bootstrap.min.css">
<link rel="icon" type="image/ico" href="images/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="style/credits.css"/>
</head>
<body>
<div class="innertube">
<a href="links.html"><img src="images/back.png" style="position:absolute;width:50px;margin-top:10px;" /></a>
</div>
<div id="wrapper">
<br/><br/>
<h1>Contributors</h1>
<ul id="list">
<li><a href="http://jugendprogrammiert.weebly.com/">Nicco Kunzmann</a></li>
<li><a href="https://github.com/PohSayKeong">Poh Say Keong</a></li>
<li><a href="https://github.com/shashank-sharma">Shashank Sharma</a></li>
<li><a href="https://github.com/anniezhou301">Annie Zhou</a></li>
<li><a href="https://github.com/harry-7/">Hemanth Kumar Veeranki</a></li>
<li><a href="https://github.com/antoniomdk">Antonio Molner Domenech</a></li>
<li><a href="https://github.com/toxicdeath32">Siah Bing Ze</a></li>
<li><a href="https://github.com/alan-aipe">Alan Aipe</a></li>
<li><a href="https://github.com/SilentFlame">Vinay Singh</a></li>
<li><a href="https://github.com/mukesh14149">Mukesh Gupta</a></li>
<li><a href="https://github.com/shubheksha">Shubheksha Jalan</a></li>
<li><a href="https://github.com/jinankjain">Jinank Jain</a></li>
<li><a href="https://github.com/kamishettysreeja25">Kamishetty Sreeja</a></li>
<li><a href="https://github.com/Antrismus">Dmytro Kyrychkov</a></li>
<li><a href="https://github.com/yvars">Yashvardhan Sharma</a></li>
</ul>
<h3>Credits To: </h3>
<ul id="list">
<li><a href="http://codepen.io/elrumordelaluz/pen/XmygWX">Lionel T</a>(Github Edge)</li>
<li><a href="https://github.com/niccokunzmann/rotoscopes/">Rotoscopes</a></li>
<li><a href="http://zenit.senecac.on.ca/wiki/index.php/User:Dreyes6">Dan Reyes</a> for <a href="images/apk.png">apk.png</a></li>
</ul>
<h3>License</h3>
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="images/license.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License.</a>
</div>
</body>
</html>
Loading