Initial commit

This commit is contained in:
Алексей Будаев 2026-04-03 22:53:33 +08:00
commit cda6eb7ce0
680 changed files with 75081 additions and 0 deletions

View file

@ -0,0 +1,129 @@
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.mistral.chat"
4 android:versionCode="1"
5 android:versionName="1.0" >
6
7 <uses-sdk
8 android:minSdkVersion="31"
9 android:targetSdkVersion="34" />
10
11 <uses-permission android:name="android.permission.INTERNET" />
11-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:4:5-67
11-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:4:22-64
12
13 <permission
13-->[androidx.core:core:1.12.0] /Users/alexabudaev/.gradle/caches/transforms-4/832de3b968bf0aeb766d0add9f962791/transformed/core-1.12.0/AndroidManifest.xml:22:5-24:47
14 android:name="com.mistral.chat.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION"
14-->[androidx.core:core:1.12.0] /Users/alexabudaev/.gradle/caches/transforms-4/832de3b968bf0aeb766d0add9f962791/transformed/core-1.12.0/AndroidManifest.xml:23:9-81
15 android:protectionLevel="signature" />
15-->[androidx.core:core:1.12.0] /Users/alexabudaev/.gradle/caches/transforms-4/832de3b968bf0aeb766d0add9f962791/transformed/core-1.12.0/AndroidManifest.xml:24:9-44
16
17 <uses-permission android:name="com.mistral.chat.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION" />
17-->[androidx.core:core:1.12.0] /Users/alexabudaev/.gradle/caches/transforms-4/832de3b968bf0aeb766d0add9f962791/transformed/core-1.12.0/AndroidManifest.xml:26:5-97
17-->[androidx.core:core:1.12.0] /Users/alexabudaev/.gradle/caches/transforms-4/832de3b968bf0aeb766d0add9f962791/transformed/core-1.12.0/AndroidManifest.xml:26:22-94
18
19 <application
19-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:6:5-23:19
20 android:allowBackup="true"
20-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:7:9-35
21 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
21-->[androidx.core:core:1.12.0] /Users/alexabudaev/.gradle/caches/transforms-4/832de3b968bf0aeb766d0add9f962791/transformed/core-1.12.0/AndroidManifest.xml:28:18-86
22 android:debuggable="true"
23 android:extractNativeLibs="false"
24 android:icon="@mipmap/ic_launcher"
24-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:8:9-43
25 android:label="@string/app_name"
25-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:9:9-41
26 android:supportsRtl="true"
26-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:10:9-35
27 android:theme="@style/Theme.MistralChat" >
27-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:11:9-49
28 <activity
28-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:13:9-21:20
29 android:name="com.mistral.chat.ui.MainActivity"
29-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:14:13-44
30 android:exported="true"
30-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:15:13-36
31 android:windowSoftInputMode="adjustResize" >
31-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:16:13-55
32 <intent-filter>
32-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:17:13-20:29
33 <action android:name="android.intent.action.MAIN" />
33-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:18:17-69
33-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:18:25-66
34
35 <category android:name="android.intent.category.LAUNCHER" />
35-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:19:17-77
35-->/Users/alexabudaev/Documents/Zed/mistral-chat-app/app/src/main/AndroidManifest.xml:19:27-74
36 </intent-filter>
37 </activity>
38
39 <provider
39-->[androidx.emoji2:emoji2:1.2.0] /Users/alexabudaev/.gradle/caches/transforms-4/03f1b68ccdec955a5321b84448b17d79/transformed/jetified-emoji2-1.2.0/AndroidManifest.xml:24:9-32:20
40 android:name="androidx.startup.InitializationProvider"
40-->[androidx.emoji2:emoji2:1.2.0] /Users/alexabudaev/.gradle/caches/transforms-4/03f1b68ccdec955a5321b84448b17d79/transformed/jetified-emoji2-1.2.0/AndroidManifest.xml:25:13-67
41 android:authorities="com.mistral.chat.androidx-startup"
41-->[androidx.emoji2:emoji2:1.2.0] /Users/alexabudaev/.gradle/caches/transforms-4/03f1b68ccdec955a5321b84448b17d79/transformed/jetified-emoji2-1.2.0/AndroidManifest.xml:26:13-68
42 android:exported="false" >
42-->[androidx.emoji2:emoji2:1.2.0] /Users/alexabudaev/.gradle/caches/transforms-4/03f1b68ccdec955a5321b84448b17d79/transformed/jetified-emoji2-1.2.0/AndroidManifest.xml:27:13-37
43 <meta-data
43-->[androidx.emoji2:emoji2:1.2.0] /Users/alexabudaev/.gradle/caches/transforms-4/03f1b68ccdec955a5321b84448b17d79/transformed/jetified-emoji2-1.2.0/AndroidManifest.xml:29:13-31:52
44 android:name="androidx.emoji2.text.EmojiCompatInitializer"
44-->[androidx.emoji2:emoji2:1.2.0] /Users/alexabudaev/.gradle/caches/transforms-4/03f1b68ccdec955a5321b84448b17d79/transformed/jetified-emoji2-1.2.0/AndroidManifest.xml:30:17-75
45 android:value="androidx.startup" />
45-->[androidx.emoji2:emoji2:1.2.0] /Users/alexabudaev/.gradle/caches/transforms-4/03f1b68ccdec955a5321b84448b17d79/transformed/jetified-emoji2-1.2.0/AndroidManifest.xml:31:17-49
46 <meta-data
46-->[androidx.lifecycle:lifecycle-process:2.7.0] /Users/alexabudaev/.gradle/caches/transforms-4/5fcf0abe153958850f28e6f96eb983d2/transformed/jetified-lifecycle-process-2.7.0/AndroidManifest.xml:29:13-31:52
47 android:name="androidx.lifecycle.ProcessLifecycleInitializer"
47-->[androidx.lifecycle:lifecycle-process:2.7.0] /Users/alexabudaev/.gradle/caches/transforms-4/5fcf0abe153958850f28e6f96eb983d2/transformed/jetified-lifecycle-process-2.7.0/AndroidManifest.xml:30:17-78
48 android:value="androidx.startup" />
48-->[androidx.lifecycle:lifecycle-process:2.7.0] /Users/alexabudaev/.gradle/caches/transforms-4/5fcf0abe153958850f28e6f96eb983d2/transformed/jetified-lifecycle-process-2.7.0/AndroidManifest.xml:31:17-49
49 <meta-data
49-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:29:13-31:52
50 android:name="androidx.profileinstaller.ProfileInstallerInitializer"
50-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:30:17-85
51 android:value="androidx.startup" />
51-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:31:17-49
52 </provider>
53
54 <receiver
54-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:34:9-52:20
55 android:name="androidx.profileinstaller.ProfileInstallReceiver"
55-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:35:13-76
56 android:directBootAware="false"
56-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:36:13-44
57 android:enabled="true"
57-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:37:13-35
58 android:exported="true"
58-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:38:13-36
59 android:permission="android.permission.DUMP" >
59-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:39:13-57
60 <intent-filter>
60-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:40:13-42:29
61 <action android:name="androidx.profileinstaller.action.INSTALL_PROFILE" />
61-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:41:17-91
61-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:41:25-88
62 </intent-filter>
63 <intent-filter>
63-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:43:13-45:29
64 <action android:name="androidx.profileinstaller.action.SKIP_FILE" />
64-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:44:17-85
64-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:44:25-82
65 </intent-filter>
66 <intent-filter>
66-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:46:13-48:29
67 <action android:name="androidx.profileinstaller.action.SAVE_PROFILE" />
67-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:47:17-88
67-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:47:25-85
68 </intent-filter>
69 <intent-filter>
69-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:49:13-51:29
70 <action android:name="androidx.profileinstaller.action.BENCHMARK_OPERATION" />
70-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:50:17-95
70-->[androidx.profileinstaller:profileinstaller:1.3.0] /Users/alexabudaev/.gradle/caches/transforms-4/e7b9872052ccb3818e615978617c1f0c/transformed/jetified-profileinstaller-1.3.0/AndroidManifest.xml:50:25-92
71 </intent-filter>
72 </receiver>
73 </application>
74
75</manifest>