[Injimob 1411] sync develop branch with qa develop branch (#1449)

* [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] for esignet and sunbird show the banner message based on the verification call response (#1437)

* [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] 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>

---------

Signed-off-by: PuBHARGAVI <46226958+PuBHARGAVI@users.noreply.github.com>

* [Injimob-695]: Go back issue fixed for Verification error in Esignet Flow (#1442)

* [Injimob-695]: Go back issue fixed for Verification error in Esignet flow.

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] 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>

---------

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>
Signed-off-by: BalachandarG <balachandar.g@thoughtworks.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>
Co-authored-by: balachandarg-tw <115633327+balachandarg-tw@users.noreply.github.com>
This commit is contained in:
PuBHARGAVI
2024-05-22 12:15:48 +05:30
committed by GitHub
parent dee29d9709
commit f01c62355f
2 changed files with 3 additions and 2 deletions

View File

@@ -86,9 +86,10 @@ jobs:
outputs:
CLIENT_ID: ${{ steps.client-id.outputs.CLIENT_ID }}
steps:
- uses: actions/checkout@v3.1.0
- name: Set Google client id
id: client-id
run:
run: |
cd .github/scripts
./set-google-clientid.sh "$INJI_FLAVOR"
env:

View File

@@ -62,7 +62,7 @@ platforms:
# Example 1 - If you have configured 3 platforms and set `parallelsPerPlatform` as 2, a total of 6 (2 * 3) parallel threads will be used on BrowserStack
#
# Example 2 - If you have configured 1 platform and set `parallelsPerPlatform` as 5, a total of 5 (1 * 5) parallel threads will be used on BrowserStack
parallelsPerPlatform: 5
parallelsPerPlatform: 1
source: java:appium-intellij:v1.1.4