Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
<zipfileset src="${bin.dir}/com.robomorphine.strictmode.lib.prebuilt.r15.jar"/>
<zipfileset src="${bin.dir}/com.robomorphine.strictmode.lib.prebuilt.r16.jar"/>
<zipfileset src="${bin.dir}/com.robomorphine.strictmode.lib.prebuilt.r17.jar"/>
<zipfileset src="${bin.dir}/com.robomorphine.strictmode.lib.prebuilt.r18.jar"/>
<manifest>
<attribute name="Built-By" value="${user.name}"/>
<attribute name="Implementation-Vendor" value="${vendor}"/>
Expand Down
4 changes: 2 additions & 2 deletions src/strictmode-lib-test/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:versionCode="1"
android:versionName="dev" >

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" />
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18" />

<instrumentation android:targetPackage="com.robomorphine.strictmode.lib.test" android:name="android.test.InstrumentationTestRunner" />
<instrumentation android:targetPackage="com.robomorphine.strictmode.lib.test" android:name="com.robomorphine.test.runner.RobomorphineTestRunner" />
Expand All @@ -13,4 +13,4 @@
<uses-library android:name="android.test.runner" />
</application>

</manifest>
</manifest>
4 changes: 2 additions & 2 deletions src/strictmode-lib/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="lib" path="/rbm-strictmode-lib-android-r17/prebuilt/core.jar"/>
<classpathentry kind="lib" path="/rbm-strictmode-lib-android-r17/prebuilt/framework.jar"/>
<classpathentry kind="lib" path="/rbm-strictmode-lib-android-r18/prebuilt/core.jar"/>
<classpathentry kind="lib" path="/rbm-strictmode-lib-android-r18/prebuilt/framework.jar"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
4 changes: 2 additions & 2 deletions src/strictmode-lib/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
android:versionCode="1"
android:versionName="dev" >

<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" />
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="18" />

</manifest>
</manifest>
9 changes: 9 additions & 0 deletions src/strictmode-lib/android-prebuilt/r18/.classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="lib" path="prebuilt/core.jar"/>
<classpathentry kind="lib" path="prebuilt/framework.jar"/>
<classpathentry kind="src" path="gen"/>
<classpathentry kind="output" path="bin/classes"/>
</classpath>
33 changes: 33 additions & 0 deletions src/strictmode-lib/android-prebuilt/r18/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>rbm-strictmode-lib-android-r17</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
9 changes: 9 additions & 0 deletions src/strictmode-lib/android-prebuilt/r18/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.robomorphine.strictmode.lib.prebuilt.r18"
android:versionCode="1"
android:versionName="dev" >

<uses-sdk android:minSdkVersion="18" android:targetSdkVersion="18" />

</manifest>
8 changes: 8 additions & 0 deletions src/strictmode-lib/android-prebuilt/r18/build.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="builder" xmlns:inz="antlib:com.inazaruk.ant">
<!-- Import build system -->
<inz:root-import marker="rootdir" file="builder/builder.xml" />
<import file="../prebuilt.xml" />

<target name="-pre-compile" depends="-set-bootclasspath" />
</project>
2 changes: 2 additions & 0 deletions src/strictmode-lib/android-prebuilt/r18/info
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tag: android-4.3
api level: 18
3 changes: 3 additions & 0 deletions src/strictmode-lib/android-prebuilt/r18/ivy.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<ivy-module version="1.0">
<info organisation="com.robomorphine" module="com.robomorphine.strictmode.lib.prebuilt.r18" />
</ivy-module>
624 changes: 624 additions & 0 deletions src/strictmode-lib/android-prebuilt/r18/prebuilt/IActivityManager.java

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions src/strictmode-lib/android-prebuilt/r18/project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
project.name=com.robomorphine.strictmode.lib.prebuilt.r18
project.type=lib

android.library=true
target=android-18

android.library.reference.1=../common
Loading