diff options
| author | assiduous <assiduous@diligentgraphics.com> | 2019-12-25 03:23:32 +0000 |
|---|---|---|
| committer | assiduous <assiduous@diligentgraphics.com> | 2019-12-25 03:23:32 +0000 |
| commit | 040e4cb7e454d532d249d2a5de6f2aba0c902baa (patch) | |
| tree | c89a3a009e2d145c3c3cfdb053ad7392eedf6d98 /Tests/Android/TestApp/src | |
| parent | Added codacy bages (diff) | |
| download | DiligentEngine-040e4cb7e454d532d249d2a5de6f2aba0c902baa.tar.gz DiligentEngine-040e4cb7e454d532d249d2a5de6f2aba0c902baa.zip | |
Updated submodules; removed tests folder (tests are now part of every submodule)
Diffstat (limited to 'Tests/Android/TestApp/src')
4 files changed, 0 insertions, 80 deletions
diff --git a/Tests/Android/TestApp/src/main/AndroidManifest.xml b/Tests/Android/TestApp/src/main/AndroidManifest.xml deleted file mode 100644 index 4475bee..0000000 --- a/Tests/Android/TestApp/src/main/AndroidManifest.xml +++ /dev/null @@ -1,31 +0,0 @@ -<manifest xmlns:android="http://schemas.android.com/apk/res/android" -package="com.diligentengine.testapp" -android:versionCode="1" -android:versionName="1.0" > - -<uses-feature android:glEsVersion="0x00030000" android:required="true"></uses-feature> -<application - android:allowBackup="false" - android:fullBackupContent="false" - android:supportsRtl="true" - android:icon="@mipmap/ic_launcher" - android:label="@string/app_name" - android:theme="@style/AppTheme" - android:name="com.diligentengine.testapp.TestApp" - > - - <!-- Our activity is the built-in NativeActivity framework class. - This will take care of integrating with our NDK code. --> - <activity android:name="com.diligentengine.testapp.TestAppNativeActivity" - android:label="@string/app_name" - android:configChanges="orientation|keyboardHidden"> - <!-- Tell NativeActivity the name of our .so --> - <meta-data android:name="android.app.lib_name" - android:value="TestApp" /> - <intent-filter> - <action android:name="android.intent.action.MAIN" /> - <category android:name="android.intent.category.LAUNCHER" /> - </intent-filter> - </activity> -</application> -</manifest> diff --git a/Tests/Android/TestApp/src/main/java/com/diligentengine/testapp/TestApp.java b/Tests/Android/TestApp/src/main/java/com/diligentengine/testapp/TestApp.java deleted file mode 100644 index 4da060e..0000000 --- a/Tests/Android/TestApp/src/main/java/com/diligentengine/testapp/TestApp.java +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright 2013 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.diligentengine.testapp; -import com.diligentengine.android.common.DiligentApplicationBase; - -public class TestApp extends DiligentApplicationBase { - -} diff --git a/Tests/Android/TestApp/src/main/java/com/diligentengine/testapp/TestAppNativeActivity.java b/Tests/Android/TestApp/src/main/java/com/diligentengine/testapp/TestAppNativeActivity.java deleted file mode 100644 index f29f0eb..0000000 --- a/Tests/Android/TestApp/src/main/java/com/diligentengine/testapp/TestAppNativeActivity.java +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright 2013 The Android Open Source Project - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package com.diligentengine.testapp; -import com.diligentengine.android.common.NativeActivityBase; - -public class TestAppNativeActivity extends NativeActivityBase { - -} diff --git a/Tests/Android/TestApp/src/main/res/values/strings.xml b/Tests/Android/TestApp/src/main/res/values/strings.xml deleted file mode 100644 index 9c20773..0000000 --- a/Tests/Android/TestApp/src/main/res/values/strings.xml +++ /dev/null @@ -1,5 +0,0 @@ -<resources> - - <string name="app_name">Test Application</string> - -</resources> |
