Commit Graph

11001 Commits (5692b4b13be8b10cc66ddf7c89d9d124043a9a53)
 

Author SHA1 Message Date
Joe Mahon e119905271 Bug 1826091 - Enable Pull to Refresh in release (#1521) 1 year ago
github-actions 31ae668d38 Import translations from android-l10n 1 year ago
github-actions 1d27a31583 Import translations from android-l10n 1 year ago
github-actions eeda783083 Import translations from android-l10n 1 year ago
James Hugman 6974c82888 Bug 1804115 Catch errors thrown in the error reporter 1 year ago
Harrison Oglesby f601798684 Bug 1825064 - Change What's New URL to Fenix release notes 1 year ago
JohanLorenzo 7c2d83235a Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
t-p-white 93b1814b67 Bug 1825020 - Update the SET_AS_DEFAULT_BROWSER breadcrumb and use getGenericSumoURLForTopic for Android <= M 1 year ago
t-p-white 45a45e567b Bug 1823892 - Added option to not show 'Open in Firefox' and 'POWERED BY FIREFOX' menu items in Custom tab 1 year ago
t-p-white 577dc4780a Bug 1821430 - Update strings in the ETP settings screen part 2. Use the new strings and update the layout (#1213)
Co-authored-by: t-p-white <t-p-white>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
github-actions 75c761ff34 Import translations from android-l10n 1 year ago
Gabriel Luong 25404364e5 Bug 1823430 - Refactor home menu button dismissal into HomeMenuView 1 year ago
Gabriel Luong 044e90c678 Bug 1825576 - Refactor search selector menu handling out of SessionControlController into its own controller 1 year ago
Jonathan Almeida 0bc38817d5 Bug 1819727 - Fix imports for FxNimbusMessaging in UI tests
When #1097 landed, it upstreamed the Nimbus messaging code to components
and changed the namespace for those generated classes.

Surprisingly, CI didn't rebase the original patch for bug 1819727 before
landing it, leading to the main branch being busted.

This patch fixes that breakage.
1 year ago
Benjamin Forehand Jr 862d8aa02d Bug 1819727 - Create basic nimbus message UI test (#1057)
* Bug 1819727 - Create basic nimbus message UI test

* Fix linting errors.

* Bug 1819727 - Updates based on review.

* Bug 1819727 - Added license and test file notes.

* Bug 1819727 - Fix lint errors.

---------

Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year ago
mcarare 63320e4fd6 Bug 1811795 - Add permission request in HomeNotificationPermissionDialogFragment.
The permission request is now made through notification delegate
allowing for better handling of the response.
1 year ago
mcarare 2642ff7ce3 Bug 1796348 - Use a notification delegate for PoweredByNotification. 1 year ago
mcarare 0e9c8897ad Bug 1796348 - Add a notification delegate to CrashReporter.
The CrashReporter will now show notifications through the notification delegate.
1 year ago
mcarare 31e661eb8b Bug 1796348 - Add a notification delegate to AbstractPrivateNotificationService.
The AbstractPrivateNotificationService will now show notifications through the notification delegate.
1 year ago
mcarare 94a7d99430 Bug 1796348 - Add a notification delegate to AbstractFetchDownloadService.
The AbstractFetchDownloadService will now show notifications through the notification delegate.
1 year ago
mcarare 3282964bad Bug 1796348 - Add a notification delegate to MediaSessionService.
The MediaSessionService will now show notifications through the notification delegate.
MediaSessionService will also use the notificationManager from the notification delegate.
1 year ago
mcarare 19302fb973 Bug 1811795 - Use a notification delegate in notification workers.
Notification workers in Fenix will now use notification delegate to show notifications.
1 year ago
mcarare 61c8d0275d Bug 1796348 - Add a notification delegate to WebAppSiteControlsFeature.
The WebAppSiteControlsFeature will now show notifications through the notification delegate.
1 year ago
mcarare b8f147cc13 Bug 1796348 - Add a notification delegate to RecordingDevicesMiddleware.
The RecordingDevicesMiddleware will now show notifications through the notification delegate.
1 year ago
mcarare efa42f5ac5 Bug 1796348 - Add a notification delegate to web notifications feature.
The web notifications feature will now show notifications through the notification delegate.
1 year ago
mcarare c29adaaeee Bug 1796348 - Add a notification delegate to addon updater.
The addon updater will now show notifications through the notification delegate.
1 year ago
mcarare c1acd79693 Bug 1796348 - Add a notification delegate to download manager.
The download manager will now request notification permission
through the notification delegate.
1 year ago
mcarare 9ecc9a2cc7 Bug 1796348 - Bind notification delegate to app activities.
The activity provides the context for a permission request.
Unbind activity on activity destroyed.
1 year ago
mcarare 093e70faad Bug 1796348 - Add notification delegate as a component in apps.
This adds notification delegate as a component in Fenix, Focus and Sample Browser.
1 year ago
mcarare 105c1cdd7c Bug 1796348 - Upgrade core to 1.9.0
This version adds @RequiresPermission to APIs that require granting the POST_NOTIFICATIONS permission on SDK 33 and above.
1 year ago
mcarare 057c1d218c Bug 1811795 - Target Android 13 in Fenix. 1 year ago
AndiAJ f784c2edc7 Bug 1825548 - Revert removal of dreamlte in legacy test configuration 1 year ago
AndiAJ 9828bb2af0 Bug 1825004 - Improve coverage for custom and predefined search engines related UI tests 1 year ago
Titouan Thibaud e0af70c7e3 Bug 1825570 - Remove testing lines on nimbus.fml.yaml 1 year ago
Jonathan Almeida 4afdf9468a Bug 1794204 - Remove AccountSharing migration from FxaAccountManager 1 year ago
iorgamgabriel 957b10fb2e Bug 1805450 - Implement submit site support requests in Fenix. 1 year ago
Titouan Thibaud e9246a0aa3 Bug 1805683 - upstream Nimbus Messaging from Fenix to Android Components 1 year ago
t-p-white 578541199d Bug 1820467 - Removed dependency to google_material from support-ktx gradle. (#1132)
* Bug 1820467 - Removed dependency to google_material from support-ktx gradle.
Moved SnackbarDelegate.kt to ui-widget components.

* Bug 1820467 - PR change. Move build check to caller. Updated dependencies for Focus and Sample Browser

* Bug 1820467 - Force toolchain rebuild, build fix

* Bug 1820467 - Re-work from PR

---------

Co-authored-by: t-p-white <t-p-white>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 year 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.
1 year ago
github-actions a0cf39fd72 Import translations from android-l10n 1 year ago
Christian Sadilek b950e808ef Bug 1825028 - Delay init of MozillaOnline build until privacy notice accepted
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
1 year ago
sarah541 8181ab1094 Bug 1821466 - Update surface type to 'survey' 1 year ago
alexandra.virvara f672064081 Bug 1824998 - Revert changes from Bug 1819473 1 year ago
Aaron Train 89afac341e Bug 1825015 - Remove dreamlte in legacy test configuration 1 year ago
rahulsainani 128a59755a Bug 1821720 - Add juno onboarding pager ui 1 year ago
iorgamgabriel d9ca5a8e0c Bug 1822620 - Possible fix for NullPointerException 1 year ago
Alexandra Virvara 60a7096568 Bug 1823085 - NoSuchElementException fix (#1420)
* Bug 1823085 - NoSuchElementException fix - the search engines list does not contain any element matching the conditions, so calling first on that list will throw an exception

* Bug 1823085 - NoSuchElementException fix - the search engines list does not contain any element matching the conditions, so calling first on that list will throw an exception
1 year ago
Gabriel Luong f49e45e802 Bug 1824869 - Add PrivateBrowsing[Interactor|Controller] for handling private browsing mode 1 year ago
github-actions 55805562d6 Import translations from android-l10n 1 year ago
JohanLorenzo acdfac439a Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago