Tag "safe to remove" added to unused packages;
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Thu, 6 Dec 2012 09:06:55 +0000 (13:06 +0400)
committerAlexander Smorkalov <alexander.smorkalov@itseez.com>
Tue, 11 Dec 2012 08:36:01 +0000 (12:36 +0400)
OpenCV Manager version++.

android/service/engine/AndroidManifest.xml
android/service/engine/src/org/opencv/engine/manager/ManagerActivity.java

index c6aa47c..088d51c 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="org.opencv.engine"
-    android:versionCode="23@ANDROID_PLATFORM_VERSION_CODE@"
-    android:versionName="2.3" >
+    android:versionCode="24@ANDROID_PLATFORM_VERSION_CODE@"
+    android:versionName="2.4" >
 
     <uses-sdk android:minSdkVersion="@ANDROID_NATIVE_API_LEVEL@" />
     <uses-feature android:name="android.hardware.touchscreen" android:required="false"/>
index 13f6c8f..7c4b8e4 100644 (file)
@@ -358,6 +358,8 @@ public class ManagerActivity extends Activity
                     else
                     {
                         temp.put("Activity", "n");
+                        if (!PublicName.equals("Built-in OpenCV library"))
+                            Tags = "safe to remove";
                     }
                 }
                 else