changed package for decode sdk

This commit is contained in:
strawmanbobi
2019-02-09 14:28:07 +08:00
parent c5df776aa6
commit a5148c63ee
164 changed files with 14130 additions and 14130 deletions

0
android-example/.gitignore vendored Normal file → Executable file
View File

0
android-example/README.md Normal file → Executable file
View File

0
android-example/app/.gitignore vendored Normal file → Executable file
View File

2
android-example/app/build.gradle Normal file → Executable file
View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 27
buildToolsVersion '27.0.3'
buildToolsVersion '28.0.3'
defaultConfig {
applicationId "net.irext.ircontrol"
minSdkVersion 19

0
android-example/app/libs/web-api.aar Normal file → Executable file
View File

0
android-example/app/proguard-rules.pro vendored Normal file → Executable file
View File

Binary file not shown.

View File

@@ -0,0 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":4,"versionName":"0.1.5","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

0
android-example/app/src/main/AndroidManifest.xml Normal file → Executable file
View File

View File

@@ -7,7 +7,7 @@ import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import net.irext.ircontrol.R;
import net.irext.decodesdk.utils.Constants;
import net.irext.sdk.utils.Constants;
import net.irext.webapi.model.RemoteIndex;
import java.util.List;

View File

@@ -8,7 +8,7 @@ import android.widget.BaseAdapter;
import android.widget.TextView;
import net.irext.ircontrol.R;
import net.irext.ircontrol.bean.RemoteControl;
import net.irext.decodesdk.utils.Constants;
import net.irext.sdk.utils.Constants;
import java.util.List;

View File

@@ -15,7 +15,7 @@ import net.irext.ircontrol.ui.activity.CreateActivity;
import net.irext.ircontrol.ui.adapter.CategoryAdapter;
import net.irext.ircontrol.ui.widget.PullToRefreshListView;
import net.irext.ircontrol.utils.MessageUtil;
import net.irext.decodesdk.utils.Constants;
import net.irext.sdk.utils.Constants;
import net.irext.webapi.model.Category;
import net.irext.webapi.WebAPICallbacks.ListCategoriesCallback;

View File

@@ -14,9 +14,9 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.*;
import net.irext.decodesdk.bean.ACStatus;
import net.irext.decodesdk.IRDecode;
import net.irext.decodesdk.utils.Constants;
import net.irext.decode.sdk.bean.ACStatus;
import net.irext.decode.sdk.IRDecode;
import net.irext.sdk.utils.Constants;
import net.irext.ircontrol.R;
import net.irext.ircontrol.bean.RemoteControl;
import net.irext.ircontrol.ui.activity.ControlActivity;
@@ -25,7 +25,6 @@ import net.irext.ircontrol.utils.MessageUtil;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileReader;
import java.lang.ref.WeakReference;
/**

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
android-example/app/src/main/jniLibs/mips/libirdecode.so Normal file → Executable file

Binary file not shown.

Binary file not shown.

BIN
android-example/app/src/main/jniLibs/x86/libirdecode.so Normal file → Executable file

Binary file not shown.

Binary file not shown.

View File

View File

View File

View File

View File

View File

View File

View File

View File

View File

0
android-example/app/src/main/res/layout/item_brand.xml Normal file → Executable file
View File

View File

0
android-example/app/src/main/res/layout/item_city.xml Normal file → Executable file
View File

0
android-example/app/src/main/res/layout/item_index.xml Normal file → Executable file
View File

View File

View File

0
android-example/app/src/main/res/layout/ptr_header.xml Normal file → Executable file
View File

0
android-example/app/src/main/res/menu/menu_main.xml Normal file → Executable file
View File

View File

Before

Width:  |  Height:  |  Size: 400 B

After

Width:  |  Height:  |  Size: 400 B

View File

Before

Width:  |  Height:  |  Size: 661 B

After

Width:  |  Height:  |  Size: 661 B

View File

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 304 B

View File

Before

Width:  |  Height:  |  Size: 511 B

After

Width:  |  Height:  |  Size: 511 B

View File

Before

Width:  |  Height:  |  Size: 860 B

After

Width:  |  Height:  |  Size: 860 B

View File

Before

Width:  |  Height:  |  Size: 654 B

After

Width:  |  Height:  |  Size: 654 B

View File

Before

Width:  |  Height:  |  Size: 269 B

After

Width:  |  Height:  |  Size: 269 B

View File

Before

Width:  |  Height:  |  Size: 241 B

After

Width:  |  Height:  |  Size: 241 B

View File

Before

Width:  |  Height:  |  Size: 463 B

After

Width:  |  Height:  |  Size: 463 B

View File

Before

Width:  |  Height:  |  Size: 256 B

After

Width:  |  Height:  |  Size: 256 B

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

Before

Width:  |  Height:  |  Size: 607 B

After

Width:  |  Height:  |  Size: 607 B

View File

Before

Width:  |  Height:  |  Size: 596 B

After

Width:  |  Height:  |  Size: 596 B

View File

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

Before

Width:  |  Height:  |  Size: 451 B

After

Width:  |  Height:  |  Size: 451 B

0
android-example/app/src/main/res/values-v21/styles.xml Normal file → Executable file
View File

View File

View File

0
android-example/app/src/main/res/values/colors.xml Normal file → Executable file
View File

0
android-example/app/src/main/res/values/dimens.xml Normal file → Executable file
View File

View File

0
android-example/app/src/main/res/values/strings.xml Normal file → Executable file
View File

0
android-example/app/src/main/res/values/styles.xml Normal file → Executable file
View File

2
android-example/build.gradle Normal file → Executable file
View File

@@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath 'com.android.tools.build:gradle:3.3.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}

0
android-example/decodesdk/.gitignore vendored Normal file → Executable file
View File

0
android-example/decodesdk/README.md Normal file → Executable file
View File

4
android-example/decodesdk/build.gradle Normal file → Executable file
View File

@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 25
compileSdkVersion 27
buildToolsVersion '27.0.3'
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
targetSdkVersion 27
versionCode 1
versionName "1.0"
}

0
android-example/decodesdk/ir_decoder/Android.mk Normal file → Executable file
View File

0
android-example/decodesdk/ir_decoder/Application.mk Normal file → Executable file
View File

View File

View File

View File

View File

View File

View File

View File

0
android-example/decodesdk/ir_decoder/include/ir_defs.h Normal file → Executable file
View File

View File

View File

0
android-example/decodesdk/ir_decoder/jni/Readme.md Normal file → Executable file
View File

View File

Some files were not shown because too many files have changed in this diff Show More