Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
150c2215
Commit
150c2215
authored
Jun 30, 2011
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed Android tests resources and settings
parent
13bbc9ff
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
12 additions
and
6 deletions
+12
-6
.project
modules/java/android_test/.project
+1
-1
org.eclipse.jdt.core.prefs
...es/java/android_test/.settings/org.eclipse.jdt.core.prefs
+5
-0
AndroidManifest.xml
modules/java/android_test/AndroidManifest.xml
+5
-4
icon.png
modules/java/android_test/res/drawable-hdpi/icon.png
+0
-0
icon.png
modules/java/android_test/res/drawable-ldpi/icon.png
+0
-0
icon.png
modules/java/android_test/res/drawable-mdpi/icon.png
+0
-0
icon.png
modules/java/android_test/res/drawable/icon.png
+0
-0
strings.xml
modules/java/android_test/res/values/strings.xml
+1
-1
No files found.
modules/java/android_test/.project
View file @
150c2215
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
OpenCV_
Test
</name>
<name>
OpenCV_
JavaAPI_Tests
</name>
<comment></comment>
<projects>
</projects>
...
...
modules/java/android_test/.settings/org.eclipse.jdt.core.prefs
0 → 100644
View file @
150c2215
#Wed Jun 29 04:36:40 MSD 2011
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
org.eclipse.jdt.core.compiler.compliance=1.5
org.eclipse.jdt.core.compiler.source=1.5
modules/java/android_test/AndroidManifest.xml
View file @
150c2215
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv
_
test"
package=
"org.opencv
.
test"
android:versionCode=
"1"
android:versionName=
"1.0"
>
<uses-sdk
android:minSdkVersion=
"8"
/>
<instrumentation
android:targetPackage=
"org.opencv
_
test"
android:name=
"android.test.InstrumentationTestRunner"
/>
<instrumentation
android:targetPackage=
"org.opencv
.
test"
android:name=
"android.test.InstrumentationTestRunner"
/>
<application
android:icon=
"@drawable/icon"
android:label=
"@string/app_name"
>
<uses-library
android:name=
"android.test.runner"
/>
<uses-library
android:name=
"android.test.runner"
/>
</application>
</manifest>
\ No newline at end of file
modules/java/android_test/res/drawable-hdpi/icon.png
deleted
100644 → 0
View file @
13bbc9ff
4.05 KB
modules/java/android_test/res/drawable-ldpi/icon.png
deleted
100644 → 0
View file @
13bbc9ff
1.68 KB
modules/java/android_test/res/drawable-mdpi/icon.png
deleted
100644 → 0
View file @
13bbc9ff
2.51 KB
modules/java/android_test/res/drawable/icon.png
0 → 100644
View file @
150c2215
5.63 KB
modules/java/android_test/res/values/strings.xml
View file @
150c2215
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string
name=
"hello"
>
Hello World!
</string>
<string
name=
"app_name"
>
OpenCV_
Test
</string>
<string
name=
"app_name"
>
OpenCV_
JavaAPI_Tests
</string>
</resources>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment