Skip to content

Commit

Permalink
Drag clicking skeleton + App icons
Browse files Browse the repository at this point in the history
  • Loading branch information
downthecrop committed Aug 1, 2023
1 parent a0df7b3 commit 920bcb7
Show file tree
Hide file tree
Showing 158 changed files with 37 additions and 16,967 deletions.
37 changes: 0 additions & 37 deletions app_pojavlauncher/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,33 +49,10 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".LauncherActivity"
android:label="@string/app_short_name" />
<activity
android:name=".DummyLauncher"
android:screenOrientation="sensorLandscape"
android:label="@string/app_short_name" />
<activity
android:name=".ImportControlActivity"
android:configChanges="keyboard|keyboardHidden"
android:exported="true"
android:launchMode="singleInstance"
android:windowSoftInputMode="stateVisible">
<intent-filter
android:label="@string/import_control_label"
android:scheme="content"
tools:ignore="AppLinkUrlError">
<action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.SEND" />

<category android:name="android.intent.category.DEFAULT" />

<data android:mimeType="application/json" />
<data android:mimeType="text/json" />
<data android:mimeType="text/plain" />
</intent-filter>
</activity>
<activity
android:name=".FatalErrorActivity"
android:configChanges="keyboardHidden|orientation|screenSize|keyboard|navigation"
Expand Down Expand Up @@ -106,20 +83,6 @@
android:process=":game"
android:screenOrientation="sensorLandscape" />

<provider
android:name=".scoped.FolderProvider"
android:authorities="@string/storageProviderAuthorities"
android:exported="true"
android:grantUriPermissions="true"
android:permission="android.permission.MANAGE_DOCUMENTS">
<intent-filter>
<action android:name="android.content.action.DOCUMENTS_PROVIDER" />
</intent-filter>
</provider>

<service android:name=".services.ProgressService" />
<service
android:name=".services.GameService"
android:process=":game" />
</application>
</manifest>
Binary file modified app_pojavlauncher/src/main/assets/plugins/MobileClientBindings.zip
Binary file not shown.
Binary file modified app_pojavlauncher/src/main/assets/rt4.jar
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 0 additions & 28 deletions app_pojavlauncher/src/main/java/com/kdt/mcgui/MineButton.java

This file was deleted.

23 changes: 0 additions & 23 deletions app_pojavlauncher/src/main/java/com/kdt/mcgui/MineEditText.java

This file was deleted.

Loading

0 comments on commit 920bcb7

Please sign in to comment.