Woka support scrolling issue resolved

Completed UserProfileActivity.kt with api integration

Completed whole flow of add child from guardian app with all api integration of child registration

Deactivate account api integration. Flow changes in user log in
This commit is contained in:
2024-06-06 20:50:41 +05:30
parent 84a8f11f5a
commit 8cf0ee1c28
38 changed files with 989 additions and 169 deletions

View File

@@ -146,4 +146,16 @@
<string name="submit">Submit</string>
<string name="email">Email</string>
<string name="name">Name</string>
<string name="update_profile">Update profile</string>
<string name="full_name">Full name</string>
<string name="your_birthdate">Your birthdate</string>
<string name="update">Update</string>
<string name="add_child_account">Add child account</string>
<string name="child_name">CHILD NAME</string>
<string name="enter_your_child_s_name">Enter your child\'s name</string>
<string name="add_child_account_eng">Add child account</string>
<string name="deactivate_woka_account">DeActivate WOKA account?</string>
<string name="by_clicking_on_the_button_below_your_account_will_get_deactivated_your_data_will_be_erased_after_a_month">By clicking on the button below your account will get deactivated. Your data will be erased after a month.</string>
<string name="activate_woka_account">Activate WOKA account</string>
<string name="would_you_like_to_re_activate_your_account">Would you like to re-activate your account?</string>
</resources>