Skip to content

Conversation

@jacklesotatek
Copy link
Collaborator

@jacklesotatek jacklesotatek commented Aug 7, 2025

Description

Please include a summary of the changes and a brief description about this PR.

Checklist before requesting a review

Issue ticket number and link

Testing & Validation

  • This PR has been tested/validated in iOS, Android and browser.
  • Added new unit tests, if relevant.

Design Review

  • In case this PR contains changes to the UI, add some screenshots and/or videos to show the changes on relevant devices.

@jacklesotatek jacklesotatek marked this pull request as ready for review August 7, 2025 17:09
@jacklesotatek jacklesotatek changed the base branch from main to develop August 7, 2025 17:10
tags:
- '[0-9]+.[0-9]+.[0-9]+*'
pull_request_target:
pull_request:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as previous

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this workflow file is actually deprecated, replaced by the new filename build-and-publish-docker-artifacts.yaml

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, thanks! Jack, if you merge develop into this branch - just make sure there are no changes to these files in the final diff and we should be good to go.

I believe this change came for security reasons originally or something.

-keep class com.aheaditec.freerasp.** { *; }
-dontwarn com.aheaditec.freerasp.**
-keep class java.lang.invoke.StringConcatFactory { *; }
-dontwarn java.lang.invoke.StringConcatFactory
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

develop now has v2.2.2 of freerasp which should have resolved this issue. So these lines can be removed

# ProGuard rules for capacitor-freerasp
-keep class com.aheaditec.freerasp.** { *; }
-dontwarn com.aheaditec.freerasp.**
-keep class java.lang.invoke.StringConcatFactory { *; }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file no longer exists on develop

Then(/^user can see Welcome modal$/, async function() {
await WelcomeModal.loads();

const profileTypeTitle = $("p.title");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, this PR seems to be the same as #1301

Lets close on and fix all comments on both PRs in one. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants