Skip to content

Firefox Focus: The privacy browser - Browse like no one’s watching.

License

Notifications You must be signed in to change notification settings

trapacska/focus-android

 
 

Repository files navigation

⚠️ Note: Development of this project is not currently a high priority, and thus we cannot guarantee timely reviews or interactions on this repository. If you would like to contribute to one of our other Android projects, we recommend checking out Android Components. We greatly appreciate your interest in and contributions towards Focus and look forward to working with you on other projects!

Firefox Focus for Android

Build Status Task Status codecov

Browse like no one’s watching. The new Firefox Focus automatically blocks a wide range of online trackers — from the moment you launch it to the second you leave it. Easily erase your history, passwords and cookies, so you won’t get followed by things like unwanted ads.

Firefox Focus provides automatic ad blocking and tracking protection on an easy-to-use private browser.

Get it on Google Play Get it on F-Droid

Getting Involved

We encourage you to participate in this open source project. We love Pull Requests, Bug Reports, ideas, (security) code reviews or any other kind of positive contribution.

Before you attempt to make a contribution please read the Community Participation Guidelines.

Beginners! - Watch out for Issues with the "Good First Issue" label. These are easy bugs that have been left for first timers to have a go, get involved and make a positive contribution to the project!

Build Instructions

  1. Clone or Download the repository:
git clone https://github.com/mozilla-mobile/focus-android
  1. Import the project into Android Studio or build on the command line:
./gradlew clean app:assembleFocusArmDebug
  1. Make sure to select the correct build variant in Android Studio: focusWebviewArmDebug for ARM focusWebviewX86Debug for X86 focusWebviewAarch64Debug for ARM64

Pre-push hooks

To reduce review turn-around time, we'd like all pushes to run tests locally. We'd recommend you use our provided pre-push hook in quality/pre-push-recommended.sh. Using this hook will guarantee your hook gets updated as the repository changes. This hook tries to run as much as possible without taking too much time.

To add it, run this command from the project root:

ln -s ../../quality/pre-push-recommended.sh .git/hooks/pre-push

To push without running the pre-push hook (e.g. doc updates):

git push <remote> --no-verify

License

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/

About

Firefox Focus: The privacy browser - Browse like no one’s watching.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 43.9%
  • Kotlin 30.5%
  • HTML 13.3%
  • Python 10.7%
  • Shell 0.9%
  • CSS 0.4%
  • Other 0.3%