Added a lot

This commit is contained in:
2026-08-09 18:56:35 -04:00
parent f88fd58b97
commit 2f0ef54550
24 changed files with 955 additions and 169 deletions

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.INTERNET" />
<application
@@ -38,6 +39,18 @@
android:name=".EventsActivity"
android:exported="false"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".DebugActivity"
android:exported="false"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".MakeAutoActivity2"
android:exported="false"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".PreviewAutoActivity"
android:exported="false"
android:windowSoftInputMode="adjustResize" />
</application>
</manifest>