2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00
Commit Graph

10862 Commits

Author SHA1 Message Date
github-actions
a4165d368a Import translations from android-l10n 2023-03-08 04:16:31 +00:00
sarah541
e3d1a5250f Bug 1813252 - Refactor MessagingMiddlewareTest to use a real Store instance 2023-03-08 03:50:05 +00:00
Noah Bond
c329af178e Bug 1814988 - Add paging to TabsTray 2023-03-08 00:27:50 +00:00
Aaron Train
11db8a0b9d Bug 1820036 - Add Matrix labeling on Firebase Test Lab 2023-03-07 21:32:09 +00:00
Bruno Rosa
5cf3267a03 Bug 1817029 - Add the client-deduplication ping (#861)
* Bug 1817245 - new Nimbus feature for controlling client-deduplication ping

This feature will enable/disable the sending of the `client-deduplication`
ping that will be added in a later PR.

* Bug 1817029 - Add the client-deduplication ping

The `client-deduplication` ping will be used to determine if
client IDs are being regenerated erroneously. This ping uses
the lifecycle observers to (almost) replicate the same scheduling
as the baseline ping.

* Bug 1817029 - Suggested changes

changelog
- add `reason` for new ping
- update the unit test for the new ping
- add new metrics
- allow for custom salt when hashing the Ad ID
- move the Nimbus check to the lifecycle observer
- record the new metrics

* Bug 1817029 - Update fenix/.experimenter.yaml

Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>

* Bug 1817029 - remove unnecessary pass-through function

* Bug 1817029 - add the GleanTestRule for tests

* Bug 1817029 - Update fenix/app/src/test/java/org/mozilla/fenix/components/metrics/clientdeduplication/ClientDeduplicationPingTest.kt

Co-authored-by: Travis Long <tlong@mozilla.com>

* Bug 1817029 - remove unnecessary call to main thread

* Bug 1817029 - update comment about hashing

---------

Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
Co-authored-by: Travis Long <tlong@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-07 20:52:51 +00:00
Roger Yang
f1e0eaf7e1 Bug 1820271 - Renew telemetry probes expiring in v114 2023-03-07 19:28:17 +00:00
Arturo Mejia
3163cbeb97 Bug 1819645 - Limit the cookie banner re-engagement dialog to a maximum of two shows 2023-03-07 18:24:51 +00:00
Rebeca Tudor
867eba4513 Bug 1820552 - Increase Site's field x button in Add new login
For having the minimum of target size for the delete button,
 following the other examples in code, i modified it's height to 48dp.
2023-03-07 17:16:38 +00:00
Rebeca Tudor
086a3a117d Bug 1812247 - Increase tap area for history item's delete button
For having the minimum of target size for x buttons from history page, it was
added extra padding for devices with Android 9 or older.
IncreaseTapArea was not used because it didn't work for these android versions.
2023-03-07 16:48:40 +00:00
AndiAJ
e20bb06bfe Bug 1820746 - Remove running condition from youControlYourDataCardTest UI test 2023-03-07 16:23:17 +00:00
AndiAJ
305948436f Bug 1820746 - Remove running conditions for UI tests related to the PDF reader feature 2023-03-07 16:23:17 +00:00
AndiAJ
2f66da6180 Bug 1820193 - new addPDFToHomeScreenTest UI smoke test and other refactoring work 2023-03-07 15:50:19 +00:00
mike a
9a4ba51e85 Bug 1817519 – force search for not default engines 2023-03-07 15:17:48 +00:00
kycn
0a8baa4914 Bug 1820559 - Remove PlacesStorage maintenance feature flag for enabling the feature to all users.
This feature registers a periodic storage maintenance worker that runs to prune and maintain places db.
2023-03-07 14:31:45 +00:00
dependabot[bot]
6f6279c4ee Bump cryptography (#933)
Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.4 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/37.0.4...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-07 09:04:40 +00:00
Mugurell
e03f8fb6dc Bug 1820169 - Ensure shortcuts snackbars are shown
They must have the right parent to ensure they are shown on top of other Views
and that they are also scrollable in pair with the bottom toolbar.
2023-03-07 08:11:40 +00:00
github-actions
c04ba6bf41 Import translations from android-l10n 2023-03-07 01:06:53 +00:00
Ryan VanderMeulen
fcd5d5c6ae Bug 1820233 - Remove unneeded kotlin_stdlib inclusions and re-enable Werror in detekt build.gradle 2023-03-07 00:12:18 +00:00
Ryan VanderMeulen
0cbed434ec Bug 1820233 - Update Kotlin to 1.8.10 and Compose Compiler to 1.4.3 2023-03-07 00:12:18 +00:00
mike a
49125a2df0 Bug 1819909 – add telemetry for private browsing CFR 2023-03-06 23:25:44 +00:00
mike a
d1f115116f Bug 1817523 – fix application search engines background 2023-03-06 22:47:33 +00:00
Roger Yang
0342a75107 Bug 1820242 - Remove in_progress_media_tab_opened probe 2023-03-06 21:31:03 +00:00
GitStart
f15d0ecbef Bug 1812175 - Turn on Sync page and touch target suggestion is displayed. (#882)
* Bug 1812175 - Turn on Sync page and touch target suggestion is displayed.

* Bug 1812175 - Turn on Sync page and touch target suggestion is displayed.

* Bug 1812175 - Turn on Sync page and touch target suggestion is displayed.

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-06 16:41:33 +00:00
rahulsainani
a8447fc586 Bug 1820130 - Use compose foundation insets over accompanist insets 2023-03-06 15:36:59 +00:00
t-p-white
0a34b4b1da Bug 1809305 - Allow user to copy an image to the clipboard (#948)
* Bug 1809305 - Allow user to copy an image to the clipboard

* Bug 1809305 - Update import & remove unnecessary gradle androidTestImplementation dependency

* Bug 1809305 - PR changes

* Bug 1819746 - Add explicit dependency to support-ktx

* Add buildconfig changes needed after adding support-ktx to componse-engine

---------

Co-authored-by: t-p-white <t-p-white>
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-03-06 12:16:22 +00:00
github-actions
77f485baf1 Import translations from android-l10n 2023-03-06 00:43:03 +00:00
github-actions
e4d9de81e1 Import translations from android-l10n 2023-03-05 00:34:05 +00:00
Christian Sadilek
834f260018 Bug 1820129 - Fix Fenix test result report URL 2023-03-04 06:21:31 +00:00
Christian Sadilek
692b97fa2b Bug 1820129 - Make sure Fenix unit tests run correctly in CI
This also upgrades to use the large android worker since unit tests
take over 60mins to run otherwise.

Two tests in BrowserFragmentTest relied on FeatureFlags that are
dependent on the environment. Refactored those in line with our
other tests e.g., the SettingsFragmentTest.

BrowsersCacheTest will need some more work and is covered by a ticket.

AppRequestInterceptorTest just needed an additional mock.
2023-03-04 04:10:55 +00:00
Christian Sadilek
9e88b36f02 Revert "Bug 1817524 - Do not show homepage if last tab of section is closed while not in view"
This reverts commit 3c660fe68b872a9f20618846a96528ab20bfefcf.
2023-03-04 04:10:55 +00:00
github-actions
a5d229aa75 Import translations from android-l10n 2023-03-04 02:18:50 +00:00
Ryan VanderMeulen
552e9c2390 Bug 1819910 - Update Sentry to version 6.15.0 2023-03-04 01:49:41 +00:00
Roger Yang
632d02220d Bug 1818085 - Add preference to allow user to choose how open links in app works. 2023-03-03 20:48:59 +00:00
Ryan VanderMeulen
28dae882e6 Bug 1820176 - Update Fenix to ktlint 0.48.2 2023-03-03 20:14:13 +00:00
github-actions
7735ef0b80 Import translations from android-l10n 2023-03-03 03:14:45 +00:00
Aaron Train
3c054c11a4 Bug 819153 - Add androidx tracing dep to resolve NoSuchMethodError 2023-03-03 01:08:12 +00:00
mcarare
141ba22189 Bug 1819730 - Upgrade Robolectric to latest version (4.9.2) 2023-03-02 23:31:45 +00:00
t-p-white
f2095b4c5d Bug 1819927 - Remove DEFAULT_BROWSER_NOTIFICATION_ID from MarketingNotificationHelper 2023-03-02 21:01:05 +00:00
AndiAJ
053eb11df3 Bug 1807283 - re-enable verifyJumpBackInSectionTest UI test 2023-03-02 20:25:38 +00:00
mcarare
5315062482 Bug 1802817 - Replace deprecated variant.mergedFlavor.applicationId with variant.applicationId. 2023-03-02 17:13:09 +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
de3b18f003 Bug 1802817 - Migrate packagingOptions DSL properties to resources sub-block.
exclude, pickFirst methods are deprecated.
2023-03-02 17:13:09 +00:00
mcarare
547dc62353 Bug 1802817 - Migrate DSL properties from aaptOptions to androidResources.
AaptOptions interface is deprecated and renamed to AndroidResources
2023-03-02 17:13:09 +00:00
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
2023-03-02 17:13:09 +00:00
mcarare
4d8644516f Bug 1802817 - Rename DSL object from lintOptions to lint.
DSL object for configuring lint options lintOptions is deprecated.
2023-03-02 17:13:09 +00:00
mcarare
c8bfbe34ea Bug 1802817 - Upgrade Android Gradle Plugin to 7.4.1 version.
Also sync android lint version with AGP version.
2023-03-02 17:13:09 +00:00
mcarare
528dec7683 Bug 1802817 - Upgrade Gradle to 7.6.1 version. 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
mcarare
5a0b9d754d Bug 1813671 - Target JVM 11 bytecode
See https://developer.android.com/studio/releases/gradle-plugin#jvm-11-bytecode for details.
2023-03-02 17:13:09 +00:00
James Hugman
a7ed4ccebe Bug 1819914 - Call ensureMarketingChannelExists in MessageNotificationWorker 2023-03-02 14:56:07 +00:00