Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duckduckgo/android
DuckDuckGo Android App
https://github.com/duckduckgo/android
android duckduckgo duckduckgo-android hacktoberfest translations
Last synced: 4 days ago
JSON representation
DuckDuckGo Android App
- Host: GitHub
- URL: https://github.com/duckduckgo/android
- Owner: duckduckgo
- License: apache-2.0
- Created: 2017-01-13T17:11:25.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-29T10:28:33.000Z (2 months ago)
- Last Synced: 2024-10-29T11:37:12.748Z (2 months ago)
- Topics: android, duckduckgo, duckduckgo-android, hacktoberfest, translations
- Language: Kotlin
- Homepage: https://play.google.com/store/apps/details?id=com.duckduckgo.mobile.android
- Size: 134 MB
- Stars: 3,826
- Watchers: 188
- Forks: 903
- Open Issues: 69
-
Metadata Files:
- Readme: README.md
- Changelog: history/history-api/.gitignore
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- Awesome-Android-Open-Source-Projects - Duckduckgo
README
# DuckDuckGo Android
Welcome to our android application. We are excited to engage the community in development, see [CONTRIBUTING.md](CONTRIBUTING.md).
## We are hiring!
DuckDuckGo is growing fast and we continue to expand our fully distributed team. We embrace diverse perspectives, and seek out passionate, self-motivated people, committed to our shared vision of raising the standard of trust online. If you are a senior software engineer capable in either iOS or Android, visit our [careers](https://duckduckgo.com/hiring/#open) page to find out more about our openings!## Building the Project
We use git submodules and so when you are checking out the app, you'll need to ensure the submodules are initialized properly. You can use the `--recursive` flag when cloning the project to do this.git clone --recursive https://github.com/duckduckgo/android.git
Alternatively, if you already have the project checked out, you can initialize the submodules manually.
git submodule update --init
## TerminologyWe have taken steps to update our terminology and remove words with problematic racial connotations, most notably the change to `main` branches, `allow lists`, and `blocklists`. Closed issues or PRs may contain deprecated terminology that should not be used going forward.
## Contribute
Please refer to [contributing](CONTRIBUTING.md).
## Discuss
Contact us at https://duckduckgo.com/feedback if you have feedback, questions or want to chat. You can also use the feedback form embedded within our Mobile App - to do so please navigate to Settings and select "Leave Feedback".
## License
DuckDuckGo android is distributed under the Apache 2.0 [license](LICENSE).