From a40d84bc5b18d5381fcb5e99e902065d37fa01da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mustafa=20ic=CC=A7men?= Date: Sun, 5 Dec 2021 20:22:43 +0300 Subject: [PATCH] hostname verifier fix --- .idea/deploymentTargetDropDown.xml | 17 +++++ .idea/jarRepositories.xml | 10 +++ .idea/misc.xml | 7 ++ app/build.gradle | 65 ++++++------------ app/src/main/AndroidManifest.xml | 5 -- .../main/java/ch/pizzalemon/android/App.java | 18 ++--- .../android/activity/MainActivity.java | 46 +++++++++---- .../pizzalemon/android/api/ApiConstants.java | 1 + .../android/fragment/CartFragment.java | 17 ++--- .../android/fragment/ProfileFragment.java | 6 +- .../CreateOrderSummaryFragment.java | 22 +----- .../android/helper/ImageLoadHelper.java | 2 +- app/src/main/res/layout/activity_main.xml | 36 +--------- build.gradle | 17 +++-- gradle/wrapper/gradle-wrapper.properties | 2 +- pizzalemon_keystore.txt | 3 + private_key.pepk | Bin 0 -> 1776 bytes 17 files changed, 121 insertions(+), 153 deletions(-) create mode 100644 .idea/deploymentTargetDropDown.xml create mode 100644 private_key.pepk diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml new file mode 100644 index 0000000..f5c217a --- /dev/null +++ b/.idea/deploymentTargetDropDown.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 4205295..4bce59a 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -36,5 +36,15 @@