Skip to content

Commit

Permalink
Remove legacy DownloadActivity
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Jan 21, 2023
1 parent 97d5f8a commit 541c24d
Show file tree
Hide file tree
Showing 15 changed files with 87 additions and 1,909 deletions.
20 changes: 0 additions & 20 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,6 @@
<activity
android:name=".main.upload.UploadActivity"
android:label="@string/upload" />
<activity
android:name=".main.download.DownloadActivity"
android:label="@string/download"
android:windowSoftInputMode="stateAlwaysHidden">
<!--intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="http" />
<data android:scheme="https" />
<data
android:host="appsend.store"
android:pathPrefix="/app" />
<data
android:host="appteka.store"
android:pathPrefix="/app" />
</intent-filter-->
</activity>
<activity
android:name=".main.permissions.PermissionsActivity_"
android:label="@string/required_permissions" />
Expand Down
1 change: 0 additions & 1 deletion app/src/main/java/com/tomclaw/appsend/core/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ public class Config {
public static String LOG_TAG = "Appteka";
public static final String HOST_URL = "https://appteka.store";
public static final String STATUS_HOST_URL = "https://tomclaw.com/api/appteka/status.php";
public static final boolean NEW_DETAILS_SCREEN = true;

}
1,301 changes: 0 additions & 1,301 deletions app/src/main/java/com/tomclaw/appsend/main/download/DownloadActivity.java

This file was deleted.

Loading

0 comments on commit 541c24d

Please sign in to comment.