diff --git a/android/app/build.gradle b/android/app/build.gradle
index fcb7b7d..80c2b69 100644
--- a/android/app/build.gradle
+++ b/android/app/build.gradle
@@ -54,6 +54,62 @@ android {
buildConfigField "String", "appTitle", "\"Dinect\""
buildConfigField "boolean", "showBonus", "true"
+ }
+
+ dinect_INT {
+ applicationId 'com.dinect.checker.int'
+ buildConfigField "String", "locale", "\"ru\""
+ buildConfigField "String", "flavor", "\"dinect\""
+ buildConfigField "int", "currency", "643"
+ buildConfigField "String", "supportPhone", "\"8-800-77-55-032\""
+ buildConfigField "String", "supportUrl", "\"http://www.dinect.com\""
+ buildConfigField "String", "endpoint", "\"https://pos-api-int.dinect.com/20130701/\""
+ buildConfigField "String", "appToken", "\"9fec83cdca38c357e6b65dbb17514cdd36bf2a08\""
+ buildConfigField "String", "appTitle", "\"Dinect (INT)\""
+ buildConfigField "boolean", "showBonus", "true"
+
+ }
+
+ dinect_OTE {
+ applicationId 'com.dinect.checker.ote'
+ buildConfigField "String", "locale", "\"ru\""
+ buildConfigField "String", "flavor", "\"dinect\""
+ buildConfigField "int", "currency", "643"
+ buildConfigField "String", "supportPhone", "\"8-800-77-55-032\""
+ buildConfigField "String", "supportUrl", "\"http://www.dinect.com\""
+ buildConfigField "String", "endpoint", "\"https://pos-api-ote.dinect.com/20130701/\""
+ buildConfigField "String", "appToken", "\"9fec83cdca38c357e6b65dbb17514cdd36bf2a08\""
+ buildConfigField "String", "appTitle", "\"Dinect (OTE)\""
+ buildConfigField "boolean", "showBonus", "true"
+
+ }
+
+ dinect_TESTING {
+ applicationId 'com.dinect.checker.testing'
+ buildConfigField "String", "locale", "\"ru\""
+ buildConfigField "String", "flavor", "\"dinect\""
+ buildConfigField "int", "currency", "643"
+ buildConfigField "String", "supportPhone", "\"8-800-77-55-032\""
+ buildConfigField "String", "supportUrl", "\"http://www.dinect.com\""
+ buildConfigField "String", "endpoint", "\"https://pos-api-testing.dinect.com/20130701/\""
+ buildConfigField "String", "appToken", "\"9fec83cdca38c357e6b65dbb17514cdd36bf2a08\""
+ buildConfigField "String", "appTitle", "\"Dinect (TESTING)\""
+ buildConfigField "boolean", "showBonus", "true"
+
+ }
+
+ dinect_STAGING {
+ applicationId 'com.dinect.checker.staging'
+ buildConfigField "String", "locale", "\"ru\""
+ buildConfigField "String", "flavor", "\"dinect\""
+ buildConfigField "int", "currency", "643"
+ buildConfigField "String", "supportPhone", "\"8-800-77-55-032\""
+ buildConfigField "String", "supportUrl", "\"http://www.dinect.com\""
+ buildConfigField "String", "endpoint", "\"https://pos-api-staging.dinect.com/20130701/\""
+ buildConfigField "String", "appToken", "\"9fec83cdca38c357e6b65dbb17514cdd36bf2a08\""
+ buildConfigField "String", "appTitle", "\"Dinect (STAGING)\""
+ buildConfigField "boolean", "showBonus", "true"
+
}
autobonus {
@@ -82,16 +138,30 @@ android {
buildConfigField "boolean", "showBonus", "true"
}
+ crypto {
+ applicationId 'com.dinect.checker.crypto'
+ buildConfigField "String", "locale", "\"ru\""
+ buildConfigField "String", "flavor", "\"dinect\""
+ buildConfigField "int", "currency", "643"
+ buildConfigField "String", "supportPhone", "\"8-800-77-55-032\""
+ buildConfigField "String", "supportUrl", "\"http://www.dinect.com\""
+ buildConfigField "String", "endpoint", "\"https://pos-api-crypto-int.dinect.com/20130701/\""
+ buildConfigField "String", "appToken", "\"bdea0f3ba9034b688019a7cac753d1209e2b227f\""
+ buildConfigField "String", "appTitle", "\"Dinect Crypto\""
+ buildConfigField "boolean", "showBonus", "true"
+
+ }
+
develop {
applicationId 'com.dinect.develop'
buildConfigField "String", "locale", "\"ru\""
- buildConfigField "String", "flavor", "\"autobonus\""
+ buildConfigField "String", "flavor", "\"dinect\""
buildConfigField "int", "currency", "643"
buildConfigField "String", "supportPhone", "\"8 800 555 35 35\""
buildConfigField "String", "supportUrl", "\"http://yandex.ru/\""
buildConfigField "String", "endpoint", "\"https://pos-api-int.dinect.com/20130701/\""
buildConfigField "String", "appToken", "\"9fec83cdca38c357e6b65dbb17514cdd36bf2a08\""
- buildConfigField "String", "appTitle", "\"Autobonus (develop)\""
+ buildConfigField "String", "appTitle", "\"dinect (develop)\""
buildConfigField "boolean", "showBonus", "true"
}
diff --git a/android/app/src/autobonus/res/mipmap-hdpi/ic_launcher.png b/android/app/src/autobonus/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..1fde209
Binary files /dev/null and b/android/app/src/autobonus/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/android/app/src/autobonus/res/mipmap-mdpi/ic_launcher.png b/android/app/src/autobonus/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..5dea603
Binary files /dev/null and b/android/app/src/autobonus/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/android/app/src/autobonus/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/autobonus/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..ef33717
Binary files /dev/null and b/android/app/src/autobonus/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/android/app/src/autobonus/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/autobonus/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..a03095c
Binary files /dev/null and b/android/app/src/autobonus/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/android/app/src/autobonus/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/autobonus/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..686f67e
Binary files /dev/null and b/android/app/src/autobonus/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/android/app/src/autobonus/res/values-ru/strings.xml b/android/app/src/autobonus/res/values-ru/strings.xml
new file mode 100644
index 0000000..f4d6be5
--- /dev/null
+++ b/android/app/src/autobonus/res/values-ru/strings.xml
@@ -0,0 +1,3 @@
+
+ AutoBonus
+
diff --git a/android/app/src/autobonus/res/values-ua/strings.xml b/android/app/src/autobonus/res/values-ua/strings.xml
new file mode 100644
index 0000000..f4d6be5
--- /dev/null
+++ b/android/app/src/autobonus/res/values-ua/strings.xml
@@ -0,0 +1,3 @@
+
+ AutoBonus
+
diff --git a/android/app/src/autobonus/res/values/strings.xml b/android/app/src/autobonus/res/values/strings.xml
new file mode 100644
index 0000000..f4d6be5
--- /dev/null
+++ b/android/app/src/autobonus/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ AutoBonus
+
diff --git a/android/app/src/crypto/res/values-ru/strings.xml b/android/app/src/crypto/res/values-ru/strings.xml
new file mode 100644
index 0000000..ee90d67
--- /dev/null
+++ b/android/app/src/crypto/res/values-ru/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect Crypto
+
diff --git a/android/app/src/crypto/res/values-ua/strings.xml b/android/app/src/crypto/res/values-ua/strings.xml
new file mode 100644
index 0000000..ee90d67
--- /dev/null
+++ b/android/app/src/crypto/res/values-ua/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect Crypto
+
diff --git a/android/app/src/crypto/res/values/strings.xml b/android/app/src/crypto/res/values/strings.xml
new file mode 100644
index 0000000..ee90d67
--- /dev/null
+++ b/android/app/src/crypto/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect Crypto
+
diff --git a/android/app/src/dinect/res/mipmap-hdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-hdpi/ic_launcher.png
deleted file mode 100644
index 6347ce1..0000000
Binary files a/android/app/src/dinect/res/mipmap-hdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/dinect/res/mipmap-mdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-mdpi/ic_launcher.png
deleted file mode 100644
index 3be6ee5..0000000
Binary files a/android/app/src/dinect/res/mipmap-mdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/dinect/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-xhdpi/ic_launcher.png
deleted file mode 100644
index 591378e..0000000
Binary files a/android/app/src/dinect/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/dinect/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-xxhdpi/ic_launcher.png
deleted file mode 100644
index f1d5390..0000000
Binary files a/android/app/src/dinect/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/dinect/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/dinect/res/mipmap-xxxhdpi/ic_launcher.png
deleted file mode 100644
index c6a01a1..0000000
Binary files a/android/app/src/dinect/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ
diff --git a/android/app/src/dinect/res/values-ru/strings.xml b/android/app/src/dinect/res/values-ru/strings.xml
deleted file mode 100644
index 9aad28f..0000000
--- a/android/app/src/dinect/res/values-ru/strings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- Dinect
-
diff --git a/android/app/src/dinect/res/values-ua/strings.xml b/android/app/src/dinect/res/values-ua/strings.xml
deleted file mode 100644
index 9aad28f..0000000
--- a/android/app/src/dinect/res/values-ua/strings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- Dinect
-
diff --git a/android/app/src/dinect/res/values/strings.xml b/android/app/src/dinect/res/values/strings.xml
deleted file mode 100644
index 9aad28f..0000000
--- a/android/app/src/dinect/res/values/strings.xml
+++ /dev/null
@@ -1,3 +0,0 @@
-
- Dinect
-
diff --git a/android/app/src/dinect_INT/res/values-ru/strings.xml b/android/app/src/dinect_INT/res/values-ru/strings.xml
new file mode 100644
index 0000000..907af77
--- /dev/null
+++ b/android/app/src/dinect_INT/res/values-ru/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (INT)
+
diff --git a/android/app/src/dinect_INT/res/values-ua/strings.xml b/android/app/src/dinect_INT/res/values-ua/strings.xml
new file mode 100644
index 0000000..907af77
--- /dev/null
+++ b/android/app/src/dinect_INT/res/values-ua/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (INT)
+
diff --git a/android/app/src/dinect_INT/res/values/strings.xml b/android/app/src/dinect_INT/res/values/strings.xml
new file mode 100644
index 0000000..907af77
--- /dev/null
+++ b/android/app/src/dinect_INT/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (INT)
+
diff --git a/android/app/src/dinect_OTE/res/values-ru/strings.xml b/android/app/src/dinect_OTE/res/values-ru/strings.xml
new file mode 100644
index 0000000..054dd0e
--- /dev/null
+++ b/android/app/src/dinect_OTE/res/values-ru/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (OTE)
+
diff --git a/android/app/src/dinect_OTE/res/values-ua/strings.xml b/android/app/src/dinect_OTE/res/values-ua/strings.xml
new file mode 100644
index 0000000..054dd0e
--- /dev/null
+++ b/android/app/src/dinect_OTE/res/values-ua/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (OTE)
+
diff --git a/android/app/src/dinect_OTE/res/values/strings.xml b/android/app/src/dinect_OTE/res/values/strings.xml
new file mode 100644
index 0000000..054dd0e
--- /dev/null
+++ b/android/app/src/dinect_OTE/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (OTE)
+
diff --git a/android/app/src/dinect_STAGING/res/values-ru/strings.xml b/android/app/src/dinect_STAGING/res/values-ru/strings.xml
new file mode 100644
index 0000000..466ff48
--- /dev/null
+++ b/android/app/src/dinect_STAGING/res/values-ru/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (STAGING)
+
diff --git a/android/app/src/dinect_STAGING/res/values-ua/strings.xml b/android/app/src/dinect_STAGING/res/values-ua/strings.xml
new file mode 100644
index 0000000..466ff48
--- /dev/null
+++ b/android/app/src/dinect_STAGING/res/values-ua/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (STAGING)
+
diff --git a/android/app/src/dinect_STAGING/res/values/strings.xml b/android/app/src/dinect_STAGING/res/values/strings.xml
new file mode 100644
index 0000000..466ff48
--- /dev/null
+++ b/android/app/src/dinect_STAGING/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (STAGING)
+
diff --git a/android/app/src/dinect_TESTING/res/values-ru/strings.xml b/android/app/src/dinect_TESTING/res/values-ru/strings.xml
new file mode 100644
index 0000000..5a838f9
--- /dev/null
+++ b/android/app/src/dinect_TESTING/res/values-ru/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (TESTING)
+
diff --git a/android/app/src/dinect_TESTING/res/values-ua/strings.xml b/android/app/src/dinect_TESTING/res/values-ua/strings.xml
new file mode 100644
index 0000000..5a838f9
--- /dev/null
+++ b/android/app/src/dinect_TESTING/res/values-ua/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (TESTING)
+
diff --git a/android/app/src/dinect_TESTING/res/values/strings.xml b/android/app/src/dinect_TESTING/res/values/strings.xml
new file mode 100644
index 0000000..5a838f9
--- /dev/null
+++ b/android/app/src/dinect_TESTING/res/values/strings.xml
@@ -0,0 +1,3 @@
+
+ Dinect (TESTING)
+
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index b91bc93..f778661 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -1,8 +1,8 @@
+ android:versionCode="3"
+ android:versionName="1.1.5">
- AutoBonus
+ Dinect
Сканер карты
Сканировать
Справка
diff --git a/android/app/src/main/res/values-ua/strings.xml b/android/app/src/main/res/values-ua/strings.xml
index b17b757..9371c87 100644
--- a/android/app/src/main/res/values-ua/strings.xml
+++ b/android/app/src/main/res/values-ua/strings.xml
@@ -1,5 +1,5 @@
- AutoBonus
+ Dinect
Сканер карти
Сканувати
Допомога
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index 0127614..e175918 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -1,5 +1,5 @@
- AutoBonus
+ Dinect
Card Scanner
Scan
Help
diff --git a/pubspec.yaml b/pubspec.yaml
index e4cf945..ef8f21a 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -45,7 +45,6 @@ flutter:
- assets/faq_expansion_icon.png
- assets/powered_by_dinect_splash.png
- assets/powered_by_dinect.png
- - assets/autobonus_logo.png
- assets/splash_text.png
# To add assets from package dependencies, first ensure the asset