Commit Graph

411 Commits (d94b5d2f003806f1660f8ccc57b77d6fdbb81633)

Author SHA1 Message Date
Geoff Brown 62e1ee2f47 Bug 1856399 - Use distinct version code in Fenix AAB (#3919)
* Bug 1856399 - Use distinct version code in Fenix AAB

* Bug 1856399 - ensure aab version > apk version for given time

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
Lina Butler 3ba6593f98 Bug 1851268 - Show Firefox Suggest search suggestions in Fenix.
This commit integrates the Firefox Suggest Android component added in
bug 1850296 into Fenix, and adds:

* A Nimbus feature for Firefox Suggest.
* A secret setting to enable the Firefox Suggest feature, only visible
  on the debug channel.
* Search settings for toggling sponsored and non-sponsored suggestions,
  only visible when the Firefox Suggest feature is enabled.

When the feature is enabled, Fenix will ingest new suggestions in
the background, show the new Search settings, and show matching
suggestions in the awesomebar depending on those Search settings.
1 year ago
mcarare 0093b20d93 Bug 1849833 - Replace deprecated enabled with required.
See https://docs.gradle.org/7.5/dsl/org.gradle.api.reporting.Report.html#org.gradle.api.reporting.Report:enabled
1 year ago
mcarare fd001d5ee4 Bug 1849833 - Replace deprecated OutputFile and VariantOutput. 1 year ago
mcarare 0991e4bbc8 Bug 1849833 - Use tasks.register to avoid unnecessary configuration. 1 year ago
mcarare 1eda8620ff Bug 1849833 - Replace deprecated flavorDimensions property.
Also do not add unused dimension 'engine'.
1 year ago
mcarare 1f930111f5 Bug 1849833 - Replace deprecated compileSdkVersion.
This is replaced by defaultConfig compileSdk.
1 year ago
mcarare 1b7c3f5631 Bug 1849833 - Replace all with configureEach.
This avoids unnecessary configuration.
1 year ago
mcarare f1f380a770 Bug 1849833 - Replace deprecated kotlinOptions method. 1 year ago
mcarare 3fddd3df77 Bug 1849833 - Replace qualified name with import. 1 year ago
Ryan VanderMeulen 47681e21d9 Bug 1852002 - Update AndroidX Lifecycle to version 2.6.2 1 year ago
t-p-white d743c46919 Revert "Bug 1837325 - Remove navigation library duplication from FenixDependencies."
This reverts commit bcfdc61d
1 year ago
mcarare a314d38140 Bug 1845530 - Remove paging library duplication from FenixDependencies. 1 year ago
rahulsainani 1d89adb5da Bug 1845255 - Add loading UI for review quality check 1 year ago
mcarare c17b616f3b Bug 1837325 - Remove navigation library duplication from FenixDependencies. 1 year ago
Gabriel Luong 0676ef5608 Bug 1845354 - Refactor ApkSizeTask into a plugin using composite build 1 year ago
mike a 9deabdfa42 Bug 1839522 – added splash screen compat implementation, tied extra duration to the experiment 1 year ago
Gabriel Luong 584ffcff9d Bug 1837107 - Unify FenixDependencies with AC's DependenciesPlugin 1 year ago
Gabriel Luong a688ce8faf Bug 1838120 - Unify Fenix buildSrc/Config with the ConfigPlugin 1 year ago
Gabriel Luong 91d83cbc6b Bug 1838312 - Remove hardcoded compileSdkVersion, minSdkVersion and targetSdkVersion in Fenix and Focus
This removes the hardcoded compileSdkVersion, minSdkVersion and targetSdkVersion in Fenix and Focus
in favor of reading these SDK versions via our config from AC.
1 year ago
mcarare 133a9c2810 Bug 1831352 - Target Java 17. 1 year ago
Ryan VanderMeulen 16eb7f86db Bug 1834775 - Pin Gradle plugin versions in their respective Dependencies files 1 year ago
Ryan VanderMeulen b18466e218 Bug 1833926 - Add the Protobuf gradle plugin to FenixDependencies.kt 1 year ago
Jonathan Almeida 72a6af1510 Bug 1833939 - Remove Protobuf compiler workaround for Apple processors
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
1 year ago
Ben Dean-Kawamura 24895cb11c Bug 1833452 - Fix app services autopublish when building Fenix/Focus
Moved the code into `settings.gradle` and put it inside an `allprojects`
block.  I'm not 100% sure what's going on but I think this applies the
changes to android-components projects as well.  In any case, `./gradlew
assembleDebug` now seems to pick up the local app-services code.
1 year ago
Ryan VanderMeulen 5613cd7f2f Bug 1832597 - Update some Fenix & Focus testing dependencies 1 year ago
rahulsainani f02fe91a42 Bug 1829083 - Migrate to compose foundation pager 1 year ago
Jonathan Almeida 2547b55559 Bug 1827905 - Update manifestPlaceholders in variants instead of reinit
Also updated the dead links that referenced the fennec code for the
manifestPlaceholders.sharedUserId.
1 year ago
Titouan Thibaud 0a74421dc5 Bug 1829605 - Remove (if any) trailing slash from local.properties geckoview path to avoid build failures 1 year ago
rahulsainani c9b5c9a7d4 Bug 1827631 - Use debugImplementation for compose tooling 1 year ago
iorgamgabriel 01cce97266 Bug 1825008 - Create a storage for submitted cookie banner site reports. 2 years ago
Christian Sadilek b950e808ef Bug 1825028 - Delay init of MozillaOnline build until privacy notice accepted
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2 years ago
rahulsainani 9a0e7f1433 Bug 1823470 - Create pager indicator component 2 years ago
Aaron Train 8eaebc046e Bug 1823442 - Remove androidx.tracing:tracing dependency 2 years ago
Ryan VanderMeulen 99952d83a6 Bug 1823532 - Remove jnaForTest from project Gradle build files.
Also remove the now-unneeded jna dependency inclusion.
2 years ago
Harrison Oglesby 480828bb9b Bug 1822269 - add androidx.activity-compose and androidx.activity-ktx dependencies 2 years ago
Aaron Train 01812ad724 Bug 1819153 - Add androidx tracing dependency to resolve NoSuchMethodError 2 years ago
rahulsainani 5913d09770 Bug 1807324 - Add macrobenchmarks for startup metrics 2 years ago
Gabriel Luong b26e07c5f2 Bug 1818826 - Remove Android Component Nimbus gradle plugin wrapper 2 years ago
rahulsainani 05191bfb90 Bug 1820130 - Remove unused accompanist insets dependency 2 years ago
Noah Bond c329af178e Bug 1814988 - Add paging to `TabsTray` 2 years ago
Ryan VanderMeulen fcd5d5c6ae Bug 1820233 - Remove unneeded kotlin_stdlib inclusions and re-enable Werror in detekt build.gradle 2 years ago
rahulsainani a8447fc586 Bug 1820130 - Use compose foundation insets over accompanist insets 2 years ago
Aaron Train 3c054c11a4 Bug 819153 - Add androidx tracing dep to resolve NoSuchMethodError 2 years ago
mcarare 5315062482 Bug 1802817 - Replace deprecated variant.mergedFlavor.applicationId with variant.applicationId. 2 years ago
mcarare de3b18f003 Bug 1802817 - Migrate packagingOptions DSL properties to resources sub-block.
exclude, pickFirst methods are deprecated.
2 years ago
mcarare 547dc62353 Bug 1802817 - Migrate DSL properties from aaptOptions to androidResources.
AaptOptions interface is deprecated and renamed to AndroidResources
2 years ago
mcarare 6dd7b106cf Bug 1802817 - Set namespace via DSL in gradle build files.
See https://developer.android.com/studio/build/configure-app-module#set-namespace
and https://issuetracker.google.com/issues/172361895
2 years ago
mcarare 4d8644516f Bug 1802817 - Rename DSL object from lintOptions to lint.
DSL object for configuring lint options lintOptions is deprecated.
2 years ago
mcarare 5a0b9d754d Bug 1813671 - Target JVM 11 bytecode
See https://developer.android.com/studio/releases/gradle-plugin#jvm-11-bytecode for details.
2 years ago