From 5a5de10959516c0325ea8292f0db432ab627c61a Mon Sep 17 00:00:00 2001 From: roelandp <248064+roelandp@users.noreply.github.com> Date: Mon, 5 Oct 2020 14:39:25 +0200 Subject: [PATCH] differentiate config files to accomodate android versions for <8 and 8+ --- tiapp.xml | 19 ++++-- tiapp_android_8plus.xml | 139 ++++++++++++++++++++++++++++++++++++++++ tiapp_android_upto7.xml | 137 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 290 insertions(+), 5 deletions(-) create mode 100644 tiapp_android_8plus.xml create mode 100644 tiapp_android_upto7.xml diff --git a/tiapp.xml b/tiapp.xml index 42f82e1..4d5df43 100644 --- a/tiapp.xml +++ b/tiapp.xml @@ -1,9 +1,16 @@ + app.steemwallet.roelandp HiveWallet - 2.2.2.4 + 2.3.0.0 roelandp https://hivewallet.app fast, secure and open source wallet for the Hive blockchain @@ -64,7 +71,7 @@ + xmlns:android="http://schemas.android.com/apk/res/android" package="app.steemwallet.roelandp" android:versionCode="0702300" android:versionName="2.3.0.0"> @@ -94,7 +101,8 @@ - + + @@ -106,7 +114,7 @@ ti.barcode ti.barcode ti.storekit - ti.inappbilling + ti.inappbilling ti.deeply hyperloop @@ -118,8 +126,9 @@ + 8.3.1.GA - 7.4.1.GA + ti.alloy diff --git a/tiapp_android_8plus.xml b/tiapp_android_8plus.xml new file mode 100644 index 0000000..d31f9d4 --- /dev/null +++ b/tiapp_android_8plus.xml @@ -0,0 +1,139 @@ + + + + app.steemwallet.roelandp + HiveWallet + 2.3.0.0 + roelandp + https://hivewallet.app + fast, secure and open source wallet for the Hive blockchain + 2020 by roelandp + appicon.png + true + false + false + da494d9d-d2a8-4f59-9aaa-f32b6372553f + dp + true + + true + true + + + UISupportedInterfaceOrientations~iphone + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + + UIRequiresPersistentWiFi + + UIPrerenderedIcon + + UIStatusBarHidden + + UIStatusBarStyle + UIStatusBarStyleDefault + NSFaceIDUsageDescription + Unlock your wallet + NSCameraUsageDescription + Scan QR codes + NSPhotoLibraryUsageDescription + Read QR codes + CFBundleURLTypes + + + CFBundleURLName + app.steemwallet.roelandp + CFBundleURLSchemes + + hivewallet + hive + steemwallet + steem + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ti.identity + ti.identity + av.imageview + av.imageview + ti.barcode + ti.barcode + ti.storekit + ti.inappbilling + ti.deeply + + hyperloop + + + true + true + true + + + + 8.3.1.GA + + + + + ti.alloy + + 5b645230a27f9503eeb9b6d7 + diff --git a/tiapp_android_upto7.xml b/tiapp_android_upto7.xml new file mode 100644 index 0000000..4d5df43 --- /dev/null +++ b/tiapp_android_upto7.xml @@ -0,0 +1,137 @@ + + + + app.steemwallet.roelandp + HiveWallet + 2.3.0.0 + roelandp + https://hivewallet.app + fast, secure and open source wallet for the Hive blockchain + 2020 by roelandp + appicon.png + true + false + false + da494d9d-d2a8-4f59-9aaa-f32b6372553f + dp + true + + true + true + + + UISupportedInterfaceOrientations~iphone + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + + UIRequiresPersistentWiFi + + UIPrerenderedIcon + + UIStatusBarHidden + + UIStatusBarStyle + UIStatusBarStyleDefault + NSFaceIDUsageDescription + Unlock your wallet + NSCameraUsageDescription + Scan QR codes + NSPhotoLibraryUsageDescription + Read QR codes + CFBundleURLTypes + + + CFBundleURLName + app.steemwallet.roelandp + CFBundleURLSchemes + + hivewallet + hive + steemwallet + steem + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ti.identity + ti.identity + av.imageview + av.imageview + ti.barcode + ti.barcode + ti.storekit + ti.inappbilling + ti.deeply + + hyperloop + + + true + true + true + + + + 8.3.1.GA + + + + + ti.alloy + + 5b645230a27f9503eeb9b6d7 +