2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-15 18:12:54 +00:00
Commit Graph

101 Commits

Author SHA1 Message Date
Ryan VanderMeulen
065f7e70fc Bug 1882134 - Use jvmToolchain for setting target JVM version 2024-02-27 14:40:20 +00:00
mcarare
40c37e67ef Bug 1850316 - Remove navigation library duplication from FenixDependencies. 2024-02-13 18:14:04 +00:00
rahulsainani
ae1f431705 Bug 1807350 - Baseline profiles for nightly 2024-01-16 16:48:57 +00:00
mcarare
aba7bb120b Bug 1821005 - Restore reverted Gradle 8 upgrade due to startup crashes"
This reverts commit 592e88b3547d2e96ae04d8b5bd69cbab2ac3e97e.
2023-12-05 03:44:20 +00:00
Ryan VanderMeulen
e46a3545ae Bug 1821005 - Revert Gradle 8 upgrade due to startup crashes
Revert "Bug 1863744 - Update Gradle to version 8.4"

This reverts commit 829795632954148709fbe945c78d55cc62053ac8.

Revert "Bug 1821005 - Apply additional keep rules for missing classes detected while running R8."

This reverts commit 8f3f246cc5ff571323f56d46963d8d176bec91e3.

Revert "Bug 1821005 - Set UI_INJECTION_HOST mode for lint in test."

This reverts commit 6962bf0b5df57781045f68417f76527bcdf521ab.

Revert "Bug 1821005 -  Include sourcesJar as an input of publishing."

This reverts commit 41b2a48da577787c3189eec8c8af71c35cfecbfb.

Revert "Bug 1821005 - Set compileOptions for android subprojects."

This reverts commit fb21df9d0a9cd585e216733dc1bf929636df20f1.

Revert "Bug 1821005 - Replace deprecated project.buildDir"

This reverts commit 6f880de46ec73f7e5240a0279108bbb6aeb0f63b.

Revert "Bug 1821005 - Exclude generated metrics docs from detekt."

This reverts commit f17d2430bf1daabeed2724312354018050f3f52a.

Revert "Bug 1821005 - Exclude build in extensions versioning from detekt."

This reverts commit 34144c5ad1d62e2d85492f8d32341bbcd032690b.

Revert "Bug 1821005 - Add uses-feature tag for camera permission."

This reverts commit 13c80944bd1756cdcaa98eef783b6a23ad12cabd.

Revert "Bug 1821005 - Set nonTransitiveRClass and nonFinalResIds build flags to false."

This reverts commit 219fbc19c54134ad264edc79642fa1799c6f54d6.

Revert "Bug 1821005 - Apply plugin: 'kotlin-android' for UI modules."

This reverts commit ddbd5e18eb9d2b33b4de4a6df48d97ec4ab42963.

Revert "Bug 1821005 - Enable generation of the BuildConfig class"

This reverts commit 65c2b8c63790fbd2352f3f94b99c80d81d18dae1.

Revert "Bug 1821005 - Add namespace to samples-glean-library module"

This reverts commit 0239233efb1cc4e896e4aa0337e3da911eeb2f1c.

Revert "Bug 1821005 - Replace deprecated toLowerCase with lowercase."

This reverts commit 69f2c66aad3aa638a1bab31b2a1e6c597d1f3992.

Revert "Bug 1821005 - Replace deprecated 'toInt' method with 'code' property."

This reverts commit 7adb38a6fbe20de3fdb6723a10e574d183e7fcff.

Revert "Bug 1821005 - Replace deprecated execResult."

This reverts commit bfd02dd16d7e5c9dbcf34858fbbe4176d698f8cd.

Revert "Bug 1849833 - Replace deprecated extractNativeLibs manifest attribute."

This reverts commit a05bc9618457ab2d71a5d3d88d8d3b0318497a54.

Revert "Bug 1821005 - Upgrade AGP to 8.0.2"

This reverts commit fc0fadd63553e2144ce074454d502ecf307eb988.

Revert "Bug 1821005 - Upgrade kotlin-dsl to 4.1.0."

This reverts commit 14e8903e922fa22e28450520be3b6152be6a3a8f.

Revert "Bug 1821005 - Upgrade Gradle to 8.3 version."

This reverts commit f14f447a4d43588d24e4ca3efde0668ddcf7cf08.
2023-11-08 13:35:38 -05:00
mcarare
73609c4133 Bug 1821005 - Set compileOptions for android subprojects.
This avoids jvm inconsistencies.
2023-11-08 09:10:09 +00:00
mcarare
7e56bcfda0 Bug 1821005 - Replace deprecated project.buildDir
This has been replaced by project.layout.buildDirectory.
2023-11-08 09:10:09 +00:00
mcarare
d75dcaf52e Bug 1849833 - Replace deprecated main with mainClass.
See https://docs.gradle.org/7.6/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:main.
2023-09-11 06:36:20 +00:00
mcarare
0991e4bbc8 Bug 1849833 - Use tasks.register to avoid unnecessary configuration. 2023-09-11 06:36:20 +00:00
mcarare
3fddd3df77 Bug 1849833 - Replace qualified name with import. 2023-09-11 06:36:20 +00:00
mcarare
6000a5786a Bug 1847996 - Switch to all-compatibility JVM default mode.
See https://issuetracker.google.com/issues/280831518 about why this is needed.
This will be fixed in the next Room version: https://android-review.googlesource.com/c/platform/frameworks/support/+/2673596
2023-09-04 13:48:08 +00:00
mcarare
e1f96c012a Bug 1847996 - Migrate from kapt to KSP. 2023-09-04 13:48:08 +00:00
t-p-white
d743c46919 Revert "Bug 1837325 - Remove navigation library duplication from FenixDependencies."
This reverts commit bcfdc61d
2023-08-29 18:43:38 +00:00
mcarare
c17b616f3b Bug 1837325 - Remove navigation library duplication from FenixDependencies. 2023-07-31 08:16:45 +00:00
Gabriel Luong
a3df7acfda Bug 1842694 - Refactor GithubDetailsTask into a plugin using composite build 2023-07-28 14:34:21 +00:00
Gabriel Luong
584ffcff9d Bug 1837107 - Unify FenixDependencies with AC's DependenciesPlugin 2023-06-22 23:24:20 +00:00
mcarare
dfe95a31f6 Bug 1839578 - Allow ktlintFormat task to modify access java.lang class fields.
For Fenix and Focus tasks.
2023-06-22 01:00:23 +00:00
mcarare
133a9c2810 Bug 1831352 - Target Java 17. 2023-06-12 19:40:42 +00:00
Gabriel Luong
1d4cdcc0b8 Bug 1837478 - Refactor FenixDependencies into a plugin using composite build 2023-06-09 20:47:36 +00:00
Ryan VanderMeulen
16eb7f86db Bug 1834775 - Pin Gradle plugin versions in their respective Dependencies files 2023-05-24 16:39:13 +00:00
Gabriel Luong
190102b3b7 Bug 1805070 - Part 4: Sync Fenix detekt configuration with AC 2023-05-19 01:22:23 +00:00
Ben Dean-Kawamura
5ad195b5d0 Bug 1823462 - New application-services release system
Application services is going to switch to rapid-release / train style
model where:
  - The version numbers correspond to the Fx version (113.x for the
    current nightly cycle).
  - There are nightly builds for the current nightly release (for
    example 113.[timestamp]
  - At the end of the nightly release cycle, there's a release (for
    example 113.0)
  - There may be subsequent releases if changes are uplifted (for
    example 113.1)

- Updated the gradle code to handle the new system.  The application
  services versioning is stored in the version/channel fields of the
  `ApplicationServicesConfig` object.
- Updated the gradle code to fetch packages from the Maven
  nightly/staging repos if needed.
- Updated relbot to 6.1.0.  This is needed to handle the a-s nightly
  version bump.
- Updated creating-a-release-branch docs
2023-04-25 02:13:24 +00:00
Christian Sadilek
c1afbd89ad Bug 1825649 - Introduce shared-settings.gradle to allow reusing build logic 2023-04-03 23:05:55 +00:00
Titouan Thibaud
e9246a0aa3 Bug 1805683 - upstream Nimbus Messaging from Fenix to Android Components 2023-03-30 13:05:20 +00:00
Gabriel Luong
b26e07c5f2 Bug 1818826 - Remove Android Component Nimbus gradle plugin wrapper 2023-03-10 04:06:25 +00:00
Christian Sadilek
834f260018 Bug 1820129 - Fix Fenix test result report URL 2023-03-04 06:21:31 +00:00
Ryan VanderMeulen
28dae882e6 Bug 1820176 - Update Fenix to ktlint 0.48.2 2023-03-03 20:14:13 +00:00
mcarare
3327bc4f59 Bug 1802817 - Replace deprecated main with mainClass.
See https://docs.gradle.org/7.6/dsl/org.gradle.api.tasks.JavaExec.html#org.gradle.api.tasks.JavaExec:main.
2023-03-02 17:13:09 +00:00
mcarare
a1c6d5a2d2 Bug 1802817 - Set jvmTarget to 11.
compile Java With Javac tasks and compile Kotlin task jvm target compatibility should be set to the same Java version.
2023-03-02 17:13:09 +00:00
Geoff Brown
686776ced9 Bug 1808605 - part 11: Merge lint tasks 2023-02-14 07:48:48 +00:00
Gabriel Luong
390e980860 Bug 1804785 - Consume AC via gradle build with relative path in Fenix 2023-02-14 07:16:27 +00:00
Gabriel Luong
47ba3a90ef [fenix] Bug 1804820 - Refactor Versions to FenixVersions 2022-12-14 00:21:55 +00:00
Gabriel Luong
9afbd1bc46 [fenix] Bug 1804820 - Refactor Deps to FenixDependencies 2022-12-14 00:21:55 +00:00
Charlie Humphreys
d0f575f89b [fenix] remove mavenLocal from repositories 2022-11-29 01:29:32 +00:00
Charlie Humphreys
0410b1ade3 [fenix] update for pr feedback and add sync login event 2022-11-29 01:29:32 +00:00
chettas
b984644728 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27336: Combine Google package name regex 2022-10-27 19:57:34 +00:00
Jonathan Almeida
69ef1479ae [fenix] Close https://github.com/mozilla-mobile/fenix/issues/27320: Include testing regex to Google Maven allowlist
When running UI tests locally, we found that the
`android-device-provider-local` dependency is no longer available on
mavenCentral. Our dependency repository uses various regex to allow only
google dependencies to be fetched from Google Maven, but somehow these
did not include the test ones everywhere.
2022-10-07 18:04:51 +00:00
mcarare
c04cc0550d [fenix] For https://github.com/mozilla-mobile/fenix/issues/26930: Upgrade kotlin to 1.7.10 and compose compiler to 1.3.0.
Replace deprecated Xopt-in with op-in.
Replace deprecated Xjvm-default=enable with Xjvm-default=all.
2022-10-06 08:12:01 +00:00
mcarare
5203a4d5ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Add ktlint baseline. 2022-09-08 12:15:01 +00:00
mcarare
181af7cf4d [fenix] For https://github.com/mozilla-mobile/fenix/issues/26844: Update ktlint to 0.47.0. 2022-09-08 12:15:01 +00:00
mcarare
614073fe24 [fenix] For https://github.com/mozilla-mobile/fenix/pull/12725: Upgrade compose to 1.2.1 version.
Split versioning of compose compiler.
Enable Xjvm-default to allow inheriting from interfaces with '@JvmDefault' members
like AbstractComposeView, NestedScrollConnection.
2022-09-06 16:23:52 +00:00
Brais Gabín
602887e5b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/23046 - Align detekt config between Fenix and Android Components
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2022-03-29 00:03:06 +00:00
jhugman
9b651a484b [fenix] First use of Nimbus FML plugin (https://github.com/mozilla-mobile/fenix/pull/23400)
* Consume Nimbus FML plugin

* Convert Homescreen to use FML

* Convert nimbusValidation to use FML

* Convert legacy experiments to use the feature API and FML

Remove dead helper code and documentation

* Fixup failing test

Co-authored-by: Grisha Kruglov <gkruglov@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-01-28 12:48:05 +00:00
Grisha Kruglov
4ad2c1c592 [fenix] For https://github.com/mozilla-mobile/fenix/issues/22569: Remove allopen plugin and Mockable annotations 2021-12-15 12:59:57 +00:00
Sebastian Kaspari
6f4c47613a [fenix] Update Kotlin and Jetpack Compose versions. 2021-10-25 17:59:17 +02:00
Sebastian Kaspari
0e3f24d8ed [fenix] Add ktlintFormat Gradle task. 2021-07-30 11:58:02 +00:00
Sebastian Kaspari
fd60cf2ec4 [fenix] Update ktlint. 2021-07-30 11:58:02 +00:00
Sebastian Kaspari
d0717965a9 [fenix] Allow insecure protocol usage when using local Nexus in CI. 2021-07-27 10:08:32 +02:00
Michael Comella
40fed783ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/19901: integrate Jetback Benchmark (microbenchmark). 2021-07-22 15:24:35 +00:00
Sebastian Kaspari
b637a576f2 [fenix] Update to Kotlin 1.5.20, Android Gradle plugin 4.2.2 and Gradle 6.7.1. 2021-07-19 09:20:50 +00:00