Commit Graph

10687 Commits (177013bdfca0794c13b515f621ff8b3f1a75f2d2)
 

Author SHA1 Message Date
DreVla 177013bdfc Bug 1817611 - Revert using live region for talkback on navbar swipe
A previous PR introduced accessibilityLiveRegion for EngineView
in order for talkback to dictate when swiping to another tab on navbar.
This change lead to talkback dictating the title/url of the current
page even when tapping empty spaces or when certain elements lose focus.
Changing the implementation from using live regions to the
announceForAccessibility method seems to fix this issue.
1 year ago
Alexandru2909 59eae2858b Bug 1811175 - Implement fallback protocol for sponsored tiles 1 year ago
github-actions 703ea0cc73 Import translations from android-l10n 1 year ago
github-actions 9f99781f7d Import translations from android-l10n 1 year ago
github-actions da13991a19 Import translations from android-l10n 1 year ago
Aaron Train a3b65617a6 Bug 1817250 - Add/Enable Robo Test on Firebase Test Lab 1 year ago
Alexandru2909 49f2ca6ac3 Bug 1818015 - Use custom tab to show privacy notice during onboarding 1 year ago
github-actions 14249104ed Import translations from android-l10n 1 year ago
Gabriel Luong 65dc9153c5 Bug 1815941 - Unify Fenix and Focus .gitignore to the root .gitignore 1 year ago
MatthewTighe 778964a4eb Bug 1818059 - Update to application services version 97.0.0. 1 year ago
Mugurell bd63c041d8 Bug 1818058 - Enable TCP by default for all releases
TCP will still be controllable through Nimbus but by default it will be enabled
now on all releases.
1 year ago
Francesco Lodolo ca4cf21be7 Bug 1816906 - Remove filter-incomplete-translations and clean up obsolete localization files
- Removed filter and associated code from TaskCluster
- Removed fenix/l10n-release.toml
- Removed android2po references from Focus for Android
1 year ago
Roger Yang 4e6c584b71 Bug 1818510 - Remove all unused strings marked moz:removedIn <= 109 1 year ago
gitstart 56a0958013 Bug 1812447 - Search Logins by Username 1 year ago
mike a 1457f95d5c Bug 1817522 – Add dark theme support for seach button background 1 year ago
github-actions ec5c150561 Import translations from android-l10n 1 year ago
Gabriel Luong 07979ee0af Bug 1818251 - Rename Fenix Dependencies.kt to FenixDependencies.kt 1 year ago
Gabriel Luong f19e9d7ee0 Bug 1815939 - Clean up AC autopublish code in Fenix and Focus 1 year ago
James Hugman 90ab7a85e1 Bug 1816433 - Reduce maybeFetchExperiments interval when using the preview collection 1 year ago
Noah Bond 9f4b0014ac Bug 1813753 - Skip the half-expanded state when collapsing the Tabs Tray 1 year ago
AndiAJ 2295687fc5 Bug 1816879 - Part 1: New credit card autofill related UI test 1 year ago
AndiAJ c79a6688a7 Bug 1816879 - Move credit cards autofill related UI tests to a new class 1 year ago
github-actions 78c1c6f3c9 Import translations from android-l10n 1 year ago
Noah Bond 082a03a8b5 Bug 1815185 - Remove fixed height from `RecentSyncedTab` 1 year ago
Roger Yang f7ba318058 Bug 1817432 - Always setup notification workers even if marketing channel has not been created 1 year ago
Noah Bond 1f72ce51d3 Bug 1814986 - Create the logic fork for the Tabs Tray to Compose rewrite 1 year ago
gitstart 61349926a8 Bug 1812468 - Consider increasing the Standard and Strict options 1 year ago
Alexandru2909 1dfb2bd409 Add FLAG_SECURE to SearchDialogFragment 1 year ago
gitstart 32ed9fd197 Bug 1815634 - Set weight and fill to text to display collection expand 1 year ago
github-actions 5520a79b4e Import translations from android-l10n 1 year ago
Mugurell 21b5953136 Bug 1814678 - Enable pull to refresh in beta also 1 year ago
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
1 year ago
rahulsainani a187db5288 Bug 1817726 - Add Recents url sharing 1 year ago
AndiAJ 7eb6733bdd Bug 1807289 - Fix collections related UI tests 1 year ago
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
1 year ago
github-actions 0290c2fbde Import translations from android-l10n 1 year ago
github-actions e096c8dc40 Import translations from android-l10n 1 year ago
github-actions 94ed82f3f2 Import translations from android-l10n 1 year ago
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.
1 year ago
Alexandru2909 e0bc9347f3 Bug 1807369 - Improve accessibility for 'Learn more' hyperlink from the Pocket homepage header 1 year ago
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
1 year ago
github-actions 15d10021cf Import translations from android-l10n 1 year ago
Aaron Train 0824a0f4d0 Bug 1817003 - Remove low capacity ARM device on FTL 1 year ago
JohanLorenzo 66ae07e856 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
oana.horvath c89148246e Bug 1810531 - Re-enable Fenix UI test: saveAndOpenPdfTest 1 year ago
Noah Bond 33737d4d90 Bug 1815968 - Add secret setting to Tabs Tray to Compose rewrite 1 year ago
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>
1 year ago
rahulsainani 688d74af8f Bug 1808358 - part 2: Use OnboardingPage component in NotificationPermissionDialogScreen.kt 1 year ago
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". 1 year ago
github-actions af9a39ac3a Import translations from android-l10n 1 year ago