2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00
Commit Graph

420 Commits

Author SHA1 Message Date
Ryan VanderMeulen
2cf47b754e Bug 1857093 - Update Sentry to version 6.33.1 2023-11-09 17:04:21 +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
7e56bcfda0 Bug 1821005 - Replace deprecated project.buildDir
This has been replaced by project.layout.buildDirectory.
2023-11-08 09:10:09 +00:00
mcarare
b5a163e667 Bug 1821005 - Enable generation of the BuildConfig class
For modules that use buildConfigField and generate metrics, because BuildConfig is not generated by default after Gradle 8.
2023-11-08 09:10:09 +00:00
mcarare
645b266285 Bug 1849833 - Replace deprecated extractNativeLibs manifest attribute.
Starting with AGP 4.2.0, the DSL option useLegacyPackaging replaces the extractNativeLibs manifest attribute.
https://developer.android.com/guide/topics/manifest/application-element#extractNativeLibs
2023-11-08 09:10:09 +00:00
Zac McKenney
a62d1e1639 Bug 1860186 - Dont split languages in AAB 2023-10-24 00:14:28 +00:00
github-actions[bot]
66033ba38b Update to A-S 120.20231014050328 on main (#4088)
* Update A-S to 120.20231014050328.

* No bug - Update uses of `SuggestionQuery` in Firefox Suggest.

This commit fixes the breaking change introduced in
mozilla/application-services#5867.

* Fixup build breaking from Nimbus pref-key addition

---------

Co-authored-by: MickeyMoz <sebastian@mozilla.com>
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Co-authored-by: Lina Butler <lina@yakshaving.ninja>
Co-authored-by: James Hugman <james@hugman.tv>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-10-16 20:03:20 +00:00
Jonathan Almeida
1d97ba7922 Bug 1807307 - Disable LeakCanary in ui-test-apk with gradle flag 2023-10-16 14:42:39 +00:00
Ryan VanderMeulen
2096242e9d Bug 1859017 - Update OkHttp to version 4.11.0. 2023-10-16 13:39:23 +00:00
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>
2023-10-04 20:35:05 +00:00
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.
2023-09-23 03:08:17 +00:00
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
2023-09-21 13:28:28 +00:00
mcarare
fd001d5ee4 Bug 1849833 - Replace deprecated OutputFile and VariantOutput. 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
1eda8620ff Bug 1849833 - Replace deprecated flavorDimensions property.
Also do not add unused dimension 'engine'.
2023-09-11 06:36:20 +00:00
mcarare
1f930111f5 Bug 1849833 - Replace deprecated compileSdkVersion.
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
mcarare
1b7c3f5631 Bug 1849833 - Replace all with configureEach.
This avoids unnecessary configuration.
2023-09-11 06:36:20 +00:00
mcarare
f1f380a770 Bug 1849833 - Replace deprecated kotlinOptions method. 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
Ryan VanderMeulen
47681e21d9 Bug 1852002 - Update AndroidX Lifecycle to version 2.6.2 2023-09-07 18:50:50 +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
a314d38140 Bug 1845530 - Remove paging library duplication from FenixDependencies. 2023-08-14 19:12:23 +00:00
rahulsainani
1d89adb5da Bug 1845255 - Add loading UI for review quality check 2023-08-02 09:12:04 -04:00
mcarare
c17b616f3b Bug 1837325 - Remove navigation library duplication from FenixDependencies. 2023-07-31 08:16:45 +00:00
Gabriel Luong
0676ef5608 Bug 1845354 - Refactor ApkSizeTask into a plugin using composite build 2023-07-26 17:18:02 +00:00
mike a
9deabdfa42 Bug 1839522 – added splash screen compat implementation, tied extra duration to the experiment 2023-06-26 22:03:58 +00:00
Gabriel Luong
584ffcff9d Bug 1837107 - Unify FenixDependencies with AC's DependenciesPlugin 2023-06-22 23:24:20 +00:00
Gabriel Luong
a688ce8faf Bug 1838120 - Unify Fenix buildSrc/Config with the ConfigPlugin 2023-06-20 20:27:56 +00:00
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.
2023-06-14 21:17:00 +00:00
mcarare
133a9c2810 Bug 1831352 - Target Java 17. 2023-06-12 19:40:42 +00:00
Ryan VanderMeulen
16eb7f86db Bug 1834775 - Pin Gradle plugin versions in their respective Dependencies files 2023-05-24 16:39:13 +00:00
Ryan VanderMeulen
b18466e218 Bug 1833926 - Add the Protobuf gradle plugin to FenixDependencies.kt 2023-05-19 08:47:56 +00:00
Jonathan Almeida
72a6af1510 Bug 1833939 - Remove Protobuf compiler workaround for Apple processors
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2023-05-19 02:48:28 +00:00
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.
2023-05-17 16:40:38 +00:00
Ryan VanderMeulen
5613cd7f2f Bug 1832597 - Update some Fenix & Focus testing dependencies 2023-05-16 00:47:19 +00:00
rahulsainani
f02fe91a42 Bug 1829083 - Migrate to compose foundation pager 2023-05-15 11:13:26 +00:00
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.
2023-05-10 16:38:36 +00:00
Titouan Thibaud
0a74421dc5 Bug 1829605 - Remove (if any) trailing slash from local.properties geckoview path to avoid build failures 2023-05-03 07:10:03 +00:00
rahulsainani
c9b5c9a7d4 Bug 1827631 - Use debugImplementation for compose tooling 2023-04-20 07:11:42 +00:00
iorgamgabriel
01cce97266 Bug 1825008 - Create a storage for submitted cookie banner site reports. 2023-04-10 18:01:47 +00:00
Christian Sadilek
b950e808ef Bug 1825028 - Delay init of MozillaOnline build until privacy notice accepted
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2023-03-30 01:30:03 +00:00
rahulsainani
9a0e7f1433 Bug 1823470 - Create pager indicator component 2023-03-23 18:48:58 +00:00
Aaron Train
8eaebc046e Bug 1823442 - Remove androidx.tracing:tracing dependency 2023-03-21 20:59:59 +00:00
Ryan VanderMeulen
99952d83a6 Bug 1823532 - Remove jnaForTest from project Gradle build files.
Also remove the now-unneeded jna dependency inclusion.
2023-03-21 18:39:45 +00:00
Harrison Oglesby
480828bb9b Bug 1822269 - add androidx.activity-compose and androidx.activity-ktx dependencies 2023-03-20 09:39:08 -04:00
Aaron Train
01812ad724 Bug 1819153 - Add androidx tracing dependency to resolve NoSuchMethodError 2023-03-15 21:01:59 -04:00
rahulsainani
5913d09770 Bug 1807324 - Add macrobenchmarks for startup metrics 2023-03-15 10:18:19 +01:00
Gabriel Luong
b26e07c5f2 Bug 1818826 - Remove Android Component Nimbus gradle plugin wrapper 2023-03-10 04:06:25 +00:00
rahulsainani
05191bfb90 Bug 1820130 - Remove unused accompanist insets dependency 2023-03-09 22:16:20 +00:00
Noah Bond
c329af178e Bug 1814988 - Add paging to TabsTray 2023-03-08 00:27:50 +00:00