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 Startpage search engine #109

Merged
merged 1 commit into from
Jan 18, 2022
Merged

Add Startpage search engine #109

merged 1 commit into from
Jan 18, 2022

Conversation

prsnbrg
Copy link
Contributor

@prsnbrg prsnbrg commented Nov 27, 2021

Fixes #103

It would be great if someone could test this PR.

@prsnbrg prsnbrg changed the base branch from master to develop November 27, 2021 20:11
@wewewe718 wewewe718 merged commit 6d94dfa into wewewe718:develop Jan 18, 2022
@@ -63,6 +64,7 @@ class ChooseSearchEngineActivity : BaseActivity() {
button_duck_duck_go.setCheckedChangedListener(SearchEngine.DUCK_DUCK_GO)
button_google.setCheckedChangedListener(SearchEngine.GOOGLE)
button_qwant.setCheckedChangedListener(SearchEngine.QWANT)
utton_startpage.setCheckedChangedListener(SearchEngine.STARTPAGE)
Copy link

Choose a reason for hiding this comment

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

This can't possibly compile: you're missing a b

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks.
I will create a new pull request.

wewewe718 added a commit that referenced this pull request Apr 5, 2022
Fix a spelling mistake (introduced in #109)
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.

[Feature Request] Add Startpage as search engine
3 participants