File tree 5 files changed +23
-164
lines changed
src/org/opendroidphp/app/common
5 files changed +23
-164
lines changed Original file line number Diff line number Diff line change
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
+
Original file line number Diff line number Diff line change 1
1
/*___Generated_by_IDEA___*/
2
2
3
- /** Automatically generated file. DO NOT MODIFY */
4
3
package org .opendroidphp .app ;
5
4
5
+ /* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */
6
6
public final class BuildConfig {
7
- public final static boolean DEBUG = true ;
7
+ public final static boolean DEBUG = Boolean . parseBoolean ( null ) ;
8
8
}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
-
12
1
package org .opendroidphp .app .common .utils ;
13
2
14
3
import android .os .Looper ;
You can’t perform that action at this time.
0 commit comments