diff --git a/.idea/ChatHistory_schema_v2.xml b/.idea/ChatHistory_schema_v2.xml
new file mode 100644
index 0000000..3df4d03
--- /dev/null
+++ b/.idea/ChatHistory_schema_v2.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
index 976cf21..31e5cb0 100644
--- a/.idea/misc.xml
+++ b/.idea/misc.xml
@@ -1,4 +1,3 @@
-
diff --git a/app/build.gradle b/app/build.gradle
index cd355ca..2256cd2 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -5,11 +5,11 @@ apply plugin: 'org.jetbrains.kotlin.android'
android {
- namespace("com.cpm.lorealbaautomation")
+ namespace("com.cpm.lorealbaMabeline")
compileSdk(35)
defaultConfig {
minSdkVersion 29
- applicationId "com.cpm.lorealbaautomation"
+ applicationId "com.cpm.lorealbaMabeline"
//noinspection OldTargetApi
targetSdk 34
versionCode 20
@@ -34,7 +34,7 @@ android {
buildTypes {
release {
buildConfigField "boolean", "LOG_ENABLED", "true"
- debuggable true
+ debuggable false
minifyEnabled true
shrinkResources true
signingConfig signingConfigs.config
diff --git a/app/google-services.json b/app/google-services.json
index ceac768..3a321f8 100644
--- a/app/google-services.json
+++ b/app/google-services.json
@@ -2250,7 +2250,7 @@
"client_info": {
"mobilesdk_app_id": "1:629309347341:android:f9490de7c22042e2",
"android_client_info": {
- "package_name": "com.cpm.lorealbaautomation"
+ "package_name": "com.cpm.lorealbaMabeline"
}
},
"oauth_client": [
diff --git a/app/release/LorealBA-LP-T-3.apk b/app/release/LorealBa-MNY-release.apk
similarity index 69%
rename from app/release/LorealBA-LP-T-3.apk
rename to app/release/LorealBa-MNY-release.apk
index e1822d8..94252b7 100644
Binary files a/app/release/LorealBA-LP-T-3.apk and b/app/release/LorealBa-MNY-release.apk differ
diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json
index c7720d5..56134f0 100644
--- a/app/release/output-metadata.json
+++ b/app/release/output-metadata.json
@@ -4,7 +4,7 @@
"type": "APK",
"kind": "Directory"
},
- "applicationId": "com.cpm.lorealbaautomation",
+ "applicationId": "com.cpm.lorealbaMabeline",
"variantName": "release",
"elements": [
{
diff --git a/app/src/androidTest/java/com/lorealbaautomation/ExampleInstrumentedTest.java b/app/src/androidTest/java/com/lorealbaautomation/ExampleInstrumentedTest.java
index c62f0cd..4b7d32b 100644
--- a/app/src/androidTest/java/com/lorealbaautomation/ExampleInstrumentedTest.java
+++ b/app/src/androidTest/java/com/lorealbaautomation/ExampleInstrumentedTest.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation;
+package com.cpm.lorealbaMabeline;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
@@ -21,6 +21,6 @@ public class ExampleInstrumentedTest {
// Context of the app under test.
Context appContext = InstrumentationRegistry.getInstrumentation().getContext();
- assertEquals("com.cpm.lorealbaautomation", appContext.getPackageName());
+ assertEquals("com.cpm.lorealbaMabeline", appContext.getPackageName());
}
}
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 3b17b8b..647ef85 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -1,10 +1,10 @@
+ package="com.cpm.lorealbaMabeline">
+ android:value="com.cpm.lorealbaMabeline.DealarBoardActivity" />
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/AutoUpdateActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/AutoUpdateActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/AutoUpdateActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/AutoUpdateActivity.java
index 710fad3..f9373d0 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/AutoUpdateActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/AutoUpdateActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation;
+package com.cpm.lorealbaMabeline;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -17,9 +17,9 @@ import androidx.appcompat.app.AppCompatActivity;
import android.view.Window;
import android.widget.ProgressBar;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonString;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonString;
import java.io.File;
import java.io.FileOutputStream;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/CounterLoginActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/CounterLoginActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/CounterLoginActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/CounterLoginActivity.java
index ebe42a7..e7de142 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/CounterLoginActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/CounterLoginActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation;
+package com.cpm.lorealbaMabeline;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.checkincomplete_upload_data;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.checkincomplete_upload_data;
import android.Manifest;
import android.annotation.SuppressLint;
@@ -30,7 +30,7 @@ import com.google.android.gms.location.LocationRequest;
import com.google.android.gms.location.LocationServices;
import com.google.android.gms.location.LocationSettingsRequest;
import com.google.android.gms.location.SettingsClient;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
import androidx.annotation.NonNull;
import androidx.core.app.ActivityCompat;
@@ -54,20 +54,20 @@ import android.widget.Spinner;
import android.widget.TextView;
import android.widget.Toast;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.Get_IMEI_number.ImeiNumberClass;
-import com.cpm.lorealbaautomation.adapter.LeaveDetailAdapter;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.dailyactivity.NotificationDetailActivity;
-import com.cpm.lorealbaautomation.databinding.DialogApplyLeaveBinding;
-import com.cpm.lorealbaautomation.gsonGetterSetter.CounterDeviceLoginGetterSetter;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
-import com.cpm.lorealbaautomation.tbaleavemodel.Common;
-import com.cpm.lorealbaautomation.tbaleavemodel.TBAMESearch;
-import com.cpm.lorealbaautomation.upload.ManualUploadActivity;
-import com.cpm.lorealbaautomation.utils.DrawableClickListener;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.Get_IMEI_number.ImeiNumberClass;
+import com.cpm.lorealbaMabeline.adapter.LeaveDetailAdapter;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.dailyactivity.NotificationDetailActivity;
+import com.cpm.lorealbaMabeline.databinding.DialogApplyLeaveBinding;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.CounterDeviceLoginGetterSetter;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.tbaleavemodel.Common;
+import com.cpm.lorealbaMabeline.tbaleavemodel.TBAMESearch;
+import com.cpm.lorealbaMabeline.upload.ManualUploadActivity;
+import com.cpm.lorealbaMabeline.utils.DrawableClickListener;
import org.json.JSONException;
import org.json.JSONObject;
@@ -442,7 +442,7 @@ public class CounterLoginActivity extends AppCompatActivity implements View.OnCl
counter_id = (EditText) findViewById(R.id.counter_id);
db = new Lorealba_Database(this);
db.open();
- leaveSpin = (com.cpm.lorealbaautomation.utils.Spinner) findViewById(R.id.leaveSpin);
+ leaveSpin = (com.cpm.lorealbaMabeline.utils.Spinner) findViewById(R.id.leaveSpin);
versioncode_txt = (TextView) findViewById(R.id.versioncode_txt);
rlMarkLeave = (LinearLayout) findViewById(R.id.rlMarkLeave);
btncontinue = (Button) findViewById(R.id.btncontinue);
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/Database/Lorealba_Database.java b/app/src/main/java/com/cpm/lorealbaMabeline/Database/Lorealba_Database.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/Database/Lorealba_Database.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/Database/Lorealba_Database.java
index 304fd05..d6b5f44 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/Database/Lorealba_Database.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/Database/Lorealba_Database.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.Database;
+package com.cpm.lorealbaMabeline.Database;
import android.annotation.SuppressLint;
import android.content.ContentValues;
@@ -9,129 +9,129 @@ import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.util.Log;
-import com.cpm.lorealbaautomation.checkout.MasterCheckoutQuestion;
+import com.cpm.lorealbaMabeline.checkout.MasterCheckoutQuestion;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.gettersetter.AuditDataGetterSetter;
-import com.cpm.lorealbaautomation.gettersetter.BaTenureDetail;
-import com.cpm.lorealbaautomation.gettersetter.GeotaggingBeans;
-import com.cpm.lorealbaautomation.gettersetter.LoginGetterSetter;
-import com.cpm.lorealbaautomation.gettersetter.MasterCompetitionOffer;
-import com.cpm.lorealbaautomation.gettersetter.MasterCompetitionOfferSaleRange;
-import com.cpm.lorealbaautomation.gettersetter.SaleableGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.AppDashboardTVA;
-import com.cpm.lorealbaautomation.gsonGetterSetter.AppDashboardTVADrillDown;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BASurveyGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BaListGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.DamagePreviousPending;
-import com.cpm.lorealbaautomation.gsonGetterSetter.DamageReturnToDistributor;
-import com.cpm.lorealbaautomation.gsonGetterSetter.GroomingGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InwardSalesPO;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JCPGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MEMEAuditQuestion;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MEMEAuditQuestionUploadstatus;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MappingAppRestrictedKPI;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MappingCounterGroupBrand;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MappingVisibility;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterAgeLimit;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBAProfile;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBAProfileGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterCompetitionOfferGet;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterCompetitionOfferSet;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterCompetitionProductType;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterCompetitionPromoType;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterCompetitonBrandWiseNuance;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterInvoiceType;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterInvoiceTypeGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBreak;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterLeaveType;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterLook;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonStockReason;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonStockReasonGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonVisibility;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonVisibilityGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPosm;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromoOffer;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotion;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionGetEntityItem;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionGetExclusionList;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionGetProductCatalog;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionGetProductGroup;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionSetEntityItem;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionSetExclusionList;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionSetProductCatalog;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionSetProductGroup;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterRetailExcellence;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterReturnReason;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterSkinType;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfile;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfileGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfileQuestion;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfileQuestionGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterSourcesOfSale;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterSurvey;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterSurveyUploadstatus;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterTermsCondition;
-import com.cpm.lorealbaautomation.gsonGetterSetter.NotificationData;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportDamageStockHistory;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportMESale;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportMTDWorkingCounterME;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportProductGroupWiseSalesValue;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportSalesDateWise;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportSalesDetail;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportSalesL3MValue;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ResponseResult;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ServerTime;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ServerTimeGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.StockSummaryCheck;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TCounterInvoice;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TCounterInvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TLeaveLedger;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TStockSummary;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TStockSummaryGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.T_LeaveRequest;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TableStructureGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.batbasale.BATBAPromoSale;
-import com.cpm.lorealbaautomation.gsonGetterSetter.batbasale.BATBASale;
-import com.cpm.lorealbaautomation.gsonGetterSetter.countervolune.ReportConterValue;
-import com.cpm.lorealbaautomation.gsonGetterSetter.countervolune.ReportConterValueDetail;
-import com.cpm.lorealbaautomation.gsonGetterSetter.countervolune.ReportCounterVolume;
-import com.cpm.lorealbaautomation.gsonGetterSetter.countervolune.ReportCounterVolumeDetail;
-import com.cpm.lorealbaautomation.gsonGetterSetter.inwordDetail.ReportCounterInwardStock;
-import com.cpm.lorealbaautomation.gsonGetterSetter.inwordDetail.ReportCounterInwardStockDetail;
-import com.cpm.lorealbaautomation.gsonGetterSetter.leaves.MasterHoliday;
-import com.cpm.lorealbaautomation.gsonGetterSetter.leaves.TLeaveLedgerSummary;
-import com.cpm.lorealbaautomation.gsonGetterSetter.leaves.TLeaveRequestDetail;
-import com.cpm.lorealbaautomation.gsonGetterSetter.stockledger.ReportCounterStockLedger;
-import com.cpm.lorealbaautomation.gsonGetterSetter.stockledger.ReportCounterStockLedgerDetail;
-import com.cpm.lorealbaautomation.gsonGetterSetter.testerreports.ReportTesterCounter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.testerreports.TesterCounter;
-import com.cpm.lorealbaautomation.reportGetterSetter.AppDashboardIncentive;
-import com.cpm.lorealbaautomation.reportGetterSetter.AppDashboardLeaderBoard;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAttendanceDetail;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAttendanceSummary;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAvgBillValue;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAvgLinPerBill;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAvgTransactionPerDay;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAvgUnitsPerBill;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportBAAvailability;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportInwardStockSummary;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportSalesValue;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportSellingPrice;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportTop10Value;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportTop10Volume;
-import com.cpm.lorealbaautomation.reports.dailyTva.DailyTVA;
-import com.cpm.lorealbaautomation.reports.offtakemodels.L3MOffTakeCounter;
-import com.cpm.lorealbaautomation.reports.offtakemodels.L3MOffTakeNuance;
-import com.cpm.lorealbaautomation.reports.offtakemodels.L3MOffTakeSubAxe;
-import com.cpm.lorealbaautomation.reports.offtakemodels.OffTakeData;
-import com.cpm.lorealbaautomation.reports.offtakemodels.SalesGrowthCounter;
-import com.cpm.lorealbaautomation.reports.offtakemodels.SalesGrowthSubAxe;
-import com.cpm.lorealbaautomation.reports.testerdetails.ReportTesterCounterDetail;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.gettersetter.AuditDataGetterSetter;
+import com.cpm.lorealbaMabeline.gettersetter.BaTenureDetail;
+import com.cpm.lorealbaMabeline.gettersetter.GeotaggingBeans;
+import com.cpm.lorealbaMabeline.gettersetter.LoginGetterSetter;
+import com.cpm.lorealbaMabeline.gettersetter.MasterCompetitionOffer;
+import com.cpm.lorealbaMabeline.gettersetter.MasterCompetitionOfferSaleRange;
+import com.cpm.lorealbaMabeline.gettersetter.SaleableGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.AppDashboardTVA;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.AppDashboardTVADrillDown;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BASurveyGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BaListGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.DamagePreviousPending;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.DamageReturnToDistributor;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.GroomingGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InwardSalesPO;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JCPGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MEMEAuditQuestion;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MEMEAuditQuestionUploadstatus;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MappingAppRestrictedKPI;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MappingCounterGroupBrand;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MappingVisibility;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterAgeLimit;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBAProfile;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBAProfileGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterCompetitionOfferGet;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterCompetitionOfferSet;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterCompetitionProductType;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterCompetitionPromoType;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterCompetitonBrandWiseNuance;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterInvoiceType;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterInvoiceTypeGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBreak;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterLeaveType;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterLook;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonStockReason;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonStockReasonGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonVisibility;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonVisibilityGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPosm;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromoOffer;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotion;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionGetEntityItem;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionGetExclusionList;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionGetProductCatalog;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionGetProductGroup;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionSetEntityItem;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionSetExclusionList;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionSetProductCatalog;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionSetProductGroup;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterRetailExcellence;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterReturnReason;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterSkinType;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfile;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfileGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfileQuestion;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfileQuestionGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterSourcesOfSale;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterSurvey;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterSurveyUploadstatus;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterTermsCondition;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.NotificationData;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportDamageStockHistory;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportMESale;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportMTDWorkingCounterME;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportProductGroupWiseSalesValue;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportSalesDateWise;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportSalesDetail;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportSalesL3MValue;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ResponseResult;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ServerTime;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ServerTimeGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.StockSummaryCheck;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TCounterInvoice;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TCounterInvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TLeaveLedger;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TStockSummary;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TStockSummaryGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.T_LeaveRequest;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TableStructureGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.batbasale.BATBAPromoSale;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.batbasale.BATBASale;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.countervolune.ReportConterValue;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.countervolune.ReportConterValueDetail;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.countervolune.ReportCounterVolume;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.countervolune.ReportCounterVolumeDetail;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.inwordDetail.ReportCounterInwardStock;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.inwordDetail.ReportCounterInwardStockDetail;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.leaves.MasterHoliday;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.leaves.TLeaveLedgerSummary;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.leaves.TLeaveRequestDetail;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.stockledger.ReportCounterStockLedger;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.stockledger.ReportCounterStockLedgerDetail;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.testerreports.ReportTesterCounter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.testerreports.TesterCounter;
+import com.cpm.lorealbaMabeline.reportGetterSetter.AppDashboardIncentive;
+import com.cpm.lorealbaMabeline.reportGetterSetter.AppDashboardLeaderBoard;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAttendanceDetail;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAttendanceSummary;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAvgBillValue;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAvgLinPerBill;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAvgTransactionPerDay;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAvgUnitsPerBill;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportBAAvailability;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportInwardStockSummary;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportSalesValue;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportSellingPrice;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportTop10Value;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportTop10Volume;
+import com.cpm.lorealbaMabeline.reports.dailyTva.DailyTVA;
+import com.cpm.lorealbaMabeline.reports.offtakemodels.L3MOffTakeCounter;
+import com.cpm.lorealbaMabeline.reports.offtakemodels.L3MOffTakeNuance;
+import com.cpm.lorealbaMabeline.reports.offtakemodels.L3MOffTakeSubAxe;
+import com.cpm.lorealbaMabeline.reports.offtakemodels.OffTakeData;
+import com.cpm.lorealbaMabeline.reports.offtakemodels.SalesGrowthCounter;
+import com.cpm.lorealbaMabeline.reports.offtakemodels.SalesGrowthSubAxe;
+import com.cpm.lorealbaMabeline.reports.testerdetails.ReportTesterCounterDetail;
import com.prolificinteractive.materialcalendarview.CalendarDay;
import java.lang.reflect.Type;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/DealarBoardActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/DealarBoardActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/DealarBoardActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/DealarBoardActivity.java
index adb8d87..516b8c1 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/DealarBoardActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/DealarBoardActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation;
+package com.cpm.lorealbaMabeline;
import android.Manifest;
@@ -32,9 +32,9 @@ import android.os.Bundle;
import androidx.annotation.NonNull;
-import com.cpm.lorealbaautomation.checkout.BaCheckoutActivity;
-import com.cpm.lorealbaautomation.dailyactivity.ServiceActivity;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.checkout.BaCheckoutActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.ServiceActivity;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
import com.google.android.gms.common.api.ResolvableApiException;
import com.google.android.gms.location.FusedLocationProviderClient;
import com.google.android.gms.location.SettingsClient;
@@ -72,40 +72,40 @@ import com.google.android.gms.location.LocationRequest;
import com.google.android.gms.location.LocationServices;
import com.google.android.gms.location.LocationSettingsRequest;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.adapter.LeaveDetailAdapter;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.dailyactivity.BAProfileActivity;
-import com.cpm.lorealbaautomation.dailyactivity.CounterImageActivity;
-import com.cpm.lorealbaautomation.dailyactivity.CounterProfileActivity;
-import com.cpm.lorealbaautomation.dailyactivity.GroomedActivity;
-import com.cpm.lorealbaautomation.dailyactivity.NotificationsActivity;
-import com.cpm.lorealbaautomation.dailyactivity.RetailExcellenceActivity;
-import com.cpm.lorealbaautomation.databinding.DialogApplyLeaveBinding;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.DownloadActivity;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gettersetter.LoginGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.GroomingGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfile;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfileQuestionGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromoOffer;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ResponseResult;
-import com.cpm.lorealbaautomation.leavemanagement.LeaveManagemntActivity;
-import com.cpm.lorealbaautomation.password.ChangePasswordActivity;
-import com.cpm.lorealbaautomation.pinviewactivity.PinViewActivity;
-import com.cpm.lorealbaautomation.promooffer.PromoOffersActivity;
-import com.cpm.lorealbaautomation.reports.MeSaleReport;
-import com.cpm.lorealbaautomation.reports.PerformanceHistoryActivity;
-import com.cpm.lorealbaautomation.reports.ReportsActivity;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
-import com.cpm.lorealbaautomation.tbaleavemodel.Common;
-import com.cpm.lorealbaautomation.tbaleavemodel.TBAMESearch;
-import com.cpm.lorealbaautomation.upload.CommonUpload;
-import com.cpm.lorealbaautomation.upload.UploadKeyData;
-import com.cpm.lorealbaautomation.utils.DrawableClickListener;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.adapter.LeaveDetailAdapter;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.dailyactivity.BAProfileActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.CounterImageActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.CounterProfileActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.GroomedActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.NotificationsActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.RetailExcellenceActivity;
+import com.cpm.lorealbaMabeline.databinding.DialogApplyLeaveBinding;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.DownloadActivity;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gettersetter.LoginGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.GroomingGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfile;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfileQuestionGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromoOffer;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ResponseResult;
+import com.cpm.lorealbaMabeline.leavemanagement.LeaveManagemntActivity;
+import com.cpm.lorealbaMabeline.password.ChangePasswordActivity;
+import com.cpm.lorealbaMabeline.pinviewactivity.PinViewActivity;
+import com.cpm.lorealbaMabeline.promooffer.PromoOffersActivity;
+import com.cpm.lorealbaMabeline.reports.MeSaleReport;
+import com.cpm.lorealbaMabeline.reports.PerformanceHistoryActivity;
+import com.cpm.lorealbaMabeline.reports.ReportsActivity;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.tbaleavemodel.Common;
+import com.cpm.lorealbaMabeline.tbaleavemodel.TBAMESearch;
+import com.cpm.lorealbaMabeline.upload.CommonUpload;
+import com.cpm.lorealbaMabeline.upload.UploadKeyData;
+import com.cpm.lorealbaMabeline.utils.DrawableClickListener;
import org.json.JSONObject;
@@ -133,10 +133,10 @@ import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.checkincomplete_upload_data;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCroppedBitmap;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getResizedBitmap;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.checkincomplete_upload_data;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCroppedBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getResizedBitmap;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class DealarBoardActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener, View.OnClickListener {
private SharedPreferences preferences = null;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/Get_IMEI_number/ImeiNumberClass.java b/app/src/main/java/com/cpm/lorealbaMabeline/Get_IMEI_number/ImeiNumberClass.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/Get_IMEI_number/ImeiNumberClass.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/Get_IMEI_number/ImeiNumberClass.java
index 47bfbd8..b7e371c 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/Get_IMEI_number/ImeiNumberClass.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/Get_IMEI_number/ImeiNumberClass.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.Get_IMEI_number;
+package com.cpm.lorealbaMabeline.Get_IMEI_number;
import android.content.Context;
import android.os.Build;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/Get_IMEI_number/TelephonyInfo.java b/app/src/main/java/com/cpm/lorealbaMabeline/Get_IMEI_number/TelephonyInfo.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/Get_IMEI_number/TelephonyInfo.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/Get_IMEI_number/TelephonyInfo.java
index 93ecd78..ead18c7 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/Get_IMEI_number/TelephonyInfo.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/Get_IMEI_number/TelephonyInfo.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.Get_IMEI_number;
+package com.cpm.lorealbaMabeline.Get_IMEI_number;
import android.content.Context;
import android.telephony.TelephonyManager;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/IMEILoginActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/IMEILoginActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/IMEILoginActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/IMEILoginActivity.java
index ebf05c2..f3ca8a0 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/IMEILoginActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/IMEILoginActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation;
+package com.cpm.lorealbaMabeline;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.checkincomplete_upload_data;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.checkincomplete_upload_data;
import android.Manifest;
import android.annotation.SuppressLint;
@@ -49,15 +49,15 @@ import com.google.android.gms.location.LocationSettingsResult;
import com.google.android.gms.location.LocationSettingsStatusCodes;
import com.google.firebase.crashlytics.FirebaseCrashlytics;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.Get_IMEI_number.ImeiNumberClass;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.dailyactivity.NotificationDetailActivity;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.CounterDeviceLoginGetterSetter;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
-import com.cpm.lorealbaautomation.upload.ManualUploadActivity;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.Get_IMEI_number.ImeiNumberClass;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.dailyactivity.NotificationDetailActivity;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.CounterDeviceLoginGetterSetter;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.upload.ManualUploadActivity;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.File;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/LorealBa.java b/app/src/main/java/com/cpm/lorealbaMabeline/LorealBa.java
similarity index 81%
rename from app/src/main/java/com/cpm/lorealbaautomation/LorealBa.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/LorealBa.java
index afe8250..f92d068 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/LorealBa.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/LorealBa.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation;
+package com.cpm.lorealbaMabeline;
import android.app.Application;
public class LorealBa extends Application {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/UserLoginActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/UserLoginActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/UserLoginActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/UserLoginActivity.java
index 5a6abb2..d4cbf2d 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/UserLoginActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/UserLoginActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation;
+package com.cpm.lorealbaMabeline;
import android.Manifest;
import android.annotation.SuppressLint;
@@ -13,10 +13,10 @@ import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.Bundle;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
import com.google.android.material.dialog.MaterialAlertDialogBuilder;
import com.google.firebase.messaging.FirebaseMessaging;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
import android.util.Log;
import android.view.View;
@@ -35,20 +35,20 @@ import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.dailyactivity.NotificationDetailActivity;
-import com.cpm.lorealbaautomation.dailyactivity.TabLoginActivity;
-import com.cpm.lorealbaautomation.gettersetter.LoginGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BaListGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JCPGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TableStructure;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TableStructureGetterSetter;
-import com.cpm.lorealbaautomation.retrofit.DownloadAllDatawithRetro;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
-import com.cpm.lorealbaautomation.retrofit.UploadDataWithRetrofit;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.dailyactivity.NotificationDetailActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.TabLoginActivity;
+import com.cpm.lorealbaMabeline.gettersetter.LoginGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BaListGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JCPGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TableStructure;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TableStructureGetterSetter;
+import com.cpm.lorealbaMabeline.retrofit.DownloadAllDatawithRetro;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.retrofit.UploadDataWithRetrofit;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/adapter/ApprovedLeaveAdapter.java b/app/src/main/java/com/cpm/lorealbaMabeline/adapter/ApprovedLeaveAdapter.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/adapter/ApprovedLeaveAdapter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/adapter/ApprovedLeaveAdapter.java
index db6dbae..9d1d22d 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/adapter/ApprovedLeaveAdapter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/adapter/ApprovedLeaveAdapter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.adapter;
+package com.cpm.lorealbaMabeline.adapter;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -10,9 +10,9 @@ import androidx.annotation.NonNull;
import androidx.appcompat.widget.LinearLayoutCompat;
import androidx.cardview.widget.CardView;
import androidx.recyclerview.widget.RecyclerView;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.gsonGetterSetter.leaves.TLeaveRequestDetail;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.leaves.TLeaveRequestDetail;
import java.util.List;
public class ApprovedLeaveAdapter extends RecyclerView.Adapter {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/adapter/InvoiceTypeSpinnerAdapter.java b/app/src/main/java/com/cpm/lorealbaMabeline/adapter/InvoiceTypeSpinnerAdapter.java
similarity index 91%
rename from app/src/main/java/com/cpm/lorealbaautomation/adapter/InvoiceTypeSpinnerAdapter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/adapter/InvoiceTypeSpinnerAdapter.java
index 035a01a..974c52b 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/adapter/InvoiceTypeSpinnerAdapter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/adapter/InvoiceTypeSpinnerAdapter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.adapter;
+package com.cpm.lorealbaMabeline.adapter;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -8,8 +8,8 @@ import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import androidx.annotation.NonNull;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterInvoiceType;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterInvoiceType;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/adapter/InwardStkDetailAdapter.java b/app/src/main/java/com/cpm/lorealbaMabeline/adapter/InwardStkDetailAdapter.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/adapter/InwardStkDetailAdapter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/adapter/InwardStkDetailAdapter.java
index 231d85f..17cd8c5 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/adapter/InwardStkDetailAdapter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/adapter/InwardStkDetailAdapter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.adapter;
+package com.cpm.lorealbaMabeline.adapter;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -11,8 +11,8 @@ import androidx.annotation.NonNull;
import androidx.core.content.ContextCompat;
import androidx.recyclerview.widget.RecyclerView;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.gsonGetterSetter.inwordDetail.ReportCounterInwardStockDetail;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.inwordDetail.ReportCounterInwardStockDetail;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/adapter/LeaveDetailAdapter.java b/app/src/main/java/com/cpm/lorealbaMabeline/adapter/LeaveDetailAdapter.java
similarity index 91%
rename from app/src/main/java/com/cpm/lorealbaautomation/adapter/LeaveDetailAdapter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/adapter/LeaveDetailAdapter.java
index e4cc86d..9781873 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/adapter/LeaveDetailAdapter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/adapter/LeaveDetailAdapter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.adapter;
+package com.cpm.lorealbaMabeline.adapter;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -12,9 +12,9 @@ import androidx.annotation.NonNull;
import androidx.core.content.ContextCompat;
import androidx.recyclerview.widget.RecyclerView;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.tbaleavemodel.TBAMELeaveHistory;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.tbaleavemodel.TBAMELeaveHistory;
import java.util.List;
@@ -41,7 +41,7 @@ public class LeaveDetailAdapter extends RecyclerView.Adapter dismiss());
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/constant/AlertandMessages.java b/app/src/main/java/com/cpm/lorealbaMabeline/constant/AlertandMessages.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/constant/AlertandMessages.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/constant/AlertandMessages.java
index a0869f6..851e815 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/constant/AlertandMessages.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/constant/AlertandMessages.java
@@ -1,11 +1,11 @@
-package com.cpm.lorealbaautomation.constant;
+package com.cpm.lorealbaMabeline.constant;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import com.google.android.material.snackbar.Snackbar;
-import com.cpm.lorealbaautomation.download.DownloadActivity;
+import com.cpm.lorealbaMabeline.download.DownloadActivity;
import android.content.Intent;
import android.widget.Toast;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/constant/CommonFunctions.java b/app/src/main/java/com/cpm/lorealbaMabeline/constant/CommonFunctions.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/constant/CommonFunctions.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/constant/CommonFunctions.java
index 4ba5dec..45841ec 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/constant/CommonFunctions.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/constant/CommonFunctions.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.constant;
+package com.cpm.lorealbaMabeline.constant;
import android.Manifest;
import android.annotation.SuppressLint;
@@ -40,12 +40,12 @@ import android.widget.ImageView;
import android.widget.TextView;
import com.google.firebase.crashlytics.FirebaseCrashlytics;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.retrofit.DownloadAllDatawithRetro;
-import com.cpm.lorealbaautomation.upload.UploadKeyData;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.retrofit.DownloadAllDatawithRetro;
+import com.cpm.lorealbaMabeline.upload.UploadKeyData;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/constant/CommonString.java b/app/src/main/java/com/cpm/lorealbaMabeline/constant/CommonString.java
similarity index 99%
rename from app/src/main/java/com/cpm/lorealbaautomation/constant/CommonString.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/constant/CommonString.java
index a707cef..f0d3483 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/constant/CommonString.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/constant/CommonString.java
@@ -1,8 +1,8 @@
-package com.cpm.lorealbaautomation.constant;
+package com.cpm.lorealbaMabeline.constant;
import android.content.Context;
-import com.cpm.lorealbaautomation.utils.AppUtils;
+import com.cpm.lorealbaMabeline.utils.AppUtils;
/**
* Created by jeevanp on 14-12-2017.
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/constant/FileUtils.java b/app/src/main/java/com/cpm/lorealbaMabeline/constant/FileUtils.java
similarity index 99%
rename from app/src/main/java/com/cpm/lorealbaautomation/constant/FileUtils.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/constant/FileUtils.java
index 1a904e2..cca11f3 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/constant/FileUtils.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/constant/FileUtils.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.constant;
+package com.cpm.lorealbaMabeline.constant;
import android.content.ContentUris;
import android.content.Context;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/constant/HorizontalProgressBar.java b/app/src/main/java/com/cpm/lorealbaMabeline/constant/HorizontalProgressBar.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/constant/HorizontalProgressBar.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/constant/HorizontalProgressBar.java
index 85bcaab..ab56d95 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/constant/HorizontalProgressBar.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/constant/HorizontalProgressBar.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.constant;
+package com.cpm.lorealbaMabeline.constant;
import android.content.Context;
import android.content.res.TypedArray;
@@ -11,7 +11,7 @@ import android.view.animation.Animation;
import android.view.animation.LinearInterpolator;
import android.view.animation.Transformation;
-import com.cpm.lorealbaautomation.R;
+import com.cpm.lorealbaMabeline.R;
public class HorizontalProgressBar extends View {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/constant/ImageConverter.java b/app/src/main/java/com/cpm/lorealbaMabeline/constant/ImageConverter.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/constant/ImageConverter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/constant/ImageConverter.java
index 0e117b4..39be46c 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/constant/ImageConverter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/constant/ImageConverter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.constant;
+package com.cpm.lorealbaMabeline.constant;
import android.graphics.Bitmap;
import android.graphics.Canvas;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/constant/RoundImage.java b/app/src/main/java/com/cpm/lorealbaMabeline/constant/RoundImage.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/constant/RoundImage.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/constant/RoundImage.java
index 46b440e..d0042c9 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/constant/RoundImage.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/constant/RoundImage.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.constant;
+package com.cpm.lorealbaMabeline.constant;
import android.graphics.Bitmap;
import android.graphics.BitmapShader;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/constant/RoundedImageView.java b/app/src/main/java/com/cpm/lorealbaMabeline/constant/RoundedImageView.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/constant/RoundedImageView.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/constant/RoundedImageView.java
index 1a2b9e8..0db6b4a 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/constant/RoundedImageView.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/constant/RoundedImageView.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.constant;
+package com.cpm.lorealbaMabeline.constant;
import android.annotation.SuppressLint;
import android.content.Context;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerIntractionDetailActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerIntractionDetailActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerIntractionDetailActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerIntractionDetailActivity.java
index f53f7af..1c7ac40 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerIntractionDetailActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerIntractionDetailActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.consumeractivity;
+package com.cpm.lorealbaMabeline.consumeractivity;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
@@ -21,13 +21,13 @@ import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerReturnReplaceProductActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerReturnReplaceProductActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerReturnReplaceProductActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerReturnReplaceProductActivity.java
index 0e83050..e0a241e 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerReturnReplaceProductActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerReturnReplaceProductActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.consumeractivity;
+package com.cpm.lorealbaMabeline.consumeractivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -41,14 +41,14 @@ import android.widget.Toast;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
import java.util.ArrayList;
@@ -56,8 +56,8 @@ import java.util.List;
import java.util.Objects;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.ConsumerReturnActivity.replace_productList;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.ConsumerReturnActivity.replace_productList;
public class ConsumerReturnReplaceProductActivity extends AppCompatActivity implements View.OnClickListener {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerReturnsHistoryActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerReturnsHistoryActivity.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerReturnsHistoryActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerReturnsHistoryActivity.java
index d2118ab..1c00ec2 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerReturnsHistoryActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerReturnsHistoryActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.consumeractivity;
+package com.cpm.lorealbaMabeline.consumeractivity;
import android.content.Context;
import android.content.Intent;
@@ -21,13 +21,13 @@ import android.widget.LinearLayout;
import android.widget.TextView;
import com.google.firebase.crashlytics.FirebaseCrashlytics;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.printer.PrinterActivity;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.printer.PrinterActivity;
import java.util.ArrayList;
import java.util.Collections;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerUserDetailsActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerUserDetailsActivity.java
similarity index 99%
rename from app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerUserDetailsActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerUserDetailsActivity.java
index c477bcf..a29e6f0 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/ConsumerUserDetailsActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/ConsumerUserDetailsActivity.java
@@ -1,8 +1,8 @@
-package com.cpm.lorealbaautomation.consumeractivity;
+package com.cpm.lorealbaMabeline.consumeractivity;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -55,25 +55,25 @@ import com.google.android.material.floatingactionbutton.FloatingActionButton;
import com.google.gson.Gson;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ConsumerSalesHistory;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ConsumerTermsConditionAccept;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterAgeLimit;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBAProfileGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotion;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionSetEntityItem;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromotionSetProductGroup;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterSkinType;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterSourcesOfSale;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ConsumerSalesHistory;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ConsumerTermsConditionAccept;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterAgeLimit;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBAProfileGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotion;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionSetEntityItem;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromotionSetProductGroup;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterSkinType;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterSourcesOfSale;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
@@ -266,7 +266,7 @@ public class ConsumerUserDetailsActivity extends AppCompatActivity implements Vi
if (flag_for_consumer_Update != null && flag_for_consumer_Update.equals("1")) {
edt_mobile_no.setEnabled(false);
mobile_checkbox.setEnabled(false);
- rl_term_condition.setTextColor(getResources().getColor(R.color.gray));
+ rl_term_condition.setTextColor(getResources().getColor(com.androidbuts.multispinnerfilter.R.color.gray));
rl_term_condition.setEnabled(false);
mobile_checkbox.setEnabled(false);
edt_email_address.setEnabled(false);
@@ -508,7 +508,7 @@ public class ConsumerUserDetailsActivity extends AppCompatActivity implements Vi
mobile_checkbox.setEnabled(false);
edt_email_address.setEnabled(false);
edt_email_address.setText("");
- rl_term_condition.setTextColor(getResources().getColor(R.color.gray));
+ rl_term_condition.setTextColor(getResources().getColor(com.androidbuts.multispinnerfilter.R.color.gray));
rl_term_condition.setEnabled(false);
});
@@ -700,7 +700,7 @@ public class ConsumerUserDetailsActivity extends AppCompatActivity implements Vi
edt_mobile_no.setText("0000000000");
rl_otp.setVisibility(View.GONE);
edt_mobile_no.setEnabled(false);
- rl_term_condition.setTextColor(getResources().getColor(R.color.gray));
+ rl_term_condition.setTextColor(getResources().getColor(com.androidbuts.multispinnerfilter.R.color.gray));
} else {
edt_mobile_no.setText("");
no_mobile_no_flag = false;
@@ -3180,7 +3180,7 @@ public class ConsumerUserDetailsActivity extends AppCompatActivity implements Vi
List dataresponce = reportbaAvailabilityGetterSetter.getConsumerTermsConditionAccept();
if (dataresponce.get(0).getTermsConditionAccept()) {
response_term_condition = "1";
- rl_term_condition.setTextColor(getResources().getColor(R.color.gray));
+ rl_term_condition.setTextColor(getResources().getColor(com.androidbuts.multispinnerfilter.R.color.gray));
rl_term_condition.setEnabled(false);
} else {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/InvoiceReportProformaActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/InvoiceReportProformaActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/InvoiceReportProformaActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/InvoiceReportProformaActivity.java
index 3053bf2..6720798 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/consumeractivity/InvoiceReportProformaActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/consumeractivity/InvoiceReportProformaActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.consumeractivity;
+package com.cpm.lorealbaMabeline.consumeractivity;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
@@ -32,15 +32,15 @@ import android.widget.LinearLayout;
import android.widget.ProgressBar;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.printer.PrinterActivity;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.printer.PrinterActivity;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/BAProfileActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/BAProfileActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/BAProfileActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/BAProfileActivity.java
index 9aaa0e3..dc6ad98 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/BAProfileActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/BAProfileActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -11,7 +11,7 @@ import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
-import com.cpm.lorealbaautomation.utils.NonScrollExpandableListView;
+import com.cpm.lorealbaMabeline.utils.NonScrollExpandableListView;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
import androidx.annotation.NonNull;
@@ -36,7 +36,6 @@ import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.BaseExpandableListAdapter;
import android.widget.EditText;
-import android.widget.ExpandableListView;
import android.widget.ImageView;
import android.widget.RadioGroup;
import android.widget.RelativeLayout;
@@ -44,20 +43,20 @@ import android.widget.Spinner;
import android.widget.TextView;
import com.androidbuts.multispinnerfilter.KeyPairBoolData;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.constant.RoundedImageView;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gettersetter.AuditDataGetterSetter;
-import com.cpm.lorealbaautomation.gettersetter.BaProfileGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfile;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfileQuestion;
-import com.cpm.lorealbaautomation.makeupexpert.BaProfileMultiSelection;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.constant.RoundedImageView;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gettersetter.AuditDataGetterSetter;
+import com.cpm.lorealbaMabeline.gettersetter.BaProfileGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfile;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfileQuestion;
+import com.cpm.lorealbaMabeline.makeupexpert.BaProfileMultiSelection;
import com.squareup.picasso.NetworkPolicy;
import com.squareup.picasso.Picasso;
@@ -74,8 +73,8 @@ import java.util.Objects;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class BAProfileActivity extends AppCompatActivity implements View.OnClickListener {
EditText edt_employee_code, edt_full_name, supervisor_name, edt_address, edt_brand, edt_counter, edt_store_name, edt_location, edt_mobile_no, edt_email, edt_enstagram_address, edt_city, edt_current_bp;
@@ -656,7 +655,7 @@ public class BAProfileActivity extends AppCompatActivity implements View.OnClick
if (!checkflag) {
if (checkGroupArray.contains(groupPosition) && checkHeaderArray.contains(childPosition)) {
- holder.card_view.setBackgroundColor(ContextCompat.getColor(_context, R.color.red));
+ holder.card_view.setBackgroundColor(ContextCompat.getColor(_context, io.github.memfis19.annca.R.color.red));
holder.card_view.setId(childPosition);
} else {
holder.card_view.setBackgroundColor(ContextCompat.getColor(_context, R.color.white));
@@ -710,7 +709,7 @@ public class BAProfileActivity extends AppCompatActivity implements View.OnClick
if (!checkflag) {
if (checkGroupArray.contains(groupPosition)) {
- cardView.setBackgroundColor(ContextCompat.getColor(_context, R.color.red));
+ cardView.setBackgroundColor(ContextCompat.getColor(_context, io.github.memfis19.annca.R.color.red));
} else {
cardView.setBackgroundColor(ContextCompat.getColor(_context, R.color.colorPrimaryDark));
}
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/BASurveyActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/BASurveyActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/BASurveyActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/BASurveyActivity.java
index 2457bdc..028305d 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/BASurveyActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/BASurveyActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -39,16 +39,16 @@ import android.widget.RelativeLayout;
import android.widget.Spinner;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BASurveyGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterSurvey;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BASurveyGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterSurvey;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONArray;
import org.json.JSONException;
@@ -71,7 +71,7 @@ import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class BASurveyActivity extends AppCompatActivity {
@@ -570,7 +570,7 @@ public class BASurveyActivity extends AppCompatActivity {
if (!checkflag) {
if (checkGroupArray.contains(groupPosition) && checkHeaderArray.contains(childPosition)) {
- holder.card_view.setBackgroundColor(getResources().getColor(R.color.red));
+ holder.card_view.setBackgroundColor(getResources().getColor(io.github.memfis19.annca.R.color.red));
holder.card_view.setId(childPosition);
} else {
holder.card_view.setBackgroundColor(getResources().getColor(R.color.white));
@@ -629,7 +629,7 @@ public class BASurveyActivity extends AppCompatActivity {
if (!checkflag) {
if (checkGroupArray.contains(groupPosition)) {
- cardView.setBackgroundColor(getResources().getColor(R.color.red));
+ cardView.setBackgroundColor(getResources().getColor(io.github.memfis19.annca.R.color.red));
} else {
cardView.setBackgroundColor(getResources().getColor(R.color.colorPrimaryDark));
}
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/BASurveyListActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/BASurveyListActivity.java
similarity index 93%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/BASurveyListActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/BASurveyListActivity.java
index 438818e..be60c55 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/BASurveyListActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/BASurveyListActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.content.Context;
import android.content.Intent;
@@ -18,14 +18,14 @@ import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterSurvey;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterSurvey;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/ConsumerReturnActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/ConsumerReturnActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/ConsumerReturnActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/ConsumerReturnActivity.java
index e04a386..a4ae567 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/ConsumerReturnActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/ConsumerReturnActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -50,21 +50,21 @@ import com.google.firebase.crashlytics.FirebaseCrashlytics;
import com.google.gson.Gson;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.consumeractivity.ConsumerReturnReplaceProductActivity;
-import com.cpm.lorealbaautomation.consumeractivity.ConsumerReturnsHistoryActivity;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ConsumerSalesHistory;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBAProfileGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterReturnReason;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.consumeractivity.ConsumerReturnReplaceProductActivity;
+import com.cpm.lorealbaMabeline.consumeractivity.ConsumerReturnsHistoryActivity;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ConsumerSalesHistory;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBAProfileGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterReturnReason;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
@@ -84,9 +84,9 @@ import okhttp3.ResponseBody;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class ConsumerReturnActivity extends AppCompatActivity implements View.OnClickListener {
ArrayAdapter dialog_brand_adapter, dialog_sub_brand_adapter, dialog_frenchise_adapter, dialog_sku_adapter, return_reason_adapter;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/CounterImageActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/CounterImageActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/CounterImageActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/CounterImageActivity.java
index 901bde5..7574ba4 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/CounterImageActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/CounterImageActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.Manifest;
import android.annotation.SuppressLint;
@@ -40,22 +40,22 @@ import android.widget.RelativeLayout;
import android.widget.Toast;
import com.google.android.gms.location.LocationServices;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
import java.io.File;
import java.util.List;
import java.util.Objects;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime_only;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.show_image_preview;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime_only;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.show_image_preview;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class CounterImageActivity extends AppCompatActivity implements
View.OnClickListener {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/CounterProfileActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/CounterProfileActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/CounterProfileActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/CounterProfileActivity.java
index f588240..ea4d90d 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/CounterProfileActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/CounterProfileActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
@@ -28,14 +28,14 @@ import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
import java.io.File;
import java.text.ParseException;
@@ -46,8 +46,8 @@ import java.util.Date;
import java.util.Objects;
import java.util.concurrent.TimeUnit;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class CounterProfileActivity extends AppCompatActivity implements View.OnClickListener {
private LinearLayout lay_counter_ageing;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/DamagedActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/DamagedActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/DamagedActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/DamagedActivity.java
index ca16919..3007f65 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/DamagedActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/DamagedActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -10,11 +10,9 @@ import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.drawable.ColorDrawable;
import android.os.AsyncTask;
-import android.os.Build;
import android.os.Bundle;
import androidx.annotation.NonNull;
-import androidx.annotation.RequiresApi;
import com.google.android.material.bottomsheet.BottomSheetDialog;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
@@ -54,15 +52,15 @@ import android.widget.TextView;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.SaleableGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.SaleableGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
import java.io.File;
import java.util.ArrayList;
@@ -71,9 +69,9 @@ import java.util.List;
import java.util.Objects;
import java.util.UUID;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class DamagedActivity extends AppCompatActivity implements View.OnClickListener, AdapterView.OnItemSelectedListener {
ArrayAdapter axe_name_adapter, sub_axe_name_adapter, brand_name_adapter, product_name_adapter;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/DamagedCategoryActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/DamagedCategoryActivity.java
similarity index 91%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/DamagedCategoryActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/DamagedCategoryActivity.java
index 52ae6b0..a570ebe 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/DamagedCategoryActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/DamagedCategoryActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
@@ -18,11 +18,11 @@ import android.view.View;
import android.view.WindowManager;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
public class DamagedCategoryActivity extends AppCompatActivity implements View.OnClickListener {
Lorealba_Database db;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/FilledRegularStockDataActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/FilledRegularStockDataActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/FilledRegularStockDataActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/FilledRegularStockDataActivity.java
index 1797b2b..e01a372 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/FilledRegularStockDataActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/FilledRegularStockDataActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -53,25 +53,25 @@ import android.widget.TextView;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
import com.journeyapps.barcodescanner.CaptureActivity;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.ReasonSpinnerAdapter;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonStockReason;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.ReasonSpinnerAdapter;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonStockReason;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class FilledRegularStockDataActivity extends AppCompatActivity implements View.OnClickListener {
Spinner sku_spin, brand_spin, sub_axe_spin, axe_spin;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/GWPActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/GWPActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/GWPActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/GWPActivity.java
index b921ab2..61ba35a 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/GWPActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/GWPActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -48,26 +48,25 @@ import android.widget.Toast;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.SaleableGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.SaleableGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
-import java.util.Objects;
import java.util.UUID;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class GWPActivity extends AppCompatActivity implements View.OnClickListener {
Spinner sku_spin, brand_spin, sub_axe_spin, axe_spin;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/GroomedActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/GroomedActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/GroomedActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/GroomedActivity.java
index c10cf3d..2b456cd 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/GroomedActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/GroomedActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
@@ -23,14 +23,14 @@ import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gsonGetterSetter.GroomingGetterSetter;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.GroomingGetterSetter;
import java.io.File;
import java.text.ParseException;
@@ -40,9 +40,9 @@ import java.util.Date;
import java.util.Locale;
import java.util.Objects;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime_only;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.show_image_preview;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime_only;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.show_image_preview;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class GroomedActivity extends AppCompatActivity implements View.OnClickListener {
ImageView grooming_img_morng, grooming_img_noon, grooming_img_evning;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/InWardStockActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/InWardStockActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/InWardStockActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/InWardStockActivity.java
index bb1c973..8adf084 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/InWardStockActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/InWardStockActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -24,12 +24,12 @@ import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TCounterInvoice;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TCounterInvoice;
import java.util.ArrayList;
import java.util.Objects;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/InwardStockDetailsActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/InwardStockDetailsActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/InwardStockDetailsActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/InwardStockDetailsActivity.java
index 1e02194..3a1ab52 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/InwardStockDetailsActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/InwardStockDetailsActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -52,25 +52,25 @@ import android.widget.TextView;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.ReasonSpinnerAdapter;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonStockReason;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TCounterInvoice;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TStockSummary;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.ReasonSpinnerAdapter;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonStockReason;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TCounterInvoice;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TStockSummary;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Objects;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
public class InwardStockDetailsActivity extends AppCompatActivity implements View.OnClickListener {
TextView invoiceNumber, invoiceType;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/ManualInWardStockActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/ManualInWardStockActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/ManualInWardStockActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/ManualInWardStockActivity.java
index 6309763..945862a 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/ManualInWardStockActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/ManualInWardStockActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -48,20 +48,20 @@ import android.widget.Toast;
import com.google.firebase.crashlytics.FirebaseCrashlytics;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.InvoiceTypeSpinnerAdapter;
-import com.cpm.lorealbaautomation.adapter.ReasonSpinnerAdapter;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterInvoiceType;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonStockReason;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TCounterInvoice;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TStockSummary;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.InvoiceTypeSpinnerAdapter;
+import com.cpm.lorealbaMabeline.adapter.ReasonSpinnerAdapter;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterInvoiceType;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonStockReason;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TCounterInvoice;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TStockSummary;
import java.io.File;
import java.util.ArrayList;
@@ -71,9 +71,9 @@ import java.util.Date;
import java.util.List;
import java.util.Objects;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class ManualInWardStockActivity extends AppCompatActivity implements View.OnClickListener {
Lorealba_Database db;
@@ -224,7 +224,7 @@ public class ManualInWardStockActivity extends AppCompatActivity implements View
invoice_number.setEnabled(false);
invoice_type_spin.setEnabled(false);
btn_scan.setBackground(getResources().getDrawable(R.drawable.rouded_corner_gray));
- btn_scan.setTextColor(getResources().getColor(R.color.list_odd));
+ btn_scan.setTextColor(getResources().getColor(com.androidbuts.multispinnerfilter.R.color.list_odd));
btn_enter_code.setBackground(getResources().getDrawable(R.drawable.rouded_corner_gray));
btn_enter_code.setTextColor(getResources().getColor(R.color.list_odd));
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/MeQuizListActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/MeQuizListActivity.java
similarity index 92%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/MeQuizListActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/MeQuizListActivity.java
index 25df099..df8fbfa 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/MeQuizListActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/MeQuizListActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.content.Context;
import android.content.Intent;
@@ -18,14 +18,14 @@ import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MEMEAuditQuestion;
-import com.cpm.lorealbaautomation.makeupexpert.MEQuizActivity;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MEMEAuditQuestion;
+import com.cpm.lorealbaMabeline.makeupexpert.MEQuizActivity;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/NotificationAdapter.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/NotificationAdapter.java
similarity index 91%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/NotificationAdapter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/NotificationAdapter.java
index 33c21b1..777ca95 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/NotificationAdapter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/NotificationAdapter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
@@ -7,8 +7,8 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.gsonGetterSetter.NotificationData;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.NotificationData;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/NotificationDetailActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/NotificationDetailActivity.java
similarity index 92%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/NotificationDetailActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/NotificationDetailActivity.java
index 643bf49..b6e4add 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/NotificationDetailActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/NotificationDetailActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.app.Activity;
import android.content.Context;
@@ -17,11 +17,11 @@ import android.widget.VideoView;
import com.bumptech.glide.Glide;
import com.bumptech.glide.load.engine.DiskCacheStrategy;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
public class NotificationDetailActivity extends AppCompatActivity {
String visit_date, username, counter_id, userType, title, body, path, type, keyId;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/NotificationsActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/NotificationsActivity.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/NotificationsActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/NotificationsActivity.java
index 5c9f950..c83ea09 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/NotificationsActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/NotificationsActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.content.Context;
import android.content.Intent;
@@ -16,11 +16,11 @@ import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.gsonGetterSetter.NotificationData;
-import com.cpm.lorealbaautomation.gsonGetterSetter.NotificationsGetterSetter;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.NotificationData;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.NotificationsGetterSetter;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/RetailExcellenceActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/RetailExcellenceActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/RetailExcellenceActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/RetailExcellenceActivity.java
index 43318c6..32f2b68 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/RetailExcellenceActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/RetailExcellenceActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
@@ -25,14 +25,14 @@ import androidx.cardview.widget.CardView;
import androidx.recyclerview.widget.RecyclerView;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterRetailExcellence;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterRetailExcellence;
import java.util.ArrayList;
import java.util.HashMap;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SampleStockActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SampleStockActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SampleStockActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SampleStockActivity.java
index 8b102d7..5dae13b 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SampleStockActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SampleStockActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.app.Activity;
import android.app.AlertDialog;
@@ -9,11 +9,9 @@ import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.drawable.ColorDrawable;
import android.os.AsyncTask;
-import android.os.Build;
import android.os.Bundle;
import androidx.annotation.NonNull;
-import androidx.annotation.RequiresApi;
import com.google.android.material.bottomsheet.BottomSheetDialog;
import com.google.android.material.floatingactionbutton.FloatingActionButton;
@@ -53,16 +51,16 @@ import android.widget.TextView;
import com.google.gson.JsonObject;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.SaleableGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.SaleableGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONArray;
import org.json.JSONException;
@@ -84,9 +82,9 @@ import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class SampleStockActivity extends AppCompatActivity implements View.OnClickListener, AdapterView.OnItemSelectedListener {
ArrayAdapter axe_name_adapter, sub_axe_name_adapter, brand_name_adapter, product_name_adapter;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/ServiceActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/ServiceActivity.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/ServiceActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/ServiceActivity.java
index b3b0bf3..1406bf2 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/ServiceActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/ServiceActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -16,15 +16,15 @@ import android.view.View;
import android.widget.ImageView;
import android.widget.Toast;
-import com.cpm.lorealbaautomation.BuildConfig;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.retrofit.PostApiForUpload;
-import com.cpm.lorealbaautomation.retrofit.StringConverterFactory;
+import com.cpm.lorealbaMabeline.BuildConfig;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.retrofit.PostApiForUpload;
+import com.cpm.lorealbaMabeline.retrofit.StringConverterFactory;
import com.squareup.okhttp.MediaType;
import com.squareup.okhttp.MultipartBuilder;
import com.squareup.okhttp.RequestBody;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SkinGeniusCategoryActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SkinGeniusCategoryActivity.java
similarity index 93%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SkinGeniusCategoryActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SkinGeniusCategoryActivity.java
index 0021802..4bf7e6e 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SkinGeniusCategoryActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SkinGeniusCategoryActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.content.ActivityNotFoundException;
import android.content.Context;
@@ -16,12 +16,12 @@ import androidx.appcompat.widget.Toolbar;
import android.view.MenuItem;
import android.view.View;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
public class SkinGeniusCategoryActivity extends AppCompatActivity implements View.OnClickListener {
CardView skingenius_uploadscreenshot_img, skin_genius_img, skin_maybeline_img;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SkinGeniusScreenshotActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SkinGeniusScreenshotActivity.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SkinGeniusScreenshotActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SkinGeniusScreenshotActivity.java
index 37eac17..5c0935b 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SkinGeniusScreenshotActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SkinGeniusScreenshotActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -25,13 +25,13 @@ import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.constant.FileUtils;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.constant.FileUtils;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
import java.io.File;
import java.io.FileInputStream;
@@ -42,8 +42,8 @@ import java.io.OutputStream;
import java.nio.file.Files;
import java.util.Objects;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class SkinGeniusScreenshotActivity extends AppCompatActivity implements View.OnClickListener {
String CounterId, visit_date, username, skingenius_uploadTym = "";
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/StockCheckActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/StockCheckActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/StockCheckActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/StockCheckActivity.java
index fb4a7c7..7e20b83 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/StockCheckActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/StockCheckActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -53,19 +53,19 @@ import com.google.gson.JsonObject;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
import com.journeyapps.barcodescanner.CaptureActivity;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.ReasonSpinnerAdapter;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.SaleableGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonStockReason;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.ReasonSpinnerAdapter;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.SaleableGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonStockReason;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONArray;
@@ -88,9 +88,9 @@ import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class StockCheckActivity extends AppCompatActivity implements View.OnClickListener {
Spinner sku_spin, brand_spin, sub_axe_spin, axe_spin;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/StoreImageActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/StoreImageActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/StoreImageActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/StoreImageActivity.java
index fa0887e..13e37e2 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/StoreImageActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/StoreImageActivity.java
@@ -1,7 +1,7 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.checkNetIsAvailable;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.checkNetIsAvailable;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
import android.Manifest;
import android.annotation.SuppressLint;
@@ -47,22 +47,22 @@ import com.google.android.gms.location.LocationSettingsRequest;
import com.google.android.gms.location.Priority;
import com.google.android.gms.location.SettingsClient;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.BuildConfig;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.geotag.GeoTaggingActivity;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JCPGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.NotificationData;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
-import com.cpm.lorealbaautomation.timer.TimerActivity;
-import com.cpm.lorealbaautomation.utils.AppUtils;
-import com.cpm.lorealbaautomation.utils.DistanceUtils;
+import com.cpm.lorealbaMabeline.BuildConfig;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.geotag.GeoTaggingActivity;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JCPGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.NotificationData;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.timer.TimerActivity;
+import com.cpm.lorealbaMabeline.utils.AppUtils;
+import com.cpm.lorealbaMabeline.utils.DistanceUtils;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SuggestedStockActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SuggestedStockActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SuggestedStockActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SuggestedStockActivity.java
index 21c88fa..ce789bb 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/SuggestedStockActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/SuggestedStockActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.app.AlertDialog;
import android.content.Context;
@@ -31,21 +31,21 @@ import android.widget.ImageView;
import android.widget.Spinner;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class SuggestedStockActivity extends AppCompatActivity implements View.OnClickListener, AdapterView.OnItemSelectedListener {
ArrayAdapter axe_name_adapter, sub_axe_name_adapter, brand_name_adapter, product_name_adapter;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/TabLoginActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/TabLoginActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/TabLoginActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/TabLoginActivity.java
index 00c1544..b3e37e4 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/TabLoginActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/TabLoginActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.Manifest;
import android.annotation.SuppressLint;
@@ -13,13 +13,10 @@ import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.location.LocationManager;
-import android.net.ConnectivityManager;
-import android.net.NetworkInfo;
import android.os.Build;
import android.os.Bundle;
import android.provider.Settings;
import android.text.InputFilter;
-import android.text.Spanned;
import android.view.View;
import android.view.WindowManager;
import android.widget.AdapterView;
@@ -35,8 +32,8 @@ import androidx.appcompat.app.AppCompatActivity;
import androidx.core.app.ActivityCompat;
import androidx.core.content.ContextCompat;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
import com.google.android.gms.common.api.ResolvableApiException;
import com.google.android.gms.location.FusedLocationProviderClient;
import com.google.android.gms.location.LocationRequest;
@@ -48,21 +45,21 @@ import com.google.android.material.snackbar.Snackbar;
import com.google.firebase.analytics.FirebaseAnalytics;
import com.google.firebase.crashlytics.FirebaseCrashlytics;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.AutoUpdateActivity;
-import com.cpm.lorealbaautomation.BuildConfig;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.Get_IMEI_number.ImeiNumberClass;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.forgotpassword.ForgotpasswordActity;
-import com.cpm.lorealbaautomation.gettersetter.LoginGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BADeviceLoginGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BaListGetterSetter;
-import com.cpm.lorealbaautomation.password.ChangePasswordActivity;
-import com.cpm.lorealbaautomation.pinviewactivity.PinViewActivity;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.AutoUpdateActivity;
+import com.cpm.lorealbaMabeline.BuildConfig;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.Get_IMEI_number.ImeiNumberClass;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.forgotpassword.ForgotpasswordActity;
+import com.cpm.lorealbaMabeline.gettersetter.LoginGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BADeviceLoginGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BaListGetterSetter;
+import com.cpm.lorealbaMabeline.password.ChangePasswordActivity;
+import com.cpm.lorealbaMabeline.pinviewactivity.PinViewActivity;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/TesterStockActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/TesterStockActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/TesterStockActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/TesterStockActivity.java
index 859ff05..b20bd58 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/TesterStockActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/TesterStockActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -52,16 +52,16 @@ import android.widget.TextView;
import com.google.gson.JsonObject;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.SaleableGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.SaleableGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONArray;
import org.json.JSONException;
@@ -82,9 +82,9 @@ import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class TesterStockActivity extends AppCompatActivity implements View.OnClickListener {
Spinner sku_spin, brand_spin, sub_axe_spin, axe_spin;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/VisibilityElimentsActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/VisibilityElimentsActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/VisibilityElimentsActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/VisibilityElimentsActivity.java
index dc9af4d..15a8c13 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/dailyactivity/VisibilityElimentsActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/dailyactivity/VisibilityElimentsActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.dailyactivity;
+package com.cpm.lorealbaMabeline.dailyactivity;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
@@ -35,22 +35,22 @@ import android.widget.LinearLayout;
import android.widget.Spinner;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonVisibility;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPosm;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonVisibility;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPosm;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class VisibilityElimentsActivity extends AppCompatActivity implements View.OnClickListener {
String visit_date, username, str_promotion_img = "", _pathforcheck, _path, counterId;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/delegates/CoverageBean.java b/app/src/main/java/com/cpm/lorealbaMabeline/delegates/CoverageBean.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/delegates/CoverageBean.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/delegates/CoverageBean.java
index e116247..943b7ee 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/delegates/CoverageBean.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/delegates/CoverageBean.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.delegates;
+package com.cpm.lorealbaMabeline.delegates;
public class CoverageBean
{
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/delegates/NavMenuItemGetterSetter.java b/app/src/main/java/com/cpm/lorealbaMabeline/delegates/NavMenuItemGetterSetter.java
similarity index 89%
rename from app/src/main/java/com/cpm/lorealbaautomation/delegates/NavMenuItemGetterSetter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/delegates/NavMenuItemGetterSetter.java
index 54c3fe9..327f88a 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/delegates/NavMenuItemGetterSetter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/delegates/NavMenuItemGetterSetter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.delegates;
+package com.cpm.lorealbaMabeline.delegates;
public class NavMenuItemGetterSetter {
String iconName = "";
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/delegates/PrefHelper.java b/app/src/main/java/com/cpm/lorealbaMabeline/delegates/PrefHelper.java
similarity index 87%
rename from app/src/main/java/com/cpm/lorealbaautomation/delegates/PrefHelper.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/delegates/PrefHelper.java
index ddc9b26..95b06d4 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/delegates/PrefHelper.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/delegates/PrefHelper.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.delegates;
+package com.cpm.lorealbaMabeline.delegates;
import android.content.Context;
import android.content.SharedPreferences;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/download/DownloadActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/download/DownloadActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/download/DownloadActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/download/DownloadActivity.java
index 66bdf97..f093e85 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/download/DownloadActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/download/DownloadActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.download;
+package com.cpm.lorealbaMabeline.download;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
@@ -14,11 +14,11 @@ import androidx.appcompat.widget.Toolbar;
import android.widget.TextView;
import android.widget.VideoView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.retrofit.DownloadAllDatawithRetro;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.retrofit.DownloadAllDatawithRetro;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/download/Downloader.java b/app/src/main/java/com/cpm/lorealbaMabeline/download/Downloader.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/download/Downloader.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/download/Downloader.java
index a11558f..f148aa0 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/download/Downloader.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/download/Downloader.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.download;
+package com.cpm.lorealbaMabeline.download;
import android.content.Context;
import android.content.Intent;
@@ -10,24 +10,24 @@ import androidx.core.app.JobIntentService;
import com.google.gson.JsonObject;
import com.google.gson.JsonSyntaxException;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.BaProfileGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.GroomingGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MEMEAuditQuestion;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBreak;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPosm;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfile;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterRetailExcellence;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TStockSummaryGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.T_LeaveRequest;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
-import com.cpm.lorealbaautomation.retrofit.PostApiForUpload;
-import com.cpm.lorealbaautomation.retrofit.StringConverterFactory;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.BaProfileGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.GroomingGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MEMEAuditQuestion;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBreak;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPosm;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfile;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterRetailExcellence;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TStockSummaryGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.T_LeaveRequest;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.retrofit.PostApiForUpload;
+import com.cpm.lorealbaMabeline.retrofit.StringConverterFactory;
import com.squareup.okhttp.MultipartBuilder;
import org.json.JSONArray;
@@ -53,7 +53,7 @@ import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.saveBitmapToFile;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.saveBitmapToFile;
public class Downloader extends JobIntentService {
private static final int UNIQUE_JOB_ID = 1337;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/downloadService/DownloadResultReceiver.java b/app/src/main/java/com/cpm/lorealbaMabeline/downloadService/DownloadResultReceiver.java
similarity index 92%
rename from app/src/main/java/com/cpm/lorealbaautomation/downloadService/DownloadResultReceiver.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/downloadService/DownloadResultReceiver.java
index a0e9117..df39d4c 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/downloadService/DownloadResultReceiver.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/downloadService/DownloadResultReceiver.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.downloadService;
+package com.cpm.lorealbaMabeline.downloadService;
import android.os.Bundle;
import android.os.Handler;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/downloadService/DownloadService.java b/app/src/main/java/com/cpm/lorealbaMabeline/downloadService/DownloadService.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/downloadService/DownloadService.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/downloadService/DownloadService.java
index 349921a..0a8ef93 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/downloadService/DownloadService.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/downloadService/DownloadService.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.downloadService;
+package com.cpm.lorealbaMabeline.downloadService;
import android.app.IntentService;
import android.content.Intent;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/forgotpassword/ForgotpasswordActity.java b/app/src/main/java/com/cpm/lorealbaMabeline/forgotpassword/ForgotpasswordActity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/forgotpassword/ForgotpasswordActity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/forgotpassword/ForgotpasswordActity.java
index 75a81bd..ecb1b8c 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/forgotpassword/ForgotpasswordActity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/forgotpassword/ForgotpasswordActity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.forgotpassword;
+package com.cpm.lorealbaMabeline.forgotpassword;
import android.app.Activity;
import android.app.AlertDialog;
@@ -37,17 +37,17 @@ import android.widget.TextView;
import android.widget.Toast;
import com.goodiebag.pinview.Pinview;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.constant.RoundedImageView;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BaListGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfile;
-import com.cpm.lorealbaautomation.retrofit.DownloadAllDatawithRetro;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.constant.RoundedImageView;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BaListGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfile;
+import com.cpm.lorealbaMabeline.retrofit.DownloadAllDatawithRetro;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import com.squareup.picasso.NetworkPolicy;
import com.squareup.picasso.Picasso;
@@ -66,7 +66,7 @@ import okhttp3.ResponseBody;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class ForgotpasswordActity extends AppCompatActivity implements View.OnClickListener, AdapterView.OnItemSelectedListener {
private String visit_date, counterId, user_type, otp_code = "", str_user_name = "", user_id;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/fragements/BAdvisorMenuFragment.java b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/BAdvisorMenuFragment.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/fragements/BAdvisorMenuFragment.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/fragements/BAdvisorMenuFragment.java
index d1c351a..07459de 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/fragements/BAdvisorMenuFragment.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/BAdvisorMenuFragment.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.fragements;
+package com.cpm.lorealbaMabeline.fragements;
import android.content.Context;
import android.content.SharedPreferences;
@@ -12,12 +12,12 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.NavMenuItemGetterSetter;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.NavMenuItemGetterSetter;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/fragements/CounterMenuFragment.java b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/CounterMenuFragment.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/fragements/CounterMenuFragment.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/fragements/CounterMenuFragment.java
index 82a2285..ea39d1f 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/fragements/CounterMenuFragment.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/CounterMenuFragment.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.fragements;
+package com.cpm.lorealbaMabeline.fragements;
import android.content.Context;
import android.content.SharedPreferences;
@@ -11,13 +11,13 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.NavMenuItemGetterSetter;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.NavMenuItemGetterSetter;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/fragements/DashboardFragment.java b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/DashboardFragment.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/fragements/DashboardFragment.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/fragements/DashboardFragment.java
index ff13e37..e357ef3 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/fragements/DashboardFragment.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/DashboardFragment.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.fragements;
+package com.cpm.lorealbaMabeline.fragements;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -19,14 +19,14 @@ import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAvgUnitsPerBill;
-import com.cpm.lorealbaautomation.reports.TargetAchievementActivity;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAvgUnitsPerBill;
+import com.cpm.lorealbaMabeline.reports.TargetAchievementActivity;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/fragements/DashboardsFragment.java b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/DashboardsFragment.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/fragements/DashboardsFragment.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/fragements/DashboardsFragment.java
index b5e029e..9f57ad6 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/fragements/DashboardsFragment.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/DashboardsFragment.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.fragements;
+package com.cpm.lorealbaMabeline.fragements;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -22,14 +22,14 @@ import androidx.recyclerview.widget.RecyclerView;
import com.bikomobile.donutprogress.DonutProgress;
import com.ekn.gruzer.gaugelibrary.HalfGauge;
import com.ekn.gruzer.gaugelibrary.Range;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.AppDashboardTVA;
-import com.cpm.lorealbaautomation.reports.TargetAchievementActivity;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.AppDashboardTVA;
+import com.cpm.lorealbaMabeline.reports.TargetAchievementActivity;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/fragements/MakeupExpertMenuFragment.java b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/MakeupExpertMenuFragment.java
similarity index 91%
rename from app/src/main/java/com/cpm/lorealbaautomation/fragements/MakeupExpertMenuFragment.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/fragements/MakeupExpertMenuFragment.java
index 50ccbc6..380d1ce 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/fragements/MakeupExpertMenuFragment.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/MakeupExpertMenuFragment.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.fragements;
+package com.cpm.lorealbaMabeline.fragements;
import android.content.Context;
import android.content.SharedPreferences;
@@ -12,11 +12,11 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.NavMenuItemGetterSetter;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.NavMenuItemGetterSetter;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/fragements/MonthlyOfferFragment.java b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/MonthlyOfferFragment.java
similarity index 93%
rename from app/src/main/java/com/cpm/lorealbaautomation/fragements/MonthlyOfferFragment.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/fragements/MonthlyOfferFragment.java
index b33753a..8a1a289 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/fragements/MonthlyOfferFragment.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/MonthlyOfferFragment.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.fragements;
+package com.cpm.lorealbaMabeline.fragements;
import android.os.Bundle;
@@ -9,13 +9,13 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.MyPager;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromoOffer;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.MyPager;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromoOffer;
import java.io.File;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/fragements/MyAdaperForIcon.java b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/MyAdaperForIcon.java
similarity index 83%
rename from app/src/main/java/com/cpm/lorealbaautomation/fragements/MyAdaperForIcon.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/fragements/MyAdaperForIcon.java
index 16b0e08..d372561 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/fragements/MyAdaperForIcon.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/fragements/MyAdaperForIcon.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.fragements;
+package com.cpm.lorealbaMabeline.fragements;
import android.content.Context;
import android.content.Intent;
@@ -13,40 +13,40 @@ import androidx.annotation.NonNull;
import androidx.cardview.widget.CardView;
import androidx.recyclerview.widget.RecyclerView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.breakmanagement.BreakManagementActivity;
-import com.cpm.lorealbaautomation.competitionoffer.CompetitionOfferActivity;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.consumeractivity.ConsumerIntractionDetailActivity;
-import com.cpm.lorealbaautomation.dailyactivity.BASurveyListActivity;
-import com.cpm.lorealbaautomation.dailyactivity.ConsumerReturnActivity;
-import com.cpm.lorealbaautomation.dailyactivity.CounterImageActivity;
-import com.cpm.lorealbaautomation.dailyactivity.CounterProfileActivity;
-import com.cpm.lorealbaautomation.dailyactivity.DamagedCategoryActivity;
-import com.cpm.lorealbaautomation.dailyactivity.GWPActivity;
-import com.cpm.lorealbaautomation.dailyactivity.GroomedActivity;
-import com.cpm.lorealbaautomation.dailyactivity.InWardStockActivity;
-import com.cpm.lorealbaautomation.dailyactivity.MeQuizListActivity;
-import com.cpm.lorealbaautomation.dailyactivity.RetailExcellenceActivity;
-import com.cpm.lorealbaautomation.dailyactivity.SampleStockActivity;
-import com.cpm.lorealbaautomation.dailyactivity.SkinGeniusCategoryActivity;
-import com.cpm.lorealbaautomation.dailyactivity.StockCheckActivity;
-import com.cpm.lorealbaautomation.dailyactivity.SuggestedStockActivity;
-import com.cpm.lorealbaautomation.dailyactivity.TesterStockActivity;
-import com.cpm.lorealbaautomation.dailyactivity.VisibilityElimentsActivity;
-import com.cpm.lorealbaautomation.delegates.NavMenuItemGetterSetter;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.geotag.GeoTaggingActivity;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPosm;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterSurvey;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TCounterInvoice;
-import com.cpm.lorealbaautomation.leavemanagement.LeaveManagemntActivity;
-import com.cpm.lorealbaautomation.makeupexpert.MakeoverActivity;
-import com.cpm.lorealbaautomation.reports.MyLibraryActivity;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.breakmanagement.BreakManagementActivity;
+import com.cpm.lorealbaMabeline.competitionoffer.CompetitionOfferActivity;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.consumeractivity.ConsumerIntractionDetailActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.BASurveyListActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.ConsumerReturnActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.CounterImageActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.CounterProfileActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.DamagedCategoryActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.GWPActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.GroomedActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.InWardStockActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.MeQuizListActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.RetailExcellenceActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.SampleStockActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.SkinGeniusCategoryActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.StockCheckActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.SuggestedStockActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.TesterStockActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.VisibilityElimentsActivity;
+import com.cpm.lorealbaMabeline.delegates.NavMenuItemGetterSetter;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.geotag.GeoTaggingActivity;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPosm;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterSurvey;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TCounterInvoice;
+import com.cpm.lorealbaMabeline.leavemanagement.LeaveManagemntActivity;
+import com.cpm.lorealbaMabeline.makeupexpert.MakeoverActivity;
+import com.cpm.lorealbaMabeline.reports.MyLibraryActivity;
import java.util.ArrayList;
import java.util.Collections;
@@ -103,7 +103,7 @@ public class MyAdaperForIcon extends RecyclerView.Adapter appliedLeaves = new ArrayList<>();
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/leavemanagement/LeaveManagemntActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/leavemanagement/LeaveManagemntActivity.java
similarity index 91%
rename from app/src/main/java/com/cpm/lorealbaautomation/leavemanagement/LeaveManagemntActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/leavemanagement/LeaveManagemntActivity.java
index 1c6f89e..a688104 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/leavemanagement/LeaveManagemntActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/leavemanagement/LeaveManagemntActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.leavemanagement;
+package com.cpm.lorealbaMabeline.leavemanagement;
import android.annotation.SuppressLint;
import android.content.Intent;
@@ -13,14 +13,14 @@ import androidx.appcompat.widget.Toolbar;
import android.view.MenuItem;
import android.view.View;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.databinding.ActivityLeaveCalenderBinding;
-import com.cpm.lorealbaautomation.databinding.ActivityLeaveManagemntBinding;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.leaves.TLeaveLedgerSummary;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.databinding.ActivityLeaveCalenderBinding;
+import com.cpm.lorealbaMabeline.databinding.ActivityLeaveManagemntBinding;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.leaves.TLeaveLedgerSummary;
import java.util.Objects;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/BaProfileMultiSelection.java b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/BaProfileMultiSelection.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/BaProfileMultiSelection.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/BaProfileMultiSelection.java
index af8fc9c..fb5c151 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/BaProfileMultiSelection.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/BaProfileMultiSelection.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.makeupexpert;
+package com.cpm.lorealbaMabeline.makeupexpert;
import android.annotation.SuppressLint;
import android.app.AlertDialog;
@@ -20,7 +20,7 @@ import android.widget.TextView;
import com.androidbuts.multispinnerfilter.KeyPairBoolData;
import com.androidbuts.multispinnerfilter.SpinnerListener;
-import com.cpm.lorealbaautomation.R;
+import com.cpm.lorealbaMabeline.R;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/CategorySpinnerInterface.java b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/CategorySpinnerInterface.java
similarity index 55%
rename from app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/CategorySpinnerInterface.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/CategorySpinnerInterface.java
index 3955efe..f85ff85 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/CategorySpinnerInterface.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/CategorySpinnerInterface.java
@@ -1,7 +1,7 @@
-package com.cpm.lorealbaautomation.makeupexpert;
+package com.cpm.lorealbaMabeline.makeupexpert;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MEMEAuditQuestion;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MEMEAuditQuestion;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MEQuizActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MEQuizActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MEQuizActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MEQuizActivity.java
index 9a3fefe..213bea3 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MEQuizActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MEQuizActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.makeupexpert;
+package com.cpm.lorealbaMabeline.makeupexpert;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -36,14 +36,14 @@ import android.widget.RelativeLayout;
import android.widget.Spinner;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MEMEAuditQuestion;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MEMEAuditQuestion;
import java.io.File;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MakeoverActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MakeoverActivity.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MakeoverActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MakeoverActivity.java
index 8995915..4f3f4ed 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MakeoverActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MakeoverActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.makeupexpert;
+package com.cpm.lorealbaMabeline.makeupexpert;
import android.app.AlertDialog;
import android.content.Context;
@@ -19,12 +19,12 @@ import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MakeoverDetailsActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MakeoverDetailsActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MakeoverDetailsActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MakeoverDetailsActivity.java
index a82ba0c..775b023 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MakeoverDetailsActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MakeoverDetailsActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.makeupexpert;
+package com.cpm.lorealbaMabeline.makeupexpert;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -42,18 +42,18 @@ import android.widget.Toast;
import com.google.gson.Gson;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ConsumerTermsConditionAccept;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBAProfileGetterSetter;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ConsumerTermsConditionAccept;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBAProfileGetterSetter;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
@@ -70,8 +70,8 @@ import okhttp3.ResponseBody;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class MakeoverDetailsActivity extends AppCompatActivity implements View.OnClickListener, AdapterView.OnItemSelectedListener {
String CounterId, visit_date, username, str_termCondition = "0", response_term_condition = "", _pathforcheck = "", _path = "",
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MultiselectionCategorySpinnerSearch.java b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MultiselectionCategorySpinnerSearch.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MultiselectionCategorySpinnerSearch.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MultiselectionCategorySpinnerSearch.java
index 2b7d51a..2970e8d 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/MultiselectionCategorySpinnerSearch.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/MultiselectionCategorySpinnerSearch.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.makeupexpert;
+package com.cpm.lorealbaMabeline.makeupexpert;
import android.app.AlertDialog;
import android.content.Context;
@@ -17,8 +17,8 @@ import android.widget.CheckBox;
import android.widget.ListView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MEMEAuditQuestion;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MEMEAuditQuestion;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/SalesActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/SalesActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/SalesActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/SalesActivity.java
index c5b41e5..a631b35 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/makeupexpert/SalesActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/makeupexpert/SalesActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.makeupexpert;
+package com.cpm.lorealbaMabeline.makeupexpert;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -52,20 +52,20 @@ import com.google.gson.JsonObject;
import com.google.zxing.integration.android.IntentIntegrator;
import com.google.zxing.integration.android.IntentResult;
import com.journeyapps.barcodescanner.CaptureActivity;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.ReasonSpinnerAdapter;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.download.Downloader;
-import com.cpm.lorealbaautomation.gettersetter.SaleableGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonStockReason;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.ReasonSpinnerAdapter;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.download.Downloader;
+import com.cpm.lorealbaMabeline.gettersetter.SaleableGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonStockReason;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONArray;
@@ -88,9 +88,9 @@ import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getCurrentTime;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.removeFirstChar;
-import static com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity.convertBitmap;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getCurrentTime;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.removeFirstChar;
+import static com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity.convertBitmap;
public class SalesActivity extends AppCompatActivity implements View.OnClickListener {
Spinner sku_spin, brand_spin, sub_axe_spin, axe_spin;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/notification/NotificationUtils.java b/app/src/main/java/com/cpm/lorealbaMabeline/notification/NotificationUtils.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/notification/NotificationUtils.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/notification/NotificationUtils.java
index cdf1e0f..0d1159d 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/notification/NotificationUtils.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/notification/NotificationUtils.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.notification;
+package com.cpm.lorealbaMabeline.notification;
import android.app.Notification;
import android.app.NotificationChannel;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/notification/NotificationView.java b/app/src/main/java/com/cpm/lorealbaMabeline/notification/NotificationView.java
similarity index 80%
rename from app/src/main/java/com/cpm/lorealbaautomation/notification/NotificationView.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/notification/NotificationView.java
index 3201add..bdc3ac5 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/notification/NotificationView.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/notification/NotificationView.java
@@ -1,10 +1,10 @@
-package com.cpm.lorealbaautomation.notification;
+package com.cpm.lorealbaMabeline.notification;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
-import com.cpm.lorealbaautomation.R;
+import com.cpm.lorealbaMabeline.R;
public class NotificationView extends AppCompatActivity {
@Override
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/password/ChangePasswordActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/password/ChangePasswordActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/password/ChangePasswordActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/password/ChangePasswordActivity.java
index 704bfd1..11014d9 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/password/ChangePasswordActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/password/ChangePasswordActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.password;
+package com.cpm.lorealbaMabeline.password;
import android.app.Activity;
import android.app.AlertDialog;
@@ -25,18 +25,18 @@ import android.widget.EditText;
import android.widget.ImageView;
import android.widget.Toast;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity;
-import com.cpm.lorealbaautomation.dailyactivity.TabLoginActivity;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.LoginGetterSetter;
-import com.cpm.lorealbaautomation.pinviewactivity.PinViewActivity;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity;
+import com.cpm.lorealbaMabeline.dailyactivity.TabLoginActivity;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.LoginGetterSetter;
+import com.cpm.lorealbaMabeline.pinviewactivity.PinViewActivity;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/password/MPinActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/password/MPinActivity.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/password/MPinActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/password/MPinActivity.java
index fd4be57..0611b6d 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/password/MPinActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/password/MPinActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.password;
+package com.cpm.lorealbaMabeline.password;
import android.app.Dialog;
import android.content.Intent;
@@ -16,19 +16,19 @@ import android.view.WindowManager;
import android.widget.ImageView;
import android.widget.Toast;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.UserLoginActivity;
-import com.cpm.lorealbaautomation.blurlockview.BlurLockView;
-import com.cpm.lorealbaautomation.blurlockview.Directions.HideType;
-import com.cpm.lorealbaautomation.blurlockview.Directions.ShowType;
-import com.cpm.lorealbaautomation.blurlockview.Eases.EaseType;
-import com.cpm.lorealbaautomation.blurlockview.Password;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.LoginGetterSetter;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.UserLoginActivity;
+import com.cpm.lorealbaMabeline.blurlockview.BlurLockView;
+import com.cpm.lorealbaMabeline.blurlockview.Directions.HideType;
+import com.cpm.lorealbaMabeline.blurlockview.Directions.ShowType;
+import com.cpm.lorealbaMabeline.blurlockview.Eases.EaseType;
+import com.cpm.lorealbaMabeline.blurlockview.Password;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.LoginGetterSetter;
import java.util.ArrayList;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/pinviewactivity/PinViewActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/pinviewactivity/PinViewActivity.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/pinviewactivity/PinViewActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/pinviewactivity/PinViewActivity.java
index bbc7e14..cd9f979 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/pinviewactivity/PinViewActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/pinviewactivity/PinViewActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.pinviewactivity;
+package com.cpm.lorealbaMabeline.pinviewactivity;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.hideKeyboard;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.hideKeyboard;
import android.Manifest;
import android.annotation.SuppressLint;
@@ -41,23 +41,23 @@ import com.google.android.gms.location.LocationServices;
import com.google.android.gms.location.LocationSettingsRequest;
import com.google.android.gms.location.SettingsClient;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.AutoUpdateActivity;
-import com.cpm.lorealbaautomation.BuildConfig;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.Get_IMEI_number.ImeiNumberClass;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.UserLoginActivity;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.LoginGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BADeviceLoginGetterSetter;
-import com.cpm.lorealbaautomation.password.ChangePasswordActivity;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
-import com.cpm.lorealbaautomation.timer.TimerActivity;
+import com.cpm.lorealbaMabeline.AutoUpdateActivity;
+import com.cpm.lorealbaMabeline.BuildConfig;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.Get_IMEI_number.ImeiNumberClass;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.UserLoginActivity;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.LoginGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BADeviceLoginGetterSetter;
+import com.cpm.lorealbaMabeline.password.ChangePasswordActivity;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.timer.TimerActivity;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/printer/DeviceListActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/printer/DeviceListActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/printer/DeviceListActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/printer/DeviceListActivity.java
index dfd00fa..790cc64 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/printer/DeviceListActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/printer/DeviceListActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.printer;
+package com.cpm.lorealbaMabeline.printer;
import android.Manifest;
import android.app.Activity;
@@ -21,7 +21,7 @@ import android.widget.TextView;
import androidx.core.app.ActivityCompat;
import com.hoin.btsdk.BluetoothService;
-import com.cpm.lorealbaautomation.R;
+import com.cpm.lorealbaMabeline.R;
import java.util.Set;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/printer/PrinterActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/printer/PrinterActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/printer/PrinterActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/printer/PrinterActivity.java
index 292eff3..f22d1a0 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/printer/PrinterActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/printer/PrinterActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.printer;
+package com.cpm.lorealbaMabeline.printer;
import android.Manifest;
import android.annotation.SuppressLint;
@@ -32,13 +32,13 @@ import com.google.zxing.MultiFormatWriter;
import com.google.zxing.WriterException;
import com.google.zxing.common.BitMatrix;
import com.hoin.btsdk.BluetoothService;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
import java.util.ArrayList;
import java.util.BitSet;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/printer/PrinterCommands.java b/app/src/main/java/com/cpm/lorealbaMabeline/printer/PrinterCommands.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/printer/PrinterCommands.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/printer/PrinterCommands.java
index 318305c..4d69e4d 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/printer/PrinterCommands.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/printer/PrinterCommands.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.printer;
+package com.cpm.lorealbaMabeline.printer;
public class PrinterCommands {
public static final byte HT = 0x9;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/printer/Utils.java b/app/src/main/java/com/cpm/lorealbaMabeline/printer/Utils.java
similarity index 99%
rename from app/src/main/java/com/cpm/lorealbaautomation/printer/Utils.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/printer/Utils.java
index 9d270ac..9199c3f 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/printer/Utils.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/printer/Utils.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.printer;
+package com.cpm.lorealbaMabeline.printer;
import android.graphics.Bitmap;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/progressbar/CircularProgressBar.java b/app/src/main/java/com/cpm/lorealbaMabeline/progressbar/CircularProgressBar.java
similarity index 99%
rename from app/src/main/java/com/cpm/lorealbaautomation/progressbar/CircularProgressBar.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/progressbar/CircularProgressBar.java
index 88ead96..54ecefe 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/progressbar/CircularProgressBar.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/progressbar/CircularProgressBar.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.progressbar;
+package com.cpm.lorealbaMabeline.progressbar;
import android.animation.Animator;
import android.animation.Animator.AnimatorListener;
@@ -20,7 +20,7 @@ import android.view.View;
import android.view.animation.LinearInterpolator;
import android.widget.ProgressBar;
-import com.cpm.lorealbaautomation.R;
+import com.cpm.lorealbaMabeline.R;
public class CircularProgressBar extends ProgressBar {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/promooffer/PromoOfferDetailsActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/promooffer/PromoOfferDetailsActivity.java
similarity index 90%
rename from app/src/main/java/com/cpm/lorealbaautomation/promooffer/PromoOfferDetailsActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/promooffer/PromoOfferDetailsActivity.java
index f5e6098..cb7d939 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/promooffer/PromoOfferDetailsActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/promooffer/PromoOfferDetailsActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.promooffer;
+package com.cpm.lorealbaMabeline.promooffer;
import android.content.Context;
import android.content.SharedPreferences;
@@ -13,12 +13,12 @@ import android.view.MenuItem;
import android.widget.ImageView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromoOffer;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromoOffer;
import java.io.File;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/promooffer/PromoOffersActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/promooffer/PromoOffersActivity.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/promooffer/PromoOffersActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/promooffer/PromoOffersActivity.java
index 0cb781e..58eed85 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/promooffer/PromoOffersActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/promooffer/PromoOffersActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.promooffer;
+package com.cpm.lorealbaMabeline.promooffer;
import android.content.Context;
import android.content.Intent;
@@ -18,12 +18,12 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromoOffer;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromoOffer;
import java.io.File;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/promooffer/VerticalViewPager.java b/app/src/main/java/com/cpm/lorealbaMabeline/promooffer/VerticalViewPager.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/promooffer/VerticalViewPager.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/promooffer/VerticalViewPager.java
index d198618..6d4cb27 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/promooffer/VerticalViewPager.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/promooffer/VerticalViewPager.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.promooffer;
+package com.cpm.lorealbaMabeline.promooffer;
import android.content.Context;
import androidx.viewpager.widget.ViewPager;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/AppDashboardIncentive.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/AppDashboardIncentive.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/AppDashboardIncentive.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/AppDashboardIncentive.java
index c1e5ec6..360fff3 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/AppDashboardIncentive.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/AppDashboardIncentive.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/AppDashboardLeaderBoard.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/AppDashboardLeaderBoard.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/AppDashboardLeaderBoard.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/AppDashboardLeaderBoard.java
index 05dd14b..42fe624 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/AppDashboardLeaderBoard.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/AppDashboardLeaderBoard.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAttendanceDetail.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAttendanceDetail.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAttendanceDetail.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAttendanceDetail.java
index 94915f5..7a443fa 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAttendanceDetail.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAttendanceDetail.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAttendanceSummary.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAttendanceSummary.java
similarity index 93%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAttendanceSummary.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAttendanceSummary.java
index 543ca1d..fe4201b 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAttendanceSummary.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAttendanceSummary.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgBillValue.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgBillValue.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgBillValue.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgBillValue.java
index b777a9a..2cf8812 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgBillValue.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgBillValue.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgLinPerBill.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgLinPerBill.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgLinPerBill.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgLinPerBill.java
index 24bc801..9880e07 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgLinPerBill.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgLinPerBill.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgTransactionPerDay.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgTransactionPerDay.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgTransactionPerDay.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgTransactionPerDay.java
index 23696fe..e388018 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgTransactionPerDay.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgTransactionPerDay.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgUnitsPerBill.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgUnitsPerBill.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgUnitsPerBill.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgUnitsPerBill.java
index 7841c75..287666e 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportAvgUnitsPerBill.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportAvgUnitsPerBill.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportBAAvailability.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportBAAvailability.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportBAAvailability.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportBAAvailability.java
index 95b48d9..6c6a813 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportBAAvailability.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportBAAvailability.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportInwardStockSummary.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportInwardStockSummary.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportInwardStockSummary.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportInwardStockSummary.java
index ef7b4a9..58fd346 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportInwardStockSummary.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportInwardStockSummary.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportSalesValue.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportSalesValue.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportSalesValue.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportSalesValue.java
index 327d427..03b90c8 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportSalesValue.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportSalesValue.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportSellingPrice.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportSellingPrice.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportSellingPrice.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportSellingPrice.java
index 49e8d75..dcb4c3c 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportSellingPrice.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportSellingPrice.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportTop10Value.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportTop10Value.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportTop10Value.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportTop10Value.java
index feacf04..10d8d9f 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportTop10Value.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportTop10Value.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportTop10Volume.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportTop10Volume.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportTop10Volume.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportTop10Volume.java
index 76b7a3d..654d672 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/ReportTop10Volume.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/ReportTop10Volume.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/SkinGeniusUrl.java b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/SkinGeniusUrl.java
similarity index 88%
rename from app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/SkinGeniusUrl.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/SkinGeniusUrl.java
index 5ba220e..95d5f76 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reportGetterSetter/SkinGeniusUrl.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reportGetterSetter/SkinGeniusUrl.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reportGetterSetter;
+package com.cpm.lorealbaMabeline.reportGetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/DamagedStockHistory.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/DamagedStockHistory.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/DamagedStockHistory.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/DamagedStockHistory.java
index ba02701..13cf7f3 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/DamagedStockHistory.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/DamagedStockHistory.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
@@ -23,15 +23,15 @@ import android.view.ViewGroup;
import android.widget.TextView;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportDamageStockHistory;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ResponseResult;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportDamageStockHistory;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ResponseResult;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/DashbordOffTakeReportActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/DashbordOffTakeReportActivity.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/DashbordOffTakeReportActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/DashbordOffTakeReportActivity.java
index 788db68..890bacf 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/DashbordOffTakeReportActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/DashbordOffTakeReportActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.app.Dialog;
@@ -28,16 +28,16 @@ import androidx.recyclerview.widget.RecyclerView;
import com.google.android.material.appbar.AppBarLayout;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.databinding.CounterGrowthDetailBinding;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ResponseResult;
-import com.cpm.lorealbaautomation.reports.offtakemodels.SalesGrowthSubAxe;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.databinding.CounterGrowthDetailBinding;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ResponseResult;
+import com.cpm.lorealbaMabeline.reports.offtakemodels.SalesGrowthSubAxe;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
@@ -258,7 +258,7 @@ public class DashbordOffTakeReportActivity extends AppCompatActivity {
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
requestWindowFeature(Window.FEATURE_NO_TITLE);
- com.cpm.lorealbaautomation.databinding.CounterGrowthDetailBinding binding = CounterGrowthDetailBinding.inflate(getLayoutInflater());
+ com.cpm.lorealbaMabeline.databinding.CounterGrowthDetailBinding binding = CounterGrowthDetailBinding.inflate(getLayoutInflater());
setContentView(binding.getRoot());
Objects.requireNonNull(getWindow()).setBackgroundDrawable(new ColorDrawable(Color.TRANSPARENT));
binding.imgClose.setOnClickListener(v -> dismiss());
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/KPITrackerActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/KPITrackerActivity.java
similarity index 92%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/KPITrackerActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/KPITrackerActivity.java
index 2f389be..810665a 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/KPITrackerActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/KPITrackerActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -19,12 +19,12 @@ import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAvgUnitsPerBill;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAvgUnitsPerBill;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/MeSaleReport.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/MeSaleReport.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/MeSaleReport.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/MeSaleReport.java
index d91ea73..fd5e304 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/MeSaleReport.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/MeSaleReport.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AppCompatActivity;
@@ -17,11 +17,11 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportMESale;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportMESale;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/MyLibraryActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/MyLibraryActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/MyLibraryActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/MyLibraryActivity.java
index 8b6a853..b9bfc41 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/MyLibraryActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/MyLibraryActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
import android.annotation.SuppressLint;
import android.content.ActivityNotFoundException;
@@ -24,11 +24,11 @@ import android.webkit.WebViewClient;
import android.widget.LinearLayout;
import android.widget.Toast;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
import im.delight.android.webview.AdvancedWebView;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/PerformanceHistoryActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/PerformanceHistoryActivity.java
similarity index 93%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/PerformanceHistoryActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/PerformanceHistoryActivity.java
index 5173d4f..cf2163b 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/PerformanceHistoryActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/PerformanceHistoryActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
@@ -14,10 +14,10 @@ import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
public class PerformanceHistoryActivity extends AppCompatActivity {
private SharedPreferences preferences;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportAttendanceSummaryActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportAttendanceSummaryActivity.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/ReportAttendanceSummaryActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportAttendanceSummaryActivity.java
index 4feafee..8a89225 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportAttendanceSummaryActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportAttendanceSummaryActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
import android.content.Context;
import android.content.SharedPreferences;
@@ -15,12 +15,12 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAttendanceDetail;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportAttendanceSummary;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAttendanceDetail;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportAttendanceSummary;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportBaAvailability.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportBaAvailability.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/ReportBaAvailability.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportBaAvailability.java
index 8a99e83..0af4332 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportBaAvailability.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportBaAvailability.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -20,11 +20,11 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportBAAvailability;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportBAAvailability;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportConsumerProductWiseActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportConsumerProductWiseActivity.java
similarity index 93%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/ReportConsumerProductWiseActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportConsumerProductWiseActivity.java
index e6f1505..4331113 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportConsumerProductWiseActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportConsumerProductWiseActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -21,12 +21,12 @@ import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportSalesConsumerProductwise;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportSalesConsumerWise;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportSalesConsumerProductwise;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportSalesConsumerWise;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportConsumerWiseActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportConsumerWiseActivity.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/ReportConsumerWiseActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportConsumerWiseActivity.java
index cf3b748..0b6e16f 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportConsumerWiseActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportConsumerWiseActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -25,14 +25,14 @@ import android.view.ViewGroup;
import android.widget.TextView;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BADeviceLoginGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportSalesConsumerWise;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BADeviceLoginGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportSalesConsumerWise;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportDayWiseActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportDayWiseActivity.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/ReportDayWiseActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportDayWiseActivity.java
index 38ff443..41de910 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportDayWiseActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportDayWiseActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
@@ -25,18 +25,18 @@ import android.widget.LinearLayout;
import android.widget.TextView;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BADeviceLoginGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportSalesDateWise;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ReportSalesL3MValue;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ResponseResult;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BADeviceLoginGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportSalesDateWise;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ReportSalesL3MValue;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ResponseResult;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportsActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportsActivity.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/ReportsActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportsActivity.java
index 0d4bb45..2ca383f 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportsActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportsActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -22,16 +22,16 @@ import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportTop10Value;
-import com.cpm.lorealbaautomation.reports.countervaluevolume.CounterValueVolumeDetailActivity;
-import com.cpm.lorealbaautomation.reports.dailyTva.DailyTVAActivity;
-import com.cpm.lorealbaautomation.reports.inwarddetails.CounterInwordDetailActivity;
-import com.cpm.lorealbaautomation.reports.testerdetails.TesterUsageReportActivity;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportTop10Value;
+import com.cpm.lorealbaMabeline.reports.countervaluevolume.CounterValueVolumeDetailActivity;
+import com.cpm.lorealbaMabeline.reports.dailyTva.DailyTVAActivity;
+import com.cpm.lorealbaMabeline.reports.inwarddetails.CounterInwordDetailActivity;
+import com.cpm.lorealbaMabeline.reports.testerdetails.TesterUsageReportActivity;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportsInwordStock.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportsInwordStock.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/ReportsInwordStock.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportsInwordStock.java
index 5c137ce..556b440 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportsInwordStock.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportsInwordStock.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
@@ -24,15 +24,15 @@ import android.view.ViewGroup;
import android.widget.TextView;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBAProfileGetterSetter;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportInwardStockSummary;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBAProfileGetterSetter;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportInwardStockSummary;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportsTop10Value.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportsTop10Value.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/ReportsTop10Value.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportsTop10Value.java
index b8002c0..ba2b09b 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/ReportsTop10Value.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/ReportsTop10Value.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
@@ -25,15 +25,15 @@ import android.view.ViewGroup;
import android.widget.TextView;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfileQuestionGetterSetter;
-import com.cpm.lorealbaautomation.reportGetterSetter.ReportTop10Value;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfileQuestionGetterSetter;
+import com.cpm.lorealbaMabeline.reportGetterSetter.ReportTop10Value;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/SalesReportsActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/SalesReportsActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/SalesReportsActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/SalesReportsActivity.java
index a1772ce..76f7625 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/SalesReportsActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/SalesReportsActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
@@ -23,14 +23,14 @@ import android.view.ViewGroup;
import android.widget.TextView;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfileQuestionGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfileQuestionGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/TargetAchievementActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/TargetAchievementActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/TargetAchievementActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/TargetAchievementActivity.java
index 4065b7b..bd989b8 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/TargetAchievementActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/TargetAchievementActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.capitalizeFirstLetter;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.capitalizeFirstLetter;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -34,16 +34,16 @@ import com.github.mikephil.charting.data.CombinedData;
import com.github.mikephil.charting.data.LineData;
import com.github.mikephil.charting.data.LineDataSet;
import com.github.mikephil.charting.formatter.IndexAxisValueFormatter;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.AppDashboardTVADrillDown;
-import com.cpm.lorealbaautomation.reportGetterSetter.AppDashboardIncentive;
-import com.cpm.lorealbaautomation.utils.BarChartCustomRenderer;
-import com.cpm.lorealbaautomation.utils.RoundedBarChart;
-import com.cpm.lorealbaautomation.utils.VerticalValueFormatter;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.AppDashboardTVADrillDown;
+import com.cpm.lorealbaMabeline.reportGetterSetter.AppDashboardIncentive;
+import com.cpm.lorealbaMabeline.utils.BarChartCustomRenderer;
+import com.cpm.lorealbaMabeline.utils.RoundedBarChart;
+import com.cpm.lorealbaMabeline.utils.VerticalValueFormatter;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/TesterReportActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/TesterReportActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/TesterReportActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/TesterReportActivity.java
index 60edc40..8774638 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/TesterReportActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/TesterReportActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports;
+package com.cpm.lorealbaMabeline.reports;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -23,12 +23,12 @@ import android.view.ViewGroup;
import android.widget.LinearLayout;
import android.widget.TextView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TStockSummary;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TStockSummary;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/countervaluevolume/CounterValueVolumeDetailActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/countervaluevolume/CounterValueVolumeDetailActivity.java
similarity index 92%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/countervaluevolume/CounterValueVolumeDetailActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/countervaluevolume/CounterValueVolumeDetailActivity.java
index e93a59e..aa75822 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/countervaluevolume/CounterValueVolumeDetailActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/countervaluevolume/CounterValueVolumeDetailActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports.countervaluevolume;
+package com.cpm.lorealbaMabeline.reports.countervaluevolume;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
@@ -20,17 +20,17 @@ import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.adapter.VolumeDetailAdapter;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.databinding.DetailTesterUsageBinding;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ResponseResult;
-import com.cpm.lorealbaautomation.gsonGetterSetter.countervolune.ReportCounterVolume;
-import com.cpm.lorealbaautomation.gsonGetterSetter.countervolune.ReportCounterVolumeDetail;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.adapter.VolumeDetailAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.databinding.DetailTesterUsageBinding;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ResponseResult;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.countervolune.ReportCounterVolume;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.countervolune.ReportCounterVolumeDetail;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/dailyTva/DailyTVA.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/dailyTva/DailyTVA.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/dailyTva/DailyTVA.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/dailyTva/DailyTVA.java
index af90263..dff1199 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/dailyTva/DailyTVA.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/dailyTva/DailyTVA.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports.dailyTva;
+package com.cpm.lorealbaMabeline.reports.dailyTva;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/dailyTva/DailyTVAActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/dailyTva/DailyTVAActivity.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/dailyTva/DailyTVAActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/dailyTva/DailyTVAActivity.java
index b4bad84..cbe1053 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/dailyTva/DailyTVAActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/dailyTva/DailyTVAActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports.dailyTva;
+package com.cpm.lorealbaMabeline.reports.dailyTva;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.content.Context;
@@ -19,11 +19,11 @@ import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
import java.util.ArrayList;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/inwarddetails/CounterInwordDetailActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/inwarddetails/CounterInwordDetailActivity.java
similarity index 93%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/inwarddetails/CounterInwordDetailActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/inwarddetails/CounterInwordDetailActivity.java
index c5b19ba..c4e58e6 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/inwarddetails/CounterInwordDetailActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/inwarddetails/CounterInwordDetailActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports.inwarddetails;
+package com.cpm.lorealbaMabeline.reports.inwarddetails;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.app.ProgressDialog;
@@ -20,16 +20,16 @@ import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.InwardStkDetailAdapter;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ResponseResult;
-import com.cpm.lorealbaautomation.gsonGetterSetter.inwordDetail.ReportCounterInwardStock;
-import com.cpm.lorealbaautomation.gsonGetterSetter.inwordDetail.ReportCounterInwardStockDetail;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.InwardStkDetailAdapter;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ResponseResult;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.inwordDetail.ReportCounterInwardStock;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.inwordDetail.ReportCounterInwardStockDetail;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/L3MOffTakeCounter.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/L3MOffTakeCounter.java
similarity index 92%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/L3MOffTakeCounter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/L3MOffTakeCounter.java
index 4ae1496..cf94ea0 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/L3MOffTakeCounter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/L3MOffTakeCounter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports.offtakemodels;
+package com.cpm.lorealbaMabeline.reports.offtakemodels;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/L3MOffTakeNuance.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/L3MOffTakeNuance.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/L3MOffTakeNuance.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/L3MOffTakeNuance.java
index 1866d4e..0c2afa9 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/L3MOffTakeNuance.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/L3MOffTakeNuance.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports.offtakemodels;
+package com.cpm.lorealbaMabeline.reports.offtakemodels;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/L3MOffTakeSubAxe.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/L3MOffTakeSubAxe.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/L3MOffTakeSubAxe.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/L3MOffTakeSubAxe.java
index 588c1aa..d6fedd3 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/L3MOffTakeSubAxe.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/L3MOffTakeSubAxe.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports.offtakemodels;
+package com.cpm.lorealbaMabeline.reports.offtakemodels;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/OffTakeData.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/OffTakeData.java
similarity index 85%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/OffTakeData.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/OffTakeData.java
index 1a23219..7abbe07 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/OffTakeData.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/OffTakeData.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports.offtakemodels;
+package com.cpm.lorealbaMabeline.reports.offtakemodels;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/OffTakeDataItem.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/OffTakeDataItem.java
similarity index 89%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/OffTakeDataItem.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/OffTakeDataItem.java
index 378eeb8..3157ae9 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/OffTakeDataItem.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/OffTakeDataItem.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports.offtakemodels;
+package com.cpm.lorealbaMabeline.reports.offtakemodels;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/SalesGrowthCounter.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/SalesGrowthCounter.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/SalesGrowthCounter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/SalesGrowthCounter.java
index 46acafd..e74a50a 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/SalesGrowthCounter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/SalesGrowthCounter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports.offtakemodels;
+package com.cpm.lorealbaMabeline.reports.offtakemodels;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/SalesGrowthSubAxe.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/SalesGrowthSubAxe.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/SalesGrowthSubAxe.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/SalesGrowthSubAxe.java
index 8db4b94..aca1892 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/offtakemodels/SalesGrowthSubAxe.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/offtakemodels/SalesGrowthSubAxe.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports.offtakemodels;
+package com.cpm.lorealbaMabeline.reports.offtakemodels;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/testerdetails/ReportTesterCounterDetail.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/testerdetails/ReportTesterCounterDetail.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/testerdetails/ReportTesterCounterDetail.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/testerdetails/ReportTesterCounterDetail.java
index bac22b7..e050cae 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/testerdetails/ReportTesterCounterDetail.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/testerdetails/ReportTesterCounterDetail.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.reports.testerdetails;
+package com.cpm.lorealbaMabeline.reports.testerdetails;
import com.google.gson.annotations.SerializedName;
public class ReportTesterCounterDetail {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/reports/testerdetails/TesterUsageReportActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/reports/testerdetails/TesterUsageReportActivity.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/reports/testerdetails/TesterUsageReportActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/reports/testerdetails/TesterUsageReportActivity.java
index f8bd236..6f89084 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/reports/testerdetails/TesterUsageReportActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/reports/testerdetails/TesterUsageReportActivity.java
@@ -1,6 +1,6 @@
-package com.cpm.lorealbaautomation.reports.testerdetails;
+package com.cpm.lorealbaMabeline.reports.testerdetails;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.getFilters;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.getFilters;
import android.annotation.SuppressLint;
import android.app.Dialog;
@@ -27,15 +27,15 @@ import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.adapter.SubAxeValueAdapter;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.databinding.CounterGrowthDetailBinding;
-import com.cpm.lorealbaautomation.databinding.DetailTesterUsageBinding;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ResponseResult;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.adapter.SubAxeValueAdapter;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.databinding.CounterGrowthDetailBinding;
+import com.cpm.lorealbaMabeline.databinding.DetailTesterUsageBinding;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ResponseResult;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/DownloadAllDatawithRetro.java b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/DownloadAllDatawithRetro.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/retrofit/DownloadAllDatawithRetro.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/retrofit/DownloadAllDatawithRetro.java
index ee0258a..63787e7 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/DownloadAllDatawithRetro.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/DownloadAllDatawithRetro.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.retrofit;
+package com.cpm.lorealbaMabeline.retrofit;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -13,29 +13,29 @@ import androidx.annotation.NonNull;
import com.google.firebase.crashlytics.FirebaseCrashlytics;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.ReferenceVariablesForDownloadActivity;
-import com.cpm.lorealbaautomation.gsonGetterSetter.BaListGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JCPGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBAProfileGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterInvoiceTypeGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonStockReasonGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterNonVisibilityGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfileGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfileQuestionGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPromoOffer;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ResponseResult;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ServerTimeGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TCounterInvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TStockSummaryGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TableStructure;
-import com.cpm.lorealbaautomation.gsonGetterSetter.TableStructureGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.testerreports.TesterCounter;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.ReferenceVariablesForDownloadActivity;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.BaListGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JCPGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBAProfileGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterInvoiceTypeGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonStockReasonGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterNonVisibilityGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfileGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfileQuestionGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPromoOffer;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ResponseResult;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ServerTimeGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TCounterInvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TStockSummaryGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TableStructure;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.TableStructureGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.testerreports.TesterCounter;
import java.io.File;
import java.io.FileOutputStream;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/Filter.java b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/Filter.java
similarity index 70%
rename from app/src/main/java/com/cpm/lorealbaautomation/retrofit/Filter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/retrofit/Filter.java
index 3e74761..19e6b3d 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/Filter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/Filter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.retrofit;
+package com.cpm.lorealbaMabeline.retrofit;
interface Filter {
public boolean isMatched(ProductMaster object, String text);
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/PostApi.java b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/PostApi.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/retrofit/PostApi.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/retrofit/PostApi.java
index eb2f223..01fece3 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/PostApi.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/PostApi.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.retrofit;
+package com.cpm.lorealbaMabeline.retrofit;
import com.google.gson.JsonObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/PostApiForImage.java b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/PostApiForImage.java
similarity index 84%
rename from app/src/main/java/com/cpm/lorealbaautomation/retrofit/PostApiForImage.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/retrofit/PostApiForImage.java
index 2638f19..96f96ae 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/PostApiForImage.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/PostApiForImage.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.retrofit;
+package com.cpm.lorealbaMabeline.retrofit;
import retrofit.http.POST;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/PostApiForUpload.java b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/PostApiForUpload.java
similarity index 86%
rename from app/src/main/java/com/cpm/lorealbaautomation/retrofit/PostApiForUpload.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/retrofit/PostApiForUpload.java
index e92ebb4..0dceacf 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/PostApiForUpload.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/PostApiForUpload.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.retrofit;
+package com.cpm.lorealbaMabeline.retrofit;
import com.squareup.okhttp.RequestBody;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/RetrofitMethod.java b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/RetrofitMethod.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/retrofit/RetrofitMethod.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/retrofit/RetrofitMethod.java
index b55baef..71bca62 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/RetrofitMethod.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/RetrofitMethod.java
@@ -1,13 +1,13 @@
-package com.cpm.lorealbaautomation.retrofit;
+package com.cpm.lorealbaMabeline.retrofit;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonString;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonString;
import java.io.File;
import java.io.IOException;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/StringConverterFactory.java b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/StringConverterFactory.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/retrofit/StringConverterFactory.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/retrofit/StringConverterFactory.java
index d16f2fa..fbbda68 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/StringConverterFactory.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/StringConverterFactory.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.retrofit;
+package com.cpm.lorealbaMabeline.retrofit;
import com.squareup.okhttp.MediaType;
import com.squareup.okhttp.RequestBody;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/UploadDataWithRetrofit.java b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/UploadDataWithRetrofit.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/retrofit/UploadDataWithRetrofit.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/retrofit/UploadDataWithRetrofit.java
index 8032f6d..4922f77 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/retrofit/UploadDataWithRetrofit.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/retrofit/UploadDataWithRetrofit.java
@@ -1,11 +1,11 @@
-package com.cpm.lorealbaautomation.retrofit;
+package com.cpm.lorealbaMabeline.retrofit;
import android.content.Context;
import androidx.annotation.NonNull;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.gettersetter.ReferenceVariablesForDownloadActivity;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.gettersetter.ReferenceVariablesForDownloadActivity;
import java.io.IOException;
import java.net.SocketTimeoutException;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/service/BackgroundNotificationService.java b/app/src/main/java/com/cpm/lorealbaMabeline/service/BackgroundNotificationService.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/service/BackgroundNotificationService.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/service/BackgroundNotificationService.java
index 511678a..ced4f2f 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/service/BackgroundNotificationService.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/service/BackgroundNotificationService.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.service;
+package com.cpm.lorealbaMabeline.service;
import android.app.IntentService;
import android.app.NotificationChannel;
@@ -11,7 +11,7 @@ import android.os.Environment;
import androidx.core.app.NotificationCompat;
import androidx.localbroadcastmanager.content.LocalBroadcastManager;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/service/MyFirebaseMessagingService.java b/app/src/main/java/com/cpm/lorealbaMabeline/service/MyFirebaseMessagingService.java
similarity index 91%
rename from app/src/main/java/com/cpm/lorealbaautomation/service/MyFirebaseMessagingService.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/service/MyFirebaseMessagingService.java
index d9bc50a..3ea8eab 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/service/MyFirebaseMessagingService.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/service/MyFirebaseMessagingService.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.service;
+package com.cpm.lorealbaMabeline.service;
import android.app.Notification;
import android.app.NotificationManager;
@@ -16,13 +16,13 @@ import androidx.localbroadcastmanager.content.LocalBroadcastManager;
import com.google.firebase.messaging.FirebaseMessagingService;
import com.google.firebase.messaging.RemoteMessage;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.dailyactivity.NotificationDetailActivity;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.notification.NotificationUtils;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.dailyactivity.NotificationDetailActivity;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.notification.NotificationUtils;
import static android.app.Notification.DEFAULT_VIBRATE;
public class MyFirebaseMessagingService extends FirebaseMessagingService {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/Common.java b/app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/Common.java
similarity index 92%
rename from app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/Common.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/Common.java
index f10a26d..0dfd207 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/Common.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/Common.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.tbaleavemodel;
+package com.cpm.lorealbaMabeline.tbaleavemodel;
import com.google.gson.annotations.SerializedName;
import java.util.List;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/LeaveRequest.java b/app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/LeaveRequest.java
similarity index 84%
rename from app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/LeaveRequest.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/LeaveRequest.java
index d6a2062..73b2dde 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/LeaveRequest.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/LeaveRequest.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.tbaleavemodel;
+package com.cpm.lorealbaMabeline.tbaleavemodel;
import com.google.gson.annotations.SerializedName;
public class LeaveRequest {
@SerializedName("Result")
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/TBAMELeaveHistory.java b/app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/TBAMELeaveHistory.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/TBAMELeaveHistory.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/TBAMELeaveHistory.java
index 13d8b9f..91f00ad 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/TBAMELeaveHistory.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/TBAMELeaveHistory.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.tbaleavemodel;
+package com.cpm.lorealbaMabeline.tbaleavemodel;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/TBAMESearch.java b/app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/TBAMESearch.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/TBAMESearch.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/TBAMESearch.java
index 557011a..439cd9c 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/tbaleavemodel/TBAMESearch.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/tbaleavemodel/TBAMESearch.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.tbaleavemodel;
+package com.cpm.lorealbaMabeline.tbaleavemodel;
import com.google.gson.annotations.SerializedName;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/timer/GifImageView.java b/app/src/main/java/com/cpm/lorealbaMabeline/timer/GifImageView.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/timer/GifImageView.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/timer/GifImageView.java
index 9d4c331..29e255e 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/timer/GifImageView.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/timer/GifImageView.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.timer;
+package com.cpm.lorealbaMabeline.timer;
/**
* Created by jeevan on 02/02/2020.
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/timer/TimerActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/timer/TimerActivity.java
similarity index 94%
rename from app/src/main/java/com/cpm/lorealbaautomation/timer/TimerActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/timer/TimerActivity.java
index 375525d..a47ad4e 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/timer/TimerActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/timer/TimerActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.timer;
+package com.cpm.lorealbaMabeline.timer;
import android.app.Activity;
import android.content.Context;
@@ -16,15 +16,15 @@ import androidx.appcompat.widget.Toolbar;
import android.widget.Toast;
import com.google.gson.Gson;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.DealarBoardActivity;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JCPGetterSetter;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.DealarBoardActivity;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JCPGetterSetter;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONException;
import org.json.JSONObject;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/upload/CommonUpload.java b/app/src/main/java/com/cpm/lorealbaMabeline/upload/CommonUpload.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/upload/CommonUpload.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/upload/CommonUpload.java
index 8c7c82c..23a82ad 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/upload/CommonUpload.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/upload/CommonUpload.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.upload;
+package com.cpm.lorealbaMabeline.upload;
import android.app.Activity;
import android.app.ProgressDialog;
@@ -10,20 +10,20 @@ import android.os.Environment;
import androidx.annotation.NonNull;
import com.google.gson.JsonObject;
-import com.cpm.lorealbaautomation.BuildConfig;
-import com.cpm.lorealbaautomation.CounterLoginActivity;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.gettersetter.AuditDataGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.GroomingGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MEMEAuditQuestion;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfile;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterRetailExcellence;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.BuildConfig;
+import com.cpm.lorealbaMabeline.CounterLoginActivity;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.gettersetter.AuditDataGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.GroomingGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MEMEAuditQuestion;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfile;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterRetailExcellence;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
import org.json.JSONArray;
import org.json.JSONException;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/upload/ManualUploadActivity.java b/app/src/main/java/com/cpm/lorealbaMabeline/upload/ManualUploadActivity.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/upload/ManualUploadActivity.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/upload/ManualUploadActivity.java
index 34bf49b..ae94c03 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/upload/ManualUploadActivity.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/upload/ManualUploadActivity.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.upload;
+package com.cpm.lorealbaMabeline.upload;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -26,29 +26,29 @@ import android.widget.TextView;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
import com.google.gson.JsonSyntaxException;
-import com.cpm.lorealbaautomation.BuildConfig;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.UserLoginActivity;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gettersetter.AuditDataGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.GroomingGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MEMEAuditQuestion;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBreak;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterCompetitonBrandWiseNuance;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPosm;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterProfile;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterRetailExcellence;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.gsonGetterSetter.T_LeaveRequest;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
-import com.cpm.lorealbaautomation.retrofit.PostApiForUpload;
-import com.cpm.lorealbaautomation.retrofit.StringConverterFactory;
+import com.cpm.lorealbaMabeline.BuildConfig;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.UserLoginActivity;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gettersetter.AuditDataGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.GroomingGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MEMEAuditQuestion;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBreak;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterCompetitonBrandWiseNuance;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPosm;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterProfile;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterRetailExcellence;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.T_LeaveRequest;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.retrofit.PostApiForUpload;
+import com.cpm.lorealbaMabeline.retrofit.StringConverterFactory;
import com.squareup.okhttp.MultipartBuilder;
import org.json.JSONArray;
@@ -76,10 +76,10 @@ import retrofit2.Response;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.saveBitmapToFile;
-import static com.cpm.lorealbaautomation.dailyactivity.ServiceActivity.uploadBackup;
-import static com.cpm.lorealbaautomation.download.Downloader.convertTym;
-import static com.cpm.lorealbaautomation.download.Downloader.getFileNames;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.saveBitmapToFile;
+import static com.cpm.lorealbaMabeline.dailyactivity.ServiceActivity.uploadBackup;
+import static com.cpm.lorealbaMabeline.download.Downloader.convertTym;
+import static com.cpm.lorealbaMabeline.download.Downloader.getFileNames;
public class ManualUploadActivity extends AppCompatActivity implements View.OnClickListener {
ArrayList baProfile_ImageList = new ArrayList<>();
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/upload/UploadKeyData.java b/app/src/main/java/com/cpm/lorealbaMabeline/upload/UploadKeyData.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/upload/UploadKeyData.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/upload/UploadKeyData.java
index ec78ec0..442d7cc 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/upload/UploadKeyData.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/upload/UploadKeyData.java
@@ -1,8 +1,8 @@
-package com.cpm.lorealbaautomation.upload;
+package com.cpm.lorealbaMabeline.upload;
-import static com.cpm.lorealbaautomation.constant.CommonFunctions.saveBitmapToFile;
-import static com.cpm.lorealbaautomation.download.Downloader.convertTym;
-import static com.cpm.lorealbaautomation.download.Downloader.getFileNames;
+import static com.cpm.lorealbaMabeline.constant.CommonFunctions.saveBitmapToFile;
+import static com.cpm.lorealbaMabeline.download.Downloader.convertTym;
+import static com.cpm.lorealbaMabeline.download.Downloader.getFileNames;
import android.annotation.SuppressLint;
import android.app.Activity;
@@ -22,22 +22,22 @@ import androidx.appcompat.widget.Toolbar;
import com.google.gson.Gson;
import com.google.gson.JsonObject;
-import com.cpm.lorealbaautomation.Database.Lorealba_Database;
-import com.cpm.lorealbaautomation.R;
-import com.cpm.lorealbaautomation.constant.AlertandMessages;
-import com.cpm.lorealbaautomation.constant.CommonFunctions;
-import com.cpm.lorealbaautomation.constant.CommonString;
-import com.cpm.lorealbaautomation.delegates.PrefHelper;
-import com.cpm.lorealbaautomation.gsonGetterSetter.InvoiceGetterSetter;
-import com.cpm.lorealbaautomation.gsonGetterSetter.JourneyPlan;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterBreak;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterCompetitonBrandWiseNuance;
-import com.cpm.lorealbaautomation.gsonGetterSetter.MasterPosm;
-import com.cpm.lorealbaautomation.gsonGetterSetter.ProductMaster;
-import com.cpm.lorealbaautomation.gsonGetterSetter.T_LeaveRequest;
-import com.cpm.lorealbaautomation.retrofit.PostApi;
-import com.cpm.lorealbaautomation.retrofit.PostApiForUpload;
-import com.cpm.lorealbaautomation.retrofit.StringConverterFactory;
+import com.cpm.lorealbaMabeline.Database.Lorealba_Database;
+import com.cpm.lorealbaMabeline.R;
+import com.cpm.lorealbaMabeline.constant.AlertandMessages;
+import com.cpm.lorealbaMabeline.constant.CommonFunctions;
+import com.cpm.lorealbaMabeline.constant.CommonString;
+import com.cpm.lorealbaMabeline.delegates.PrefHelper;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.InvoiceGetterSetter;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.JourneyPlan;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterBreak;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterCompetitonBrandWiseNuance;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.MasterPosm;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.ProductMaster;
+import com.cpm.lorealbaMabeline.gsonGetterSetter.T_LeaveRequest;
+import com.cpm.lorealbaMabeline.retrofit.PostApi;
+import com.cpm.lorealbaMabeline.retrofit.PostApiForUpload;
+import com.cpm.lorealbaMabeline.retrofit.StringConverterFactory;
import com.squareup.okhttp.MultipartBuilder;
import org.json.JSONArray;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/ActionEditText.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/ActionEditText.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/ActionEditText.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/ActionEditText.java
index d7d9c22..d663ad3 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/ActionEditText.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/ActionEditText.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.content.Context;
import android.util.AttributeSet;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/AppUtils.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/AppUtils.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/AppUtils.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/AppUtils.java
index 3f988f4..aa842ad 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/AppUtils.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/AppUtils.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.content.Context;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/BarChartCustomRenderer.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/BarChartCustomRenderer.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/BarChartCustomRenderer.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/BarChartCustomRenderer.java
index f356387..4ebcb89 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/BarChartCustomRenderer.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/BarChartCustomRenderer.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.graphics.Canvas;
import android.graphics.Color;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/CustomEditText.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/CustomEditText.java
similarity index 99%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/CustomEditText.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/CustomEditText.java
index 226be70..1a1bb95 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/CustomEditText.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/CustomEditText.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.content.Context;
import android.graphics.Canvas;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/DistanceUtils.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/DistanceUtils.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/DistanceUtils.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/DistanceUtils.java
index 3f6cf30..908ce10 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/DistanceUtils.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/DistanceUtils.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.location.Location;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/DrawableClickListener.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/DrawableClickListener.java
similarity index 79%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/DrawableClickListener.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/DrawableClickListener.java
index a9027ee..8de8070 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/DrawableClickListener.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/DrawableClickListener.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
public interface DrawableClickListener {
public static enum DrawablePosition { TOP, BOTTOM, LEFT, RIGHT };
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/EmulatorCheck.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/EmulatorCheck.java
similarity index 96%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/EmulatorCheck.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/EmulatorCheck.java
index fb2f40d..158f9e1 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/EmulatorCheck.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/EmulatorCheck.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
public class EmulatorCheck {
public static boolean isProbablyEmulator() {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/GradientBarChartRenderer.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/GradientBarChartRenderer.java
similarity index 97%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/GradientBarChartRenderer.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/GradientBarChartRenderer.java
index ab45b79..c30c53f 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/GradientBarChartRenderer.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/GradientBarChartRenderer.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.graphics.Canvas;
import android.graphics.drawable.Drawable;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/NonScrollExpandableListView.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/NonScrollExpandableListView.java
similarity index 95%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/NonScrollExpandableListView.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/NonScrollExpandableListView.java
index ab48093..6423eb6 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/NonScrollExpandableListView.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/NonScrollExpandableListView.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.content.Context;
import android.util.AttributeSet;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/RoundLinerLayoutNormal.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/RoundLinerLayoutNormal.java
similarity index 91%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/RoundLinerLayoutNormal.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/RoundLinerLayoutNormal.java
index 6645938..24014f4 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/RoundLinerLayoutNormal.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/RoundLinerLayoutNormal.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.content.Context;
import android.util.AttributeSet;
@@ -7,7 +7,7 @@ import android.widget.LinearLayout;
import androidx.annotation.Nullable;
-import com.cpm.lorealbaautomation.R;
+import com.cpm.lorealbaMabeline.R;
public class RoundLinerLayoutNormal extends LinearLayout {
public RoundLinerLayoutNormal(Context context) {
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/RoundedBarChart.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/RoundedBarChart.java
similarity index 99%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/RoundedBarChart.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/RoundedBarChart.java
index 7f6024b..6bd82db 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/RoundedBarChart.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/RoundedBarChart.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.content.Context;
import android.graphics.Canvas;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/Spinner.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/Spinner.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/Spinner.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/Spinner.java
index 2dbae18..d02dfa8 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/Spinner.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/Spinner.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import android.content.Context;
import android.util.AttributeSet;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/VerticalValueFormatter.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/VerticalValueFormatter.java
similarity index 92%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/VerticalValueFormatter.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/VerticalValueFormatter.java
index a9e4349..566c20f 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/VerticalValueFormatter.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/VerticalValueFormatter.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import com.github.mikephil.charting.data.BarEntry;
import com.github.mikephil.charting.formatter.ValueFormatter;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/utils/ViewUtils.java b/app/src/main/java/com/cpm/lorealbaMabeline/utils/ViewUtils.java
similarity index 98%
rename from app/src/main/java/com/cpm/lorealbaautomation/utils/ViewUtils.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/utils/ViewUtils.java
index 5987d12..59c543b 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/utils/ViewUtils.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/utils/ViewUtils.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.utils;
+package com.cpm.lorealbaMabeline.utils;
import static android.view.View.LAYER_TYPE_SOFTWARE;
diff --git a/app/src/main/java/com/cpm/lorealbaautomation/viewModel/MyCountViewModel.java b/app/src/main/java/com/cpm/lorealbaMabeline/viewModel/MyCountViewModel.java
similarity index 88%
rename from app/src/main/java/com/cpm/lorealbaautomation/viewModel/MyCountViewModel.java
rename to app/src/main/java/com/cpm/lorealbaMabeline/viewModel/MyCountViewModel.java
index f875c70..04e49a2 100644
--- a/app/src/main/java/com/cpm/lorealbaautomation/viewModel/MyCountViewModel.java
+++ b/app/src/main/java/com/cpm/lorealbaMabeline/viewModel/MyCountViewModel.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation.viewModel;
+package com.cpm.lorealbaMabeline.viewModel;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
diff --git a/app/src/main/res/layout-sw600dp/activity_baprofile.xml b/app/src/main/res/layout-sw600dp/activity_baprofile.xml
index cdca012..1c4599c 100644
--- a/app/src/main/res/layout-sw600dp/activity_baprofile.xml
+++ b/app/src/main/res/layout-sw600dp/activity_baprofile.xml
@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:context="com.cpm.lorealbaautomation.dailyactivity.BAProfileActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.BAProfileActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.CounterProfileActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.InWardStockActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.ManualInWardStockActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.VisibilityElimentsActivity">
-
-
-
-
-
@@ -139,7 +139,7 @@
@@ -160,7 +160,7 @@
@@ -183,7 +183,7 @@
@@ -206,7 +206,7 @@
diff --git a/app/src/main/res/layout-sw600dp/content_mpin.xml b/app/src/main/res/layout-sw600dp/content_mpin.xml
index 24ae842..f23e914 100644
--- a/app/src/main/res/layout-sw600dp/content_mpin.xml
+++ b/app/src/main/res/layout-sw600dp/content_mpin.xml
@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
- tools:context="com.cpm.lorealbaautomation.password.MPinActivity"
+ tools:context="com.cpm.lorealbaMabeline.password.MPinActivity"
tools:showIn="@layout/activity_mpin">
-
-
-
-
-
-
diff --git a/app/src/main/res/layout-sw600dp/fragment_item_list2.xml b/app/src/main/res/layout-sw600dp/fragment_item_list2.xml
index 2f8852c..29f0dcc 100644
--- a/app/src/main/res/layout-sw600dp/fragment_item_list2.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_item_list2.xml
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
- android:name="com.cpm.lorealbaautomation.fragements.CounterMenuFragment"
+ android:name="com.cpm.lorealbaMabeline.fragements.CounterMenuFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
diff --git a/app/src/main/res/layout-sw600dp/fragment_item_list3.xml b/app/src/main/res/layout-sw600dp/fragment_item_list3.xml
index a206fa8..6ebab49 100644
--- a/app/src/main/res/layout-sw600dp/fragment_item_list3.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_item_list3.xml
@@ -2,7 +2,7 @@
@@ -28,7 +28,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
- android:name="com.cpm.lorealbaautomation.fragements.OffersFragment"
+ android:name="com.cpm.lorealbaMabeline.fragements.OffersFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layoutManager="LinearLayoutManager"
diff --git a/app/src/main/res/layout-sw600dp/fragment_item_list4.xml b/app/src/main/res/layout-sw600dp/fragment_item_list4.xml
index 76c2a16..0c4437e 100644
--- a/app/src/main/res/layout-sw600dp/fragment_item_list4.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_item_list4.xml
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
- android:name="com.cpm.lorealbaautomation.fragements.BAdvisorMenuFragment"
+ android:name="com.cpm.lorealbaMabeline.fragements.BAdvisorMenuFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layoutManager="LinearLayoutManager"
diff --git a/app/src/main/res/layout-sw600dp/fragment_monthly_offer.xml b/app/src/main/res/layout-sw600dp/fragment_monthly_offer.xml
index 7e73f94..d9878d4 100644
--- a/app/src/main/res/layout-sw600dp/fragment_monthly_offer.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_monthly_offer.xml
@@ -1,7 +1,7 @@
diff --git a/app/src/main/res/layout-sw600dp/quiz_list_item.xml b/app/src/main/res/layout-sw600dp/quiz_list_item.xml
index f3cd1a6..2c255f9 100644
--- a/app/src/main/res/layout-sw600dp/quiz_list_item.xml
+++ b/app/src/main/res/layout-sw600dp/quiz_list_item.xml
@@ -95,7 +95,7 @@
android:visibility="gone" >
-
-
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.BAProfileActivity">
+ tools:context="com.cpm.lorealbaMabeline.password.ChangePasswordActivity">
+ tools:context="com.cpm.lorealbaMabeline.consumeractivity.ConsumerReturnsHistoryActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.CounterProfileActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.GWPActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.InWardStockActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.ManualInWardStockActivity">
+ tools:context="com.cpm.lorealbaMabeline.password.MPinActivity">
diff --git a/app/src/main/res/layout/activity_store_image.xml b/app/src/main/res/layout/activity_store_image.xml
index 16979ad..8264762 100644
--- a/app/src/main/res/layout/activity_store_image.xml
+++ b/app/src/main/res/layout/activity_store_image.xml
@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:context="com.cpm.lorealbaautomation.dailyactivity.StoreImageActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.StoreImageActivity">
+ tools:context="com.cpm.lorealbaMabeline.printer.TscWifiPrinterActivty">
diff --git a/app/src/main/res/layout/activity_visibility_eliments.xml b/app/src/main/res/layout/activity_visibility_eliments.xml
index da77886..fef4b52 100644
--- a/app/src/main/res/layout/activity_visibility_eliments.xml
+++ b/app/src/main/res/layout/activity_visibility_eliments.xml
@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:context="com.cpm.lorealbaautomation.dailyactivity.VisibilityElimentsActivity">
+ tools:context="com.cpm.lorealbaMabeline.dailyactivity.VisibilityElimentsActivity">
-
-
-
-
-
diff --git a/app/src/main/res/layout/content_mainmenu.xml b/app/src/main/res/layout/content_mainmenu.xml
index f9a13c5..f1eabfd 100644
--- a/app/src/main/res/layout/content_mainmenu.xml
+++ b/app/src/main/res/layout/content_mainmenu.xml
@@ -106,7 +106,7 @@
@@ -142,7 +142,7 @@
@@ -192,7 +192,7 @@
@@ -216,7 +216,7 @@
android:textStyle="bold" />
diff --git a/app/src/main/res/layout/content_mpin.xml b/app/src/main/res/layout/content_mpin.xml
index 24ae842..f23e914 100644
--- a/app/src/main/res/layout/content_mpin.xml
+++ b/app/src/main/res/layout/content_mpin.xml
@@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
- tools:context="com.cpm.lorealbaautomation.password.MPinActivity"
+ tools:context="com.cpm.lorealbaMabeline.password.MPinActivity"
tools:showIn="@layout/activity_mpin">
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_item_list2.xml b/app/src/main/res/layout/fragment_item_list2.xml
index 2f8852c..29f0dcc 100644
--- a/app/src/main/res/layout/fragment_item_list2.xml
+++ b/app/src/main/res/layout/fragment_item_list2.xml
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
- android:name="com.cpm.lorealbaautomation.fragements.CounterMenuFragment"
+ android:name="com.cpm.lorealbaMabeline.fragements.CounterMenuFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@android:color/transparent"
diff --git a/app/src/main/res/layout/fragment_item_list3.xml b/app/src/main/res/layout/fragment_item_list3.xml
index a206fa8..6ebab49 100644
--- a/app/src/main/res/layout/fragment_item_list3.xml
+++ b/app/src/main/res/layout/fragment_item_list3.xml
@@ -2,7 +2,7 @@
@@ -28,7 +28,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
- android:name="com.cpm.lorealbaautomation.fragements.OffersFragment"
+ android:name="com.cpm.lorealbaMabeline.fragements.OffersFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layoutManager="LinearLayoutManager"
diff --git a/app/src/main/res/layout/fragment_item_list4.xml b/app/src/main/res/layout/fragment_item_list4.xml
index 76c2a16..0c4437e 100644
--- a/app/src/main/res/layout/fragment_item_list4.xml
+++ b/app/src/main/res/layout/fragment_item_list4.xml
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
- android:name="com.cpm.lorealbaautomation.fragements.BAdvisorMenuFragment"
+ android:name="com.cpm.lorealbaMabeline.fragements.BAdvisorMenuFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layoutManager="LinearLayoutManager"
diff --git a/app/src/main/res/layout/fragment_item_me.xml b/app/src/main/res/layout/fragment_item_me.xml
index 3cb7616..bcc3334 100644
--- a/app/src/main/res/layout/fragment_item_me.xml
+++ b/app/src/main/res/layout/fragment_item_me.xml
@@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/recycle"
- android:name="com.cpm.lorealbaautomation.fragements.MakeupExpertMenuFragment"
+ android:name="com.cpm.lorealbaMabeline.fragements.MakeupExpertMenuFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:layoutManager="LinearLayoutManager"
diff --git a/app/src/main/res/layout/fragment_monthly_offer.xml b/app/src/main/res/layout/fragment_monthly_offer.xml
index 6de53e3..05fad3f 100644
--- a/app/src/main/res/layout/fragment_monthly_offer.xml
+++ b/app/src/main/res/layout/fragment_monthly_offer.xml
@@ -1,7 +1,7 @@
diff --git a/app/src/main/res/layout/number_lock_view.xml b/app/src/main/res/layout/number_lock_view.xml
index eff316f..b2bc43a 100644
--- a/app/src/main/res/layout/number_lock_view.xml
+++ b/app/src/main/res/layout/number_lock_view.xml
@@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:background="@color/bright_red">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- #BC080C
- #8E0306
+ #dd8385
+ #d66a6d
#888
#FFFFFF
#BC080C
#c8c3c3
#000000
+ #D1D0CE
+ #e21c22
#fd6c9e
#297794
#EEEEEE
@@ -26,7 +28,7 @@
#3B7A57
#fe8bd0
#FFA07A
-
+
#d0cece
#e2f0d9
#f9d1d2
@@ -52,9 +54,7 @@
#D02600
#D8D7E2
#DD6B55
- #D1D0CE
- #e21c22
+
#E1E2E2
#E1E2E2
-
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 72a43c4..43e1d56 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1,5 +1,5 @@
- LorealBA Automation
+ LorealBA Maybelene
Database Uploaded Successfully
Error in Database Uploading
Database Not Uploaded
diff --git a/app/src/test/java/com/lorealbaautomation/ExampleUnitTest.java b/app/src/test/java/com/lorealbaautomation/ExampleUnitTest.java
index 8f7f897..208794b 100644
--- a/app/src/test/java/com/lorealbaautomation/ExampleUnitTest.java
+++ b/app/src/test/java/com/lorealbaautomation/ExampleUnitTest.java
@@ -1,4 +1,4 @@
-package com.cpm.lorealbaautomation;
+package com.cpm.lorealbaMabeline;
import org.junit.Test;
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/results.bin b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/results.bin
new file mode 100644
index 0000000..6e09b8c
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/results.bin
@@ -0,0 +1 @@
+o/out
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/AndroidManifest.xml b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/AndroidManifest.xml
new file mode 100644
index 0000000..8d5055c
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/AndroidManifest.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/META-INF/com/android/build/gradle/aar-metadata.properties b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/META-INF/com/android/build/gradle/aar-metadata.properties
new file mode 100644
index 0000000..1211b1e
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/META-INF/com/android/build/gradle/aar-metadata.properties
@@ -0,0 +1,6 @@
+aarFormatVersion=1.0
+aarMetadataVersion=1.0
+minCompileSdk=1
+minCompileSdkExtension=0
+minAndroidGradlePluginVersion=1.0.0
+coreLibraryDesugaringEnabled=false
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/R.txt b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/R.txt
new file mode 100644
index 0000000..064f8f7
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/R.txt
@@ -0,0 +1,45 @@
+int attr hintText 0x0
+int color ColorPrimary 0x0
+int color ColorPrimaryDark 0x0
+int color android_text_color 0x0
+int color app_topbar_color 0x0
+int color background_color 0x0
+int color black 0x0
+int color blue 0x0
+int color cyan 0x0
+int color gray 0x0
+int color lightBlue 0x0
+int color list_background 0x0
+int color list_even 0x0
+int color list_header 0x0
+int color list_odd 0x0
+int color list_selected 0x0
+int color primary 0x0
+int color primary_dark 0x0
+int color primary_pressed 0x0
+int color red 0x0
+int color ripple 0x0
+int color text_color 0x0
+int color white 0x0
+int dimen activity_horizontal_margin 0x0
+int dimen activity_vertical_margin 0x0
+int id alertCheckbox 0x0
+int id alertSearchEditText 0x0
+int id alertSearchListView 0x0
+int id alertTextView 0x0
+int id empty 0x0
+int id listTextViewSpinner 0x0
+int id searchMultiSpinner 0x0
+int id simpleMultiSpinner 0x0
+int layout activity_main 0x0
+int layout alert_dialog_listview_search 0x0
+int layout item_listview_multiple 0x0
+int layout item_listview_single 0x0
+int layout textview_for_spinner 0x0
+int string type_to_search 0x0
+int style DialogWindowTitle 0x0
+int style MaterialSpinner 0x0
+int style myDialog 0x0
+int style myDialogTitle 0x0
+int[] styleable MultiSpinnerSearch { 0x0 }
+int styleable MultiSpinnerSearch_hintText 0
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/jars/classes.jar b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/jars/classes.jar
new file mode 100644
index 0000000..1d2bb5b
Binary files /dev/null and b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/jars/classes.jar differ
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/jars/libs/R.jar b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/jars/libs/R.jar
new file mode 100644
index 0000000..9997c56
Binary files /dev/null and b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/jars/libs/R.jar differ
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/activity_main.xml b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/activity_main.xml
new file mode 100644
index 0000000..d78e6bb
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/activity_main.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/alert_dialog_listview_search.xml b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/alert_dialog_listview_search.xml
new file mode 100644
index 0000000..5bd820e
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/alert_dialog_listview_search.xml
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/item_listview_multiple.xml b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/item_listview_multiple.xml
new file mode 100644
index 0000000..8298262
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/item_listview_multiple.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/item_listview_single.xml b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/item_listview_single.xml
new file mode 100644
index 0000000..a05d532
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/item_listview_single.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/textview_for_spinner.xml b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/textview_for_spinner.xml
new file mode 100644
index 0000000..0cd92c2
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/layout/textview_for_spinner.xml
@@ -0,0 +1,13 @@
+
+
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/values-v21/values-v21.xml b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/values-v21/values-v21.xml
new file mode 100644
index 0000000..8d5c618
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/values-v21/values-v21.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/values/values.xml b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/values/values.xml
new file mode 100644
index 0000000..2e14dcc
--- /dev/null
+++ b/library/build/.transforms/f6b0a876a140844809a4015960e92ce1/transformed/out/res/values/values.xml
@@ -0,0 +1,47 @@
+
+
+ #29CA97
+ #06ACE4
+ #747474
+ #AAAAAA
+ #E1E2E2
+ #000000
+ #1589FF
+ #00FFFF
+ #D1D0CE
+ #ADD8E6
+ #06ACE4
+ #AAAAAA
+ #99979C
+ #E1E2E2
+ #455FB6
+ #3f51b5
+ #303f9f
+ #E1E2E2
+ #FF0000
+ #F06292
+ #686868
+ #FFFFFF
+ 16dp
+ 16dp
+ Type to Search
+
+
+
+
+
\ No newline at end of file
diff --git a/library/build/intermediates/aar_main_jar/release/classes.jar b/library/build/intermediates/aar_main_jar/release/classes.jar
new file mode 100644
index 0000000..1d2bb5b
Binary files /dev/null and b/library/build/intermediates/aar_main_jar/release/classes.jar differ
diff --git a/library/build/intermediates/annotations_typedef_file/release/typedefs.txt b/library/build/intermediates/annotations_typedef_file/release/typedefs.txt
new file mode 100644
index 0000000..e69de29
diff --git a/library/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-8.2.2 b/library/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-8.2.2
new file mode 100644
index 0000000..de0b268
--- /dev/null
+++ b/library/build/intermediates/default_proguard_files/global/proguard-android-optimize.txt-8.2.2
@@ -0,0 +1,117 @@
+# This is a configuration file for ProGuard.
+# http://proguard.sourceforge.net/index.html#manual/usage.html
+#
+# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
+# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
+# will be ignored by new version of the Android plugin for Gradle.
+
+# Optimizations: If you don't want to optimize, use the proguard-android.txt configuration file
+# instead of this one, which turns off the optimization flags.
+# Adding optimization introduces certain risks, since for example not all optimizations performed by
+# ProGuard works on all versions of Dalvik. The following flags turn off various optimizations
+# known to have issues, but the list may not be complete or up to date. (The "arithmetic"
+# optimization can be used if you are only targeting Android 2.0 or later.) Make sure you test
+# thoroughly if you go this route.
+-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
+-optimizationpasses 5
+-allowaccessmodification
+
+-dontusemixedcaseclassnames
+-dontskipnonpubliclibraryclasses
+-verbose
+
+# Preserve some attributes that may be required for reflection.
+-keepattributes AnnotationDefault,
+ EnclosingMethod,
+ InnerClasses,
+ RuntimeVisibleAnnotations,
+ RuntimeVisibleParameterAnnotations,
+ RuntimeVisibleTypeAnnotations,
+ Signature
+
+-keep public class com.google.vending.licensing.ILicensingService
+-keep public class com.android.vending.licensing.ILicensingService
+-keep public class com.google.android.vending.licensing.ILicensingService
+-dontnote com.android.vending.licensing.ILicensingService
+-dontnote com.google.vending.licensing.ILicensingService
+-dontnote com.google.android.vending.licensing.ILicensingService
+
+# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
+-keepclasseswithmembernames,includedescriptorclasses class * {
+ native ;
+}
+
+# Keep setters in Views so that animations can still work.
+-keepclassmembers public class * extends android.view.View {
+ void set*(***);
+ *** get*();
+}
+
+# We want to keep methods in Activity that could be used in the XML attribute onClick.
+-keepclassmembers class * extends android.app.Activity {
+ public void *(android.view.View);
+}
+
+# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
+-keepclassmembers enum * {
+ public static **[] values();
+ public static ** valueOf(java.lang.String);
+}
+
+-keepclassmembers class * implements android.os.Parcelable {
+ public static final ** CREATOR;
+}
+
+# Preserve annotated Javascript interface methods.
+-keepclassmembers class * {
+ @android.webkit.JavascriptInterface ;
+}
+
+# The support libraries contains references to newer platform versions.
+# Don't warn about those in case this app is linking against an older
+# platform version. We know about them, and they are safe.
+-dontnote android.support.**
+-dontnote androidx.**
+-dontwarn android.support.**
+-dontwarn androidx.**
+
+# This class is deprecated, but remains for backward compatibility.
+-dontwarn android.util.FloatMath
+
+# Understand the @Keep support annotation.
+-keep class android.support.annotation.Keep
+-keep class androidx.annotation.Keep
+
+-keep @android.support.annotation.Keep class * {*;}
+-keep @androidx.annotation.Keep class * {*;}
+
+-keepclasseswithmembers class * {
+ @android.support.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @androidx.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @android.support.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @androidx.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @android.support.annotation.Keep (...);
+}
+
+-keepclasseswithmembers class * {
+ @androidx.annotation.Keep (...);
+}
+
+# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
+-dontnote org.apache.http.**
+-dontnote android.net.http.**
+
+# These classes are duplicated between android.jar and core-lambda-stubs.jar.
+-dontnote java.lang.invoke.**
diff --git a/library/build/intermediates/default_proguard_files/global/proguard-android.txt-8.2.2 b/library/build/intermediates/default_proguard_files/global/proguard-android.txt-8.2.2
new file mode 100644
index 0000000..3ca0d03
--- /dev/null
+++ b/library/build/intermediates/default_proguard_files/global/proguard-android.txt-8.2.2
@@ -0,0 +1,116 @@
+# This is a configuration file for ProGuard.
+# http://proguard.sourceforge.net/index.html#manual/usage.html
+#
+# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
+# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
+# will be ignored by new version of the Android plugin for Gradle.
+
+# Optimization is turned off by default. Dex does not like code run
+# through the ProGuard optimize steps (and performs some
+# of these optimizations on its own).
+# Note that if you want to enable optimization, you cannot just
+# include optimization flags in your own project configuration file;
+# instead you will need to point to the
+# "proguard-android-optimize.txt" file instead of this one from your
+# project.properties file.
+-dontoptimize
+
+-dontusemixedcaseclassnames
+-dontskipnonpubliclibraryclasses
+-verbose
+
+# Preserve some attributes that may be required for reflection.
+-keepattributes AnnotationDefault,
+ EnclosingMethod,
+ InnerClasses,
+ RuntimeVisibleAnnotations,
+ RuntimeVisibleParameterAnnotations,
+ RuntimeVisibleTypeAnnotations,
+ Signature
+
+-keep public class com.google.vending.licensing.ILicensingService
+-keep public class com.android.vending.licensing.ILicensingService
+-keep public class com.google.android.vending.licensing.ILicensingService
+-dontnote com.android.vending.licensing.ILicensingService
+-dontnote com.google.vending.licensing.ILicensingService
+-dontnote com.google.android.vending.licensing.ILicensingService
+
+# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
+-keepclasseswithmembernames,includedescriptorclasses class * {
+ native ;
+}
+
+# Keep setters in Views so that animations can still work.
+-keepclassmembers public class * extends android.view.View {
+ void set*(***);
+ *** get*();
+}
+
+# We want to keep methods in Activity that could be used in the XML attribute onClick.
+-keepclassmembers class * extends android.app.Activity {
+ public void *(android.view.View);
+}
+
+# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
+-keepclassmembers enum * {
+ public static **[] values();
+ public static ** valueOf(java.lang.String);
+}
+
+-keepclassmembers class * implements android.os.Parcelable {
+ public static final ** CREATOR;
+}
+
+# Preserve annotated Javascript interface methods.
+-keepclassmembers class * {
+ @android.webkit.JavascriptInterface ;
+}
+
+# The support libraries contains references to newer platform versions.
+# Don't warn about those in case this app is linking against an older
+# platform version. We know about them, and they are safe.
+-dontnote android.support.**
+-dontnote androidx.**
+-dontwarn android.support.**
+-dontwarn androidx.**
+
+# This class is deprecated, but remains for backward compatibility.
+-dontwarn android.util.FloatMath
+
+# Understand the @Keep support annotation.
+-keep class android.support.annotation.Keep
+-keep class androidx.annotation.Keep
+
+-keep @android.support.annotation.Keep class * {*;}
+-keep @androidx.annotation.Keep class * {*;}
+
+-keepclasseswithmembers class * {
+ @android.support.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @androidx.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @android.support.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @androidx.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @android.support.annotation.Keep (...);
+}
+
+-keepclasseswithmembers class * {
+ @androidx.annotation.Keep (...);
+}
+
+# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
+-dontnote org.apache.http.**
+-dontnote android.net.http.**
+
+# These classes are duplicated between android.jar and core-lambda-stubs.jar.
+-dontnote java.lang.invoke.**
diff --git a/library/build/intermediates/default_proguard_files/global/proguard-defaults.txt-8.2.2 b/library/build/intermediates/default_proguard_files/global/proguard-defaults.txt-8.2.2
new file mode 100644
index 0000000..5fea5b5
--- /dev/null
+++ b/library/build/intermediates/default_proguard_files/global/proguard-defaults.txt-8.2.2
@@ -0,0 +1,117 @@
+# This is a configuration file for ProGuard.
+# http://proguard.sourceforge.net/index.html#manual/usage.html
+#
+# Starting with version 2.2 of the Android plugin for Gradle, this file is distributed together with
+# the plugin and unpacked at build-time. The files in $ANDROID_HOME are no longer maintained and
+# will be ignored by new version of the Android plugin for Gradle.
+
+# Optimizations can be turned on and off in the 'postProcessing' DSL block.
+# The configuration below is applied if optimizations are enabled.
+# Adding optimization introduces certain risks, since for example not all optimizations performed by
+# ProGuard works on all versions of Dalvik. The following flags turn off various optimizations
+# known to have issues, but the list may not be complete or up to date. (The "arithmetic"
+# optimization can be used if you are only targeting Android 2.0 or later.) Make sure you test
+# thoroughly if you go this route.
+-optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
+-optimizationpasses 5
+-allowaccessmodification
+
+-dontusemixedcaseclassnames
+-dontskipnonpubliclibraryclasses
+-verbose
+
+# Preserve some attributes that may be required for reflection.
+-keepattributes AnnotationDefault,
+ EnclosingMethod,
+ InnerClasses,
+ RuntimeVisibleAnnotations,
+ RuntimeVisibleParameterAnnotations,
+ RuntimeVisibleTypeAnnotations,
+ Signature
+
+-keep public class com.google.vending.licensing.ILicensingService
+-keep public class com.android.vending.licensing.ILicensingService
+-keep public class com.google.android.vending.licensing.ILicensingService
+-dontnote com.android.vending.licensing.ILicensingService
+-dontnote com.google.vending.licensing.ILicensingService
+-dontnote com.google.android.vending.licensing.ILicensingService
+
+# For native methods, see http://proguard.sourceforge.net/manual/examples.html#native
+-keepclasseswithmembernames,includedescriptorclasses class * {
+ native ;
+}
+
+# Keep setters in Views so that animations can still work.
+-keepclassmembers public class * extends android.view.View {
+ void set*(***);
+ *** get*();
+}
+
+# We want to keep methods in Activity that could be used in the XML attribute onClick.
+-keepclassmembers class * extends android.app.Activity {
+ public void *(android.view.View);
+}
+
+# For enumeration classes, see http://proguard.sourceforge.net/manual/examples.html#enumerations
+-keepclassmembers enum * {
+ public static **[] values();
+ public static ** valueOf(java.lang.String);
+}
+
+-keepclassmembers class * implements android.os.Parcelable {
+ public static final ** CREATOR;
+}
+
+# Preserve annotated Javascript interface methods.
+-keepclassmembers class * {
+ @android.webkit.JavascriptInterface ;
+}
+
+# The support libraries contains references to newer platform versions.
+# Don't warn about those in case this app is linking against an older
+# platform version. We know about them, and they are safe.
+-dontnote android.support.**
+-dontnote androidx.**
+-dontwarn android.support.**
+-dontwarn androidx.**
+
+# This class is deprecated, but remains for backward compatibility.
+-dontwarn android.util.FloatMath
+
+# Understand the @Keep support annotation.
+-keep class android.support.annotation.Keep
+-keep class androidx.annotation.Keep
+
+-keep @android.support.annotation.Keep class * {*;}
+-keep @androidx.annotation.Keep class * {*;}
+
+-keepclasseswithmembers class * {
+ @android.support.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @androidx.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @android.support.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @androidx.annotation.Keep ;
+}
+
+-keepclasseswithmembers class * {
+ @android.support.annotation.Keep (...);
+}
+
+-keepclasseswithmembers class * {
+ @androidx.annotation.Keep (...);
+}
+
+# These classes are duplicated between android.jar and org.apache.http.legacy.jar.
+-dontnote org.apache.http.**
+-dontnote android.net.http.**
+
+# These classes are duplicated between android.jar and core-lambda-stubs.jar.
+-dontnote java.lang.invoke.**
diff --git a/library/build/intermediates/full_jar/release/full.jar b/library/build/intermediates/full_jar/release/full.jar
new file mode 100644
index 0000000..b2eb16c
Binary files /dev/null and b/library/build/intermediates/full_jar/release/full.jar differ
diff --git a/library/build/intermediates/incremental/lintVitalAnalyzeRelease/module.xml b/library/build/intermediates/incremental/lintVitalAnalyzeRelease/module.xml
new file mode 100644
index 0000000..dbb7046
--- /dev/null
+++ b/library/build/intermediates/incremental/lintVitalAnalyzeRelease/module.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/library/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-dependencies.xml b/library/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-dependencies.xml
new file mode 100644
index 0000000..b4e67d1
--- /dev/null
+++ b/library/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-dependencies.xml
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-libraries.xml b/library/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-libraries.xml
new file mode 100644
index 0000000..dc05a95
--- /dev/null
+++ b/library/build/intermediates/incremental/lintVitalAnalyzeRelease/release-artifact-libraries.xml
@@ -0,0 +1,690 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/incremental/lintVitalAnalyzeRelease/release.xml b/library/build/intermediates/incremental/lintVitalAnalyzeRelease/release.xml
new file mode 100644
index 0000000..f64960c
--- /dev/null
+++ b/library/build/intermediates/incremental/lintVitalAnalyzeRelease/release.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml b/library/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml
index e1aa912..f2d7227 100644
--- a/library/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml
+++ b/library/build/intermediates/incremental/mergeReleaseJniLibFolders/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/mergeReleaseShaders/merger.xml b/library/build/intermediates/incremental/mergeReleaseShaders/merger.xml
index 0bab176..c891bae 100644
--- a/library/build/intermediates/incremental/mergeReleaseShaders/merger.xml
+++ b/library/build/intermediates/incremental/mergeReleaseShaders/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/packageReleaseAssets/merger.xml b/library/build/intermediates/incremental/packageReleaseAssets/merger.xml
index 7b326ca..49b4591 100644
--- a/library/build/intermediates/incremental/packageReleaseAssets/merger.xml
+++ b/library/build/intermediates/incremental/packageReleaseAssets/merger.xml
@@ -1,2 +1,2 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/incremental/release-mergeJavaRes/merge-state b/library/build/intermediates/incremental/release-mergeJavaRes/merge-state
new file mode 100644
index 0000000..1c983fc
Binary files /dev/null and b/library/build/intermediates/incremental/release-mergeJavaRes/merge-state differ
diff --git a/library/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties b/library/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties
index 15f06bd..9aed62e 100644
--- a/library/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties
+++ b/library/build/intermediates/incremental/release/packageReleaseResources/compile-file-map.properties
@@ -1,6 +1,6 @@
-#Fri Jul 04 12:30:31 IST 2025
-com.androidbuts.multispinnerfilter.library-main-5\:/layout/textview_for_spinner.xml=D\:\\jeevanp_cpm_projects\\LorealBaFixedVersionIssue\\RaviLatestCode19JUNE025\\LorealBA_AutomationLatest\\library\\build\\intermediates\\packaged_res\\release\\layout\\textview_for_spinner.xml
-com.androidbuts.multispinnerfilter.library-main-5\:/layout/activity_main.xml=D\:\\jeevanp_cpm_projects\\LorealBaFixedVersionIssue\\RaviLatestCode19JUNE025\\LorealBA_AutomationLatest\\library\\build\\intermediates\\packaged_res\\release\\layout\\activity_main.xml
-com.androidbuts.multispinnerfilter.library-main-5\:/layout/alert_dialog_listview_search.xml=D\:\\jeevanp_cpm_projects\\LorealBaFixedVersionIssue\\RaviLatestCode19JUNE025\\LorealBA_AutomationLatest\\library\\build\\intermediates\\packaged_res\\release\\layout\\alert_dialog_listview_search.xml
-com.androidbuts.multispinnerfilter.library-main-5\:/layout/item_listview_single.xml=D\:\\jeevanp_cpm_projects\\LorealBaFixedVersionIssue\\RaviLatestCode19JUNE025\\LorealBA_AutomationLatest\\library\\build\\intermediates\\packaged_res\\release\\layout\\item_listview_single.xml
-com.androidbuts.multispinnerfilter.library-main-5\:/layout/item_listview_multiple.xml=D\:\\jeevanp_cpm_projects\\LorealBaFixedVersionIssue\\RaviLatestCode19JUNE025\\LorealBA_AutomationLatest\\library\\build\\intermediates\\packaged_res\\release\\layout\\item_listview_multiple.xml
+#Mon Aug 04 13:30:30 IST 2025
+com.androidbuts.multispinnerfilter.library-main-5\:/layout/textview_for_spinner.xml=D\:\\LorealBa-Latest-July-2025\\library\\build\\intermediates\\packaged_res\\release\\layout\\textview_for_spinner.xml
+com.androidbuts.multispinnerfilter.library-main-5\:/layout/activity_main.xml=D\:\\LorealBa-Latest-July-2025\\library\\build\\intermediates\\packaged_res\\release\\layout\\activity_main.xml
+com.androidbuts.multispinnerfilter.library-main-5\:/layout/alert_dialog_listview_search.xml=D\:\\LorealBa-Latest-July-2025\\library\\build\\intermediates\\packaged_res\\release\\layout\\alert_dialog_listview_search.xml
+com.androidbuts.multispinnerfilter.library-main-5\:/layout/item_listview_single.xml=D\:\\LorealBa-Latest-July-2025\\library\\build\\intermediates\\packaged_res\\release\\layout\\item_listview_single.xml
+com.androidbuts.multispinnerfilter.library-main-5\:/layout/item_listview_multiple.xml=D\:\\LorealBa-Latest-July-2025\\library\\build\\intermediates\\packaged_res\\release\\layout\\item_listview_multiple.xml
diff --git a/library/build/intermediates/incremental/release/packageReleaseResources/merger.xml b/library/build/intermediates/incremental/release/packageReleaseResources/merger.xml
index 618a68a..2d3321b 100644
--- a/library/build/intermediates/incremental/release/packageReleaseResources/merger.xml
+++ b/library/build/intermediates/incremental/release/packageReleaseResources/merger.xml
@@ -1,5 +1,5 @@
-#29CA97#06ACE4#06ACE4#1589FF#FFFFFF#000000#D1D0CE#E1E2E2#3f51b5#E1E2E2#303f9f#F06292#FF0000#00FFFF#ADD8E6#686868#747474#AAAAAA#AAAAAA#E1E2E2#455FB6#99979C16dp16dpType to Search
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/lint-cache-version.txt b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/lint-cache-version.txt
new file mode 100644
index 0000000..250f457
--- /dev/null
+++ b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/lint-cache-version.txt
@@ -0,0 +1 @@
+Cache for Android Lint31.2.2
diff --git a/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/androidx/legacy/group-index.xml b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/androidx/legacy/group-index.xml
new file mode 100644
index 0000000..8962731
--- /dev/null
+++ b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/androidx/legacy/group-index.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/com/google/android/material/group-index.xml b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/com/google/android/material/group-index.xml
new file mode 100644
index 0000000..0cbb48b
--- /dev/null
+++ b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/com/google/android/material/group-index.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/master-index.xml b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/master-index.xml
new file mode 100644
index 0000000..0517ad1
--- /dev/null
+++ b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/maven.google/master-index.xml
@@ -0,0 +1,313 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/sdk_index/snapshot.gz b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/sdk_index/snapshot.gz
new file mode 100644
index 0000000..090834d
Binary files /dev/null and b/library/build/intermediates/lint-cache/lintVitalAnalyzeRelease/sdk_index/snapshot.gz differ
diff --git a/library/build/intermediates/lint_model/release/module.xml b/library/build/intermediates/lint_model/release/module.xml
new file mode 100644
index 0000000..dbb7046
--- /dev/null
+++ b/library/build/intermediates/lint_model/release/module.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/library/build/intermediates/lint_model/release/release-artifact-dependencies.xml b/library/build/intermediates/lint_model/release/release-artifact-dependencies.xml
new file mode 100644
index 0000000..b4e67d1
--- /dev/null
+++ b/library/build/intermediates/lint_model/release/release-artifact-dependencies.xml
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint_model/release/release-artifact-libraries.xml b/library/build/intermediates/lint_model/release/release-artifact-libraries.xml
new file mode 100644
index 0000000..dc05a95
--- /dev/null
+++ b/library/build/intermediates/lint_model/release/release-artifact-libraries.xml
@@ -0,0 +1,690 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint_model/release/release-testArtifact-dependencies.xml b/library/build/intermediates/lint_model/release/release-testArtifact-dependencies.xml
new file mode 100644
index 0000000..1804783
--- /dev/null
+++ b/library/build/intermediates/lint_model/release/release-testArtifact-dependencies.xml
@@ -0,0 +1,371 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint_model/release/release-testArtifact-libraries.xml b/library/build/intermediates/lint_model/release/release-testArtifact-libraries.xml
new file mode 100644
index 0000000..8be7e63
--- /dev/null
+++ b/library/build/intermediates/lint_model/release/release-testArtifact-libraries.xml
@@ -0,0 +1,703 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint_model/release/release.xml b/library/build/intermediates/lint_model/release/release.xml
new file mode 100644
index 0000000..0815609
--- /dev/null
+++ b/library/build/intermediates/lint_model/release/release.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint_model_metadata/release/lint-model-metadata.properties b/library/build/intermediates/lint_model_metadata/release/lint-model-metadata.properties
new file mode 100644
index 0000000..4754f81
--- /dev/null
+++ b/library/build/intermediates/lint_model_metadata/release/lint-model-metadata.properties
@@ -0,0 +1,2 @@
+mavenArtifactId=library
+mavenGroupId=LorealBa-Latest-July-2025
\ No newline at end of file
diff --git a/library/build/intermediates/lint_vital_lint_model/release/module.xml b/library/build/intermediates/lint_vital_lint_model/release/module.xml
new file mode 100644
index 0000000..dbb7046
--- /dev/null
+++ b/library/build/intermediates/lint_vital_lint_model/release/module.xml
@@ -0,0 +1,19 @@
+
+
+
+
diff --git a/library/build/intermediates/lint_vital_lint_model/release/release-artifact-dependencies.xml b/library/build/intermediates/lint_vital_lint_model/release/release-artifact-dependencies.xml
new file mode 100644
index 0000000..b4e67d1
--- /dev/null
+++ b/library/build/intermediates/lint_vital_lint_model/release/release-artifact-dependencies.xml
@@ -0,0 +1,365 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint_vital_lint_model/release/release-artifact-libraries.xml b/library/build/intermediates/lint_vital_lint_model/release/release-artifact-libraries.xml
new file mode 100644
index 0000000..dc05a95
--- /dev/null
+++ b/library/build/intermediates/lint_vital_lint_model/release/release-artifact-libraries.xml
@@ -0,0 +1,690 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/lint_vital_lint_model/release/release.xml b/library/build/intermediates/lint_vital_lint_model/release/release.xml
new file mode 100644
index 0000000..114af8f
--- /dev/null
+++ b/library/build/intermediates/lint_vital_lint_model/release/release.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/library/build/intermediates/local_aar_for_lint/release/out.aar b/library/build/intermediates/local_aar_for_lint/release/out.aar
new file mode 100644
index 0000000..6e62404
Binary files /dev/null and b/library/build/intermediates/local_aar_for_lint/release/out.aar differ
diff --git a/library/build/intermediates/manifest_merge_blame_file/release/manifest-merger-blame-release-report.txt b/library/build/intermediates/manifest_merge_blame_file/release/manifest-merger-blame-release-report.txt
index ef22004..64f2a40 100644
--- a/library/build/intermediates/manifest_merge_blame_file/release/manifest-merger-blame-release-report.txt
+++ b/library/build/intermediates/manifest_merge_blame_file/release/manifest-merger-blame-release-report.txt
@@ -5,8 +5,8 @@
5
6
7
-7-->D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml:5:5-7:19
-7-->D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml:5:18-44
+7-->D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml:5:5-7:19
+7-->D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml:5:18-44
8
9
10
diff --git a/library/build/intermediates/merged_java_res/release/feature-library.jar b/library/build/intermediates/merged_java_res/release/feature-library.jar
new file mode 100644
index 0000000..15cb0ec
Binary files /dev/null and b/library/build/intermediates/merged_java_res/release/feature-library.jar differ
diff --git a/library/build/outputs/logs/manifest-merger-release-report.txt b/library/build/outputs/logs/manifest-merger-release-report.txt
index ed9dcba..66ba12f 100644
--- a/library/build/outputs/logs/manifest-merger-release-report.txt
+++ b/library/build/outputs/logs/manifest-merger-release-report.txt
@@ -1,21 +1,21 @@
-- Merging decision tree log ---
manifest
-ADDED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml:2:1-9:12
-INJECTED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml:2:1-9:12
+ADDED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml:2:1-9:12
+INJECTED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml:2:1-9:12
package
- ADDED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml:3:5-49
- INJECTED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml
+ ADDED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml:3:5-49
+ INJECTED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml
xmlns:android
- ADDED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml:2:11-69
+ ADDED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml:2:11-69
application
-ADDED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml:5:5-7:19
+ADDED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml:5:5-7:19
android:allowBackup
- ADDED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml:5:18-44
+ ADDED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml:5:18-44
uses-sdk
-INJECTED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml reason: use-sdk injection requested
-INJECTED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml
-INJECTED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml
+INJECTED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml reason: use-sdk injection requested
+INJECTED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml
+INJECTED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml
android:targetSdkVersion
- INJECTED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml
+ INJECTED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml
android:minSdkVersion
- INJECTED from D:\jeevanp_cpm_projects\LorealBaFixedVersionIssue\RaviLatestCode19JUNE025\LorealBA_AutomationLatest\library\src\main\AndroidManifest.xml
+ INJECTED from D:\LorealBa-Latest-July-2025\library\src\main\AndroidManifest.xml