You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app
Grisha Kruglov 95b60a0495 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1902: Remove direct appservices dependencies
Our main dependency - android-components - is tightly integrated
against a certain version of appservices. Having a direct dependency
at the Fenix level is a foot-gun: it allows Fenix to consume an API-incompatible
version of appservices, breaking parts of android-components. Due to
how gradle dependency resolution works, this breakage is "silent": there are
no compile time warnings. A recent example of this is broken history sync,
and buggy FxA experience in Fenix.

This patch removes a direct dependency, letting android-components dictate
which appservices version should be used Fenix builds.
6 years ago
..
src [fenix] Sets the search engine to the default if no shortcut is used 6 years ago
.gitignore [fenix] Initializes Android project 6 years ago
build.gradle [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/1902: Remove direct appservices dependencies 6 years ago
lint.xml [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1890 - Remove unused strings (https://github.com/mozilla-mobile/fenix/pull/1891) 6 years ago
metrics.yaml [fenix] For https://github.com/mozilla-mobile/fenix/issues/974: Telemetry for Bookmarks 6 years ago
proguard-rules.pro [fenix] adds missing class 6 years ago