2012-02-02 04:20:22 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
package="com.fteqw"
|
|
|
|
android:versionCode="1"
|
2017-03-26 01:46:08 +00:00
|
|
|
android:versionName="1.05"
|
2012-02-02 04:20:22 +00:00
|
|
|
android:installLocation="auto">
|
2017-10-13 17:50:28 +00:00
|
|
|
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="8"/>
|
2012-02-02 04:20:22 +00:00
|
|
|
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"></uses-permission>
|
Android: fat presses, vibrator, onscreen keyboard, keep-screen-on, console scaling, touch-based console scrolling, additional bindables.
Some memory leaks fixed.
latency with the nq protocol over loopback is much reduced.
Terrain: now mostly a property of a (q1 for now) bsp map, file format changed, glsl now built in, terrain editor builtin improved/changed, holes supported.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4067 fc73d0e0-1445-4013-8a0c-d673dee63da5
2012-07-14 16:25:18 +00:00
|
|
|
<uses-permission android:name="android.permission.VIBRATE"></uses-permission>
|
2012-02-02 04:20:22 +00:00
|
|
|
|
|
|
|
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
|
|
|
<activity android:name=".FTEDroidActivity"
|
2017-03-26 01:46:08 +00:00
|
|
|
android:label="@string/app_name"
|
2012-09-30 05:52:03 +00:00
|
|
|
android:configChanges="keyboardHidden|orientation">
|
2013-11-28 00:45:22 +00:00
|
|
|
|
|
|
|
<!-- launcher icon -->
|
2012-02-02 04:20:22 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
|
|
</intent-filter>
|
2013-11-28 00:45:22 +00:00
|
|
|
|
2017-03-26 01:46:08 +00:00
|
|
|
<!-- custom url scheme, because someone didn't like using mime types properly -->
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:scheme="qw" />
|
|
|
|
</intent-filter>
|
|
|
|
|
2013-11-28 00:45:22 +00:00
|
|
|
<!-- mime types with unspecified schemes (please don't explode). one for each mime type. because I'm paranoid. -->
|
2013-06-23 02:17:02 +00:00
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:mimeType="application/x-qtv" />
|
2013-11-28 00:45:22 +00:00
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
|
<data android:mimeType="text/x-quaketvident" />
|
|
|
|
</intent-filter>
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
2013-06-23 02:17:02 +00:00
|
|
|
<data android:mimeType="application/x-ftemanifest" />
|
2013-11-28 00:45:22 +00:00
|
|
|
</intent-filter>
|
|
|
|
|
|
|
|
<!-- various file extensions for when people forgot the mime type or simply don't know it -->
|
|
|
|
<intent-filter>
|
|
|
|
<action android:name="android.intent.action.VIEW" />
|
|
|
|
<category android:name="android.intent.category.DEFAULT" />
|
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
2013-06-23 02:17:02 +00:00
|
|
|
<data android:scheme="http" android:host="*" android:pathPattern=".*\\.qtv" />
|
|
|
|
<data android:scheme="content" android:host="*" android:pathPattern=".*\\.qtv" />
|
|
|
|
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.qtv" />
|
|
|
|
<data android:scheme="http" android:host="*" android:pathPattern=".*\\.mvd" />
|
|
|
|
<data android:scheme="content" android:host="*" android:pathPattern=".*\\.mvd" />
|
|
|
|
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.mvd" />
|
|
|
|
<data android:scheme="http" android:host="*" android:pathPattern=".*\\.dem" />
|
|
|
|
<data android:scheme="content" android:host="*" android:pathPattern=".*\\.dem" />
|
|
|
|
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.dem" />
|
|
|
|
<data android:scheme="http" android:host="*" android:pathPattern=".*\\.pak" />
|
|
|
|
<data android:scheme="content" android:host="*" android:pathPattern=".*\\.pak" />
|
|
|
|
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.pak" />
|
|
|
|
<data android:scheme="http" android:host="*" android:pathPattern=".*\\.pk3" />
|
|
|
|
<data android:scheme="content" android:host="*" android:pathPattern=".*\\.pk3" />
|
|
|
|
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.pk3" />
|
|
|
|
<data android:scheme="http" android:host="*" android:pathPattern=".*\\.bsp" />
|
|
|
|
<data android:scheme="content" android:host="*" android:pathPattern=".*\\.bsp" />
|
|
|
|
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.bsp" />
|
2016-07-12 00:40:13 +00:00
|
|
|
<data android:scheme="http" android:host="*" android:pathPattern=".*\\.fmf" />
|
|
|
|
<data android:scheme="content" android:host="*" android:pathPattern=".*\\.fmf" />
|
|
|
|
<data android:scheme="file" android:host="*" android:pathPattern=".*\\.fmf" />
|
2013-06-23 02:17:02 +00:00
|
|
|
</intent-filter>
|
2012-02-02 04:20:22 +00:00
|
|
|
</activity>
|
|
|
|
</application>
|
|
|
|
</manifest>
|
|
|
|
|