Skip to content
Fenix is not your parent's Android browser.
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Updates feature request template (#2155) Apr 30, 2019
app Issue #910: Integrate feature-readerview component (#2269) May 3, 2019
architecture Fixes #589: Add sample unit tests for a component Feb 20, 2019
automation Fixes #1566, #2076 (#2194) May 2, 2019
buildSrc Update GeckoView Nightly and Beta (#2270) May 4, 2019
config Moves release flavour to build type (#1693) Apr 22, 2019
docs Generate the `activation` ping and send it with Glean (#1707) May 3, 2019
gradle/wrapper Fixes #351 Create home screen component for multitasking Feb 9, 2019
.adjust_token Fixes #675: Integrate Adjust SDK (for Greenfield flavor) Mar 1, 2019
.gitattributes Adds a gitattribute file to manage changelog merges Apr 11, 2019
.gitignore Exclude python compiled files Apr 2, 2019
.taskcluster.yml Fixes #1321: dep-signs builds on-master-push Apr 10, 2019
CHANGELOG.md Initial view for the "Turn on Sync" fragment May 2, 2019
CODE_OF_CONDUCT.md Add Mozilla Code of Conduct file Mar 31, 2019
LICENSE Fixes #163: Add LICENSE Jan 16, 2019
README.md Add project README and pre-push-hook Jan 30, 2019
build.gradle Remove custom appservices repository Apr 3, 2019
debug.keystore For #1601 - Bookmark icon should change visually if page is bookmarked Apr 26, 2019
gradle.properties For #1661: Enable R8 Full Mode to Maximize Perf Optimizations Apr 19, 2019
gradlew Initializes Android project Dec 7, 2018
gradlew.bat Initializes Android project Dec 7, 2018
l10n.toml Import strings from android-l10n Apr 25, 2019
settings.gradle Fixes #916, fixes #917, fixes #920: Save, share, and delete bookmarks Apr 1, 2019

README.md

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/
You can’t perform that action at this time.