2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-07 15:20:38 +00:00
Commit Graph

10820 Commits

Author SHA1 Message Date
Gabriel Luong
f19e9d7ee0 Bug 1815939 - Clean up AC autopublish code in Fenix and Focus 2023-02-22 22:59:07 +00:00
James Hugman
90ab7a85e1 Bug 1816433 - Reduce maybeFetchExperiments interval when using the preview collection 2023-02-22 19:03:01 +00:00
Noah Bond
9f4b0014ac Bug 1813753 - Skip the half-expanded state when collapsing the Tabs Tray 2023-02-22 18:23:06 +00:00
AndiAJ
2295687fc5 Bug 1816879 - Part 1: New credit card autofill related UI test 2023-02-22 08:19:30 +00:00
AndiAJ
c79a6688a7 Bug 1816879 - Move credit cards autofill related UI tests to a new class 2023-02-22 08:19:30 +00:00
github-actions
78c1c6f3c9 Import translations from android-l10n 2023-02-22 01:05:46 +00:00
Noah Bond
082a03a8b5 Bug 1815185 - Remove fixed height from RecentSyncedTab 2023-02-21 23:38:41 +00:00
Roger Yang
f7ba318058 Bug 1817432 - Always setup notification workers even if marketing channel has not been created 2023-02-21 21:09:52 +00:00
Noah Bond
1f72ce51d3 Bug 1814986 - Create the logic fork for the Tabs Tray to Compose rewrite 2023-02-21 18:07:21 +00:00
gitstart
61349926a8 Bug 1812468 - Consider increasing the Standard and Strict options 2023-02-21 13:37:18 +00:00
Alexandru2909
1dfb2bd409 Add FLAG_SECURE to SearchDialogFragment 2023-02-21 10:10:59 +00:00
gitstart
32ed9fd197 Bug 1815634 - Set weight and fill to text to display collection expand 2023-02-21 08:13:50 +00:00
github-actions
5520a79b4e Import translations from android-l10n 2023-02-21 00:35:04 +00:00
Mugurell
21b5953136 Bug 1814678 - Enable pull to refresh in beta also 2023-02-20 17:06:58 +00:00
Mugurell
e8e419d8ba Bug 1816867 - Ensure Pocket topics selections are properly shown
A past refactoring resulted in the functionality still working as intended - no
more than 8 topics being selectable at a time but when a topic would be
automatically deselected this would not show - that topic would still be
displayed as selected.

Moving the implementation to a new `FilterChip` Compose api fixes the UI issue
and also allows for more idiomatic code and fixes a previously disabled UI test
2023-02-20 16:22:39 +00:00
rahulsainani
a187db5288 Bug 1817726 - Add Recents url sharing 2023-02-20 15:52:47 +00:00
AndiAJ
7eb6733bdd Bug 1807289 - Fix collections related UI tests 2023-02-20 12:01:26 +00:00
Jonas Konrad
fdfc155a2d Bug 1807531 - Honor private_browsing_mode value from external intents
Change IntentReceiverActivity so that if the incoming intent has the private_browsing_mode extra set to true, it overrides the openLinksInAPrivateTab setting. This allows external apps to set this flag for sites they want opened in a private app explicitly.

External apps cannot force the link to open in a non-private tab if openLinksInAPrivateTab is enabled, in that case the extra will be ignored.

This is similar to an old fennec feature ( https://bugzilla.mozilla.org/show_bug.cgi?id=1347583 ), however I used the "private_browsing_mode" extra name since it already appears in the code, instead of the "private_tab" extra that fennec used.

Bugzilla bug is 1807531, GitHub bug is #26158
2023-02-20 07:02:43 +00:00
github-actions
0290c2fbde Import translations from android-l10n 2023-02-20 00:41:08 +00:00
github-actions
e096c8dc40 Import translations from android-l10n 2023-02-19 00:36:33 +00:00
github-actions
94ed82f3f2 Import translations from android-l10n 2023-02-18 00:28:12 +00:00
Mugurell
9d5aaba99d Bug 1816724 - Show previous ETP message in onboarding if TCP is not enabled
Restore showing a different description of the Tracking Protection feature in
application's onboarding if the Total Cookie Protection feature is not yet
public.
The new description mentioning Total Cookie Protection will only be shown if
the Total Cookie Protection CFR is to also be shown.
2023-02-17 14:42:06 +00:00
Alexandru2909
e0bc9347f3 Bug 1807369 - Improve accessibility for 'Learn more' hyperlink from the Pocket homepage header 2023-02-17 13:44:33 +00:00
DreVla
1c906a5038 Bug 1813877 - Announce page title with talkback when swiping on navbar
Talkback now announces the name of the tab switched to using
swipe left or right gestures on the navbar
2023-02-17 08:08:51 +00:00
github-actions
15d10021cf Import translations from android-l10n 2023-02-17 00:41:30 +00:00
Aaron Train
0824a0f4d0 Bug 1817003 - Remove low capacity ARM device on FTL 2023-02-16 19:36:19 +00:00
JohanLorenzo
66ae07e856 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 2023-02-16 17:48:54 +00:00
oana.horvath
c89148246e Bug 1810531 - Re-enable Fenix UI test: saveAndOpenPdfTest 2023-02-16 14:59:23 +00:00
Noah Bond
33737d4d90 Bug 1815968 - Add secret setting to Tabs Tray to Compose rewrite 2023-02-15 20:37:09 +00:00
Jonathan Almeida
c1923291d3 Bug 1816196 - Do not fetch messaging during storage initialization
While debugging a UI test, we found that the messaging feature was being
queried during the storage initialization and acting on the cached value
alone. This could lead us to no longer receiving new messages during the
app lifetime.

For the unit tests, we switched from mocking the entire feature to
mocking just the `FeaturesInterface` as the test was providing
false-positive results. It's better to create a real feature in any case
for the other testing needs.

Co-authored-by: Benjamin Forehand Jr <bennyjr169@gmail.com>
2023-02-15 18:54:15 +00:00
rahulsainani
688d74af8f Bug 1808358 - part 2: Use OnboardingPage component in NotificationPermissionDialogScreen.kt 2023-02-15 18:20:58 +00:00
t-p-white
4ec01ab895 Bug 1816892 - Update the Private Browsing Mode CFR that currently says, “Launch next private tab in one tap.” to say “Launch your next private tab in one tap". 2023-02-15 16:43:13 +00:00
github-actions
af9a39ac3a Import translations from android-l10n 2023-02-15 00:27:37 +00:00
oana.horvath
c37deb72c4 Bug 1816683 - Fix AC version not displayed in verifyAboutFirefoxPreview UI test 2023-02-14 14:35:40 -05:00
Arturo Mejia
4d87860b2e Bug 1816186 - Use detect-only just when we can show the re-engagement dialog 2023-02-14 15:34:46 +00:00
Gabriel Luong
b275c973a8 Bug 1811383 - Migrate GitHub actions for Fenix 2023-02-14 09:56:40 +01:00
Johan Lorenzo
f091503608 Bug 1814441 - Import fenix configuration in .mergify.yml 2023-02-14 09:51:17 +01:00
Johan Lorenzo
12cd21c948 Bug 1808607 - part 6: Remove fenix taskcluster leftovers 2023-02-14 08:44:58 +00:00
Johan Lorenzo
b92d5154a7 Bug 1808607 - part 5: Delete duplicate beta/release params files 2023-02-14 08:44:58 +00:00
Johan Lorenzo
cf962f5d9d Bug 1808607 - part 4: Delete version-bump task for already being covered existing kind 2023-02-14 08:44:58 +00:00
Johan Lorenzo
75e9aaf990 Bug 1808607 - part 3: Delete mark-as-shipped task for already being covered existing kind 2023-02-14 08:44:58 +00:00
Geoff Brown
5600c72f53 Bug 1808607 - part 2: Migrate notify tasks 2023-02-14 08:44:58 +00:00
Geoff Brown
9d51af9d91 Bug 1808607 - part 1: Migrate github-release tasks 2023-02-14 08:44:58 +00:00
Johan Lorenzo
397310f60c Bug 1808606 - part 6: Delete duplicate nightly params files 2023-02-14 08:13:59 +00:00
Geoff Brown
72a44ef6be Bug 1808606 - part 4: Migrate push-apk tasks 2023-02-14 08:13:59 +00:00
Geoff Brown
6f88a7d94f Bug 1808606 - part 3: Migrate beetmover tasks 2023-02-14 08:13:59 +00:00
Johan Lorenzo
8cbe51f337 Bug 1808606 - part 2: Make multi_dep merge attribute dictionaries 2023-02-14 08:13:59 +00:00
Johan Lorenzo
a016289be0 Bug 1808605 - part 26: Delete duplicate parameters.py 2023-02-14 07:48:48 +00:00
Johan Lorenzo
89f9fb0d01 Bug 1808605 - part 25: Delete duplicate on-push/PR param files 2023-02-14 07:48:48 +00:00
Johan Lorenzo
69880707ad Bug 1808605 - part 24: Delete complete task for already being define 2023-02-14 07:48:48 +00:00