Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

mozilla-mobile/fenix

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6cf4e72 · Mar 22, 2019
Mar 20, 2019
Mar 22, 2019
Feb 20, 2019
Mar 19, 2019
Mar 22, 2019
Feb 27, 2019
Mar 22, 2019
Feb 9, 2019
Mar 1, 2019
Mar 8, 2019
Mar 19, 2019
Jan 16, 2019
Jan 30, 2019
Mar 18, 2019
Mar 22, 2019
Dec 7, 2018
Dec 7, 2018
Mar 7, 2019
Feb 1, 2019

Repository files navigation

Firefox Fenix

Firefox Fenix is a new browser for Android

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/fenix
  1. Import the project into Android Studio or build on the command line:
./gradlew clean app:assembleArmDebug
  1. Make sure to select the correct build variant in Android Studio: armDebug for ARM x86Debug for X86

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 config/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 ../../config/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/