-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
aprosvirin
committed
May 23, 2022
1 parent
fab38af
commit 1e41101
Showing
22 changed files
with
1,286 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# files for the dex VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# generated files | ||
bin/ | ||
gen/ | ||
obj/ | ||
DJI-SDK-LIB_3.1/build/ | ||
build/ | ||
|
||
# generated file | ||
lint.xml | ||
|
||
# Local configuration file (sdk/lib path, etc) | ||
local.properties | ||
project.properties | ||
|
||
# Eclipse project files | ||
.classpath | ||
.settings/ | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Intellij project files | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
# Mac files | ||
.DS_Store | ||
|
||
# Gradle generated files | ||
.gradle/ | ||
|
||
# Signing files | ||
.signing/ | ||
|
||
# User-specific configurations | ||
.idea/libraries/ | ||
.idea/workspace.xml | ||
.idea/tasks.xml | ||
.idea/.name | ||
.idea/compiler.xml | ||
.idea/copyright/profiles_settings.xml | ||
.idea/encodings.xml | ||
.idea/misc.xml | ||
.idea/modules.xml | ||
.idea/scopes/scope_settings.xml | ||
.idea/vcs.xml | ||
*.iml | ||
|
||
# OS-specific files | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# Import summary file | ||
import-summary.txt | ||
/gradle/wrapper/ | ||
/gradle.properties | ||
/gradlew | ||
/gradlew.bat |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# built application files | ||
*.apk | ||
*.ap_ | ||
|
||
# files for the dex VM | ||
*.dex | ||
|
||
# Java class files | ||
*.class | ||
|
||
# generated files | ||
bin/ | ||
gen/ | ||
obj/ | ||
/build/ | ||
|
||
# generated file | ||
lint.xml | ||
|
||
# Local configuration file (sdk/lib path, etc) | ||
local.properties | ||
project.properties | ||
|
||
# Eclipse project files | ||
.classpath | ||
.settings/ | ||
|
||
# Proguard folder generated by Eclipse | ||
proguard/ | ||
|
||
# Intellij project files | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.idea/ | ||
|
||
# Mac files | ||
.DS_Store | ||
|
||
# Import summary file | ||
import-summary.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
apply plugin: 'com.android.application' | ||
apply plugin: 'kotlin-android' | ||
apply plugin: 'kotlin-android-extensions' | ||
apply plugin: 'kotlin-kapt' | ||
|
||
repositories { | ||
mavenLocal() | ||
} | ||
|
||
android { | ||
compileSdkVersion 30 | ||
buildToolsVersion '30.0.3' | ||
useLibrary 'org.apache.http.legacy' | ||
|
||
defaultConfig { | ||
applicationId 'com.ugcs.android.vsm.diagnostics.uploader' | ||
minSdkVersion 23 | ||
targetSdkVersion 30 | ||
multiDexEnabled true | ||
versionCode 1 | ||
ndk { | ||
// On x86 devices that run Android API 23 or above, if the application is targeted with API 23 or | ||
// above, FFmpeg lib might lead to runtime crashes or warnings. | ||
abiFilters "arm64-v8a", "armeabi-v7a", "x86_64" | ||
} | ||
} | ||
|
||
buildTypes { | ||
release { | ||
shrinkResources false | ||
minifyEnabled true | ||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' | ||
} | ||
debug { | ||
shrinkResources false | ||
minifyEnabled false | ||
} | ||
} | ||
android.applicationVariants.all { variant -> | ||
variant.outputs.all { output -> | ||
def file = output.outputFile | ||
if (file != null && file.name.endsWith('.apk')) { | ||
outputFileName = "../dji-diagnostics-uploader.apk" | ||
} | ||
} | ||
} | ||
dexOptions { | ||
javaMaxHeapSize "4g" | ||
} | ||
|
||
packagingOptions{ | ||
doNotStrip "*/*/libdjivideo.so" | ||
doNotStrip "*/*/libSDKRelativeJNI.so" | ||
doNotStrip "*/*/libFlyForbid.so" | ||
doNotStrip "*/*/libduml_vision_bokeh.so" | ||
doNotStrip "*/*/libyuv2.so" | ||
doNotStrip "*/*/libGroudStation.so" | ||
doNotStrip "*/*/libFRCorkscrew.so" | ||
doNotStrip "*/*/libUpgradeVerify.so" | ||
doNotStrip "*/*/libFR.so" | ||
doNotStrip "*/*/libDJIFlySafeCore.so" | ||
doNotStrip "*/*/libdjifs_jni.so" | ||
doNotStrip "*/*/libsfjni.so" | ||
doNotStrip "*/*/libDJICommonJNI.so" | ||
doNotStrip "*/*/libDJICSDKCommon.so" | ||
doNotStrip "*/*/libDJIUpgradeCore.so" | ||
doNotStrip "*/*/libDJIUpgradeJNI.so" | ||
doNotStrip "*/*/libDJIWaypointV2Core.so" | ||
doNotStrip "*/*/libAMapSDK_MAP_v6_9_2.so" | ||
doNotStrip "*/*/libDJIMOP.so" | ||
doNotStrip "*/*/libDJISDKLOGJNI.so" | ||
|
||
pickFirst 'lib/*/libstlport_shared.so' | ||
pickFirst 'lib/*/libRoadLineRebuildAPI.so' | ||
pickFirst 'lib/*/libGNaviUtils.so' | ||
pickFirst 'lib/*/libGNaviMapex.so' | ||
pickFirst 'lib/*/libGNaviData.so' | ||
pickFirst 'lib/*/libGNaviMap.so' | ||
pickFirst 'lib/*/libGNaviSearch.so' | ||
pickFirst 'lib/*/libDJIFlySafeCore.so' | ||
pickFirst 'lib/*/libdjifs_jni.so' | ||
pickFirst 'lib/*/libsfjni.so' | ||
|
||
exclude 'META-INF/rxjava.properties' | ||
exclude 'META-INF/rxjava-computation-expressions.properties' | ||
exclude 'assets/location_map_gps_locked.png' | ||
exclude 'assets/location_map_gps_3d.png' | ||
} | ||
compileOptions { | ||
sourceCompatibility JavaVersion.VERSION_1_8 | ||
targetCompatibility JavaVersion.VERSION_1_8 | ||
} | ||
} | ||
|
||
dependencies { | ||
implementation 'androidx.multidex:multidex:2.0.0' | ||
implementation 'com.squareup:otto:1.3.8' | ||
implementation('com.dji:dji-sdk:4.16.1', { | ||
/** | ||
* Uncomment the "library-anti-distortion" if your app does not need Anti Distortion for Mavic 2 Pro and Mavic 2 Zoom. | ||
* Uncomment the "fly-safe-database" if you need database for release, or we will download it when DJISDKManager.getInstance().registerApp | ||
* is called. | ||
* Both will greatly reducing the size of the APK. | ||
*/ | ||
exclude module: 'library-anti-distortion' | ||
//exclude module: 'fly-safe-database' | ||
}) | ||
compileOnly 'com.dji:dji-sdk-provided:4.16.1' | ||
|
||
implementation 'androidx.appcompat:appcompat:1.0.0' | ||
implementation 'androidx.core:core:1.0.0' | ||
implementation 'androidx.constraintlayout:constraintlayout:1.1.3' | ||
implementation 'androidx.recyclerview:recyclerview:1.0.0' | ||
implementation 'androidx.lifecycle:lifecycle-extensions:2.0.0-rc01' | ||
implementation 'androidx.annotation:annotation:1.0.0' | ||
implementation 'com.jakewharton:butterknife:10.0.0' | ||
annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0' | ||
implementation "androidx.core:core-ktx:1.6.0" | ||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.0.0-rc01" | ||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" | ||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9" | ||
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9" | ||
implementation 'com.google.android.gms:play-services:11.8.0' | ||
|
||
implementation 'androidx.lifecycle:lifecycle-common-java8:2.3.1' | ||
implementation 'androidx.lifecycle:lifecycle-runtime:2.3.1' | ||
implementation 'androidx.lifecycle:lifecycle-process:2.3.1' | ||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1" | ||
|
||
implementation 'com.google.guava:guava:29.0-android' | ||
implementation 'org.apache.commons:commons-math3:3.6.1' | ||
|
||
implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.10.0' | ||
implementation 'io.reactivex.rxjava2:rxjava:2.2.4' | ||
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0' | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,122 @@ | ||
-keepattributes Exceptions,InnerClasses,*Annotation*,Signature,EnclosingMethod | ||
|
||
-dontoptimize | ||
-dontpreverify | ||
-dontwarn okio.** | ||
-dontwarn org.bouncycastle.** | ||
-dontwarn dji.** | ||
-dontwarn com.dji.** | ||
-dontwarn sun.** | ||
-dontwarn java.** | ||
-dontwarn com.amap.api.** | ||
-dontwarn com.here.** | ||
-dontwarn com.mapbox.** | ||
-dontwarn okhttp3.** | ||
-dontwarn retrofit2.** | ||
|
||
-keepclassmembers enum * { | ||
public static <methods>; | ||
} | ||
|
||
-keepnames class * implements java.io.Serializable | ||
-keepclassmembers class * implements java.io.Serializable { | ||
static final long serialVersionUID; | ||
private static final java.io.ObjectStreamField[] serialPersistentFields; | ||
!static !transient <fields>; | ||
private void writeObject(java.io.ObjectOutputStream); | ||
private void readObject(java.io.ObjectInputStream); | ||
java.lang.Object writeReplace(); | ||
java.lang.Object readResolve(); | ||
} | ||
-keep class * extends android.os.Parcelable { | ||
public static final android.os.Parcelable$Creator *; | ||
} | ||
|
||
-keep,allowshrinking class * extends dji.publics.DJIUI.** { | ||
public <methods>; | ||
} | ||
|
||
-keep class net.sqlcipher.** { *; } | ||
|
||
-keep class net.sqlcipher.database.* { *; } | ||
|
||
-keep class dji.** { *; } | ||
|
||
-keep class com.dji.** { *; } | ||
|
||
-keep class com.google.** { *; } | ||
|
||
-keep class org.bouncycastle.** { *; } | ||
|
||
-keep,allowshrinking class org.** { *; } | ||
|
||
-keep class com.squareup.wire.** { *; } | ||
|
||
-keep class sun.misc.Unsafe { *; } | ||
|
||
-keep class com.secneo.** { *; } | ||
|
||
-keep class org.greenrobot.eventbus.**{*;} | ||
|
||
-keep class it.sauronsoftware.ftp4j.**{*;} | ||
|
||
-keepclasseswithmembers,allowshrinking class * { | ||
native <methods>; | ||
} | ||
|
||
-keep class * implements com.google.gson.TypeAdapterFactory | ||
-keep class * implements com.google.gson.JsonSerializer | ||
-keep class * implements com.google.gson.JsonDeserializer | ||
|
||
-keep class androidx.appcompat.widget.SearchView { *; } | ||
|
||
-keepclassmembers class * extends android.app.Service | ||
-keepclassmembers public class * extends android.view.View { | ||
void set*(***); | ||
*** get*(); | ||
} | ||
-keepclassmembers class * extends android.app.Activity { | ||
public void *(android.view.View); | ||
} | ||
-keep class androidx.** { *; } | ||
-keep class android.media.** { *; } | ||
-keep class okio.** { *; } | ||
-keep class com.lmax.disruptor.** { *; } | ||
-keep class com.qx.wz.dj.rtcm.* { *; } | ||
|
||
-dontwarn com.mapbox.services.android.location.LostLocationEngine | ||
-dontwarn com.mapbox.services.android.location.MockLocationEngine | ||
-keepclassmembers class * implements android.arch.lifecycle.LifecycleObserver { | ||
<init>(...); | ||
} | ||
# ViewModel's empty constructor is considered to be unused by proguard | ||
-keepclassmembers class * extends android.arch.lifecycle.ViewModel { | ||
<init>(...); | ||
} | ||
# keep Lifecycle State and Event enums values | ||
-keepclassmembers class android.arch.lifecycle.Lifecycle$State { *; } | ||
-keepclassmembers class android.arch.lifecycle.Lifecycle$Event { *; } | ||
# keep methods annotated with @OnLifecycleEvent even if they seem to be unused | ||
# (Mostly for LiveData.LifecycleBoundObserver.onStateChange(), but who knows) | ||
-keepclassmembers class * { | ||
@android.arch.lifecycle.OnLifecycleEvent *; | ||
} | ||
|
||
-keepclassmembers class * implements android.arch.lifecycle.LifecycleObserver { | ||
<init>(...); | ||
} | ||
|
||
-keep class * implements android.arch.lifecycle.LifecycleObserver { | ||
<init>(...); | ||
} | ||
-keepclassmembers class android.arch.** { *; } | ||
-keep class android.arch.** { *; } | ||
-dontwarn android.arch.** | ||
|
||
-keep class org.apache.commons.** {*;} | ||
|
||
|
||
#<------------ utmiss config start------------> | ||
-keep class dji.sdk.utmiss.** { *; } | ||
-keep class utmisslib.** { *; } | ||
#<------------ utmiss config end------------> |
Oops, something went wrong.