Commit Graph

8594 Commits (5692b4b13be8b10cc66ddf7c89d9d124043a9a53)

Author SHA1 Message Date
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
AndiAJ 9828bb2af0 Bug 1825004 - Improve coverage for custom and predefined search engines related UI tests 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
alexandra.virvara f672064081 Bug 1824998 - Revert changes from Bug 1819473 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
Roger Yang 5b55af326f Bug 1824359 - Support retrieving expired messages 1 year ago
rahulsainani 7a362e76ea Bug 1824134 - Add support for clickable linkified text in OnboardingPage.kt 1 year ago
Alexandru2909 0f93e5a97d Bug 1815013 - Port over the Tabs Tray FAB 1 year ago
AndiAJ 1641e7f979 Bug 1824928 - Disable failing open links in apps related UI tests 1 year ago
AndiAJ 56422cc3e0 Bug 1824357 - Refactor or create new privacy settings related UI tests 1 year ago
github-actions e0f5a156ee Import translations from android-l10n 1 year ago
GitStart 60bd083956 Bug 1807592 - Made parent container to be clickable (#1399)
Co-authored-by: gitstart <gitstart@users.noreply.github.com>
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
1 year ago
github-actions 6cbd7b58c4 Import translations from android-l10n 1 year ago
github-actions e59489f4cb Import translations from android-l10n 1 year ago
github-actions 2e9c69ffa1 Import translations from android-l10n 1 year ago
gitstart abbee47126 Bug 1799622 - Fixed showing login after being deleted 1 year ago
rahulsainani 7c9ae1c963 Bug 1821722 - Update juno onboarding strings 1 year ago
gitstart dd644d74fe Bug 1815628 - Show Saved Login Page after new credentials are added 1 year ago
oana.horvath 10b7763333 Bug 1823929 - New ETP UI tests 1 year ago
Gabriel Luong 0938c42e41 Bug 1823848 - Part 2: Add SearchSelectorMenuBinding to handle updating the menu items of the search selector menu 1 year ago
Gabriel Luong 951e02b6fe Bug 1823848 - Part 1: Add SearchSelectorBinding to handle updating the search engine displayed in the search selector button 1 year ago
github-actions 2342d70e3a Import translations from android-l10n 1 year ago
Harrison Oglesby fb2ab74352 Bug 1824027 - Revert speculative fix for Onboarding RTL crash 1 year ago
James Hugman 8b60abe2c2 Bug 1823492 Add timing metric for Adjust Attribution Listener 1 year ago
Harrison Oglesby b2a14feaf4 Bug 1809809 - change onSelectWallpaper comparison to name of selected wallpaper 1 year ago
Noah Bond 4b3f89f810 Bug 1821206 - Implement composified tab list click listeners 1 year ago
rahulsainani 9a0e7f1433 Bug 1823470 - Create pager indicator component 1 year ago
JohanLorenzo 7191ab40a9 Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
AndiAJ 74f66f39d7 Bug 1823707 - Refactor settingsAdvancedItemsTest UI tests 1 year ago
alexandra.virvara 65284a4340 [Fenix] Bug 1819473: add TCP SUMO URL change 1 year ago
github-actions 3e214c5992 Import translations from android-l10n 1 year ago
rahulsainani d7f511e138 Bug 1822750 - Add option to open default browser help page in custom tab 1 year ago
AndiAJ bacea723cb Bug 1822823 - Refactor settingsGeneralItemsTests UI test 1 year ago
JohanLorenzo c5e30d08da Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
github-actions cea534b527 Import translations from android-l10n 1 year ago
rahulsainani 4c25c69d01 Bug 1821722 - Add juno onboarding strings 1 year ago
AndiAJ ba25f6fb4f Bug 1822611 - New open links in apps related UI smoke tests 1 year ago
github-actions 765e977823 Import translations from android-l10n 1 year ago
github-actions fd749adb1b Import translations from android-l10n 1 year ago
github-actions 6cf19dd34c Import translations from android-l10n 1 year ago
github-actions 4881d5ba85 Import translations from android-l10n 1 year ago
Alexandru2909 14ec2188e3 Bug 1815011 - Create a top-level FAB Composable 1 year ago
gitstart 14a5666a3f Bug 1812736 - Display snackbar when a new tab is added to a collection 1 year ago
Rebeca Tudor f6f1b1a407 Bug 1815951 - Increase the size of text fields in Edit login
Now they have the minimum height recommended by a11y best practices - 48dp.
1 year ago
Rebeca Tudor 689345226f Bug 1815951 - Increase the size of buttons in Edit login
Clear buttons and reveal button, now they have the minimum height recommended
by a11y best practices - 48dp.
This was done while ensuring there will be no visual change.
1 year ago
Gabriel Luong 7d1f2476e7 Bug 1822601 - Refactor toolbar related logic into a ToolbarView 1 year ago
github-actions 71ec45c19c Import translations from android-l10n 1 year ago
Noah Bond 05ae128d81 Bug 1822878 - Refactor `SelectionHolder` out of `TabsTrayController` 1 year ago
Roger Yang 126591afd6 Bug 1822899 - Limit Nimbus message display count to max display count 1 year ago
Gabriel Luong b1ad36df71 Bug 1822744 - Part 2: Add ToolbarController for handling home toolbar related functionalities 1 year ago
Gabriel Luong d99eee09cd Bug 1822744 - Part 1: Refactor ToolbarInteractor into their own file 1 year ago
GitStart d27148a7f4 Bug 1807558 - Stop treating ETP options in settings as clickable 1 year ago
gitstart c9eb61aeb5 Bug 1813450 - Increase tap area for autocomplete edit text in address bar 1 year ago
GitStart dd1dfbc23c Bug 1809815 - Ensure Show from the Recently visited section is seen by Talkback as a button. 1 year ago
Noah Bond 52bca8072c Bug 1814995 - Add private tabs to `TabsTray` 1 year ago
github-actions 04424814d2 Import translations from android-l10n 1 year ago
Gabriel Luong d336eff594 Bug 1822634 - Refactor tab counter code from HomeFragment into TabCounterView 1 year ago
JohanLorenzo 87725f1ccb Update Fenix initial_experiments.json based on the current first-run experiments in experimenter 1 year ago
Mugurell d520847ef6 Bug 1816059 - Show the notification for entering fullscreen as a Toast 1 year ago
James Hugman 0fe446ea6d Bug 1821464 Add UI test to NotificationWorker 1 year ago
Gabriel Luong d474c99acb Bug 1822606 - Refactor HomeFragment.navigateToSearch() to the ToolbarController 1 year ago
Jonathan Almeida 59c4860c1e Bug 1812149 - Add ActivityContextWrapper before updating locale
From ohall's learnings, we know that we need to use the original Android
Activity Context with the system PrintManager. When a configuration
change happens, a new Context is created and the original is lost.
The most straight-forward way to do that is to use a ContextWrapper
which internally holds a reference to the original context.
1 year ago
Christian Sadilek b5b7ad6a7c Bug 1822394 - Fix intermittent failures in MessagingMiddlewareTest 1 year ago
Bruno Rosa 67d324569b Bug 1822283 - Fix race condition for Ad IDs
There is a race condition with generated hashed Ad IDs because we were
using a single metric rather than separate metrics for each. We use this
new metric so we can send a differently salted version of the ad ID in
two separate pings.
1 year ago
Noah Bond c3c0a6062c Bug 1815620 - Truncate long tab titles before they are composed 1 year ago
Noah Bond 9b1f3bdd97 Bug 1820897 - Disable the private theme from being used in the Composified Tabs Tray 1 year ago