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

11039 Commits

Author SHA1 Message Date
Harrison Oglesby
09a3702050 Bug 1809809 - do not call onWallpaperSelected if user selects currently set wallpaper 2023-03-10 19:04:30 +00:00
Roger Yang
53b2db944e Bug 1817070 - Experimentation with different Re-engagement notifications 2023-03-10 18:22:23 +00:00
Jonathan Almeida
b6901ddf07 Bug 1821511 - Update comm links in Firefox-for-Android-Team-Processes 2023-03-10 17:40:47 +00:00
oana.horvath
d1ee389f48 Bug 1820984 - Follow-up on loginsAndPasswordsSettingsItemsTest missing steps 2023-03-10 16:59:31 +00:00
Johan Lorenzo
b67bfb450c Bug 1820125 - part 4: Generate .buildconfig.yml files with the new parser 2023-03-10 14:29:44 +01:00
Gabriel Luong
b26e07c5f2 Bug 1818826 - Remove Android Component Nimbus gradle plugin wrapper 2023-03-10 04:06:25 +00:00
Harrison Oglesby
393c31755e Bug 1817524 - Do not show homepage if last tab of section is closed while not in view 2023-03-09 21:09:42 -05:00
github-actions
e2a24391fb Import translations from android-l10n 2023-03-09 20:35:59 -05:00
t-p-white
e68a5c1ae9 Bug 1821021 - Fix for failing UI test 2023-03-10 00:16:02 +00:00
t-p-white
86ccb065db Bug 1821021 - Reverted messaging.fml.yaml 2023-03-10 00:16:02 +00:00
t-p-white
298b4d4748 Bug 1821021 - Remove initial delay for MessageNotificationWorker 2023-03-10 00:16:02 +00:00
rahulsainani
05191bfb90 Bug 1820130 - Remove unused accompanist insets dependency 2023-03-09 22:16:20 +00:00
t-p-white
7051800a69 Bug 1818802 - Update strings in the ETP settings screen. 2023-03-09 19:53:18 +00:00
Noah Bond
1ac9bb70e6 Bug 1816743 - Create Tabs Tray banner container UI 2023-03-09 17:40:00 +00:00
Alexandru2909
66845c9c99 Bug 1821032 - Add telemetry for the homescreen no collections placeholder close button 2023-03-09 15:30:58 +00:00
Alexandru2909
7f65c49511 Bug 1821030 - Add telemetry for onboarding PWA dialog cancel button 2023-03-09 14:55:01 +00:00
github-actions
2e417f1917 Import translations from android-l10n 2023-03-09 00:54:00 +00:00
GitStart
0b06460964 Bug 1812144 - Homescreen appbar drag issue fixed 2023-03-08 21:38:40 +00:00
Roger Yang
c5d2d06a47 Bug 1817070 - Add strings used for experimentation with Re-engagement notifications 2023-03-08 20:42:50 +00:00
Mugurell
d248dc363c Bug 1820967 - Use id instead of flight_id to identify a sponsored story
The new value will now be used for the existing `id` property of a
PocketSponsoredStory instance.
2023-03-08 14:48:02 +00:00
oana.horvath
ae9c995340 Bug 1821024 - Disable blocking openDownloadedFileTest 2023-03-08 13:19:13 +00:00
oana.horvath
a455e46191 Bug 1820740 - Add UI tests coverage for HTTPS-only mode 2023-03-08 13:19:13 +00:00
oana.horvath
17ef721fff Bug 1820740 - Update to androidTest/AppRequestInterceptor.kt to match production code 2023-03-08 13:19:13 +00:00
oana.horvath
58f5654e54 Bug 1820773 - Refactor Settings test classes to reflect current categories 2023-03-08 13:19:13 +00:00
AndiAJ
f2f5947846 Bug 1820961 - Add smoke test annotation to mainMenuAddToHomeScreenTest and addPrivateBrowsingShortcutTest UI tests 2023-03-08 10:14:49 +00:00
AndiAJ
9284815a4a Bug 1820501 - Add missing steps to findInPageTest UI test 2023-03-08 08:09:07 +00:00
AndiAJ
95fbf87815 Bug 1820501 - Create new pdfFindInPageTest UI test 2023-03-08 08:09:07 +00:00
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