PuBHARGAVI
|
fe59309e88
|
[Injimob 812] openID4VP sharing flow UI implementation (#1628)
* [INJIMOB-1629] add an api to fetch the trusted verifiers list for vp sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add screens for showing vcs matching openId4vp authorization request and selecting VCs
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add states in scan machine to show loader screen when vp sharing is started
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] send events to parent machine from openId4vp machine to update UI when performing vp sharing
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] change the position of check box in vc container in vp sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add styles to send vp screen elements to match wireframe and add context variable to store vp sharing purpose
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] show error screen if no credential in wallet matches with authorization request
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] show confirmation pop up when user decline the consent for sharing vp
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] show error screen if the verifier authentication is failed after scanning vp sharing qr code
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] move error and overlay details assigning logic to send vp screen controller
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add translations for vp sharing flow texts in all languages
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] make changes in card skeleton component to show vc card loader in vp sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] fix issues with reject button in sharing vp screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add support for sharing vp with out selfie from kebab menu
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add support for sharing vp with selfie from kebab menu
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add missing translations for error and overlay screen texts of vp sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add logic in scan screen to show error screens in vp sharing from kebab menu flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add logic to filter the VCs based on the type of the VC in vp sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812]: generate proof for vp token and send vp
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1629] show generic error message if any error occured while validating vp qr code
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add logic to allow user retry vp sharing 3 times if any technical error occurred
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] add react method in native module to send the generated vp response metadata and make changes to show any errors occured after sharing vp
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1629] show success screen if vp is shared successfully to the verifier
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812]: refactor proof generation and integrate remote openid4vp package
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-812]: refactor proof generation and integrate remote openid4vp package
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-812] make changes in the code to fetch the VCs properly if scope is present in the authorization code
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] fix the logic of checking if order field value in issuer wellknown is null and empty or not
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] move qr login and openid4vp red id's to scan actions
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] remove unnecessary logs
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] rename openid4vp actions to make them more meaningful and remove unnecessary events in send vp screen controller
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] show error screen if none of the selected VC has image but user chosen share with selfie option
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] add guard logic for checking if any of the selected VC has image or not
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812]: update package resolved with openid4vp library
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-812] fix the logic of retry button in technical error screen and perform the vp sharing again when user click on retry button
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] show specific error screen if required info is missing in qr code
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812]: refactor native module and wrapper with updated library name
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1709]: Integrate VC verifier aar for Vc verification of Mosip VC (#1624)
* [INJIMOB-1709]: integrate VC verifier aar for Vc verification of Mosip VC
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
* [INJIMOB-1709]: Handling Response from Vc Verifier Library
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1709]: Removed mavenLocal from build.gradle
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1709]: Updated build.gradle
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1709]: Removed Certify from isMosipVC Condition.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1709]: Adding isAndroid check and verifying using digital bazaar for iOs.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
---------
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
Co-authored-by: Alka Prasad <prasadalka1998@gmail.com>
* [INJIMOB-1629] rename openId4VP to openID4VP in all files and address pr comments
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] fetch trusted verifiers list from mimoto end point
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] rename openId4VP to openID4VP in all files
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] make trusted verifier api call cache preferred
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] rename openId4VP to openID4VP in all places
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812]: refactor and update openid4vp swift library
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-812] remove code related to scope in openid4vp flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] remove code related to type in openid4vp actions
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] rename response_uri to response_uris in openid4vp native wrappers
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] rename typegen file in openid4vp machine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] change target state of checkFaceAuthConsent to getTrustedVerifiersList
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812]: update openid4vp swift package
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-2097]: bump up app version to 0.15.0 (#1631)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1884] remove SetupKeySelectionScreen (#1632)
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB-812] change the conditional logic for checking if downloading error is generic or not in issuer guards and selectors
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] fetch the trusted verifiers list properly from api response
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] send the list of selected vcs images to face scanner machine only if face is available
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] fix home button navigation issue in error screen of vp sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] move openid4vp machine to showError state if there is any occurred in vp sharing flow and reset error when user navigates to home screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] fix some flows in vp sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-812] fix the logic for showing the error screen as part of scan screen in vp sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: balachandarg-tw <115633327+balachandarg-tw@users.noreply.github.com>
Co-authored-by: Alka Prasad <prasadalka1998@gmail.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: abhip2565 <74866247+abhip2565@users.noreply.github.com>
|
2024-10-04 11:21:16 +05:30 |
|
balachandarg-tw
|
72726215e2
|
[INJIMOB-1709]: Integrate VC verifier aar for Vc verification of Mosip VC (#1624)
* [INJIMOB-1709]: integrate VC verifier aar for Vc verification of Mosip VC
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
* [INJIMOB-1709]: Handling Response from Vc Verifier Library
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1709]: Removed mavenLocal from build.gradle
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1709]: Updated build.gradle
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1709]: Removed Certify from isMosipVC Condition.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1709]: Adding isAndroid check and verifying using digital bazaar for iOs.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
---------
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
Co-authored-by: Alka Prasad <prasadalka1998@gmail.com>
|
2024-09-25 19:13:31 +05:30 |
|
abhip2565
|
d0fd1e3853
|
[INJIMOB-1884] Add UI for Key Managent (#1622)
* [INJIMOB-1884] add ui for key managent feature
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB-1884] replace modal with screen for ios co pilot support
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
---------
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
|
2024-09-25 16:08:30 +05:30 |
|
KiruthikaJeyashankar
|
003cc156c2
|
[INJIMOB-1192] onboarding of new issuer is affecting the existing issuers (#1476)
* [INJIMOB-1192] : use wellknown response instead of mimoto issuer config.
-- Remove hardcoding for sunbird issuer in vc activation and verification flow.
-- Render idType from wellknown response
-- Remove UIN/VID from default add-on fields
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-1192] : fix propType and some refactoring
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-1192] : add credentialType in VcMetadata
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-1192] fix vc download via issuer flow due to credentialType mismatch
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] rename supported list of credential type in issuers model
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] display id type in history based on wellknown for issuers VC
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] fix id type not shown for VC activation
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] remove unused credentialType field from VCMetaData
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] set default idType for logging activity
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] move vc item machine events into model
Events should not be exported to other packages for direct use so that Xstate's createModel() can decorate the function appropriately
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] show verify banner id type from wellknown
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] refactor duplication and unused code
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] remove unused displayId in metadata
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] revert the dimensions of camera scanner to old values to support face liveness verification
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1192] remove unused code & debug logs
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] fix failing test cases
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1192] remove unused translations
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
|
2024-06-04 16:37:54 +05:30 |
|
Alka Prasad
|
edd1eb6af9
|
[INJIMOB-1214]: Send error events on CRC failure during VC transfer (#1419)
* [INJIMOB-1214]: add logic to send error events whenever we receive CRC failure during VC transfer
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
* [INJIMOB-1214]: updated tuvali version
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
* [INJIMOB-1214]: changeing some variable declaration from let to const
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
---------
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
|
2024-05-07 20:09:28 +05:30 |
|
Vijay Kumar S
|
6b0aa2d7e5
|
[INJIMOB-842]: mock the verification of vc only for range error for MOSIP VC. (#1347)
* [INJIMOB-842]: mock the verification of vc only for range error for MOSIP VC.
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-842]: mock the verification of vc only for range error for MOSIP VC.
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
|
2024-03-29 09:51:10 +05:30 |
|
KiruthikaJeyashankar
|
3ef408062d
|
[INJIMOB-903] clean local backup files post backup / restore (#1331)
* [INJIMOB-903] - add logic to use cloud file as a single source of truth for backup and restore
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] - reset loader while fetching last backup details
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] fix android issue with fetching last backup details
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] fix data backup screen stuck in loading
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] move google profile info api call to API
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* MOSIP-31384 stabilizing code and update ios accessiblity ids (#1323)
* MOSIP-31384
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
* resolve conflict
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
* resolve conflict
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
* MOSIP-31384
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
* incorprated changes
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
---------
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
* Reverse Sync Release 0.11.0 into develop (#1326)
* fix cancel download popup not shown
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* fix: show tuvali version
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* downgrade tuvali version to 0.4.6 for qa testing (#1149)
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* Revert "downgrade tuvali version to 0.4.6 for qa testing (#1149)"
This reverts commit 633f42f65f.
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* Resetting the Data_Backup Toggle (#1202)
* [INJI-766] set backupAndRestore env variable to true and remove full stop in the kan langugage in one of the help page question
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-766] remove backupAndRestore variable from env file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* Revert "Merge pull request #1227 from tw-mosip/internal-release-01-02-2024" (#1242)
This reverts commit 6de62fccb6, reversing
changes made to f63445fc08.
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [Internal-Release-20+] : Sunbird Changes (#1243)
* [INJIMOB-683]: add testid for missed vc field (#1226)
* [INJIMOB-683]: add testid for missed vc field
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-683]: add testidprops for missed vc field
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-683]: add testidprops for missed vc field
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-770]: parse date received in the vc's (#1225)
* [INJIMOB-770]: parse date received in the vc's
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-770]: parse date received in the vc's
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* downgrade cocoapods version (#1231)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* Use latest cocoapods version (#1236)
* downgrade cocoapods version
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* use latest cocoapods version
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
---------
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-760]: update mosip Logo
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-834] ignore corrupted VC while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-834] remove corrupted VC metaData while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] add backup & restore in iOS (iCloud) (#119)
* [INJIMOB-752] - Added basic backup and restore flow for iCloud
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] show proceed screen based on stored value
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] fetch last backup details of iCloud
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] download any unsynced files during lang setup in iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] show permision required screen when not signed in on iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] retry to sync unsynced file if exists while fetching last backup details
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] - Added sync and open settings
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] - Add missing translations and refactor
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] - refactoring
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-834] ignore corrupted VC while performing backup (#1253)
* [INJIMOB-834] ignore corrupted VC while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-834] remove corrupted VC metaData while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] download any unsynced files during lang setup in iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] remove backup and restore toggle
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] sync style of newLabel in purple and default theme
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] remove debug logs
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] rename file googleCloudUtils to CloudBackupAndRestoreUtils
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] return no backup faile error when backupfiles list from cloud is empty
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] add initail state in downloadingCredential to fix warning
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] - Added delayed visibility for backup screen
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
---------
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-787] Conditional restore of VCs (#120)
* [INJI-787] add bootstrap state for restarting restore ops
Notes:
- all operations depend on the state of the $DOCUMENT_DIR/inji/backup/
directory contents and not on the state of the MMKV DB
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJI-787] conditional restore on restart of restore
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] fix recent file finder code
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] add vc remove logic for partial restore
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] refactor, ACK reviews, rm dead condition
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] remove console.logs
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] remove irrelevant TODOs
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
---------
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* Revert "Inji mob 737 rtl issue (#1238)"
This reverts commit 2665cdeee1.
* [INJIMOB-760]: adjust the mosip logo in the issuer section
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* Inji 787 Xstate refactor (#1262)
* [INJIMOB-837] update bundle id and team id for ios (#1273)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* [Injimob-685] fix download error issue which we are getting when the received vc is tampered or when the vc is not stored properly (#1271)
* [INJIMOB-834] ignore corrupted VC while performing backup (#1253)
* [INJIMOB-834] ignore corrupted VC while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-834] remove corrupted VC metaData while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-837] update ios version and bundle id (#1256)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* INJIMOB - 837 - Update developer team id to match profiles (#1258)
* [INJIMOB-837] update ios version and bundle id
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-837] update the developer team to match profiles
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
---------
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* Inji 752 backup to iCloud (#1251)
* [INJIMOB-760]: update mosip Logo
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-834] ignore corrupted VC while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] - Added basic backup and restore flow for iCloud
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] show proceed screen based on stored value
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] fetch last backup details of iCloud
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] download any unsynced files during lang setup in iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] show permision required screen when not signed in on iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] retry to sync unsynced file if exists while fetching last backup details
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] - Added sync and open settings
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] - Add missing translations and refactor
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] - refactoring
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-834] remove corrupted VC metaData while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] download any unsynced files during lang setup in iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] remove backup and restore toggle
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] sync style of newLabel in purple and default theme
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] remove debug logs
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] rename file googleCloudUtils to CloudBackupAndRestoreUtils
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] return no backup faile error when backupfiles list from cloud is empty
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] add initail state in downloadingCredential to fix warning
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] - Added delayed visibility for backup screen
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] fix delay in databackup and restore screen
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
* [Reverse-Sync-14-02-2024] : Sunbird Integration & Data Backup and Restore Implementation (#1261)
* fix cancel download popup not shown
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* fix: show tuvali version
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* downgrade tuvali version to 0.4.6 for qa testing (#1149)
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* Revert "downgrade tuvali version to 0.4.6 for qa testing (#1149)"
This reverts commit 633f42f65f.
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* Resetting the Data_Backup Toggle (#1202)
* [INJI-766] set backupAndRestore env variable to true and remove full stop in the kan langugage in one of the help page question
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-766] remove backupAndRestore variable from env file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* Revert "Merge pull request #1227 from tw-mosip/internal-release-01-02-2024" (#1242)
This reverts commit 6de62fccb6, reversing
changes made to f63445fc08.
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [Internal-Release-20+] : Sunbird Changes (#1243)
* [INJIMOB-683]: add testid for missed vc field (#1226)
* [INJIMOB-683]: add testid for missed vc field
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-683]: add testidprops for missed vc field
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-683]: add testidprops for missed vc field
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-770]: parse date received in the vc's (#1225)
* [INJIMOB-770]: parse date received in the vc's
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-770]: parse date received in the vc's
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* downgrade cocoapods version (#1231)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* Use latest cocoapods version (#1236)
* downgrade cocoapods version
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* use latest cocoapods version
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
---------
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-760]: update mosip Logo
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-834] ignore corrupted VC while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-834] remove corrupted VC metaData while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] add backup & restore in iOS (iCloud) (#119)
* [INJIMOB-752] - Added basic backup and restore flow for iCloud
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] show proceed screen based on stored value
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] fetch last backup details of iCloud
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] download any unsynced files during lang setup in iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] show permision required screen when not signed in on iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] retry to sync unsynced file if exists while fetching last backup details
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] - Added sync and open settings
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] - Add missing translations and refactor
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] - refactoring
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-834] ignore corrupted VC while performing backup (#1253)
* [INJIMOB-834] ignore corrupted VC while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-834] remove corrupted VC metaData while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] download any unsynced files during lang setup in iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] remove backup and restore toggle
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] sync style of newLabel in purple and default theme
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] remove debug logs
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] rename file googleCloudUtils to CloudBackupAndRestoreUtils
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] return no backup faile error when backupfiles list from cloud is empty
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] add initail state in downloadingCredential to fix warning
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] - Added delayed visibility for backup screen
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
---------
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-787] Conditional restore of VCs (#120)
* [INJI-787] add bootstrap state for restarting restore ops
Notes:
- all operations depend on the state of the $DOCUMENT_DIR/inji/backup/
directory contents and not on the state of the MMKV DB
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJI-787] conditional restore on restart of restore
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] fix recent file finder code
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] add vc remove logic for partial restore
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] refactor, ACK reviews, rm dead condition
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] remove console.logs
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] remove irrelevant TODOs
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
---------
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* Revert "Inji mob 737 rtl issue (#1238)"
This reverts commit 2665cdeee1.
* [INJIMOB-760]: adjust the mosip logo in the issuer section
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-685] remove received vc metadata from storage when it is tampered or failed to store vc into storage
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* Injimob 837 - Update the bundle id for new app (#1263)
* [INJIMOB-837] update ios version and bundle id
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-837] update the developer team to match profiles
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-837] update the flavor with correct id
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
---------
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-685] remove redundant store error in request machine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-837] update the flavor with correct id (#1265)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-685] remove redundant logic to remove the tampered vc metadata
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-685] fix the logic of checking if tampered vc is myvc or received vc
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-685] fix tampering of received vcs
If the received vc is tampered, we should be deleting the vc file & metadata of it. Since the metadata removal was not performed, we were getting download error. This is resolved here.
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-787] refactor backup & restore state machine (#1266)
* fix cancel download popup not shown
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* fix: show tuvali version
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* downgrade tuvali version to 0.4.6 for qa testing (#1149)
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* Revert "downgrade tuvali version to 0.4.6 for qa testing (#1149)"
This reverts commit 633f42f65f.
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* Resetting the Data_Backup Toggle (#1202)
* [INJI-766] set backupAndRestore env variable to true and remove full stop in the kan langugage in one of the help page question
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-766] remove backupAndRestore variable from env file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* Revert "Merge pull request #1227 from tw-mosip/internal-release-01-02-2024" (#1242)
This reverts commit 6de62fccb6, reversing
changes made to f63445fc08.
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [Internal-Release-20+] : Sunbird Changes (#1243)
* [INJIMOB-683]: add testid for missed vc field (#1226)
* [INJIMOB-683]: add testid for missed vc field
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-683]: add testidprops for missed vc field
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-683]: add testidprops for missed vc field
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-770]: parse date received in the vc's (#1225)
* [INJIMOB-770]: parse date received in the vc's
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-770]: parse date received in the vc's
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* downgrade cocoapods version (#1231)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* Use latest cocoapods version (#1236)
* downgrade cocoapods version
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* use latest cocoapods version
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
---------
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-760]: update mosip Logo
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-834] ignore corrupted VC while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-834] remove corrupted VC metaData while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] add backup & restore in iOS (iCloud) (#119)
* [INJIMOB-752] - Added basic backup and restore flow for iCloud
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] show proceed screen based on stored value
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] fetch last backup details of iCloud
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] download any unsynced files during lang setup in iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] show permision required screen when not signed in on iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] retry to sync unsynced file if exists while fetching last backup details
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] - Added sync and open settings
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] - Add missing translations and refactor
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-752] - refactoring
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-834] ignore corrupted VC while performing backup (#1253)
* [INJIMOB-834] ignore corrupted VC while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-834] remove corrupted VC metaData while performing backup
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] download any unsynced files during lang setup in iOS
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] remove backup and restore toggle
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] sync style of newLabel in purple and default theme
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] remove debug logs
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] rename file googleCloudUtils to CloudBackupAndRestoreUtils
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] return no backup faile error when backupfiles list from cloud is empty
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] add initail state in downloadingCredential to fix warning
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] - Added delayed visibility for backup screen
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
---------
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-787] Conditional restore of VCs (#120)
* [INJI-787] add bootstrap state for restarting restore ops
Notes:
- all operations depend on the state of the $DOCUMENT_DIR/inji/backup/
directory contents and not on the state of the MMKV DB
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJI-787] conditional restore on restart of restore
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] fix recent file finder code
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] add vc remove logic for partial restore
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] refactor, ACK reviews, rm dead condition
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] remove console.logs
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-787] remove irrelevant TODOs
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
---------
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* Revert "Inji mob 737 rtl issue (#1238)"
This reverts commit 2665cdeee1.
* [INJIMOB-760]: adjust the mosip logo in the issuer section
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-787] refactor backup & restore states machines
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-752] fix label for drive name on backup
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-799] fix show restored vcs as shareable
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-752] fix warnings
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-685] remove unused state and actions in requestMachine
After adding timestamp to the incoming received vc, every vc shared from wallet is condered as separate vc. Due to this reason, the check if the incoming vc is already available in our received vcs will always be returning false. Thus removing the mergingIncomingVcrelated states in requestMachine to avoid unnecessary checks.
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-685] remove sharing reason related code
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB_685] remove unused event in vc machine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-685] revert ios fastfile and project.pbxproj files changes
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-856] add testIds (#1274)
testIDs added for - Inji tour guide slides, banner notification, issuer component
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-852] - Grace fully handling scrollToIndex error of flatlist (#1276)
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB-864] disable backup button when restoring and vice versa (#1280)
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-867] - remove all files including unsynced files and get latest file based on date (#1282)
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJIMOB - 865,868] - Fix duplicate VC key for restored VC's and remove metadata if vc file not found (#1284)
* [INJIMOB-something] use incremental timestamp for restore and make unload take a flag start time
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
* [INJIMOB-865,868] fix duplicate vckey value for restored vcs and remove vc metadata if file not found
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-869] remove unused method in store.ts machine
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-869] revert removing vc metadata if file not found
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-865] fix tamper vc removal
When a VC is tampered, we get the tampered vc popup. Once we press okay button in the popup, we will be refreshing the vc machine's myVcs & recievedVcs context. Due to calling of parallel states, we were having issue with refreshing of myVcs. It is fixed by targeting to init state to refresh
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-865] remove vc metadata when file is not found
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-869] add code comments & fix minor code issues
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
---------
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* Inji 604 Verify VC error changes to be merged into release branch (#1277)
* [INJI-604]: Handle Verification VC Error Scenarios
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-604] remove the card from UI when verify credential is failed and show error overlay
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-604] remove unused actions in existingMosipVcItem and issuers machine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* INJIMOB-604 Replace Error message overlay with new error screen.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJI-604]: Transation added for Verification error messages.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJI-604] remove unnecessary log in error screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-604] remove removeVcFromMyVcs action from verify vc failed event and fix typegen warnings
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* INJIMOB-604 : Removing logs and renaming functions
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-604]: Removing unused method.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [Inji-604]: Fixing the issue of recursive VC deletion during Go Back event in Verification Error screen.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [Inji-604]: Fixing bugs post conflict resolve.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [Inji-604]: Removing unused events and adding translations for Go Back button
* [Inji-604]: Removed angle brackets for Technical Error
* [Inji-604]: Added ToDo to handle backup
* [Inji-604]: Removing isVerified flag from the Existing VC Item Machine.
* [Inji-604] iOS crash fixed for Verification error Go Back Button
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
---------
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-881] add entitlements file changes for icloud (#1287)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* Injimob 881 - Update code signing identity (#1288)
* [INJIMOB-881] add entitlements file changes for icloud
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-881] update code signing identity to iphone distribution
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
---------
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* mocked the verification and updated the app name for app releated popups (#1290)
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-763] increase threshold of face match config (#1298)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-531] send base64 encode data to encrypt to avoid data loss (#1305)
* [INJIMOB-531] send base64 encode data to encrypt to avoid data truncation
When we pass data from a react native app with <part1>\x00<part2> value, any data post the \x00 gets truncated (i.e., part2 is trimmed off). This happens most likely with the react native bridge. To avoid this issue of truncation, we are required to pass the data as base64 encoded string and secure-keystore module will perform decoding before processing for encryption.
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-531] upgrade secure-keystore package version
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
* replace storeVerifiableCredential context variable with verifiable credential and remove unused actions in vc item machine (#1306)
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* OpenG2P Beneficiary Card Rendering Changes. (#1308)
* OpenG2P Beneficiary Card Rendering Changes.
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* OpenG2P Beneficiary Card Rendering Changes.
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* OpenG2P Beneficiary Card Rendering fix. (#1313)
* OpenG2P Beneficiary Card Rendering fix.
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* OpenG2P Beneficiary Card Rendering fix.
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-903] fix iOS backup & restore issues (#1316)
* [INJIMOB-903] add logic to use cloud file as a single source of truth for backup and restore
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] - reset loader while fetching last backup details
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] fix android issue with fetching last backup details
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] move google profile info api call to API
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [Inji-604]: Addressing the issue of activity log and data back up being called again during app launch and sharing. (#1317)
* [Inji-604]: Removing verification calls from app refresh and adding it only on download VC.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [Inji-604]: Removing unused VERIFY event from Esignet machine.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
---------
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* vc schema change compatibility changes for rendering (#1318)
* vc schema change compatibility changes for rendering
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* vc schema change compatibility changes for rendering
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-903] fix data backup screen stuck in loading (#1319)
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: balachandarg-tw <115633327+balachandarg-tw@users.noreply.github.com>
* [INJIMOB-903] fetch last backup details from cloud everytime backup & restore screen is opened
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] handle network failure scenario
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] remove unused actions in state machine
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] handle network error for backup in iOS
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] handle network error for restore flow in iOS
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [Injimob-855] show error screens in both wallet and verifier when shared vc is not stored properly in the verifier (#1314)
* [INJIMOB-855] add translations for vc sharing rejected and saving failed scenarios
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-855] show error screens in both wallet and verifier when shared VC is not stored properly in the verifier device
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-855] show received vc detailed view only if it is stored successfully in the verifier device
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-855] update talisman file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-855] revert qr consent file changes
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-843]: enhance text in otp verification (#1315)
* [INJIMOB-843]: enhance text in otp verification
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
* [INJIMOB-843]: refactor the screenHeight and isSmallscreen into a common function
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
---------
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
* [INJIMOB-903] remove unused states / imports
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] remove duplicate code
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* INJIMOB-898 Remove Metro warnings (#1329)
* [INJIMOB-898] remove telemetry dependency from crypto utils
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-898] remove vcMetadata dependency from utils file
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-898] move common props key to constants
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-898] remove vcUtils dependency from vcVerification
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove profileIcon dependency from svg
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove vcItemFeild dependecy from vcUtils
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove vc dependecy from esignetVcItem and existing vcItem
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove storage dependency from api.ts
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove store dependency from storage
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove commom props dependency from api.ts
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove main.ts dependency from scanLayout
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] move VcItemConatinerProfileImage to different component
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] throw error when error is ENOENT and spell check
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] rename types to routeTypes and edit imports
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] move to idle state on tamperedVCs state
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
---------
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-903] removed unreachable state
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] remove storing last backup details
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] add telemetry events for error flows
Other changes include
- remove duplicate / unused code
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] refactor gaurd condition
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-903] show signIn prompt on app manually disconnected from Google drive
when user manually disconnects INJI app from Google drive settings (after successful authentication & Google drive api access is provided to INJI via app), we will be receiving 'UNAUTHENTICATED' error when using the current access token. So, based on this error we are performing logout (GoogleSignIn.revokeAccess and GoogleSignIn.signOut) to show sign in & consent prompt to the user.
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: Anup Nehe <anup.nehe@technoforte.co.in>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com>
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: Alka Prasad <Alka1703@users.noreply.github.com>
Co-authored-by: vijay151096 <94220135+vijay151096@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com>
Co-authored-by: balachandarg-tw <115633327+balachandarg-tw@users.noreply.github.com>
Co-authored-by: Srikanth Kola <97477121+srikanth716@users.noreply.github.com>
Co-authored-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
|
2024-03-13 11:46:34 +05:30 |
|
Vijay Kumar S
|
4db7a7d747
|
[INJIMOB-878]: remove unused lock and revoke feature of VC (#1330)
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
|
2024-03-13 10:22:33 +05:30 |
|
PoojaBabusing
|
d3b607206c
|
INJIMOB-898 Remove Metro warnings (#1329)
* [INJIMOB-898] remove telemetry dependency from crypto utils
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-898] remove vcMetadata dependency from utils file
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-898] move common props key to constants
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-898] remove vcUtils dependency from vcVerification
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove profileIcon dependency from svg
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove vcItemFeild dependecy from vcUtils
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove vc dependecy from esignetVcItem and existing vcItem
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove storage dependency from api.ts
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove store dependency from storage
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove commom props dependency from api.ts
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] remove main.ts dependency from scanLayout
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] move VcItemConatinerProfileImage to different component
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] throw error when error is ENOENT and spell check
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] rename types to routeTypes and edit imports
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-898] move to idle state on tamperedVCs state
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
---------
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
|
2024-03-07 09:19:30 +05:30 |
|
PuBHARGAVI
|
f7a68c7419
|
[INJIMOB-799] append timestamp to the restored vc vckey to make it unique (#1230)
* [INJIMOB-799] append timestamp to the restored vc vckey to make it unique
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-799] set isPinned status to false for all VCs before generating backup file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-799] add timestamp to the vcMetadata and add it to the restored vc vckey to make it unique
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-799] send error event when exporting data is failed and refactor the way of setting timestamp in metadata
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-799] call getVcKey method on vcMetadata class instance not directly on vc metadata
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-799] update vc item machine typegen files
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
|
2024-02-09 12:11:31 +05:30 |
|
KiruthikaJeyashankar
|
43395d179a
|
[INJIMOB-788] handle UI issues in backup & restore flow (#1237)
* [INJIMOB-788] increase pressable area of back button in modal
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] modify content in backup screen
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788]: add loader for setting up as a modal
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-788]: modify styles of cloud confirmation screen
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-788]: modify styles of error component
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-788]: add error message toaster when backup file doesnt exist in cloud
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJIMOB-788] show permission denied consent when user did not give required drive permissions
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] split download and unzip of backupfile to different states
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] remove unused components
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJI-788] fix BYTES_IN_MEGABYTE value
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] add telemetry events for dataBackup & restore setup flow
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] Fetch last backup details from cloud if not available in local storage
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] change style of backup & restore screen
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] modify new label style
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] extract common styles to Theme
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] modify error styles
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] modify banner notification styles
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] modify content of backup and restore banner
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] extract functions to remove duplication
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-788] add title to permission required screen
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
|
2024-02-08 23:38:31 +05:30 |
|
Harsh Vardhan
|
14a4ee0a6d
|
[INJIMOB-691] add restore error handling & telemetry
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
|
2024-01-30 13:40:31 +05:30 |
|
PuBHARGAVI
|
ee2b07a0d7
|
[Inji-327] fix something went wrong error which is coming when user clicks on resend code during the vc activation (#1177)
* [INJI-327] call binding-otp api of esignet instead of otp api of resident services when user clicks on resend code
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-327] remove duplicate code in existing and esignet vc item machines
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-327] remove duplicates & use common selectors for both kebab popup and detailed view of vc
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-327] change walletBindingIdResponseForPrivateUpdateKey to tempWalletBindingIdResponse for better meaning
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-327] remove redundant telemetry activation success event call in esignet vc item machine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-327] send telemetry event when vc activation fails due to private key updation failure
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-327] extract common actions of updating private key and wallet binding id into seperate state
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
|
2024-01-23 23:05:11 +05:30 |
|
PoojaBabusing
|
d778b94403
|
[INJI-628 & INJI-630]: Local backup creation (#1160)
* [INJI-630]: add backup machine and screens for data backup
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJI-630]: add argon2 configs for hashing salt, password and phoneNumber
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJI-630]: add key encryption and store hashed encryption key
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* [INJI-630]: add toggle backup check to make modal invisible in ios
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
* (INJI-630): update package-lock.json
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
* [INJI-628]: restrict logic to double stringify JSON object before saving to DB
Signed-off-by: Alka <prasadalka1998@gmail.com>
* [INJI-628]: create local compressed backup file
Signed-off-by: Alka <prasadalka1998@gmail.com>
* [INJI-628]: move some functions to appropriate files
Signed-off-by: Alka <prasadalka1998@gmail.com>
* [INJI-628]: remove RN aes crypto library and use existing library to generate encryption key
Signed-off-by: Alka <prasadalka1998@gmail.com>
* [INJI-628]: update logic to check storage availability for backup creation
Signed-off-by: Alka <prasadalka1998@gmail.com>
* [INJI-628]: declare the variable and use then use it
Signed-off-by: Alka <prasadalka1998@gmail.com>
---------
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Signed-off-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com>
Signed-off-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Signed-off-by: Alka <prasadalka1998@gmail.com>
Signed-off-by: Alka Prasad <Alka1703@users.noreply.github.com>
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: Alka <prasadalka1998@gmail.com>
Co-authored-by: Alka Prasad <Alka1703@users.noreply.github.com>
|
2024-01-19 18:24:55 +05:30 |
|
Harsh Vardhan
|
1556538444
|
feat(INJI-622): add telemetry event to track face model init fail/success (#1101)
Signed-off-by: Harsh Vardhan <harsh59v@gmail.com>
|
2023-12-26 12:47:50 +05:30 |
|
PuBHARGAVI
|
184d74d80a
|
[Inji-610] integrate tuvali, iriscan and secure keystore npm modules into inji (#1113)
* [INJI-610] integrate npm module for tuvali and secure keystore
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-610] add missing error id and message for app was reset error in telemetry constants
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-610] integrate iris scan sdk npm module (#1088)
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
* [INJI-610] update the position of iriscan sdk in package-lock
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJI-610] integrate latest tuvali and secure keystore changes into inji
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
|
2023-12-21 11:13:10 +05:30 |
|
Alka Prasad
|
4c6d184997
|
[Inji 388] : Error message in QR login (#1050)
* feat(INJI-388): update error message of qr login to specific message
Signed-off-by: Alka <prasadalka1998@gmail.com>
* fix(INJI-388): add missing error id constants in telemetry
Signed-off-by: Alka <prasadalka1998@gmail.com>
---------
Signed-off-by: Alka <prasadalka1998@gmail.com>
|
2023-12-01 15:38:28 +05:30 |
|
Alka Prasad
|
46aa759138
|
feat(INJI-560): add error events at multiple places to catch the error scenarios (#1012)
Signed-off-by: Alka <prasadalka1998@gmail.com>
|
2023-11-16 13:18:59 +05:30 |
|
Alka Prasad
|
9b07e63383
|
[Inji 434 & INJI 441]: Add events in receiver VC sharing flow and cancel button handle (#990)
* refactor(INJI-434): rename some variables and functions to meaning names
Signed-off-by: Alka <prasadalka1998@gmail.com>
* feat(INJI-434): add telemetry events in the VC share flow on verifier end
Signed-off-by: Alka <prasadalka1998@gmail.com>
* fix(INJI-434): handle cancel button press during vc share
Signed-off-by: Alka <prasadalka1998@gmail.com>
* fix(INJI-441): handle cancel button press during vc share
Signed-off-by: Alka <prasadalka1998@gmail.com>
* refactor(INJI-434): extracts telemetry constants to a seperate file
Signed-off-by: Alka <prasadalka1998@gmail.com>
* refactor(INJI-434): remove unused imports
Signed-off-by: Alka <prasadalka1998@gmail.com>
* fix(INJI-441): update the CANCEL event on press of cancel button
Signed-off-by: Alka <prasadalka1998@gmail.com>
* refactor(INJI-434): update the method name
Signed-off-by: Alka <prasadalka1998@gmail.com>
---------
Signed-off-by: Alka <prasadalka1998@gmail.com>
Signed-off-by: Alka Prasad <Alka1703@users.noreply.github.com>
|
2023-11-07 10:43:39 +05:30 |
|