Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MyDealz sanitizer as per #358 #491

Merged
merged 2 commits into from
Oct 25, 2024
Merged

Conversation

jmbreuer
Copy link
Contributor

@jmbreuer jmbreuer commented Oct 25, 2024

Quick implementation for #358

Tested with URLs from that issue, otherwise implemented fairly 'blind' - i.e. I don't have the MyDealz app, and I won't let it anywhere near an actual device that I could use for testing - sorry, not sorry 😉

Resolves #358

@jmbreuer jmbreuer force-pushed the pr-mydealz branch 2 times, most recently from ac14a08 to 34f0be4 Compare October 25, 2024 11:47
@jmbreuer
Copy link
Contributor Author

... "stupid" question - can I easily run the lint checks locally? (I'm using Android Studio - it's supposed to have some support, but it looks like it's "different" from what the build checks do...)

@jmbreuer jmbreuer force-pushed the pr-mydealz branch 4 times, most recently from dfb020d to 2a27cbd Compare October 25, 2024 12:02
@svenjacobs
Copy link
Owner

... "stupid" question - can I easily run the lint checks locally? (I'm using Android Studio - it's supposed to have some support, but it looks like it's "different" from what the build checks do...)

The build checks perform code style analysis.
You can verify with ./gradlew lintKotlin and apply the code style with ./gradlew formatKotlin.

Copy link
Owner

@svenjacobs svenjacobs left a comment

Choose a reason for hiding this comment

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

Thanks again for your work on pull requests.
I just have some minor findings.

@svenjacobs svenjacobs added the feature New feature or request label Oct 25, 2024
@svenjacobs svenjacobs self-assigned this Oct 25, 2024
@svenjacobs svenjacobs merged commit ce843b9 into svenjacobs:main Oct 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mydealz.de URL Cleaner
2 participants