abhip2565
60eb766b03
[INJIMOB-2191] change theme to mesh gradient ( #1665 )
...
* [INJIMOB-2191] change theme to mesh gradient (#1652 )
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com >
* [INJIMOB-2191] change asset name (#1653 )
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com >
* [INJIMOB-2191] change logo to new theme (#1654 )
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com >
* [INJIMOB-2191] change ios logo format- uncheck alpha (#1655 )
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com >
* [INJIMOB-2191] update about inji section url (#1656 )
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com >
* [INJIMOB-2232] fix gradient buttons and add gradient backdrop
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com >
---------
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com >
2024-11-05 15:53:44 +05:30
srikanth716
0065e4d6d2
Merge branch 'develop' of https://github.com/mosip/inji into injimob-1081-change-logos
...
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
2024-05-30 12:09:54 +05:30
Ayushi Dey
48dda82c13
[INJIMOB-1081] modified splash screen and assets
...
Co-Authored by: srikanth716 <srikanthsri7447@gmail.com >
Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com >
2024-05-15 18:41:15 +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
PuBHARGAVI
73630d84a0
[Injimob 695] Show Banner message based on vc verification call response ( #1408 )
...
* [INJIMOB-695] create a enum for all the banner status types and use it in all places
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] add isVerified attribute in the vcMetadata to store verification status and disable activation if verification is pending
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] hide share, share with selfie and activation options in kebabe menu if verification is pending
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] pass tooltip component and trigger component styles as props to custom tooltip component
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] show info icon next to status in detail view and show the tool tip component when user clicks on it
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] show pending icon in card and detailed view if verification is pending
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] give max height to kebab menu to remove the extra space when there are few options
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] rename the info icon to colored info and add black color info icon to show it in detailed view and adjust the styles of help icon in home screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] pass the new argument to the setTextColor to set the default color to the components if wellknown is not available
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] add a logic in wellknown config api method to get the fields properly from credentials supported attribute of api response based on its type
if credential supported field value is array we will use the logic as it is if it's value is of type object we will compare the credential types which we got in the wellknown api response with the credential types of the VC
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] show the kebab menu icon color properly based on the position where we are showing it in ui
In detail view we are using svg image directly so no need to pass icon color and in card view if we have wellknown we will use the text color which we got in config api response otherwise we will set the default color
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] add default value to the selected vc context variable in home screen machine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] add missing translations and translations for verification success and failure states
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] rename verification banner info translation from verification retrigger to info in all local files
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] add translation for pending status in all locale files
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] adjust the styles of detailed view info icon tool tip component
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] show kebab menu icon in detailed view only after getting the response from wellknown config api call and rendering the VC details
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] show vc's in select vc screen in sharing flow only if they are verified by digital bazar
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] adjust the styles of help icon and label in home screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] initiate the verification call to digital bazar library and show the banner notification in detailed view based on the response
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] replace setCredential action with setContext action in vcItemMachine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] handle different verification status banner scenarios in vc item and meta machines
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] add translations for vc verification banner in all languages
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] change the name of verification status type info to in progress in all places
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] fix minor issues in verification flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] fix some of the usecases in verification flow
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] fix the styles of vc verification status in detailed view
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] show the card type value in chosen language
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] remove unnecessary format change in QrConsent file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] remove the banner if the verification is done and the user moves to other screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] fix spelling mistakes and rename few variables to make them more meaningful
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] change the method name from setTextColor to getTextColor and move it to vcUtils file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] change the method name from setBackgroundColor to getBackgroundColor in vcUtils file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] remove translations related to lock and revoke from all locale files
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] convert detailed view status tool tip translations into object format in all local files
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] chanage vcItemMachine existing state name to vcUtilitiesState
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] change the name of sendVcUpdated to updateVcMetadata in vcItemMachine
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
* [INJIMOB-695] remove useBannerNotificationContainer controller file and add those events in useBannerNotification itself
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com >
2024-05-08 09:19:03 +05:30
Ayushi Dey
c110368661
[INJIMOB-1081]: splash screen in asset folder updated
...
Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com >
2024-04-22 15:59:20 +05:30
Ayushi Dey
0552cdd98a
[INJIMOB-1081]: updated 1st intro slider
...
Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com >
2024-04-18 17:26:33 +05:30
Ayushi Dey
6d9cd63607
[INJIMOB-1081]: updated intro sliders and inji logo
...
Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com >
2024-04-17 18:21:25 +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
balachandarg-tw
ac541f805c
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 >
2024-02-22 17:26:19 +05:30
Anil_Kumar_Majji
ba11363f01
[InjiMob-745] Implemented sharing error modal with respective CTA's and message when VC sharing has failed. ( #1234 )
...
* [INJIMOB-745]: Implemented Error moda of sharing failure with title, message & CTAs were display based on Error_codes
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: Implemented Error modal of sharing failure with title, message & CTAs were display based on Error_codes
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: Updated respective text in all the locals
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: Fixed the error of go to history button in success sharing status
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: Resolved PR Merge conflicts
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: remove duplicate import which causes build issue
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
* [INJIMOB-745]: Modified SharingStatusModal into dynamic props for buttons, text as per requirement
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: Made changes in the rendering of respective button as per requirements
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: Adjusted the alignment of bottom buttons & Made header as per wire frame
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: Changed the verifier side text messages of Error codes[TUV_UNK_001, TVV_UNK_001, 002, 003]
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: Added accessible props to Pressable in SharingStatusModal
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
* [INJIMOB-745]: Modified success screen icons in to SVG's
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
---------
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com >
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com >
Co-authored-by: srikanth716 <srikanthsri7447@gmail.com >
2024-02-19 11:11:58 +05:30
Sreenadh S
b45bf5b441
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 >
2024-02-14 23:26:43 +05:30
PoojaBabusing
f633bc05d7
Remove error toaster when retrying for backup or restore ( #1241 )
...
* [INJIMOB-825]: remove error toaster when retrying for backup or restore
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-825]: refactor to check on data availability and storage avilability
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
* [INJIMOB-788] add gap between action buttons in Error screen
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
* [INJIMOB-788] add theme colors to backup&restore flow icons
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
* [INJIMOB-788] modify style of gradient button
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
---------
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
2024-02-13 11:10:39 +05:30
KiruthikaJeyashankar
de73c97fa6
Merge remote-tracking branch 'upstream/develop' into inji-691
...
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
2024-01-31 09:41:23 +05:30
srikanth716
0b6f973efc
[INJI-626] enhance intro slider with backup data guide carousel ( #1211 )
...
Signed-off-by: Srikanth Kola <srikanthsri7447@gmail.com >
2024-01-31 00:46:49 +05:30
KiruthikaJeyashankar
d3f1010faf
[INJI-691] replace restore icon with svg image
...
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
2024-01-28 18:38:01 +05:30
KiruthikaJeyashankar
f018c543dd
[INJIMOB-691] show backup success data
...
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
2024-01-27 10:07:47 +05:30
KiruthikaJeyashankar
9be3532f58
[INJI-691] Merge remote-tracking branch 'upstream/develop' into inji-691
...
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
2024-01-25 06:50:46 +05:30
Pooja Babusingh
3ad072ecb8
[INJI-691]: add backup icon and new label for the fetaure in settings screen
...
Signed-off-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
2024-01-24 15:18:25 +05:30
KiruthikaJeyashankar
d1e85651ca
[INJI-691] add backup and restore screen
...
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com >
2024-01-24 15:18:25 +05:30
anil_majji
d48fc1cf8d
[INJI-725]: Renamed-scan-screen-as-share-and-changed-icon-for-share-in-bottom-tab
...
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
2024-01-22 17:22:52 +05:30
srikanth716
832d922282
Inji 569 using svg instead png ( #1093 )
...
* refactor(INJI-569): changing png to svg images from setup to home screen
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* Refactor(INJI-569): changing png to svg images settings screen
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
* [INJI-569] changing png to svg image
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* [INJI-569]: Adjusted all the alignment in settings screen
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
* [INJI-569] fix SuccessLogo size and and alignment
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* [INJI-569] refactor theme files and removing unused QrLoginWarning component
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* [INJI-569] changing the naming convention of svg images
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* [INJI-569] fix Typo mistake and remove unused imports
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* [INJI-569] fix Typo mistake, misssing imports and remove unused elements
Signed-off-by: Sri Kanth Kola <srikanthsri7447@gmail.com >
* [INJI-569]: Adjusted all the alignment of icons with tag name in settings screen
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
* [INJI-569] renaming the files
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 10:17:46 +05:30
Anil kumar M
39f3e0ecd5
Fix: (Inji-261): Most of the elements which are still in orange in the purple theme are fixed. ( #1021 )
...
* Feat(INJI-261): Some elements still appearing orange colour in the purple theme
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
* FIX(INJI-261): Some elements still appearing orange colour in the purple theme
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
* FIX(INJI-261): Fixed the home screen icons to purple theme
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
* FIX(INJI-261): Fixed the comments of respective PR
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
* FIX(INJI-261): Fixed the comments of respective PR
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
---------
Signed-off-by: anil_majji <majjianilkumar050@gmail.com >
2023-11-20 13:00:18 +05:30
vijay151096
ad76243d02
Refactor(inji-429) : standardize issuers configuration ( #937 )
...
* refactor(inji-429): standardize the issuers configuration
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com >
* refactor(inji-249): optimise the issuers protocols implementations
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com >
* refactor(inji-249): remove unnecessary states and unused icons
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com >
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com >
2023-10-18 17:23:11 +05:30
Swati Goel
4cfff49fec
feat(INJI-471) - Update intro slide image with description. ( #931 )
...
Signed-off-by: Swati Goel <meet2swati@gmail.com >
2023-10-16 20:04:40 +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
adityankannan-tw
d71c34c569
(INJI-350): Sync VC UI with wireframes ( #845 )
...
* fix(INJI-350): Sync VC UI with wireframes
* fix(INJI-350): fix minor styling changes
* fix(INJI-350): fix merge conflicts and missed changes
* fix(INJI-350): refactor the icon sizes and id numbers
* fix(INJI-350): refactor the text sizes and labels
* fix(INJI-350): add extrasmall size type to text component
* fix(INJI-350): add extraSmall size type to text component
2023-09-21 17:38:15 +05:30
PoojaBabusing
43efe2a2fc
style vcDetails page ( #841 )
...
* feat(INJI-351): style vcDetails page
* feat(INJI-351): add translations to fil lang and remove QRcode style
---------
Co-authored-by: Pooja Babusingh <68894211+PoojaBabusingh@users.noreply.github.com >
2023-09-20 15:23:46 +05:30
srikanth716
d9bb51bd2d
fix(INJI-134):New mosip logo is updated in the inji app ( #801 )
...
* fix(INJI-134):New mosip logo is updated in the inji app
* fix(INJI-134):New mosip logo is updated in the inji ios
2023-09-12 10:31:19 +05:30
Anil kumar M
d0887bc211
fix(INJI-289): Modified the face authentication layout as per wire-frame ( #802 )
...
* fix(INJI-289): Adjusted face authentication layout as per UI/UX
* Replaced capture-icon from theme styles to provides png images
2023-09-11 12:58:24 +05:30
anil_majji
03de6e8c9b
fix(INJI-285): Added the flip camera buton in the scan screen
2023-08-17 19:08:18 +05:30
anil_majji
ec5bb94e45
Updated with develop branch along with VcItemContent.tsx, VcItemActivation.tsx
2023-06-23 13:55:32 +05:30
anil_majji
cb78195842
Displaying Received cards option in settings (INJI-96)
2023-06-21 10:13:43 +05:30
PuBHARGAVI
a5bdcbfb10
feat(INJI-134): [Bhargavi] update welcome screen logo with new mosip logo
...
Issue Link https://mosip.atlassian.net/browse/INJI-134
2023-06-08 17:29:23 +05:30
PuBHARGAVI
cf6c1ce9c4
feat(INJI-134): [Bhargavi] update card logo with new logo
...
Issue Link https://mosip.atlassian.net/browse/INJI-134
2023-06-08 16:44:21 +05:30
anil_majji
ea73f05b65
Added magnifier zoom icon
2023-06-02 19:00:25 +05:30
Sri Kanth Kola
dad2cecc5f
Add on intro slider
2023-05-10 13:07:49 +05:30
anil_majji
2bad7bac04
Modified setting screen options
2023-04-19 10:50:00 +05:30
anil_majji
9d3b3add59
Commited both the UI changes yet
2023-03-16 01:04:32 +05:30
anil_majji
22619f8c1d
merged with srikanth's code
2023-03-15 21:49:28 +05:30
anil_majji
71b4ac34c5
Implemented downloading popup
2023-03-14 16:36:20 +05:30
srikanth716
d0464a4442
feat:languase selection and intro sliders
2023-03-04 23:05:28 +05:30
anil_majji
643495dee5
Implemented new splash-screen image atlast
2023-02-28 18:33:08 +05:30
anil_majji
e4e7c4a2c4
send VC Layout designed as per new UI
2023-02-17 13:06:33 +05:30
anil_majji
d2b7376dd9
Implemented Progressing modal
2023-02-11 14:54:12 +05:30
anil_majji
eb006197a4
implrmented help button
2023-02-10 15:35:43 +05:30
anil_majji
67360e984e
Bottom-tab icons modified as per new UI
2023-02-01 13:52:11 +05:30
anil_majji
1a2ff9885d
Replaces profileIconBg with IconContainer
2023-02-01 11:30:36 +05:30
anil_majji
9931dc2c11
Created Splash logo screen
2023-01-31 12:32:18 +05:30
anil_majji
fa83ca719f
UI changed in home-screen
2023-01-31 11:43:17 +05:30