Commit Graph

8686 Commits (3163cbeb97df60ea7a1a37b5925fc1eedcc81968)

Author SHA1 Message Date
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
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 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
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
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 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 5a0b9d754d Bug 1813671 - Target JVM 11 bytecode
See https://developer.android.com/studio/releases/gradle-plugin#jvm-11-bytecode for details.
2 years ago
James Hugman a7ed4ccebe Bug 1819914 - Call ensureMarketingChannelExists in MessageNotificationWorker 2 years ago
rahulsainani fef12abe08 Bug 1808358 - part 4: Use OnboardingPage component in UpgradeOnboarding.kt 2 years ago
rahulsainani 455d21e5ca Bug 1808358 - part 3: Rename to UpgradeOnboarding.kt 2 years ago
github-actions b1e08b84dc Import translations from android-l10n 2 years ago
Noah Bond 877b449fe3 Bug 1819733 - Fix broken tests in `TabSheetBehaviorManagerTest` 2 years ago
Arturo Mejia 2a66705812 Bug 1818056 - Delay TCP CFR until dismissing the cookie banner re-engagement dialog 2 years ago
gitstart 767f92ebb9 Bug 1818473 - Ignore case when searching through logins 2 years ago
GitStart f8476e24bc Bug 1810631 - Display name instead of e-mail in menu (#920)
* Bug 1810631 - Display name instead of e-mail in menu.

* Bug 1810631 - Display name instead of e-mail in menu

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
jhugman 110d24a4a8 Bug 1819431 - Reimplement default browser notification with Nimbus Messaging equivalent (#1031)
* Bug 1819431 - Added default-browser-notification

* Bug 1819431 - Remove DefaultBrowserNotificationWorker and friends

* Bug 1819431 - Add tests for all messages

* Bug 1819431 - Remove settings for default browser notification

* Bug 1819431 - Remove metrics for default browser notification

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
oana.horvath d6230dfa43 Bug 1812995 - Disabled failing verifyLoginIsNotUpdatedTest 2 years ago
oana.horvath a5d9ccb64f Bug 1807283 - Disable failing verifyJumpBackInSectionTest 2 years ago
oana.horvath 7878eeb0bb Bug 1807273 - Prevent keyboard blocking the login saving prompt in UI tests 2 years ago
GitStart 2d5e1630e0 Bug 1815631 - changed height and reduced padding for `Active` text from the Studies menu (#919)
* Bug 1815631 - changed height and reduced padding for Active text from the Studies menu

* Bug 1815631 - changed height and reduced padding for Active text from the Studies menu

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
GitStart e1a55df5ee Bug 1813451 - Fix accessibility issues on History deletion screen 2 years ago
GitStart 569f636b01 Bug 1813449 - Fix accessibility issues on Tabs Tray screen (#1007)
* Bug 1813449 - Fix accessibility issues on Tabs Tray screen

* Bug 1813449 - Fix accessibility issue on Tabs Tray screen

---------

Co-authored-by: gitstart <gitstart@users.noreply.github.com>
2 years ago