PuBHARGAVI
1f2846b405
[Injimob 2170] Show loading screen before rendering the VP sharing screen and render the buttons based on the user-selected and matched VCs ( #1669 )
...
* [INJIMOB-2135] get the authentication response as instance of Authorization request rather than as map and make necessary changes for the same in js layer
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] in vp sharing flow use json path library to extract the path value from the VC json data
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] add logic in openid4vp actions to filter the credentials based on the format and proof types and if input descriptor doesn't have format but presentation definition has use it for filtering
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] change the postion of checkbox in VC to the right side during the VP sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] show verifier name in vp sharing screen header
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] add log event types for different flows in vp sharing and add translations for log messages in all languages
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] create an interface and use it as a blueprint for vc and vp share activity log classes and override necessary methods
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] show all the VCs available in the wallet if none of the input descriptors have format or constraints
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] notify verifier when user declined the consent for sharing VP by calling sendErrorToVerifier method
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] add logs for different flows of VP sharing
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] add translations for some of the vp sharing flows
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] in vp sharing fix the logic of filtering the VCs matching request and add actions to show the logs properly for normal and retry attempts
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] rename vp sharing activity logs header text into camel case
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] add translations for retry attempt failure and technical error scenarios in vp sharing flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] update no credential and credential mismatch error & log messages to show the list of claims requested by verifier
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2215]: expose api in openid4vp module to send error to verifier
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-2215]: expose api in openid4vp module to send error to verifier
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-2215]: expose api in openid4vp module to send error to verifier
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-2215]: refactor native modules and styles for header in send vp screen
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-2215]: refactor native modules and styles for header in send vp screen
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-2135] show normal failure message in history screen if sharing is failed because of technical error and before retry attempt
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2135] exclude bcpkix-jdk15on module to avoid transitive dependency issues occuring while building the app
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* Revert "[INJIMOB-2135] exclude bcpkix-jdk15on module to avoid transitive dependency issues occuring while building the app"
This reverts commit 8c7e4572c1 .
* [INJIMOB-2170] show loading screen in vp sharing flow after scanning the qr code and till fetchig the matching VCs
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2170] add translations for loading screen messages in all languages
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2170] show share and share with selfie buttons in sharing screen based on whether the matching VCs and selected VCs has image or not
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2170] align sharing vp screen header title to center to show it properly in all languages
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-2170] add vpVerifierName as dependency in useLayoutEffect to reload the screen if verifier name is received from scanned QR code
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 >
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com >
2024-11-07 08:58:45 +05:30
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
abhip2565
13c3941bfc
[INJIMOB-1884] remove SetupKeySelectionScreen ( #1632 )
...
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com >
2024-09-30 17:06:11 +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
Alka Prasad
a78b2d2ef3
[INJIMOB-1911]: add logic for QR login via deeplink ( #1601 )
...
* [INJIMOB-1911]: add logic for QR login via deeplink
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-1911]: bump up tuvali version
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-1911]: bump up kotlin patch version
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-1911]: rename the singleton variable name
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-1911]: extract common code in a function
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-1911]: refactor some logic and remove redundant code
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
---------
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
2024-09-10 10:09:06 +05:30
srikanth716
c461ce0c2b
[INJIMOB-781] refactor the wrapTopCard condition
...
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
2024-05-30 17:57:48 +05:30
Ayushi Dey
d7bf86a482
[INJIMOB-1081]: adding dynamic splash screen
...
Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com >
2024-05-09 19:52:01 +05:30
srikanth716
083f96c110
[INJIMOB-781]:feature walkthrough initial setup
...
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
2024-05-08 12:05:49 +05:30
Alka Prasad
cee236aaec
[INJIMOB-631] Mini Card View Home Page Changes ( #1294 )
...
* [INJI-631] add share and share with selfie options into kebab menu
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJI-631] change share vc component service attribute type to existingMosipVcItemMachine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJI-631] change the kebab menu options name as per the wireframe
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJI-631] add missing otp screen confirmation dialog translations for kannada language
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJI-631] extract vcItemField name and value into two separate components for better usability
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJI-631] show mini card view of the loaded VC and change the styles as per the wireframe
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJI-631] do not show the activation status and kebab menu when sharing vc and while doing QR login
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJI-631] show mini card view usin shimmerPlaceholder component when card is in loading state
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJI-631] add svg images for wallet activated and unactivated icon
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJI-631] fix the postion of pin icon when there is no image displayed in VC
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] show help icon and meat ball menu in vc detailed view
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] add styles for detailed view profile icon and it's container
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-721]: add help icon on top bar and remove setting button
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-721]: move settings to bottom tab bar
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-721]: add search bar ui for vc search
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-721]: add search filter for the vc search
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-721]: refactor filtered data to show message when vc not found
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-631] redirect to the home screen when user gives confirmation to delete the vc from the detailed view
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-721]: add search svg for search bar and also style it
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-631] in existing vcitem machine close the kebab popup when an option is selected in kebab menu except for remove vc option
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] change the remove vc confirm popup as per the wireframe
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] add icons for the kebab menu options and show the number of cards available in home screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] remove tooltip in detailed view and show remove vc kebab menu option in red color
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] close the kebab menu when user clicks on cancel button in removal confirmation popup
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMON-631] show verification status for all the VCs in mini view and detailed view based on isVerified status
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631]: send vc data to scan machine while selecting share or share with selfie from meatball menu
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-721]: add styles to search bar
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-721]: add text msg when field searched in the vc search bar is not found
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-631]: implement sharing VC flow from mini card view
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-721]: refactor search bar component to show diff icon for vc search and issuers search
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-721]: remove unused code
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-631]: implement sharing VC with selfie flow from mini card view
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: handle face auth failure scenario in VC sharing with selfie
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: handle proper closing of kebab menu on VC share option click
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-721]: add styles to the search bar
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-631]: handle navigation to history page from success vc share page
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-721]: add background colour for home screen
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-631]: display proper label for QR login from meat ball menu
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: handle QR login flow for mini view card
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631] show count of cards available matching with search keyword
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] show activated icon for the sunbird cards in the mini view
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] hide share with selfie and qr login options in kebab menu if profile image is not available
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631]: updating logic to call isFromOpenId4VCI from an instance of VCMetadata
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: update kebab menu list icons to outline with black color
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: close kebab popup on selecting sharing option for esignet VCs
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: clear connect for invalid identity and back button click face auth during share with selfie
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631] fix the logic of showing how many cards available in the ui
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] remove styles for kebab menu pin icon
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631]: updating logic to call isFromOpenId4VCI from an instance of VCMetadata
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: reset the flowType and selectedVC variable in scan machine on any disconnect or success share of VC
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631] in detail view show activation status popup everytime in the bottom
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] replace activated icon with svg image in detailed view
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631]: remove unused files
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631] don't show activation details in detailed view if VC image is not available
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] show verification status as valid if credentials are available
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] adjust the size of the image, qr code, magnifier and logo in detialed view
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] increase the width of the activate button in the detialed view
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] in detialed view increase the divider with and change it's styles to show it as per wireframe
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] in detialed view move email and all the address fields to the bottom view for all type of VCs
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] filter the supported credentials of esignet wellknown config based on credential type of issuers config
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] show the horizontal line in detailed view only if email or one of the address fields available in vc
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] fix the spelling mistake of detailed view image styles
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] remove unused event in existing mosip vc item machine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] change the name of the enum used for sharing flow from flow type to vc share flow type
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] create a new enum type to use it for showing the activation status in vcitem container
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] use logical and operator to decide whether to show horizontal line or not in detailed view and remove unnecessary logs
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] add test id to the profile icon container and adjust the styles of pin icon
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] move invalid identity message overlay to verify identity overlay component
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] show credential registry in the bottom section of detial view if it's env variable is set to true
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] add testId to detailed view qr code view and change settings tab title to settings
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] make whole kebab menu option as pressable
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631]: hide kebab menu from the VC on SendVCScreen
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: reset SelectedVc and flow type in scan machine for every kind of disconnect
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: remove redundant check on qr login
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631]: fix the prop value passed to the face scanner
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631] add email & address back to default fields and write a logic to remove bottom section fields from wellknown config supported fields
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] move detailed view bottom section fields list into vcUtils file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] remove unused action selectIsVerifiable in existing vc item machine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] pass the controller functions directly to verifyIdentityOverlay when calling it
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] add todo comment in vcVerification file to handled vc verification pending status as part of another task
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-631] render kebab menu options using flat list and make necessary changes related to menu options
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-721]: refactor search Filter for normal otp flow VC
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-721]: refactor search Filter for sunbird and esignet vc
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-721]: refactor to add metadata to esignet and sunbird vc on download before saving
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-721]: show no of cards when search data is updated
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-631] add back history tab file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* INJIMOB-778 (#122 )
* [INJIMOB-778]: add new localistaion for set and confirm passcode screen
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: add authorization after the biometric unlock
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: add check for biometric and password for the toggle
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: add success toaster message when alternate unlock method is added
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: remove toaster when the app is reopened
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: add locales for succes toaster for biometric toggle
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: refactor to check for the toggle from settings
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: refactor function that handles biometric toggle
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: refactor toggle_biometric_unlock event
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: refactor banner notification to show success message
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-778]: add testID for new components
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 >
* Injimob 784 (#124 )
* [INJIMOB-784] add face verification consent overlay
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] add dismiss for backdrop press
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] add pop up for qrlogin flow also
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-864] disable backup button when restoring and vice versa (#1279 )
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 (#1281 )
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 (#1283 )
* [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: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
* [INJIMOB-784] set context after getting the value from store
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] refactor the names and send isConsentGiven value properly to the scan machine event
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-784] store & fetch the face auth consent value with proper types
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* INJIMOB-604 VC Verification Failure Scenarios (#1228 )
* [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-611]: New Error screen implemented
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] merge develop and resolve conflicts
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.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 >
* [Inji-604]: Simplified condition for result in verify Credential call.
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 >
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-784] add styles for the popup
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] add locales changes in all languages
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] send consent data using event to qrlogin machine
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] refactor scan and qr machines and remove logs
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] add testID for icons and buttons
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] add translations for help screen contents
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] add translations for help screen contents
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* [INJIMOB-784] change popup text and alter help screen msg order
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
* Update SendVcScreenController.ts
* [INJIMOB-784] refactor actions for show face auth consent screen
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
---------
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@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: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com >
Signed-off-by: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.com >
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com >
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com >
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com >
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
Co-authored-by: balachandarg-tw <115633327+balachandarg-tw@users.noreply.github.com >
* [INJIMOB-631]: remove reset flowtype from disconnect as it is resetting the value each time on new connection
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
* [INJIMOB-631] remove unnecessary reset flow type event in scan machine and fix storage limit error overlay
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
Signed-off-by: Alka <prasadalka1998@gmail.com >
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
Signed-off-by: Alka Prasad <prasadalka1998@gmail.com >
Signed-off-by: Alka Prasad <Alka1703@users.noreply.github.com >
Signed-off-by: PoojaBabusing <115976560+PoojaBabusing@users.noreply.github.com >
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com >
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@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: adityankannan-tw <109274996+adityankannan-tw@users.noreply.github.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: PoojaBabusing <115976560+PoojaBabusing@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: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.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 >
2024-03-19 11:52:00 +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
Srikanth Kola
fd647eb96e
Inji mob 737 rtl issue ( #1254 )
...
* [INJIMOB-737]: fix RTL issue
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: fix receive card navigation issue
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: fix receive card back icon rendering position
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: refactor the header right and left
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: fix rendering issue in ios
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: fix rtl rendering issue in ios
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: refactor screen otion to render in ios
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: refactor HomeScreenOptions to render in ios
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: moving HistoryHeaderTitleStyles to style files
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: fix RTL issue
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: refactor the header right and left
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
---------
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
2024-02-26 11:16:09 +05:30
Vijay Kumar S
10a72a67b5
[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 >
2024-02-15 11:09:43 +05:30
Srikanth Kola
2665cdeee1
Inji mob 737 rtl issue ( #1238 )
...
* [INJIMOB-737]: fix RTL issue
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: fix receive card navigation issue
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: fix receive card back icon rendering position
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-737]: refactor the header right and left
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
---------
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
2024-02-13 10:09:49 +05:30
Anil kumar M
c9391b5c92
[INJI-702]:Renamed Scan as Share in the Bottom tab NavBar ( #1157 )
...
* [INJI-702]: Updated scan screen header in locals
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
2024-01-12 19:31:33 +05:30
srikanth716
fd77308f02
[INJI-550] : refactor rendering issues ( #1107 )
...
* fix(INJI-550):refactor setup language and passcode screen
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* Fix(INJI-369): After changing the languages made fixes in screens Error, Auth & Intro-Sliders
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
* Fix(INJI-550): After changing the languages made fixes in screens Error, Auth & Intro-Sliders
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* [INJI-550] fix about inji screen rendering issue in small screen and arabic language
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* [INJI-550] fix text alignment issue in about inji screen in kannada language
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
---------
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
Co-authored-by: anil_majji <majjianilkumar050@gmail.com >
2023-12-20 13:34:56 +05:30
srikanth716
ce232b2b89
Inji 427 refactoring select vc screen while sharing ( #970 )
...
* fix(INJI-427):refactor selectVC screen while sharing
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* fix(INJI-427):refactor selectVC checkbox icon and button height
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* fix(INJI-427):remove bottom Tab from share flow
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* fix(INJI-427):remove bottom Tab from share flow
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* fix(INJI-427):remove bottom Tab from share flow
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* fix(INJI-427):refactor bottomTabBar styles into theme files
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
---------
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
2023-10-31 12:43:18 +05:30
KiruthikaJeyashankar
55c666b121
feat: download credentials from Esignet using openId4VCI ( #851 )
...
* feat(INJI-245): dowload and view card via issuers
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com >
* fix(INJI-245): remove vc from wallet
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com >
* feat(INJI-245): pin card downloaded via eSignet
* refactor(INJI-245): remove debug logs
* refactor(INJI-245): rename vcItem related component to ExistingVcItem
* refactor(INJI-245): add lock file modifications
* refactor(INJI-245): add styles in purple theme for issuer related components
* refactor(INJI-245): update VID for wallet binding usecase and issuer logo display in vc
* refactor(INJI-245): remove duplicate loader component
* refactor(INJI-245): remove unused props in vc details container
---------
Co-authored-by: Harsh Vardhan <harsh59v@gmail.com >
Co-authored-by: Vijay <94220135+vijay151096@users.noreply.github.com >
2023-09-22 17:22:59 +05:30
dhivya0413
769ed54bcf
[INJI-195] Upgrade React native version to 0.71.8 ( #824 )
...
* chore(INJI-195): upgrade react native version and dependencies
* chore(INJI-195): upgrade expo version and dependencies
* chore(INJI-195): modify associated files on version upgrade
* chore(INJI-295): fixed react native flipper and patch packages
* chore(INJI-195): fix for expo prebuild
* chore(INJI-195): expo linked to android/ios projects
* chore(INJI-195): update metro config
* chore(INJI-195): fix ios build with mmkv storage patch
* chore(INJI-195): gradle version modified
* chore(INJI-195): fixed rn version 0.71.8 due to mmkv library issue
* chore(INJI-195): removed files in android
* chore(INJI-195): fix 0.71.8 for iOS project through pods with expo linking
* chore(INJI-195): fix for custom fonts added through pods due to rn linkage
* chore(INJI-195): fix for removing assets.car generated from pods
* Modify Node version in pipeline (#806 )
* chore(INJI-195): fix for android splash screen not shown up
* chore(INJI-195): upgraded to node 18 in pipeline
* chore(INJI-195): add the pod install twice to remove duplicates via script workaround (#807 )
Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com >
* INJI-195 Set the signing team for iOS (#810 )
* chore(INJI-195): add the pod install twice to remove duplicates via script workaround
* chore(INJI-195): set the signing team for ios build
---------
Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com >
* Modify github runner to self hosted runner (#811 )
* chore(INJI-195): add the pod install twice to remove duplicates via script workaround
* chore(INJI-195): set the signing team for ios build
* chore(INJI-195): set the self hosted runner for ios build
---------
Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com >
* Modify self hosted runner to github hosted runner (#813 )
* chore(INJI-195): add the pod install twice to remove duplicates via script workaround
* chore(INJI-195): set the signing team for ios build
* chore(INJI-195): set the self hosted runner for ios build
* chore(INJI-195): modify the self hosted to github hosted runner
---------
Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com >
* chore(INJI-195): modify the self hosted to github hosted runner
* chore(INJI-195): set the code signing identity for ios build
* chore(INJI-195): assigned app icon files to asset
---------
Signed-off-by: dhivya0413 <120356578+dhivya0413@users.noreply.github.com >
Signed-off-by: Swati Goel <meet2swati@gmail.com >
Co-authored-by: Swati Goel <meet2swati@gmail.com >
2023-09-13 11:53:59 +05:30
PuBHARGAVI
fe3f8a56e1
fix(INJI-329): fix received card expand view and redirect the user to history screen after VC transfer ( #799 )
...
* fix(INJI-329): remove onboarding related code from MyVcs machine to show the expanded view of received card
Onboarding is used to check whether we need to show the intro sliders or not now it is handled differently in AppLayout
* fix(INJI-329): redirect the user to the history screen after successfull vc share
* fix(INJI-329): show incoming card screen on the verifier after closing the success popup
redirect the user to received cards screen if user clicks on view received card button and QR code screen if clicks on back button
* refactor(INJI-329): extract bottom tab, scan and request screen names into separate file to maintain the consistency
* refactor(INJI-329): remove activeTab from routeConstants as it is not being used
before new UI merge we have 3 different tabs in home screen and activeTab is used for displaying the current active tab
2023-09-12 13:34:21 +05:30
Anil kumar M
98cbfc5142
fix(INJI-282) Cross button of pop-up will navigate to home ( #786 )
...
* fix(INJI-282) Cross button of pop-up will navigate to home
* Icon made as pressble part
2023-08-31 14:12:20 +05:30
Anil kumar M
101edaa3c3
Fixed tab elements which are still in english ( #779 )
2023-08-29 11:33:35 +05:30
anil_majji
e76185556c
Implemented Receive Card & Received Cards options in Settings
2023-08-01 19:14:43 +05:30
PuBHARGAVI
f5a2c50809
refactor(INJI-223): get the scan string from route config to keep it consistent
...
Issue Link https://mosip.atlassian.net/browse/INJI-223
2023-07-28 11:24:30 +05:30
anil_majji
ec5bb94e45
Updated with develop branch along with VcItemContent.tsx, VcItemActivation.tsx
2023-06-23 13:55:32 +05:30
PuBHARGAVI
53d8c61400
Merge branch 'develop' into update-app-logo
2023-06-13 18:28:15 +05:30
PuBHARGAVI
3149876ac6
feat(INJI-134): [Bhargavi] remove idpass logo in welcome screen
...
Issue Link https://mosip.atlassian.net/browse/INJI-134
2023-06-08 17:51:07 +05:30
Pooja Babusingh
c238963549
feat(84): [Pooja|Tilak] remove google nearby translations from language files
2023-05-23 16:29:18 +05:30
Sri Kanth Kola
397ed7ac20
ui revamp on ble
2023-04-21 09:48:07 +05:30
anil_majji
8f6e157799
Created settings screen
2023-04-18 22:14:36 +05:30
anil_majji
3b74fddb6c
Created history screen as new UI
2023-04-18 22:05:41 +05:30
srikanth716
d7e0885cd5
feat:activity log in kebab
2023-04-18 12:08:49 +05:30
anil_majji
c82cdc65d2
Created settings screen
2023-04-18 10:29:47 +05:30
anil_majji
7c8ec9152b
Created history screen as new UI
2023-04-17 21:58:18 +05:30
anil_majji
27aec02b31
Builded scan screen as per new UI
2023-04-17 21:55:57 +05:30
anil_majji
8cff30ab89
Bottom-tab icons modified as per new UI
2023-04-17 21:54:16 +05:30
srikanth716
52ff018f49
feat:languase selection and intro sliders
2023-04-17 20:58:46 +05:30
srikanth716
278727aaf2
Language selection at the initial launch
2023-04-17 20:57:45 +05:30
PuBHARGAVI
b799d6444f
refactor( #607 ): [Bhargavi] change the labels in the app profile screen
2023-03-06 22:30:12 +05:30
Tilak Puli
5956943b69
feat( #305 ): Refactor ble related conditions
2023-01-19 18:30:07 +05:30
Tilak Puli
81bfb8f194
Merge remote-tracking branch 'mosip/qa-develop' into develop
2023-01-19 16:01:27 +05:30
Pooja Babusing
b72cc7baa4
feat( #305 ): [Pooja] Disabling request button in ios as verifier
2023-01-19 13:13:20 +05:30
Pooja Babusing
2555673f5f
feat( #305 ): [Pooja] [iOS] Hiding Qr generration till ios supports verifier
2023-01-19 10:15:46 +05:30
Paolo Miguel de Leon
542ef24506
fix( #201 ): missing translations
2022-11-22 11:45:39 +08:00
Paolo Miguel de Leon
b5d957c043
feat: add face validation when sharing VC
2022-09-30 17:43:06 +08:00
Paolo Miguel de Leon
14b5206159
fix: refactor request modals to screens for iOS
2022-09-06 14:33:51 +08:00
Danica Erediano
2aa6d9ddb4
added checker for biometrics change and re-enable if there is, for android only
2022-08-10 15:00:40 +08:00
Nichole Martinez
c4ada44043
Commented libs that will have issues in ios and re-enable routes
2022-08-03 08:45:05 +08:00
Paolo Miguel de Leon
4738196c8c
fix: missing translations
2022-05-11 18:40:05 +08:00
Danica Erediano
b221fe599a
initial
2022-04-07 16:50:22 +08:00