Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
1003021685 committed Aug 19, 2020
1 parent 00be23d commit 6632194
Show file tree
Hide file tree
Showing 1,169 changed files with 55,599 additions and 0 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

116 changes: 116 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build
87 changes: 87 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 28
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "ezviz.ezopensdk"
minSdkVersion 19
targetSdkVersion 26
versionCode 19
versionName "1.7.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
ndk {
abiFilters "armeabi-v7a"
}
manifestPlaceholders = [
JPUSH_PKGNAME : applicationId,
JPUSH_APPKEY : "d7dcbc60f6f4da800a89ead8", //JPush 上注册的包名对应的 Appkey.
JPUSH_CHANNEL : "developer-default", //暂时填写默认值即可.
]
//启用renderscript
multiDexEnabled true
renderscriptTargetApi = 18
renderscriptSupportModeEnabled = true
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
exclude 'META-INF/NOTICE'
exclude 'META-INF/LICENSE'
exclude 'META-INF/LICENSE.txt'
exclude 'META-INF/NOTICE.txt'
exclude 'META-INF/LGPL2.1'
}
sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}
}
repositories {
flatDir {
dirs 'libs' //this way we can find the .aar file in libs folder
}
}

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
implementation 'me.imid.swipebacklayout.lib:library:1.1.0'
implementation 'com.jakewharton:butterknife:9.0.0'
annotationProcessor 'com.jakewharton:butterknife-compiler:9.0.0'
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation 'com.android.support:recyclerview-v7:27.1.0'
implementation 'com.google.code.gson:gson:2.8.0'
implementation files('libs/BaiduLBS_Android.jar')
implementation 'com.android.support:multidex:1.0.2'
implementation 'com.github.bumptech.glide:glide:3.7.0'
implementation 'de.hdodenhof:circleimageview:2.0.0'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.ezviz.sdk:ezviz-sdk:4.12.0'
implementation 'com.ezviz.sdk:streamctrl:1.0.0'
implementation 'com.bigkoo:convenientbanner:2.0.5'
implementation files('libs/commons-net-3.6.jar')
implementation 'pub.devrel:easypermissions:2.0.1'
implementation files('libs/jcore-android-2.4.0.jar')
implementation(name: 'arcgis-android-v10.2.9', ext: 'aar')
implementation files('libs/dom4j-1.6.1.jar')
implementation 'com.squareup.picasso:picasso:2.5.2'
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
implementation 'com.scwang.smartrefresh:SmartRefreshLayout:1.1.0'
implementation 'com.github.lzyzsd:circleprogress:1.2.1'
implementation files('libs/jtds-1.2.7.jar')
implementation files('libs/commons-net-3.6.jar')
}
Binary file added app/libs/BaiduLBS_Android.jar
Binary file not shown.
Binary file added app/libs/Baidu_Mtj_android_4.0.2.2.jar
Binary file not shown.
Binary file added app/libs/arm64-v8a/libBaiduMapSDK_base_v6_4_0.so
Binary file not shown.
Binary file added app/libs/arm64-v8a/libBaiduMapSDK_map_v6_4_0.so
Binary file not shown.
Binary file added app/libs/arm64-v8a/libjcore240.so
Binary file not shown.
Binary file added app/libs/arm64-v8a/liblocSDK8a.so
Binary file not shown.
Binary file not shown.
Binary file added app/libs/armeabi-v7a/libBaiduMapSDK_map_v6_4_0.so
Binary file not shown.
Binary file added app/libs/armeabi-v7a/libjcore240.so
Binary file not shown.
Binary file added app/libs/armeabi-v7a/liblocSDK8a.so
Binary file not shown.
Binary file added app/libs/armeabi/libBaiduMapSDK_base_v6_4_0.so
Binary file not shown.
Binary file added app/libs/armeabi/libBaiduMapSDK_map_v6_4_0.so
Binary file not shown.
Binary file added app/libs/armeabi/libjcore240.so
Binary file not shown.
Binary file added app/libs/armeabi/liblocSDK8a.so
Binary file not shown.
Binary file added app/libs/commons-net-3.6.jar
Binary file not shown.
Binary file added app/libs/dom4j-1.6.1.jar
Binary file not shown.
Binary file added app/libs/jcore-android-2.4.0.jar
Binary file not shown.
Binary file added app/libs/jpush-android-3.6.8.jar
Binary file not shown.
Binary file added app/libs/jtds-1.2.7.jar
Binary file not shown.
Binary file added app/libs/x86/libBaiduMapSDK_base_v6_4_0.so
Binary file not shown.
Binary file added app/libs/x86/libBaiduMapSDK_map_v6_4_0.so
Binary file not shown.
Binary file added app/libs/x86/libjcore240.so
Binary file not shown.
Binary file added app/libs/x86/liblocSDK8a.so
Binary file not shown.
Binary file added app/libs/x86_64/libBaiduMapSDK_base_v6_4_0.so
Binary file not shown.
Binary file added app/libs/x86_64/libBaiduMapSDK_map_v6_4_0.so
Binary file not shown.
Binary file added app/libs/x86_64/libjcore240.so
Binary file not shown.
Binary file added app/libs/x86_64/liblocSDK8a.so
Binary file not shown.
21 changes: 21 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}

# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
package ezviz.ezopensdk;

import android.content.Context;

import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;

import org.junit.Test;
import org.junit.runner.RunWith;

import static org.junit.Assert.*;

/**
* Instrumented test, which will execute on an Android device.
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
@RunWith(AndroidJUnit4.class)
public class ExampleInstrumentedTest {
@Test
public void useAppContext() {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getTargetContext();

assertEquals("ezviz.ezopensdk", appContext.getPackageName());
}
}
Loading

0 comments on commit 6632194

Please sign in to comment.