diff --git a/.idea/misc.xml b/.idea/misc.xml index 17e3704..6e61f96 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,21 +1,19 @@ - - - + diff --git a/app/AndroidManifest.xml b/app/AndroidManifest.xml index 113250b..04b0e9d 100644 --- a/app/AndroidManifest.xml +++ b/app/AndroidManifest.xml @@ -8,7 +8,6 @@ android:name=".MainApplication" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" - android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> diff --git a/app/build.gradle b/app/build.gradle index 96ab256..778240a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,11 +7,11 @@ android { buildToolsVersion PROP_BUILD_TOOLS_VERSION defaultConfig { - applicationId "com.fitchgc.jcwallet" + applicationId "com.cege.games.release" minSdkVersion PROP_MIN_SDK_VERSION targetSdkVersion PROP_TARGET_SDK_VERSION - versionCode 1 - versionName "1.0" + versionCode 5 + versionName "1.0.5" ndk{ abiFilters 'armeabi-v7a','arm64-v8a', 'x86' } diff --git a/app/res/mipmap-hdpi/ic_launcher.png b/app/res/mipmap-hdpi/ic_launcher.png new file mode 100644 index 0000000..5c28bd5 Binary files /dev/null and b/app/res/mipmap-hdpi/ic_launcher.png differ diff --git a/app/res/mipmap-mdpi/ic_launcher.png b/app/res/mipmap-mdpi/ic_launcher.png new file mode 100644 index 0000000..dd76bb4 Binary files /dev/null and b/app/res/mipmap-mdpi/ic_launcher.png differ diff --git a/app/res/mipmap-xhdpi/ic_launcher.png b/app/res/mipmap-xhdpi/ic_launcher.png new file mode 100644 index 0000000..f2aac72 Binary files /dev/null and b/app/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/app/res/mipmap-xxhdpi/ic_launcher.png b/app/res/mipmap-xxhdpi/ic_launcher.png new file mode 100644 index 0000000..3f469c2 Binary files /dev/null and b/app/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/app/res/mipmap-xxxhdpi/ic_launcher.png b/app/res/mipmap-xxxhdpi/ic_launcher.png new file mode 100644 index 0000000..91deddc Binary files /dev/null and b/app/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/js/main.js b/js/main.js index ad698a2..ef83bb5 100644 --- a/js/main.js +++ b/js/main.js @@ -568,11 +568,16 @@ function pluginChip( slots, signature ) { + console.log('addresses:' + addresses) + console.log('values:' + values) + console.log('chipIds:' + chipIds) + console.log('slots:' + slots) + console.log('signature:' + signature) + addresses = JSON.parse(addresses) values = JSON.parse(values) chipIds = JSON.parse(chipIds) slots = JSON.parse(slots) - jc.wallet.jcStandard .pluginChip({ addresses, diff --git a/res/drawable/logo.png b/res/drawable/logo.png new file mode 100644 index 0000000..01e883b Binary files /dev/null and b/res/drawable/logo.png differ diff --git a/res/mipmap-anydpi-v26/ic_launcher.xml b/res/mipmap-anydpi-v26/ic_launcher.xml deleted file mode 100644 index eca70cf..0000000 --- a/res/mipmap-anydpi-v26/ic_launcher.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/res/mipmap-anydpi-v26/ic_launcher_round.xml b/res/mipmap-anydpi-v26/ic_launcher_round.xml deleted file mode 100644 index eca70cf..0000000 --- a/res/mipmap-anydpi-v26/ic_launcher_round.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/res/mipmap-hdpi/ic_launcher.png b/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index a571e60..0000000 Binary files a/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/res/mipmap-hdpi/ic_launcher_round.png b/res/mipmap-hdpi/ic_launcher_round.png deleted file mode 100644 index 61da551..0000000 Binary files a/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ diff --git a/res/mipmap-mdpi/ic_launcher.png b/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index c41dd28..0000000 Binary files a/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/res/mipmap-mdpi/ic_launcher_round.png b/res/mipmap-mdpi/ic_launcher_round.png deleted file mode 100644 index db5080a..0000000 Binary files a/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ diff --git a/res/mipmap-xhdpi/ic_launcher.png b/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 6dba46d..0000000 Binary files a/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/res/mipmap-xhdpi/ic_launcher_round.png b/res/mipmap-xhdpi/ic_launcher_round.png deleted file mode 100644 index da31a87..0000000 Binary files a/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ diff --git a/res/mipmap-xxhdpi/ic_launcher.png b/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 15ac681..0000000 Binary files a/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/res/mipmap-xxhdpi/ic_launcher_round.png b/res/mipmap-xxhdpi/ic_launcher_round.png deleted file mode 100644 index b216f2d..0000000 Binary files a/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/res/mipmap-xxxhdpi/ic_launcher.png b/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index f25a419..0000000 Binary files a/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/res/mipmap-xxxhdpi/ic_launcher_round.png b/res/mipmap-xxxhdpi/ic_launcher_round.png deleted file mode 100644 index e96783c..0000000 Binary files a/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/res/values/strings.xml b/res/values/strings.xml index 2641f78..7639ef3 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -1,5 +1,5 @@ - HeadlessCocos + CEBG Game view Scan QRCode need camera permission QRCode