Add batch processing, and format converter

This commit is contained in:
2026-06-29 16:26:08 +07:00
parent 30d84eef72
commit 785a227bad
867 changed files with 40914 additions and 2272 deletions
@@ -0,0 +1,68 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.kikyps.kcompressor"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
7-->INJECTED
8 android:minSdkVersion="21"
8-->INJECTED
9 android:targetSdkVersion="37" />
9-->INJECTED
10
11 <uses-permission
11-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:4:5-6:38
12 android:name="android.permission.WRITE_EXTERNAL_STORAGE"
12-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:5:9-65
13 android:maxSdkVersion="28" />
13-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:6:9-35
14
15 <application
15-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:8:5-32:19
16 android:allowBackup="true"
16-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:9:9-35
17 android:debuggable="true"
18 android:extractNativeLibs="true"
18-->INJECTED
19 android:icon="@mipmap/ic_launcher"
19-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:10:9-43
20 android:label="KCompressor"
20-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:12:9-36
21 android:roundIcon="@mipmap/ic_launcher_round"
21-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:11:9-54
22 android:supportsRtl="true"
22-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:13:9-35
23 android:testOnly="true"
24 android:theme="@style/AppTheme" >
24-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:14:9-40
25 <activity
25-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:16:9-19:52
26 android:name="com.kikyps.kcompressor.ProcessingActivity"
26-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:17:13-47
27 android:exported="false"
27-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:18:13-37
28 android:screenOrientation="portrait" />
28-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:19:13-49
29 <activity
29-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:21:9-31:20
30 android:name="com.kikyps.kcompressor.MainActivity"
30-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:22:13-41
31 android:exported="true"
31-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:23:13-36
32 android:screenOrientation="portrait" >
32-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:24:13-49
33 <intent-filter>
33-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:26:13-29:29
34 <action android:name="android.intent.action.MAIN" />
34-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:27:17-69
34-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:27:25-66
35
36 <category android:name="android.intent.category.LAUNCHER" />
36-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:28:17-77
36-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:28:27-74
37 </intent-filter>
38 </activity>
39 </application>
40
41</manifest>
@@ -0,0 +1,66 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.kikyps.kcompressor"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
7-->INJECTED
8 android:minSdkVersion="21"
8-->INJECTED
9 android:targetSdkVersion="37" />
9-->INJECTED
10
11 <uses-permission
11-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:4:5-6:38
12 android:name="android.permission.WRITE_EXTERNAL_STORAGE"
12-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:5:9-65
13 android:maxSdkVersion="28" />
13-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:6:9-35
14
15 <application
15-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:8:5-32:19
16 android:allowBackup="true"
16-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:9:9-35
17 android:extractNativeLibs="true"
17-->INJECTED
18 android:icon="@drawable/kicon_circle"
18-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:10:9-46
19 android:label="KCompressor"
19-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:12:9-36
20 android:roundIcon="@drawable/kicon_square"
20-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:11:9-51
21 android:supportsRtl="true"
21-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:13:9-35
22 android:theme="@style/AppTheme" >
22-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:14:9-40
23 <activity
23-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:16:9-19:52
24 android:name="com.kikyps.kcompressor.ProcessingActivity"
24-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:17:13-47
25 android:exported="false"
25-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:18:13-37
26 android:screenOrientation="portrait" />
26-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:19:13-49
27 <activity
27-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:21:9-31:20
28 android:name="com.kikyps.kcompressor.MainActivity"
28-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:22:13-41
29 android:exported="true"
29-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:23:13-36
30 android:screenOrientation="portrait" >
30-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:24:13-49
31 <intent-filter>
31-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:26:13-29:29
32 <action android:name="android.intent.action.MAIN" />
32-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:27:17-69
32-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:27:25-66
33
34 <category android:name="android.intent.category.LAUNCHER" />
34-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:28:17-77
34-->D:\MyProject\KCompressor\app\src\main\AndroidManifest.xml:28:27-74
35 </intent-filter>
36 </activity>
37 </application>
38
39</manifest>