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
Sebastian Kaspari
d9ca412bec
[fenix] Update Kotlin to 1.5.10 (and Coroutines to 1.5.0).
2021-07-19 09:20:50 +00:00
Sebastian Kaspari
80b18d32ab
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/17819 : Remove JCenter from build files.
2021-05-26 17:00:01 -04:00
isabelrios
abff667349
[fenix] Stop depending on JCenter - Screengrab and Falcon
2021-05-26 11:04:58 +02:00
Sebastian Kaspari
21b40d89d8
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17819 : Update detekt to 1.17.1
2021-05-25 17:19:57 -04:00
Sebastian Kaspari
7c11a19369
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/19040 : Remove Leanplum (Nightly)
2021-04-26 19:08:10 +02:00
Sebastian Kaspari
41c5267ba7
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17819 : Pull trove4j from Maven Central instead of JCenter.
2021-04-08 23:29:49 -04:00
Sebastian Kaspari
23e25d8f8f
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17819 : Get leanplum artifacts from leanplum repository.
2021-02-16 17:27:30 +01:00
Sebastian Kaspari
186570c1ba
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17819 : Only use JCenter for specific dependencies.
2021-02-10 10:49:03 +01:00
Sebastian Kaspari
63d0555ee4
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17819 : Remove JCenter from buildscript repositories.
2021-02-10 10:49:03 +01:00
Sebastian Kaspari
d676df89fb
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/17819 : Add Maven Central repository.
2021-02-10 10:49:03 +01:00
Michael Comella
0e8148f253
[fenix] For https://github.com/mozilla-mobile/fenix/issues/15644 : update Android Gradle Plugin version.
...
This ensures our custom lint rules are running on the command line.
2020-10-15 09:53:13 -07:00
Michael Comella
7e5cad1e66
[fenix] No issue: run detekt on unit test files.
...
detekt still passes after I make this change.
afaik, there isn't a good reason not to run it on unit tests and it can
be valuable to add custom rules for them. Also, detekt is already
running on our androidTest directory.
2020-10-01 16:06:53 -07:00
Tiger Oakes
053781ffbd
[fenix] Gradle configuration avoidance
2020-09-01 18:58:52 -07:00
Tiger Oakes
d9fe2f0cc9
[fenix] For https://github.com/mozilla-mobile/fenix/issues/13404 : Update Android lint URL
2020-08-13 15:58:53 -04:00
Tiger Oakes
3d046dcfa2
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/13404 : Update github checks URL ( https://github.com/mozilla-mobile/fenix/pull/13407 )
2020-08-07 15:39:06 -07:00