- Made login ID PAss dynamic with config in the network claass singleton

- Handled session expired globally
- Added Deactiovate account api, handled the logic.
- Handled the deactivate account on login.
- Made a view to handle privacy policy and terms and condition url, also it will handle the rich text file.
- Completed terms and condition, Privacy policy, disclaimer
- Fixed the issue of live TV going to Streaming Screen. Landscape and potrait handled
This commit is contained in:
Bilal
2024-06-07 21:04:29 +05:30
parent 5fdd255130
commit d6540e9f2e
27 changed files with 525 additions and 223 deletions

View File

@@ -2,9 +2,15 @@
"Hello" = "नमस्ते";
"Yes" = "हाँ";
"No" = "नहीं";
"Cancel" = "नहीं";
"Logout" = "लॉग आउट";
"Deactivate" = "निष्क्रिय करें";
"Error" = "गलती";
"Retry?" = "पुनः प्रयास करें?";
"Please wait..." = "कृपया प्रतीक्षा करें";
"Activate WOKA Account" = "WOKA खाता सक्रिय करें";
"Would you like to reactivate your account?" = "क्या आप अपना खाता पुनः सक्रिय करना चाहेंगे?रें";
/*
Login VC
@@ -168,6 +174,8 @@
"FULL NAME" = "पूरा नाम";
"EMAIL" = "ईमेल";
"Enter your child name" = "अपने बच्चे का नाम दर्ज करें";
"Deactivate WOKA Account" = "WOKA खाता निष्क्रिय करें";
"By clicking the button below, your account will be deactivated. Your data will be erased after one month." = "नीचे दिए गए बटन पर क्लिक करने से आपका अकाउंट निष्क्रिय हो जाएगा। एक महीने के बाद आपका डेटा मिटा दिया जाएगा।";
/*