Commit Graph

10915 Commits (e9246a0aa35c8c2bda45aa1f69787d35fd08eaed)
 

Author SHA1 Message Date
AndiAJ f2f5947846 Bug 1820961 - Add smoke test annotation to mainMenuAddToHomeScreenTest and addPrivateBrowsingShortcutTest UI tests 2 years ago
AndiAJ 9284815a4a Bug 1820501 - Add missing steps to findInPageTest UI test 2 years ago
AndiAJ 95fbf87815 Bug 1820501 - Create new pdfFindInPageTest UI test 2 years ago
github-actions a4165d368a Import translations from android-l10n 2 years ago
sarah541 e3d1a5250f Bug 1813252 - Refactor MessagingMiddlewareTest to use a real Store instance 2 years ago
Noah Bond c329af178e Bug 1814988 - Add paging to `TabsTray` 2 years ago
Aaron Train 11db8a0b9d Bug 1820036 - Add Matrix labeling on Firebase Test Lab 2 years ago
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>
2 years ago
Roger Yang f1e0eaf7e1 Bug 1820271 - Renew telemetry probes expiring in v114 2 years ago
Arturo Mejia 3163cbeb97 Bug 1819645 - Limit the cookie banner re-engagement dialog to a maximum of two shows 2 years ago
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.
2 years ago
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.
2 years ago
AndiAJ e20bb06bfe Bug 1820746 - Remove running condition from youControlYourDataCardTest UI test 2 years ago
AndiAJ 305948436f Bug 1820746 - Remove running conditions for UI tests related to the PDF reader feature 2 years ago
AndiAJ 2f66da6180 Bug 1820193 - new addPDFToHomeScreenTest UI smoke test and other refactoring work 2 years ago
mike a 9a4ba51e85 Bug 1817519 – force search for not default engines 2 years ago
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.
2 years ago
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>
2 years ago
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.
2 years ago
github-actions c04ba6bf41 Import translations from android-l10n 2 years ago
Ryan VanderMeulen fcd5d5c6ae Bug 1820233 - Remove unneeded kotlin_stdlib inclusions and re-enable Werror in detekt build.gradle 2 years ago
Ryan VanderMeulen 0cbed434ec Bug 1820233 - Update Kotlin to 1.8.10 and Compose Compiler to 1.4.3 2 years ago
mike a 49125a2df0 Bug 1819909 – add telemetry for private browsing CFR 2 years ago
mike a d1f115116f Bug 1817523 – fix application search engines background 2 years ago
Roger Yang 0342a75107 Bug 1820242 - Remove in_progress_media_tab_opened probe 2 years ago
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>
2 years ago
rahulsainani a8447fc586 Bug 1820130 - Use compose foundation insets over accompanist insets 2 years ago
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>
2 years ago
github-actions 77f485baf1 Import translations from android-l10n 2 years ago
github-actions e4d9de81e1 Import translations from android-l10n 2 years ago
Christian Sadilek 834f260018 Bug 1820129 - Fix Fenix test result report URL 2 years ago
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.
2 years ago
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.
2 years ago
github-actions a5d229aa75 Import translations from android-l10n 2 years ago
Ryan VanderMeulen 552e9c2390 Bug 1819910 - Update Sentry to version 6.15.0 2 years ago
Roger Yang 632d02220d Bug 1818085 - Add preference to allow user to choose how open links in app works. 2 years ago
Ryan VanderMeulen 28dae882e6 Bug 1820176 - Update Fenix to ktlint 0.48.2 2 years ago
github-actions 7735ef0b80 Import translations from android-l10n 2 years ago
Aaron Train 3c054c11a4 Bug 819153 - Add androidx tracing dep to resolve NoSuchMethodError 2 years ago
mcarare 141ba22189 Bug 1819730 - Upgrade Robolectric to latest version (4.9.2) 2 years ago
t-p-white f2095b4c5d Bug 1819927 - Remove DEFAULT_BROWSER_NOTIFICATION_ID from MarketingNotificationHelper 2 years ago
AndiAJ 053eb11df3 Bug 1807283 - re-enable verifyJumpBackInSectionTest UI test 2 years ago
mcarare 5315062482 Bug 1802817 - Replace deprecated variant.mergedFlavor.applicationId with variant.applicationId. 2 years ago
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.
2 years ago
mcarare de3b18f003 Bug 1802817 - Migrate packagingOptions DSL properties to resources sub-block.
exclude, pickFirst methods are deprecated.
2 years ago
mcarare 547dc62353 Bug 1802817 - Migrate DSL properties from aaptOptions to androidResources.
AaptOptions interface is deprecated and renamed to AndroidResources
2 years ago
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
2 years ago
mcarare 4d8644516f Bug 1802817 - Rename DSL object from lintOptions to lint.
DSL object for configuring lint options lintOptions is deprecated.
2 years ago
mcarare c8bfbe34ea Bug 1802817 - Upgrade Android Gradle Plugin to 7.4.1 version.
Also sync android lint version with AGP version.
2 years ago
mcarare 528dec7683 Bug 1802817 - Upgrade Gradle to 7.6.1 version. 2 years ago