2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-10-27 15:46:27 +00:00
Go to file
2019-05-15 23:18:37 -07:00
.github [fenix] Updates feature request template (https://github.com/mozilla-mobile/fenix/pull/2155) 2019-04-30 07:36:27 -07:00
app [fenix] For https://github.com/mozilla-mobile/fenix/issues/2390 - Adds local feature flag for onboarding 2019-05-15 23:18:37 -07:00
architecture [fenix] For https://github.com/mozilla-mobile/fenix/issues/2502 - Moves the thread dance to where we update the view 2019-05-15 13:54:56 -04:00
automation [fenix] Revert "Uses new raptor workers (https://github.com/mozilla-mobile/fenix/pull/2410)" (https://github.com/mozilla-mobile/fenix/pull/2413) 2019-05-10 10:15:50 -05:00
buildSrc [fenix] Updated to use Android Components 0.53.0-SNAPSHOT builds. 2019-05-15 09:17:13 -07:00
config [fenix] Moves release flavour to build type (https://github.com/mozilla-mobile/fenix/pull/1693) 2019-04-22 11:02:39 -07:00
docs [fenix] Generate the activation ping and send it with Glean (https://github.com/mozilla-mobile/fenix/pull/1707) 2019-05-03 09:40:21 -05:00
gradle/wrapper
.adjust_token
.gitattributes [fenix] Adds a gitattribute file to manage changelog merges 2019-04-11 15:02:16 -05:00
.gitignore
.taskcluster.yml [fenix] Fixes trust_level expression (https://github.com/mozilla-mobile/fenix/pull/2373) 2019-05-09 13:46:34 +02:00
build.gradle
CHANGELOG.md [fenix] Add FxA Pairing feature to "Turn On Sync" 2019-05-14 22:48:40 -07:00
CODE_OF_CONDUCT.md
debug.keystore [fenix] For https://github.com/mozilla-mobile/fenix/issues/1601 - Bookmark icon should change visually if page is bookmarked 2019-04-25 17:29:27 -07:00
gradle.properties [fenix] For https://github.com/mozilla-mobile/fenix/issues/1710: Create scaffolding for Robolectric tests (https://github.com/mozilla-mobile/fenix/pull/2282) 2019-05-07 16:36:37 -05:00
gradlew
gradlew.bat
l10n.toml [fenix] Import strings from android-l10n 2019-04-25 07:44:02 -07:00
LICENSE
README.md [fenix] Updates Fenix taskcluster tasks to support beta release (https://github.com/mozilla-mobile/fenix/pull/1893) 2019-05-06 19:09:29 +02:00
settings.gradle

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/