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 DappBrowser Whitelists #3412

Merged
merged 6 commits into from
Dec 1, 2024
Merged

Add DappBrowser Whitelists #3412

merged 6 commits into from
Dec 1, 2024

Conversation

JamesSmartCell
Copy link
Member

  • Add DappBrowser protection for browsing non-whitelisted sites.
  • Lock DeveloperOverride with warning page.

- Lock DeveloperOverride with warning page.
Copy link

Pull reviewers stats

Stats of the last 30 days for alpha-wallet-android:

User Total reviews Time to review Total comments

⚡️ Pull request stats

@@ -39,6 +39,22 @@
android:usesCleartextTraffic="true"
tools:replace="android:name, android:theme, android:allowBackup">


<receiver android:name=".entity.HomeReceiver"

Choose a reason for hiding this comment

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

Error   🚫
📚 This class should provide a default constructor (a public constructor with no arguments) (com.alphawallet.app.entity.HomeReceiver)
🛠️ Instantiatable

by Android Lint 🤖

</intent-filter>
</receiver>

<receiver android:name=".entity.FinishReceiver"

Choose a reason for hiding this comment

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

Error   🚫
📚 This class should provide a default constructor (a public constructor with no arguments) (com.alphawallet.app.entity.FinishReceiver)
🛠️ Instantiatable

by Android Lint 🤖

@JamesSmartCell JamesSmartCell merged commit 095038f into master Dec 1, 2024
7 checks passed
@JamesSmartCell JamesSmartCell deleted the add-browser-whitelist branch December 1, 2024 03:10
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.

1 participant