Commit Graph

1846 Commits (0bc5934e083e2e409ed56e5c53dd29fc3740f8c3)

Author SHA1 Message Date
t-p-white 481894e950 Bug 1831068 - Incorporate Nimbus experiment 'lifestyle image' resources 1 year ago
rahulsainani 8bf1aeeca8 Bug 1830304 - Set browsing mode when redesigned onboarding is enabled 1 year ago
iorgamgabriel 4469ea3aff Bug 1830881 - Change strings for submitted cookie banner site reports. 1 year ago
mcarare c773c55dbb Bug 1825071 - Refactor ImageButtonTest to remove FenixRobolectricTestRunner. 1 year ago
mcarare d0170e081e Bug 1825071 - Remove unnecessary GleanTestRule from HomeActivity. 1 year ago
mcarare 25cc2864ff Bug 1825071 - Refactor FenixLogSink to remove mockkStatic usage. 1 year ago
mcarare 6821e471c5 Bug 1825071 - Refactor ServiceWorkerSupportTest to remove AndroidJUnit4 test runner. 1 year ago
mcarare b9e942a757 Bug 1825071 - Refactor TrackingProtectionPanelInteractorTest to remove FenixRobolectricTestRunner. 1 year ago
mcarare 9b4335986d Bug 1825071 - Refactor BaseBrowserFragmentTest to remove FenixRobolectricTestRunner. 1 year ago
mcarare 5b680a47dc Bug 1825071 - Remove unnecessary FenixRobolectricTestRunner. 1 year ago
t-p-white 7bbaaf87b8 Bug 1821961 - Updated the collapse animation of the tabs tray FAB & scrim 1 year ago
Roger Yang bb81e099ad Bug 1830988 - Renew telemetry probes expiring in v116 1 year ago
Noah Bond 568d92a60a Bug 1822887 - Refactor multi selection business logic from `NavigationInteractor` to `TabsTrayController` 1 year ago
James Hugman edc5077015 Bug 1830080 Add more careful handling of preview-collection in maybeFetchExperiments 1 year ago
mcarare 5a1ecb81f5 Bug 1831083 - Refactor DefaultReaderModeController to improve testing. 1 year ago
t-p-white 1c22b3cbee Bug 1826767 - Update app to use onboarding manifest cards and enum 1 year ago
iorgamgabriel 1015df2be3 Bug 1829531 - Fix the status bar color when the download prompt appears. 1 year ago
Noah Bond cfcfcca5b9 Bug 1826457 - Update Compose version to 1.4.2 and Lifecycle version to 2.6.1 1 year ago
Roger Yang e7d3c97ea1 Bug 1829937 - Remove "Always" as an option for app links in private browsing 1 year ago
Raphael Pierzina b235360366 Bug 1822119 - Store new UUID in shared prefs and send in metrics ping (#1541) 1 year ago
rahulsainani 18bae37f2a Bug 1829301 - Make fenix onboarding singleton 1 year ago
rahulsainani 3fcc8890b0 Bug 1829619 - Fix external ActivityNotFoundException for default browser settings 1 year ago
rahulsainani 18d2815cd2 Bug 1827030 - Enable juno onboarding in nightly for new users 1 year ago
Noah Bond 003db9a42f Bug 1821425 - Add the logic to show the selected tab UI and the multi selection tab UI 1 year ago
DreVla ac4f4ccaca Bug 1802584 - Announce "Find in page" edit box when using Talkback
When using talkback, the focus keeps jumping between the dismiss
button and the "Find in page" edit text. Seems like giving up
the view stub fixes this issue. Considering that the view inflation
performance wins are rather small for such added complexity,
we have given up the view stub.
1 year ago
iorgamgabriel 01cce97266 Bug 1825008 - Create a storage for submitted cookie banner site reports. 1 year ago
Jeff Boek 70d4b7cd46 Bug 1820211 - Adds `tabKilled` event to track when a tab was killed with form data. (#1343)
* Bug 1820211 - Adds `tabKilled` event to track when a tab was killed with form data.

- Also includes if the tab was the active tab and whether the app was in the foreground.

* Bug 1820211 - Adds tests for TelemetryMiddleware and StoreLifecycleObserver

* Bug 1820211 - Renames CheckFormDataAction to UpdateHasFormData
- Removes @property hasFormData comment from sessionState
- Moves checking formdata from TabContentMiddleware to SessionPrioritizationMiddleware

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
mcarare 310b54552f Bug 1824717 - Refactor RestoreUseCase to remove Robolectric from TabsUseCasesKtTest. 2 years ago
Alexandru2909 e5c7f151b0 Bug 1819439 - Add logic to dismiss tabs tray when user taps outside 2 years ago
Noah Bond 9b9616a596 Bug 1814991 - Implement Tabs Tray single select banner UI 2 years ago
rahulsainani 20d3de7c8e Bug 1822268 - Part 2: Add juno onboarding navigation logic 2 years ago
rahulsainani f108eb7a1e Bug 1821726 - Part 1: Prepare for adding juno onboarding telemetry 2 years ago
Joe Mahon e119905271 Bug 1826091 - Enable Pull to Refresh in release (#1521) 2 years ago
Harrison Oglesby f601798684 Bug 1825064 - Change What's New URL to Fenix release notes 2 years ago
t-p-white 93b1814b67 Bug 1825020 - Update the SET_AS_DEFAULT_BROWSER breadcrumb and use getGenericSumoURLForTopic for Android <= M 2 years ago
t-p-white 45a45e567b Bug 1823892 - Added option to not show 'Open in Firefox' and 'POWERED BY FIREFOX' menu items in Custom tab 2 years ago
Gabriel Luong 25404364e5 Bug 1823430 - Refactor home menu button dismissal into HomeMenuView 2 years ago
Gabriel Luong 044e90c678 Bug 1825576 - Refactor search selector menu handling out of SessionControlController into its own controller 2 years ago
mcarare 2642ff7ce3 Bug 1796348 - Use a notification delegate for PoweredByNotification. 2 years ago
mcarare 0e9c8897ad Bug 1796348 - Add a notification delegate to CrashReporter.
The CrashReporter will now show notifications through the notification delegate.
2 years ago
Jonathan Almeida 4afdf9468a Bug 1794204 - Remove AccountSharing migration from FxaAccountManager 2 years ago
iorgamgabriel 957b10fb2e Bug 1805450 - Implement submit site support requests in Fenix. 2 years ago
Titouan Thibaud e9246a0aa3 Bug 1805683 - upstream Nimbus Messaging from Fenix to Android Components 2 years ago
DreVla 6ed798b6e8 Bug 1814506 - Verify TabsTrayAction with CaptureActionsMiddleware
This is a refactor of a previous bug fix on fenix regarding adding unit tests
that cover multi selection of tabs.
2 years ago
Gabriel Luong f49e45e802 Bug 1824869 - Add PrivateBrowsing[Interactor|Controller] for handling private browsing mode 2 years ago
Roger Yang 5b55af326f Bug 1824359 - Support retrieving expired messages 2 years ago
Noah Bond 4b3f89f810 Bug 1821206 - Implement composified tab list click listeners 2 years ago
Noah Bond 05ae128d81 Bug 1822878 - Refactor `SelectionHolder` out of `TabsTrayController` 2 years ago
Roger Yang 126591afd6 Bug 1822899 - Limit Nimbus message display count to max display count 2 years ago
Gabriel Luong b1ad36df71 Bug 1822744 - Part 2: Add ToolbarController for handling home toolbar related functionalities 2 years ago
Gabriel Luong d336eff594 Bug 1822634 - Refactor tab counter code from HomeFragment into TabCounterView 2 years ago
Gabriel Luong d474c99acb Bug 1822606 - Refactor HomeFragment.navigateToSearch() to the ToolbarController 2 years ago
Christian Sadilek b5b7ad6a7c Bug 1822394 - Fix intermittent failures in MessagingMiddlewareTest 2 years ago
Gabriel Luong f884503a34 Bug 1822446 - Add OnboardingController for handling onboarding functionality 2 years ago
Harrison Oglesby 87dfcffe1e Bug 1812862 - Switch browsing mode on tab selected 2 years ago
Gabriel Luong 22aca441a1 Bug 1822378 - Refactor OnboardingInteractor into its own file 2 years ago
Gabriel Luong bbf9b82ce7 Bug 1822181 - Refactor TabCounterBuilder to TabCounterView 2 years ago
Gabriel Luong 828dd8abbe Bug 1822110 - Refactor HomeMenuBuilder to HomeMenuView 2 years ago
Gabriel Luong 5103a82d9b Bug 1822109 - Refactor OnboardingState into its own file 2 years ago
Roger Yang 53b2db944e Bug 1817070 - Experimentation with different Re-engagement notifications 2 years ago
Harrison Oglesby 393c31755e Bug 1817524 - Do not show homepage if last tab of section is closed while not in view 2 years ago
Alexandru2909 66845c9c99 Bug 1821032 - Add telemetry for the homescreen no collections placeholder close button 2 years ago
sarah541 e3d1a5250f Bug 1813252 - Refactor MessagingMiddlewareTest to use a real Store instance 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
mike a 9a4ba51e85 Bug 1817519 – force search for not default engines 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
Roger Yang 0342a75107 Bug 1820242 - Remove in_progress_media_tab_opened probe 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
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
Arturo Mejia 2a66705812 Bug 1818056 - Delay TCP CFR until dismissing the cookie banner re-engagement dialog 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
Alexandru2909 21f59548a5 Bug 1818774 - Navigate to search dialog when interacting with homescreen private browsing button 2 years ago
Harrison Oglesby cd3128ed0f Bug 1817524 - Do not show homepage if last tab of section is closed while not in view 2 years ago
Alexandru2909 49f2ca6ac3 Bug 1818015 - Use custom tab to show privacy notice during onboarding 2 years ago
MatthewTighe 778964a4eb Bug 1818059 - Update to application services version 97.0.0. 2 years ago
Alexandru2909 1dfb2bd409 Add FLAG_SECURE to SearchDialogFragment 2 years 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
2 years 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.
2 years 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>
2 years ago
DreVla 18db357649 [fenix] Bug 1814506 - Add unit tests to cover multi selection of tabs
Three new unit tests have been added to cover cases when
multiple tabs are selected or unselected.
2 years ago
Zac McKenney fb7268d6df [fenix] Bug 1815623 - Add telemetry for sharing to an app from the share sheet 2 years ago
mike a dcbce063d7 [fenix] Bug 1815548 – Add offset parameter to menu2 2 years ago
Alexandru2909 92edc83ddf [fenix] Bug 1815160 - Add sponsored story id to home_recs_spoc_shown and home_recs_spoc_clicked 2 years ago
t-p-white c275034e78 [fenix] Bug 1813085 - If a message notification is being displayed, do not create another notification with the same message. 2 years ago
jhugman c5975be030 [fenix] Closes EXP-3078 Use Nimbus.fetchExperiments() more intentionally (https://github.com/mozilla-mobile/fenix/pull/28760)
* Add maybeFetchExperiments

* Move fetchExperiments from onCreate to after visual completeness

* Address reviewer comments / ktlint
2 years ago
Mugurell 380a453830 [fenix] Bug 1814425 - Don't show a suggestions header for topic specific search engines 2 years ago
Noah Bond ea21c39d8a [fenix] Bug 1814241 - Create interactor/controller for the Tabs Tray FAB 2 years ago
Gabriel Luong 6e5098f746 [fenix] Bug 1814232 - Consume upstream CFRPopupFullscreenLayout 2 years ago
Noah Bond 04dde16ae5 [fenix] Bug 1814223 - Remove RemoveTabUseCaseWrapper 2 years ago
MatthewTighe 45598b5408 [fenix] Bug 1814231 - revert growth data removal from github https://github.com/mozilla-mobile/fenix/pull/28429 2 years ago
Noah Bond ab743d4066 [fenix] Bug 1814224 - Remove SelectTabUseCaseWrapper 2 years ago
MatthewTighe 96e95ad1fb [fenix] Bug 1812204 - Add usage growth data event 2 years ago
t-p-white 9946146ecf [fenix] For 1811851: Update message notification worker to handle when a user clicks or dismisses a Notification. (https://github.com/mozilla-mobile/fenix/pull/28655)
* For 1811851: Change MessageNotificationWorker.kt to handle when a user clicks or dismisses a Notification.

* For 1811851: Re-work based on review

---------

Co-authored-by: t-p-white <t-p-white>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Mugurell 5ca40120f0 [fenix] Bug 1812580 - Wait for the layout cycle to complete before changing anchors
This comes to solve the issue seen in the error logs by adding the anchor
change done for the snackbar to the operation queue on thread Main thread.
Should allow to avoid chaning the snackbar's anchor in between onMeasure and
onLayout.
2 years ago
Jeff Boek 71349f9688 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25588, hide password in android 13 clipboard preview (https://github.com/mozilla-mobile/fenix/pull/28719)
* For https://github.com/mozilla-mobile/fenix/issues/25588, hide password in android 13 clipboard preview

This patch hide passwords copied from "Saved logins" in android 13 clipboard preview

Closes https://github.com/mozilla-mobile/fenix/issues/25588

* fix: show a toast for android 12 and lower

* For mozilla-mobilehttps://github.com/mozilla-mobile/fenix/issues/25588, hide password in android 13 clipboard preview

* fix: move metrics to new listeners

* fix: actually move metrics to new listeners

---------

Co-authored-by: cschanaj <cschanaj@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
Noah Bond 71e79fa494 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28265 - Refactor InactiveTabs interactor/controller into TabsTray 2 years ago
Cathy Lu 82595cecd4 [fenix] Bug 1813596 - Resolve CheckForFormDataException RuntimeException and add Crash Reporting 2 years ago
Mugurell 244dc7e2af [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Support changing autocomplete providers.
Everywhere the toolbar which needs to show autocomplete suggestions is used we
show a `ToolbarView`. So instead of having this configurable in 2 or more
places as it happened before the autocomplete functionality is configured only
from the `ToolbarView` class.
It will contain a `ToolbarAutocompleteFeature` that will be immediately updated
with the appropriate autocomplete providers or remove all such providers to
immediately update the current autocomplete or remove it entirely depending on
the new search engine selected.
2 years ago
Mugurell 12c8d94eeb [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Have the previous autocomplete functionality work with the new API
The new API allows us to move from having just two autocomplete providers:
a shipped list of domains and history result to any autocomplete providers.
2 years ago
Mugurell 556c741d4f [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Filter bookmarks and tabs depending on the selected search engine
Depending on the selected search engine:
- if it is a topic specific one show bookmarks and tabs from just the it's host
domain
- if it is a general one then don't show bookmarks and tabs at all
- if it is the default search engine then show all bookmarks and tabs.
2 years ago
Mugurell d9074aaa2c [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Ensure the "show search suggestions" user option is followed
Previously the check for the "Search -> Show search suggestions" user setting
was only used in the default SearchFragmentState but not again if users change
the current search engine as part of the unified search feature.
This comes to ensure that that check is always made when needing to configure
new search engine results.
2 years ago
Mugurell 7c033fc8cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Show past search terms from the current search engine
For all search engines minus the application added ones we will also show past
search terms used for previous searches with the currently selected search
engine.
2 years ago
Mugurell 4c76307b08 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25816: Filter history suggestions depending on the selected search engine
If the current search engine is not one added by the application and not the
default one then:
- if it is a topic specific one show history from just the it's host domain
- if it is a general one then don't show history at all
- if it is the default search engine then show all history.
2 years ago
kycn d7dd3a587a [fenix] Bug 1812188 - Renew/remove telemetry probes expiring in 112. 2 years ago
mcarare 6fedd6780d [fenix] Bug 1806798 - Add toString() conversion to text from file name in tests. 2 years ago
sarah541 f346ccc74f [fenix] For https://github.com/mozilla-mobile/fenix/issues/28510 - Keep experimental messages in the correct order 2 years ago
Roger Yang 6261e25a89 [fenix] Bug 1812178 - Use debounce in tabs, history and bookmarks syncs 2 years ago
Mugurell e758aa6c8b [fenix] Bug 1812518 - Show the 3rd party download dialog as an Android View
This uses the same direction as the before patch - inflating a new View that
can then serve as an anchor for the Snackbar.
Here we could use directly the AC layout as it needed no special customization.
2 years ago
Mugurell 961eba72f3 [fenix] Bug 1812518 - Show the download dialog as an Android View
Tried to mimic the UX of a modal dialog while using Android Views.
This meant including a scrim that would consume all touches and theming the
navigation bar and status bar.
Avoiding a dialog and a separate window will allow the snackbar to see the
new "dialog" as a sibling in a CoordinatorLayout parent and so be able to
position itself based on the new "dialog".
This patch also added "start_download_dialog_layout" from A-C as it leads to
simpler and less code needed to style the layout - colors / shapes with
everything happening in XML versus calculating the values then setting them
programatically.
2 years ago
Mugurell 693161d0ea [fenix] Bug 1812518 - Control the snackbar positioning from Fenix
Previously Android-Components - BrowserToolbarBehavior would be responsible
for positioning the snackbar above the toolbar.
With that responsibility removed we can handle in Fenix positioning the
snackbar depending on the toolbar and many more cases - like positioning it
depending on the download dialogs.
2 years ago
Noah Bond 6ed5a569c8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28266 - Merge `BrowserTrayInteractor` into `TabsTrayInteractor` 2 years ago
Roger Yang fa7e89df4f [fenix] Close https://github.com/mozilla-mobile/fenix/issues/19919: Migrate away from startActivityForResult 2 years ago
Tarik Eshaq 360aa313e2 [fenix] Bug 1810818: Configures order of panels in new user onboarding 2 years ago
Arturo Mejia a45f2d4ea0 [fenix] Bug 1811504 - Update strings for cookie banner handling 2 years ago
t-p-white 47c277606b [fenix] Bug 1809444: Add Worker to generate Notifications using Nimbus messaging (https://github.com/mozilla-mobile/fenix/pull/28605)
* For 1809444: Added a MessageNotificationWorker to poll Nimbus for new messages and create a notification configured using the highest priority new message (if available).

* For 1809444: Changes from PR review

Co-authored-by: t-p-white <t-p-white>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
mike a 26563fa3fa [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25486: fix sign in button 2 years ago
Cathy Lu d531054151 [fenix] Bug28280 - Add telemetry for form data failures 2 years ago
James Hugman dcd66ffd31 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/28589 - Restrict coroutine calls between messagemiddleware and messagingcontroller 2 years ago
James Hugman 18141bffa3 [fenix] Address reviewer comments 2 years ago
James Hugman cf84e3c869 [fenix] Refactor messaging middleware Part III 2 years ago
James Hugman a666f4313b [fenix] Move tests from DefaultMessageControllerTest to NimbusMessageControllerTest 2 years ago
James Hugman ee763d6fac [fenix] Move logic into NimbusMessagingController to correspond with NimbusMessagingStorage 2 years ago
James Hugman b779cafb75 [fenix] Refactor messaging middleware Part II 2 years ago
James Hugman d47aa5753e [fenix] EXP-2994 Refactor messaging middleware Part I 2 years ago
Alexandru2909 cf80699fe4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27338 - Update summary text for preferences from settings screen 2 years ago
DreVla f6e8697df3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27975: Ignore current tab when forcing inactive
Since the crash was caused by having the current tab set as inactive
while the user was still able to see it, now we ignore the current
tab if it is selected to be set as inactive.
2 years ago
jhugman 5ac1cd9b48 [fenix] EXP 2991: Add surface to messaging fml (https://github.com/mozilla-mobile/fenix/pull/28423)
* Move messaging fml to a separate file

* Add surface property to message data

* Get messages for just a single surface

* Add surface to messaging middleware

* ktlint

* Add tests for filtering by surface

* Add homescreen to default-browser message

* Move surface param to MessageActions instead of MessagingMiddleware

* Added computed property for surface to message

* ktlint

* Address reviewer comment

* Fixup tests

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
t-p-white f22bdeef5d [fenix] Bug 1809660: Fix for unwanted Homepage preferences animation when Pocket feature is enabled/disabled (https://github.com/mozilla-mobile/fenix/pull/28501)
* Bug 1809660: Fix for unwanted Homepage preferences animation

* Bug 1809660: Removed unused isFirefoxDefaultBrowser() function

* Bug 1809660: Updated Android tests for HomeSettingsFragment to accommodate changes made.

Co-authored-by: t-p-white <t-p-white>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2 years ago
rahulsainani 2c8869f666 [fenix] Bug 1810114 - Part 1: Add isNotificationChannelEnabled helper function and tests for NotificationManagerCompat.kt 2 years ago
Noah Bond ae6a9fb6b8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28516 - Update `InactiveTabsController` function names 2 years ago
Arturo Mejia c992f258ec [fenix] Bug 1809507 - Update cookie banner to reject_all setting 2 years ago
Arturo Mejia d7eba470d3 [fenix] Bug 1809507 - Use base domain on the cookie banner handling panel. 2 years ago
Noah Bond 721316f905 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28264 - Refactor synced tabs handling out of `NavigationInteractor` 2 years ago
Noah Bond 97af2f640e [fenix] For https://github.com/mozilla-mobile/fenix/issues/28263 - Rename inactive tabs interactor functions 2 years ago
t-p-white b2bfae66da [fenix] For https://github.com/mozilla-mobile/fenix/issues/25810 - Unified search should give hint to user that there are more menu items available by scrolling (https://github.com/mozilla-mobile/fenix/pull/27895)
* For https://github.com/mozilla-mobile/fenix/issues/25810 - Unified search should give hint to user that there are more menu items available by scrolling

* For https://github.com/mozilla-mobile/fenix/issues/25810: Updated AC version

Co-authored-by: t-p-white <t-p-white>
2 years ago
MatthewTighe e84f0ee969 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28428: update growth data with new events 2 years ago
Arturo Mejia 31e1a8f34d [fenix] Bug 1797593 - Add re-engagement dialog for cookie banners. 2 years ago
Noah Bond da02a54f84 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28262 - Refactor InactiveTabsAutoCloseDialogInteractor into InactiveTabsInteractor 2 years ago
Noah Bond 5a507fbb92 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28261 - Rename solo `xInteractor` parameters in the Tabs Tray to `interactor` 2 years ago
Alexandru2909 03493f4eaf [fenix] Bug 1807727 - Dismiss SearchDialogFragment on editing cancelled 2 years ago
mcarare e7f5d43524 [fenix] Switch to AC implementation for checking device manufacturer. 2 years ago
Alexandru2909 bc8c302026 [fenix] For https://github.com/mozilla-mobile/fenix/issues/25812 - Set the cursor at the end for search terms when switching to toolbar editMode. 2 years ago
Jeff Boek 895858acf3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3722: Invoke search on long press home button
Co-authored-by: s-ankur <s.ankursonawane@gmail.com>
2 years ago
Mugurell 14875c6129 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28273 - Configure search with the selected search engine before user searching 2 years ago
Alexandru2909 940bf3f353 [fenix] For https://github.com/mozilla-mobile/fenix/issues/28155 - Show search terms in address bar for both edit and display modes 2 years ago
DreVla 7a421d6c05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/27697 - Load icon for unified search engine immediately.
The engine icon was set after the screen was visible leading to a delay.
With this solution, the icon will be set before the screen is visible
eliminating any visible artefacts.
2 years ago
DreVla 6794095b5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/28013 - Display correct hint for topic specific search engine
Since the search engines are split into two categories, general and
topic specific, the hint for each category is different.
2 years ago