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

12456 Commits

Author SHA1 Message Date
Noah Bond
07c754a0c8 Bug 1861475 - Refactor Modifier.onShown out of PocketStoriesComposables 2023-11-08 22:40:56 +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
t-p-white
25f87b3149 Bug 1823316 - Use 'Snackbar' themed Dialog to notify on making app full-screen 2023-11-08 16:37:24 +00:00
Ryan VanderMeulen
973d055a6e Bug 1863744 - Update Gradle to version 8.4 2023-11-08 15:56:20 +00:00
rahulsainani
9e455f7158 Bug 1856336 - Integrate rc impression and click APIs in network middleware 2023-11-08 10:23:54 +00:00
mcarare
3e0a3d7238 Bug 1821005 - Apply additional keep rules for missing classes detected while running R8.
These rules are automatically generated by AGP.
2023-11-08 09:10:09 +00:00
mcarare
4c9122603c Bug 1821005 - Set UI_INJECTION_HOST mode for lint in test. 2023-11-08 09:10:09 +00: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
4534af3454 Bug 1821005 - Add uses-feature tag for camera permission.
Having the camera permission automatically adds a camera hardware requirement. This removes that requirement for devices to have a camera.
2023-11-08 09:10:09 +00:00
mcarare
002c8a085e Bug 1821005 - Set nonTransitiveRClass and nonFinalResIds build flags to false.
From Gradle 8 the default value has changed from false to true.
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
3a43e0d4cd Bug 1821005 - Replace deprecated toLowerCase with lowercase. 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
mcarare
74f9138409 Bug 1821005 - Upgrade kotlin-dsl to 4.1.0.
Gradle 8.3 expects version '4.1.0' of the `kotlin-dsl` plugin.

dsl
2023-11-08 09:10:09 +00:00
mcarare
4617bcab9f Bug 1821005 - Upgrade Gradle to 8.3 version. 2023-11-08 09:10:09 +00:00
github-actions
e1911c2c06 Import translations from android-l10n 2023-11-08 00:26:58 +00:00
Roger Yang
a34c5d7542 Bug 1863603 - Add handling of Meta attribution in percent format 2023-11-07 21:14:06 +00:00
Mark Hammond
41120b4c4f Bug 1807545 - Add new "Open in regular tab" feature.
This feature allows a private tab to be reopened as a regular tab. The
feature is only enabled for users with the "Open links in a private tab"
option enabled - such users who follow links from external applications
will always have these tabs opened as private, so may wish to "opt-out"
of individual tabs being private.
Users without this option set will not have private tabs opened by
default, so have already opted-in to each private tab - thus, those users
are unlikely to benefit from this feature.

The feature is added to the main menu - however, as above, it will only
be visible when a private tab is open *and* "Open links in a private tab"
is enabled, so will only be seen by a minority of users.

The feature is also enabled only for Nightly while it is polished, but
the intention is that it eventually ride to release.
2023-11-07 20:06:10 +00:00
DreVla
f9996f57ab Bug 1863504 - Track Shopping CFR shown to user when it is displayed
Rather than tracking that the CFR was shown to the user when the
user explicitly interacts with it (dismiss or action tap),
we will track it when the CFR was shown, not considering how the
user dismissed it.
2023-11-07 16:27:14 +00:00
JohanLorenzo
8966ca3786 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-11-07 14:53:17 +00:00
RebecaTudor
10f56ea925 Bug 1862403 - Remove unneeded states from RecommendedProductState
Removed unneeded states from RecommendedProductState: Loading and Error,
because the UI only uses the other 2 states.
2023-11-07 10:05:01 +00:00
rahulsainani
030d3e40e8 Bug 1846517 - Part 2:Use lazyStore to create review checker store 2023-11-07 09:06:39 +00:00
rahulsainani
76c56e54a2 Bug 1846517 - Part 1:Expose coroutine scope for stores through lazyStore
Bug 1846517 - Part 1:Expose coroutine scope for stores through lazyStore
2023-11-07 09:06:39 +00:00
github-actions
5417a33f92 Import translations from android-l10n 2023-11-07 00:26:59 +00:00
Arturo Mejia
4f48bf646b Bug 1862425 - Allow to control QPS prefs using nimbus. 2023-11-06 22:37:10 +00:00
Noah Bond
d5e7d61e8d Bug 1861732 - Clean up shopping onboarding caption strings 2023-11-06 18:22:30 +00:00
Roger Yang
e74a6d611c Bug 1862737 - Add telemetry for the full install referrer response 2023-11-06 16:44:50 +00:00
DreVla
ddc0d43d31 Bug 1862775 - Send telemetry on "Powered by Fakespot by Mozilla" tap
Added `surface_powered_by_fakespot_link_clicked` telemetry probe
that is sent when the user taps the "Powered by Fakespot by Mozilla"
footer link in Review Checker Sheet.
2023-11-06 16:08:13 +00:00
AndiAJ
f910dc008b Bug 1863278 - Refactor navigation and storage deletion in downloads UI tests 2023-11-06 15:17:32 +00:00
DreVla
5ee95765f2 Bug 1861173 - Correctly increment shopping CFR counter
Using `.inc()` was wrong due to it returning the incremented
value and not incrementing the already existing one. This
patch aims to fix that, therefore showing the CFR correctly
for max 3 times.
2023-11-06 11:55:24 +00:00
rahulsainani
87d4f27bd3 Bug 1862402 - Mark AnalysisPresent as Immutable for compose compiler 2023-11-06 11:22:51 +00:00
AndiAJ
8e44e00662 Bug 1862926 - New high priority history UI test 2023-11-06 08:36:59 +00:00
github-actions
c5dda31e12 Import translations from android-l10n 2023-11-06 00:26:14 +00:00
github-actions
e28fa2a5db Import translations from android-l10n 2023-11-05 00:32:35 +00:00
github-actions
3d2e1ad609 Import translations from android-l10n 2023-11-04 01:21:58 +00:00
Noah Bond
921d0e63d2 Bug 1861732 - Remove straight quotes from onboarding caption 2023-11-03 23:57:56 +00:00
Harrison Oglesby
0f1bd3f7f8 Bug 1858882 - Update "Learn More" link in private browsing description 2023-11-03 22:51:50 +00:00
Ben Dean-Kawamura
72dbea410c Bug 1861219 - Resolve breaking changes to the Rust fxa-client
This is mostly just renames.
2023-11-03 18:38:11 +00:00
James Hugman
6d779a2bb5 Bug 1861234 — Add SharedPreferences to NimbusBuilder 2023-11-03 17:44:06 +00:00
Lina Butler
090eed0f3d Bug 1861415 - Filter out sponsored URLs from other suggestion providers in Fenix.
This commit:

* Adds an `AwesomeBarView.SearchResultFilter` type, with variants to
  only include results for the current search engine (`CurrentEngine`)
  and exclude results with a matching query parameter
  (`ExcludeSponsored`).
* Adds a `String.urlContainsQueryParameters` extension function for
  using the `ExcludeSponsored` filter with the synced tabs provider.
* Refactors the `AwesomeBarView.get*Provider` methods to take an
  optional `SearchResultFilter`.
2023-11-03 06:54:44 +00:00
Lina Butler
36ed959f49 Bug 1861415 - Refactor results{Uri, Url}Filter to be a predicate.
This commit:

* Changes the bookmarks, history, session, and synced tabs suggestion
  providers to take an optional predicate that filters matching
  suggestions by `Uri` (bookmarks, history, session) or URL string
  (synced tabs), instead of comparing the suggestions' URLs directly.
* Hoists the host matching checks out of the providers.
2023-11-03 06:54:44 +00:00
github-actions
4b6e34d7fa Import translations from android-l10n 2023-11-03 00:23:17 +00:00
Ryan VanderMeulen
71c3287f1c Bug 1862658 - Fix OutdatedDocumentation errors
Behavior change from https://github.com/detekt/detekt/pull/6372.
2023-11-02 22:54:05 +00:00
JohanLorenzo
298aa9a1b1 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-11-02 20:26:05 +00:00
Noah Bond
04e905825f Bug 1861732 - Split-out "terms of use" and "privacy policy" text links 2023-11-02 18:33:49 +00:00
DreVla
6ab8aadd6b Bug 1861173 - Change timing of the Review Checker onboarding CFR
The current onboarding CFR is set to show the first time someone
lands on a product detail page. If the user dismisses the CFR and
does not opt-in, we show it on the next product detail page after at
least 24 hours have elapsed.
This patch changes this to showing the CFR up to 3X (instead of 2)
with at least 12 hrs in-between (instead of 24).
2023-11-02 13:28:11 +00:00
AndiAJ
6a38fc03aa Bug 1862383 - New high priority download UI tests 2023-11-02 10:57:18 +00:00
rahulsainani
9c07a700fe Bug 1862399 - Keep review checker card expanded states in ReviewQualityCheckState 2023-11-02 09:22:36 +00:00
Lina Butler
1ec2d118cf Bug 1860919 - Send Glean pings for Wikipedia Firefox Suggestion impressions and clicks.
This commit:

* Adds new facts, `wikipedia_suggestion_clicked` and
  `wikipedia_suggestion_impressed`, to the `feature-fxsuggest`
  component.
* Emits `fx-suggest` Glean pings for those facts in Fenix's
  `MetricController`.
2023-11-02 02:45:11 +00:00