abhip2565
|
6f3d0e2fc6
|
[INJIMOB-1552] change qr ecc and add quiet zone (#1546)
* [INJIMOB-1552] change qr ecc and add quiet zone
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB-1552] revert .pbxproj for distribution
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
---------
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
|
2024-06-29 12:25:36 +05:30 |
|
PoojaBabusing
|
8d0f3694c4
|
[injimob-1531] remove the message which generate txt files while doing share QR (#1534)
Signed-off-by: PoojaBabusingh <poojababusingh09@gmail.com>
Co-authored-by: PoojaBabusingh <poojababusingh09@gmail.com>
|
2024-06-27 09:26:36 +05:30 |
|
Srikanth Kola
|
3b00b9d33d
|
[INJIMOB-1503]: fix tour guide buttons misalignment in IOS (#1530)
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-06-26 12:00:47 +05:30 |
|
Srikanth Kola
|
5c4698a8fa
|
[INJIMOB-1246]: fix activating vc error message (#1497)
* [INJIMOB-1246]: fix activating vc error message in kebab popup
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
* [INJIMOB-1246]: change vc activation error message
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
---------
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-06-13 10:22:50 +05:30 |
|
srikanth716
|
1b5291ed24
|
[INJIMOB-781]: refactor the copilot testId's
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-06-12 16:10:13 +05:30 |
|
srikanth716
|
ce452dea26
|
Merge branch 'develop' of https://github.com/mosip/inji into injimob-781-app-tour-guide-walkthrough-feature
|
2024-06-12 10:19:11 +05:30 |
|
srikanth716
|
444575e08d
|
[INJIMOB-781]: change testID of tourguide title and description
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-06-12 10:10:49 +05:30 |
|
KiruthikaJeyashankar
|
b11aa3d49b
|
[INJIMOB-1458] fallback issuers config if wellknown not available (#1505)
* [INJIMOB-1458] fallback to issuers config if well known is not available
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1458] set vc metadata id as credential ID & displayId as UIN/PolicyNUmber
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
|
2024-06-10 10:03:52 +05:30 |
|
abhip2565
|
065d87b4d9
|
qr code loading fix (#1487)
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
|
2024-06-05 14:31:50 +05:30 |
|
Srikanth Kola
|
03b4de1a9d
|
[INJIMOB-781] fix receivedcards wrap copilot provider error (#1484)
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-06-05 12:09:03 +05:30 |
|
srikanth716
|
dbf421f8bc
|
[INJIMOB-781]: fix screen header title issue
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-06-04 19:57:17 +05:30 |
|
KiruthikaJeyashankar
|
003cc156c2
|
[INJIMOB-1192] onboarding of new issuer is affecting the existing issuers (#1476)
* [INJIMOB-1192] : use wellknown response instead of mimoto issuer config.
-- Remove hardcoding for sunbird issuer in vc activation and verification flow.
-- Render idType from wellknown response
-- Remove UIN/VID from default add-on fields
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-1192] : fix propType and some refactoring
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-1192] : add credentialType in VcMetadata
Signed-off-by: Swati Goel <meet2swati@gmail.com>
* [INJIMOB-1192] fix vc download via issuer flow due to credentialType mismatch
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] rename supported list of credential type in issuers model
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] display id type in history based on wellknown for issuers VC
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] fix id type not shown for VC activation
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] remove unused credentialType field from VCMetaData
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] set default idType for logging activity
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] move vc item machine events into model
Events should not be exported to other packages for direct use so that Xstate's createModel() can decorate the function appropriately
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] show verify banner id type from wellknown
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] refactor duplication and unused code
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] remove unused displayId in metadata
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] revert the dimensions of camera scanner to old values to support face liveness verification
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1192] remove unused code & debug logs
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1192] fix failing test cases
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-1192] remove unused translations
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
---------
Signed-off-by: Swati Goel <meet2swati@gmail.com>
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
Co-authored-by: Swati Goel <meet2swati@gmail.com>
Co-authored-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
|
2024-06-04 16:37:54 +05:30 |
|
adityankannan-tw
|
339e08c462
|
[INJIMOB-1433,528] - Add passive liveness detection with blink detection (#1474)
* [INJIMOB-528] add liveness support for face verification
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-528] add and comment blink detection
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-528] update locales and remove blink detection
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1433] add blinking and increase threshold if blinking is detected
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1433] sync package lock json
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1433] update node version to 18 for android build
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1433] refactor
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1433] refactor components
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1433] use the default version of package resolved file
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1433] refactor and add new env for liveness in workflow
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1433] remove new env and unused code
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-1433] add new env for liveness and combine build descriptiona and build name
Signed-off-by: adityankannan-tw <adityan410pm@gmail.com>
* [INJIMOB-528] update package lock & pbxproj files
Signed-off-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
* [INJIMOB-1433] add test id for elements
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>
Co-authored-by: adityankannan-tw <adityan410pm@gmail.com>
Co-authored-by: KiruthikaJeyashankar <81218987+KiruthikaJeyashankar@users.noreply.github.com>
|
2024-06-04 13:59:02 +05:30 |
|
balachandarg-tw
|
d1a9a3c7f5
|
Injimob 1204 share qr code (#1472)
* [INJIMOB-1204]: Renaming sharing utils file and removing state variable in QRCodeOverlay
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1204]: Removing state variable for base64 string.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1204] : Error logging and renaming to imageUtils
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
* [INJIMOB-1204]: Renaming the function name
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
---------
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-06-03 15:55:54 +05:30 |
|
Sreenadh S
|
cb70581922
|
Merge pull request #1469 from tw-mosip/injimob-1204-share-qr-code
|
2024-05-31 17:28:33 +05:30 |
|
BalachandarG
|
dc915f8718
|
INJIMOB-1204: Updating the translations for Scan to view text.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-30 18:31:38 +05:30 |
|
BalachandarG
|
2d2fc868c6
|
INJIMOB - 1204 : Moving Button margin to Themes and updated locale keys to camelcase and removed logs in sharing utils.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-30 18:25:00 +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 |
|
BalachandarG
|
d8cf4d4530
|
Merge remote-tracking branch 'upstream/develop' into injimob-1204-share-qr-code
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-30 17:24:24 +05:30 |
|
srikanth716
|
9c891b3aa3
|
[INJIMOB-1081] code refator and removed commented code
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-30 14:34:17 +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 |
|
srikanth716
|
574ffd939d
|
[INJIMOB-781] fix model rendering issue in IOS
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-30 11:18:17 +05:30 |
|
BalachandarG
|
118a566b69
|
INJIMOB-1204: Fixing the sharing fail for first time issue.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-30 09:26:38 +05:30 |
|
srikanth716
|
b7dea1d0bd
|
[INJIMOB-781] fix copilot target issue on downloaded vc
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-29 13:35:57 +05:30 |
|
srikanth716
|
cf05d7ef93
|
[INJIMOB-781] fix rendering issue for downloaded vc target point
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 19:06:41 +05:30 |
|
srikanth716
|
ec88ecb5e2
|
[INJIMOB-781] fix styling and rename cardviewcontent method
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 15:26:13 +05:30 |
|
BalachandarG
|
93d2255eaf
|
INJIMOB-1204 : Share button UI changes
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-28 15:12:34 +05:30 |
|
BalachandarG
|
6d35086d63
|
INJIMOB-1204 : Adding share utils
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-28 15:05:40 +05:30 |
|
srikanth716
|
e6c3012828
|
[INJIMOB-781] fix vc details rendering
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 10:02:44 +05:30 |
|
srikanth716
|
fb5a54ae49
|
refactor copilot start point
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 09:59:16 +05:30 |
|
srikanth716
|
cfed4da274
|
--amend
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 09:48:32 +05:30 |
|
srikanth716
|
f205b73baa
|
[INJIMOB-781] refactor vccardview
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 09:48:30 +05:30 |
|
abhip2565
|
76b6dfd52e
|
[INJIMOB-1267] native integration pixelpass (#1454)
* [INJIMOB-1267] Add Native artifacts integration in Inji for Pixelpass
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB-1267] removed aar and added snapshot publication
Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com>
* [INJIMOB 1267] refactor homescreen
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] refactor qroverlay component and modify native setup for pixelpass
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] refactor qroverlay component
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] changed package.resolved version
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] modify native android integration setup
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] Refactor changes
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] changed native android package
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] add import for pixelpass in scanactions
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] change pixel pass version
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] change pixel pass package.resolved version
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
---------
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com>
Co-authored-by: Ayushi Dey <ayushirakshitdey@gmail.com>
|
2024-05-28 09:48:30 +05:30 |
|
srikanth716
|
208a21ab3c
|
[INJIMOB-781] refactor copilot in separate component
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 09:48:30 +05:30 |
|
srikanth716
|
1fedd17e3c
|
[INJIMOB-781] fix vc details rendering
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 09:48:05 +05:30 |
|
srikanth716
|
c0afcd144c
|
--amend
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 09:46:07 +05:30 |
|
srikanth716
|
1d7a349758
|
refactor copilot start point
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 09:46:06 +05:30 |
|
PuBHARGAVI
|
00b5ba751f
|
[Injimob 917] remove unused imports and add missing styles in purple theme (#1448)
* [INJIMOB-917] add verifyIdentityOverlay back in scanLayout as we are using this for share with selfie option of kebab menu
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] remove unused imports and add missing style
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
|
2024-05-28 09:46:06 +05:30 |
|
PuBHARGAVI
|
bc3de3c46d
|
[Injimob 917] Close only camera disabled banner when user clicks on close icon in banner (#1447)
* [INJIMOB-917] add enable permission text with underline in camera disabled banner
When user clicks on this, app will redirect the user to the app settings to enable the permissions
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] add translations for camera disable banner enable permission text
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-695] fix the logic of setting the isActive state of the app using AppState listener and fix the styles of Qr scanner
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917]fix the styles of the camera disabled screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] revert appState listener changes in app.ts and set app active or inactive state everytime the app is launched
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] remove unused imports
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] remove unneccessary formatting change
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] fix the styles of camera scanner and add margin styles to the share screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] show activate option in kebab menu only if the VC has image
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] remove call to verifyIdentityOverlay component in scan Layout and receive vc screen files as we are not using it and move Invalid Identity component to verifyIdentityOverlay to remove redundancy
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] change the height of camera scanner to 320 and reduce the margin top and bottom of the whole scanner component to 20
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
|
2024-05-28 09:46:06 +05:30 |
|
balachandarg-tw
|
948297d5cb
|
[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-28 09:46:06 +05:30 |
|
srikanth716
|
0c057aa598
|
[INJIMOB-781] fix copilot tooltip styling and added locals
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 09:46:06 +05:30 |
|
srikanth716
|
f3b500d56b
|
--amend
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
|
2024-05-28 09:42:53 +05:30 |
|
BalachandarG
|
a4f741e8fe
|
INJOMOB-1204 : Using react-native-share for both Android and iOS.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-27 16:32:39 +05:30 |
|
BalachandarG
|
d5146e990d
|
Merge upstream/develop into injimob-1204-sharing-qr-code-branch
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-27 13:04:37 +05:30 |
|
abhip2565
|
445ef223c3
|
[INJIMOB-1267] native integration pixelpass (#1454)
* [INJIMOB-1267] Add Native artifacts integration in Inji for Pixelpass
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB-1267] removed aar and added snapshot publication
Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com>
* [INJIMOB 1267] refactor homescreen
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] refactor qroverlay component and modify native setup for pixelpass
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] refactor qroverlay component
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] changed package.resolved version
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] modify native android integration setup
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] Refactor changes
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] changed native android package
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] add import for pixelpass in scanactions
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] change pixel pass version
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
* [INJIMOB 1267] change pixel pass package.resolved version
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
---------
Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
Signed-off-by: Ayushi Dey <ayushirakshitdey@gmail.com>
Co-authored-by: Ayushi Dey <ayushirakshitdey@gmail.com>
|
2024-05-24 23:05:41 +05:30 |
|
BalachandarG
|
70cdfcfce9
|
[INJIMOB-1204] Platform specific implementation for share option.
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-24 22:56:39 +05:30 |
|
BalachandarG
|
6cac52e890
|
[INJIMOB-1204]: Reverting the android specific changes
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-24 18:18:59 +05:30 |
|
BalachandarG
|
81b0315093
|
INJIMOB-1204 Sharing Image to other applications - Android changes
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.com>
|
2024-05-24 16:44:51 +05:30 |
|
PuBHARGAVI
|
dee29d9709
|
[Injimob 917] remove unused imports and add missing styles in purple theme (#1448)
* [INJIMOB-917] add verifyIdentityOverlay back in scanLayout as we are using this for share with selfie option of kebab menu
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] remove unused imports and add missing style
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
|
2024-05-21 20:28:20 +05:30 |
|
PuBHARGAVI
|
dd97a7dd1c
|
[Injimob 917] Close only camera disabled banner when user clicks on close icon in banner (#1447)
* [INJIMOB-917] add enable permission text with underline in camera disabled banner
When user clicks on this, app will redirect the user to the app settings to enable the permissions
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] add translations for camera disable banner enable permission text
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-695] fix the logic of setting the isActive state of the app using AppState listener and fix the styles of Qr scanner
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917]fix the styles of the camera disabled screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] revert appState listener changes in app.ts and set app active or inactive state everytime the app is launched
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] remove unused imports
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] remove unneccessary formatting change
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] fix the styles of camera scanner and add margin styles to the share screen
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] show activate option in kebab menu only if the VC has image
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] remove call to verifyIdentityOverlay component in scan Layout and receive vc screen files as we are not using it and move Invalid Identity component to verifyIdentityOverlay to remove redundancy
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
* [INJIMOB-917] change the height of camera scanner to 320 and reduce the margin top and bottom of the whole scanner component to 20
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
---------
Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>
|
2024-05-21 17:57:26 +05:30 |
|