v0.6.1: added support for multi window mode and refactored ui flag system

This commit is contained in:
Evan Debenham
2017-07-23 16:31:20 -04:00
committed by Evan Debenham
parent b1f6c2dde3
commit 673ad28c5d
4 changed files with 41 additions and 35 deletions
+4 -4
View File
@@ -9,7 +9,7 @@
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="25"/>
android:targetSdkVersion="26"/>
<uses-feature
android:glEsVersion="0x00020000"/>
@@ -25,12 +25,12 @@
<application
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:theme="@android:style/Theme.Black.NoTitleBar"
android:allowBackup="false">
<activity
android:label="@string/app_name"
android:name=".ShatteredPixelDungeon"
android:configChanges="keyboardHidden|orientation|screenSize"
android:configChanges="keyboardHidden|orientation|screenSize|smallestScreenSize|screenLayout"
android:screenOrientation="nosensor">
<intent-filter >
<action android:name="android.intent.action.MAIN" />
@@ -39,4 +39,4 @@
</activity>
</application>
</manifest>
</manifest>