Skip to content

Commit b5defc9

Browse files
author
Ferenc Nánási
committed
App ID changed, filebrowser bug fixed when launching first time in some cases, validation of servers imporved
1 parent bc70160 commit b5defc9

14 files changed

+387
-52
lines changed

android/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ apply plugin: 'com.android.application'
33
android {
44
compileSdkVersion rootProject.ext.compileSdkVersion
55
defaultConfig {
6-
applicationId "io.ionic.starter"
6+
applicationId "com.husudosu.mpvremote"
77
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
9-
versionCode 1
9+
versionCode 5
1010
versionName "1.0.5"
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1212
aaptOptions {

android/app/release/output-metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"type": "APK",
55
"kind": "Directory"
66
},
7-
"applicationId": "io.ionic.starter",
7+
"applicationId": "com.husudosu.mpvremote",
88
"variantName": "release",
99
"elements": [
1010
{
1111
"type": "SINGLE",
1212
"filters": [],
13-
"versionCode": 1,
13+
"versionCode": 5,
1414
"versionName": "1.0.5",
1515
"outputFile": "app-release.apk"
1616
}

android/app/src/main/AndroidManifest.xml

+2-20
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<manifest package="io.ionic.starter" xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest package="com.husudosu.mpvremote" xmlns:android="http://schemas.android.com/apk/res/android">
33
<application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" android:usesCleartextTraffic="true">
4-
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android:label="@string/title_activity_main" android:launchMode="singleTask" android:name="io.ionic.starter.MainActivity" android:theme="@style/AppTheme.NoActionBarLaunch">
4+
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android:label="@string/title_activity_main" android:launchMode="singleTask" android:name="com.husudosu.mpvremote.MainActivity" android:theme="@style/AppTheme.NoActionBarLaunch">
55
<intent-filter>
66
<action android:name="android.intent.action.MAIN" />
77
<category android:name="android.intent.category.LAUNCHER" />
@@ -15,13 +15,10 @@
1515
<action android:name="com.darryncampbell.cordova.plugin.intent.ACTION" />
1616
<category android:name="android.intent.category.DEFAULT" />
1717
</intent-filter>
18-
<!-- This filter captures protocols without type info -->
1918
<intent-filter>
2019
<action android:name="android.intent.action.VIEW" />
21-
2220
<category android:name="android.intent.category.DEFAULT" />
2321
<category android:name="android.intent.category.BROWSABLE" />
24-
2522
<data android:scheme="rtmp" />
2623
<data android:scheme="rtmpe" />
2724
<data android:scheme="rtmps" />
@@ -34,13 +31,10 @@
3431
<data android:scheme="udp" />
3532
<data android:scheme="vlc" />
3633
</intent-filter>
37-
<!-- This filter captures protocols with type info -->
3834
<intent-filter>
3935
<action android:name="android.intent.action.VIEW" />
40-
4136
<category android:name="android.intent.category.DEFAULT" />
4237
<category android:name="android.intent.category.BROWSABLE" />
43-
4438
<data android:mimeType="video/*" />
4539
<data android:mimeType="audio/*" />
4640
<data android:scheme="rtmp" />
@@ -56,10 +50,8 @@
5650
</intent-filter>
5751
<intent-filter>
5852
<action android:name="android.intent.action.VIEW" />
59-
6053
<category android:name="android.intent.category.DEFAULT" />
6154
<category android:name="android.intent.category.BROWSABLE" />
62-
6355
<data android:scheme="" />
6456
<data android:scheme="file" />
6557
<data android:scheme="ftp" />
@@ -94,20 +86,15 @@
9486
</intent-filter>
9587
<intent-filter>
9688
<action android:name="android.intent.action.VIEW" />
97-
9889
<category android:name="android.intent.category.DEFAULT" />
9990
<category android:name="android.intent.category.BROWSABLE" />
100-
10191
<data android:scheme="" />
10292
<data android:scheme="file" />
10393
<data android:scheme="ftp" />
10494
<data android:scheme="content" />
10595
<data android:scheme="http" />
10696
<data android:scheme="https" />
10797
<data android:host="*" />
108-
109-
<!-- video -->
110-
11198
<data android:pathPattern=".*\\.3g2" />
11299
<data android:pathPattern=".*\\.3gp" />
113100
<data android:pathPattern=".*\\.3gp2" />
@@ -128,7 +115,6 @@
128115
<data android:pathPattern=".*\\.m2v" />
129116
<data android:pathPattern=".*\\.m2t" />
130117
<data android:pathPattern=".*\\.m2ts" />
131-
<!-- <data android:pathPattern=".*\\.m3u" /> -->
132118
<data android:pathPattern=".*\\.m3u8" />
133119
<data android:pathPattern=".*\\.mkv" />
134120
<data android:pathPattern=".*\\.mov" />
@@ -187,7 +173,6 @@
187173
<data android:pathPattern=".*\\.M2V" />
188174
<data android:pathPattern=".*\\.M2T" />
189175
<data android:pathPattern=".*\\.M2TS" />
190-
<!-- <data android:pathPattern=".*\\.M3U" /> -->
191176
<data android:pathPattern=".*\\.M3U8" />
192177
<data android:pathPattern=".*\\.MKV" />
193178
<data android:pathPattern=".*\\.MOV" />
@@ -226,9 +211,6 @@
226211
<data android:pathPattern=".*\\.WMV" />
227212
<data android:pathPattern=".*\\.WTV" />
228213
<data android:pathPattern=".*\\.XESC" />
229-
230-
<!-- audio -->
231-
232214
<data android:pathPattern=".*\\.3ga" />
233215
<data android:pathPattern=".*\\.a52" />
234216
<data android:pathPattern=".*\\.aac" />

0 commit comments

Comments
 (0)