KiruthikaJeyashankar
|
003cc156c2
|
[INJIMOB-1192] onboarding of new issuer is affecting the existing issuers (#1476)
* [INJIMOB-1192] : use wellknown response instead of mimoto issuer config.
-- Remove hardcoding for sunbird issuer in vc activation and verification flow.
-- Render idType from wellknown response
-- Remove UIN/VID from default add-on fields
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-1192] : fix propType and some refactoring
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-1192] : add credentialType in VcMetadata
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-1192] fix vc download via issuer flow due to credentialType mismatch
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] rename supported list of credential type in issuers model
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] display id type in history based on wellknown for issuers VC
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] fix id type not shown for VC activation
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] remove unused credentialType field from VCMetaData
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] set default idType for logging activity
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] move vc item machine events into model
Events should not be exported to other packages for direct use so that Xstate's createModel() can decorate the function appropriately
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] show verify banner id type from wellknown
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] refactor duplication and unused code
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] remove unused displayId in metadata
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] revert the dimensions of camera scanner to old values to support face liveness verification
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1192] remove unused code & debug logs
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] fix failing test cases
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1192] remove unused translations
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
|
2024-06-04 16:37:54 +05:30 |
|
KiruthikaJeyashankar
|
de7ef99e9c
|
[INJIMOB-1303] integrate vci client for android (#1453)
* [INJIMOB-1303] add native modules for vci-client
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1303] integrate inji-vci-client for vc download android
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1303] change log levels for error log
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1303] modify debug log
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1303] rename vci client package
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
|
2024-05-24 11:39:10 +05:30 |
|
balachandarg-tw
|
c36123097b
|
[Injimob-695]: Go back issue fixed in issuersMachine for Verification Error (#1439)
* [Injimob-695]: Go back issue fixed in issuersMachine for Verification Error.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [Injimob-695] Remove unused actions.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [Injimob-695]: Updating the catch block of verifyCredential to throw technical error.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [Injimob-695]: Updating the error logs for verification error.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-695] change the name of isPendingVerificationError method to make it more meaningful and move vc verification status styles to theme files
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-695] change the verification failure banner message as per the wireframe
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-695] In vcItem services file pass VC credentials properly to the verify credential method
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-695] remove unused imports and return verification error message properly in vcItem actions
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-695] remove unused imports in issuersActions file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.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-05-17 07:02:09 +05:30 |
|
PuBHARGAVI
|
7b15318514
|
[Injimob 695] Add logic to show the Banner message based on the verification call response for esignet and sunbird VC (#1435)
* [INJIMOB-990] - fix step to get client id based on app flavor
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-990] - add checkout step to get client-id based on app flavor
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* Update MoreOptionsPage.java (#1428)
Signed-off-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
* [INJIMOB-695] fix vc detail view in receive screen (#1431)
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* updated config file (#1433)
* Update MoreOptionsPage.java
Signed-off-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
* Update androidConfig.yml
Signed-off-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
---------
Signed-off-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
* [INJIMOB-695] store verification call response into storage for esignet and sunbird VC's
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-695] revert develop branch changes
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-695] revert develop branch changes in internal-build.yml file
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: Sreenadh S <32409698+sree96@users.noreply.github.com>
Co-authored-by: anup-nehe <117707464+anup-nehe@users.noreply.github.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
|
2024-05-08 22:10:47 +05:30 |
|
Srikanth Kola
|
de36e01c04
|
Inji mob 780 pop up for download failure scenario (#1393)
* [INJIMOB-780]: Implemented Pop up for downloading VC failure scenario
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com>
* [INJIMOB-780] remove unused imports and constants
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
* [INJIMOB-780]: Implemented Pop up for downloading VC failure scenario
Signed-off-by: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com>
* [INJIMOB-780] remove unused imports and constants
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
* [INJIMOB-780]: refactor download failed banner notification
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
* [INJIMOB-780]: refactor issuer and vcItem machine for download error popup
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
* [INJIMOB-780]: remove passing context event to vcMeta
Signed-off-by: srikanth716 <srikanthsri7447@gmail.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: Anil_Kumar_Majji <106086523+Anil-kumar-Majji@users.noreply.github.com>
|
2024-04-29 10:50:41 +05:30 |
|
Vijay Kumar S
|
13f6730502
|
[INJIMOB-967]: selection of credential types (#1367)
* [INJIMOB-967]: selection of credential types
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-967]: selection of credential types
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-967]: selection of credential types
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-967]: selection of credential types
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-967] change literal and typeof param
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
* [INJIMOB-967] change literal in all languages
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
---------
Signed-off-by: Vijay <94220135+vijay151096@users.noreply.github.com>
|
2024-04-08 19:17:05 +05:30 |
|