Skip to content

Commit f7bb055

Browse files
author
Shushant
committed
Deleted busybox wrapper
1 parent 834eaf5 commit f7bb055

File tree

5 files changed

+23
-164
lines changed

5 files changed

+23
-164
lines changed

Diff for: DroidPHP.iml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="FacetManager">
4+
<facet type="android" name="Android">
5+
<configuration />
6+
</facet>
7+
</component>
8+
<component name="NewModuleRootManager" inherit-compiler-output="true">
9+
<exclude-output />
10+
<content url="file://$MODULE_DIR$">
11+
<sourceFolder url="file://$MODULE_DIR$/gen" isTestSource="false" generated="true" />
12+
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
13+
</content>
14+
<orderEntry type="jdk" jdkName="Android API 19 Platform" jdkType="Android SDK" />
15+
<orderEntry type="sourceFolder" forTests="false" />
16+
<orderEntry type="library" exported="" name="commons-lite-1.14" level="project" />
17+
<orderEntry type="module" module-name="actionbarsherlock" exported="" />
18+
<orderEntry type="module" module-name="SwitchCompatLibrary" exported="" />
19+
</component>
20+
</module>
21+

Diff for: gen/org/opendroidphp/app/BuildConfig.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*___Generated_by_IDEA___*/
22

3-
/** Automatically generated file. DO NOT MODIFY */
43
package org.opendroidphp.app;
54

5+
/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */
66
public final class BuildConfig {
7-
public final static boolean DEBUG = true;
7+
public final static boolean DEBUG = Boolean.parseBoolean(null);
88
}

Diff for: gen/org/opendroidphp/app/DialogsProgressDialogFragment.java

-101
This file was deleted.

Diff for: src/org/opendroidphp/app/common/shell/Busybox.java

-50
This file was deleted.

Diff for: src/org/opendroidphp/app/common/utils/Debug.java

-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
/*
2-
* *
3-
* * This file is part of DroidPHP
4-
* *
5-
* * (c) 2014 Shushant Kumar
6-
* *
7-
* * For the full copyright and license information, please view the LICENSE
8-
* * file that was distributed with this source code.
9-
*
10-
*/
11-
121
package org.opendroidphp.app.common.utils;
132

143
import android.os.Looper;

0 commit comments

Comments
 (0)