Skip to content

Commit

Permalink
Merge pull request #102 from SE2-Mankomania-SS20/develop
Browse files Browse the repository at this point in the history
Sprint 2 ende
  • Loading branch information
Th3Dilli authored May 20, 2020
2 parents f6b32f8 + 62cfded commit 56ed466
Show file tree
Hide file tree
Showing 115 changed files with 10,384 additions and 709 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,7 @@ Thumbs.db
!/ios-moe/xcode/*.xcodeproj/xcshareddata
!/ios-moe/xcode/*.xcodeproj/project.pbxproj
/ios-moe/xcode/native/

## exclude json resource that is shared on client and server - will be copied from android/assests
/server/src/main/resources/*
/core/src/main/resources/*
23 changes: 12 additions & 11 deletions android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.mankomania.game" >
package="com.mankomania.game" >
<uses-permission android:name="android.permission.INTERNET" />
<application
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:isGame="true"
android:appCategory="game"
android:label="@string/app_name"
android:theme="@style/GdxTheme" >
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:isGame="true"
android:appCategory="game"
android:fullBackupContent="false"
android:label="@string/app_name"
android:theme="@style/GdxTheme" >
<activity
android:name="com.mankomania.game.android.AndroidLauncher"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|screenLayout">
android:name="com.mankomania.game.android.AndroidLauncher"
android:label="@string/app_name"
android:screenOrientation="landscape"
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|screenLayout">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
Expand Down
Binary file added android/assets/aktien.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed android/assets/board.jpg
Binary file not shown.
File renamed without changes.
Binary file added android/assets/board/board.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added android/assets/button1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 56ed466

Please sign in to comment.