diff --git a/ZBLibrary(ADT)/.classpath b/ZBLibrary(ADT)/.classpath deleted file mode 100644 index 5176974..0000000 --- a/ZBLibrary(ADT)/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/ZBLibrary(ADT)/.project b/ZBLibrary(ADT)/.project deleted file mode 100644 index 417c0d5..0000000 --- a/ZBLibrary(ADT)/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - ZBLibrary - - - - - - com.android.ide.eclipse.adt.ResourceManagerBuilder - - - - - com.android.ide.eclipse.adt.PreCompilerBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - com.android.ide.eclipse.adt.ApkBuilder - - - - - - com.android.ide.eclipse.adt.AndroidNature - org.eclipse.jdt.core.javanature - - diff --git a/ZBLibrary(ADT)/.settings/org.eclipse.core.resources.prefs b/ZBLibrary(ADT)/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c0..0000000 --- a/ZBLibrary(ADT)/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/ZBLibrary(ADT)/QRCodeLibrary/.classpath b/ZBLibrary(ADT)/QRCodeLibrary/.classpath deleted file mode 100644 index 7d20911..0000000 --- a/ZBLibrary(ADT)/QRCodeLibrary/.classpath +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/ZBLibrary(ADT)/QRCodeLibrary/.project b/ZBLibrary(ADT)/QRCodeLibrary/.project deleted file mode 100644 index 9bf870c..0000000 --- a/ZBLibrary(ADT)/QRCodeLibrary/.project +++ /dev/null @@ -1,33 +0,0 @@ - - - QRCodeLibrary - - - - - - com.android.ide.eclipse.adt.ResourceManagerBuilder - - - - - com.android.ide.eclipse.adt.PreCompilerBuilder - - - - - org.eclipse.jdt.core.javabuilder - - - - - com.android.ide.eclipse.adt.ApkBuilder - - - - - - com.android.ide.eclipse.adt.AndroidNature - org.eclipse.jdt.core.javanature - - diff --git a/ZBLibrary(ADT)/QRCodeLibrary/.settings/org.eclipse.jdt.core.prefs b/ZBLibrary(ADT)/QRCodeLibrary/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index 7341ab1..0000000 --- a/ZBLibrary(ADT)/QRCodeLibrary/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,11 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve -org.eclipse.jdt.core.compiler.compliance=1.7 -org.eclipse.jdt.core.compiler.debug.lineNumber=generate -org.eclipse.jdt.core.compiler.debug.localVariable=generate -org.eclipse.jdt.core.compiler.debug.sourceFile=generate -org.eclipse.jdt.core.compiler.problem.assertIdentifier=error -org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.7 diff --git a/ZBLibrary(ADT)/QRCodeLibrary/AndroidManifest.xml b/ZBLibrary(ADT)/QRCodeLibrary/AndroidManifest.xml deleted file mode 100644 index dae598c..0000000 --- a/ZBLibrary(ADT)/QRCodeLibrary/AndroidManifest.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/ZBLibrary(ADT)/QRCodeLibrary/libs/zxing.jar b/ZBLibrary(ADT)/QRCodeLibrary/libs/zxing.jar deleted file mode 100644 index 29fa881..0000000 Binary files a/ZBLibrary(ADT)/QRCodeLibrary/libs/zxing.jar and /dev/null differ diff --git a/ZBLibrary(ADT)/QRCodeLibrary/lint.xml b/ZBLibrary(ADT)/QRCodeLibrary/lint.xml deleted file mode 100644 index ee0eead..0000000 --- a/ZBLibrary(ADT)/QRCodeLibrary/lint.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/ZBLibrary(ADT)/QRCodeLibrary/proguard.cfg b/ZBLibrary(ADT)/QRCodeLibrary/proguard.cfg deleted file mode 100644 index b1cdf17..0000000 --- a/ZBLibrary(ADT)/QRCodeLibrary/proguard.cfg +++ /dev/null @@ -1,40 +0,0 @@ --optimizationpasses 5 --dontusemixedcaseclassnames --dontskipnonpubliclibraryclasses --dontpreverify --verbose --optimizations !code/simplification/arithmetic,!field/*,!class/merging/* - --keep public class * extends android.app.Activity --keep public class * extends android.app.Application --keep public class * extends android.app.Service --keep public class * extends android.content.BroadcastReceiver --keep public class * extends android.content.ContentProvider --keep public class * extends android.app.backup.BackupAgentHelper --keep public class * extends android.preference.Preference --keep public class com.android.vending.licensing.ILicensingService - --keepclasseswithmembernames class * { - native ; -} - --keepclasseswithmembers class * { - public (android.content.Context, android.util.AttributeSet); -} - --keepclasseswithmembers class * { - public (android.content.Context, android.util.AttributeSet, int); -} - --keepclassmembers class * extends android.app.Activity { - public void *(android.view.View); -} - --keepclassmembers enum * { - public static **[] values(); - public static ** valueOf(java.lang.String); -} - --keep class * implements android.os.Parcelable { - public static final android.os.Parcelable$Creator *; -} diff --git a/ZBLibrary(ADT)/QRCodeLibrary/project.properties b/ZBLibrary(ADT)/QRCodeLibrary/project.properties deleted file mode 100644 index b756f44..0000000 --- a/ZBLibrary(ADT)/QRCodeLibrary/project.properties +++ /dev/null @@ -1,12 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system use, -# "ant.properties", and override values to adapt the script to your -# project structure. - -# Project target. -target=android-21 -android.library=true diff --git a/ZBLibrary(ADT)/QRCodeLibrary/res/layout/camera.xml b/ZBLibrary(ADT)/QRCodeLibrary/res/layout/camera.xml deleted file mode 100644 index 1141b4e..0000000 --- a/ZBLibrary(ADT)/QRCodeLibrary/res/layout/camera.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - -