2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00
Commit Graph

5795 Commits

Author SHA1 Message Date
Arturo Mejia
251bfc7fe9 Improvements to site permissions 2021-06-21 17:21:16 +00:00
codrut.topliceanu
37e2c6ceeb For #19739 - Adds start tabsTray with multiSelect support 2021-06-21 16:17:09 +00:00
codrut.topliceanu
2c538dbb5d For #16330 - Replaces Sentry.capture with submitCaughtException 2021-06-21 09:05:33 +00:00
Mozilla L10n Automation Bot
841265e39d Import l10n. 2021-06-21 00:59:30 +00:00
Mozilla L10n Automation Bot
cf0fab08f5 Import l10n. 2021-06-20 00:29:50 +00:00
Mozilla L10n Automation Bot
79229ebdbd Import l10n. 2021-06-19 00:31:15 +00:00
Mugurell
b3a6dcccd7 For #19797 - Remove FenixAccountManager#authenticatedAccount
This api had a bug stemming from the property name - authenticatedAccount which
may return even an unauthenticated account.
After the recent refactorings it was left unused so best to remove it to
prevent from future misuses.
2021-06-18 17:09:25 +03:00
Mugurell
ce64c2439d For #19797 - Use the FXA email only if the account is authenticated
An account may exist but it may need to be re-authenticated.
In this case also the email should not be exposed to the app.
2021-06-18 17:09:25 +03:00
Mugurell
19af5e9b15 For #19797 - Remove FenixAccountManager#signedInToFxa
After the changes from this patch this api is not used anymore so to prevent
future misuses of it this is removed in favor of the new "accountState".
2021-06-18 17:09:25 +03:00
Mugurell
1fc3bb84ca For #19797 - Home menu: go to problems page if account exists but not signed in 2021-06-18 17:09:25 +03:00
Mugurell
3d071dd049 For #19797 - Browser menu: go to problems page if account exists but not signed in 2021-06-18 17:09:25 +03:00
Mugurell
d663383cf7 For #19797 - New FenixAccountManager#getAccountState()
This new method allows a single source of truth for getting the up-to-date
account status without clients interesting in this needing to know what to
check for.
2021-06-18 17:09:25 +03:00
Elise Richards
80de7fd7ba
Define the width/height for homescreen empty collections button (#20082) 2021-06-17 17:57:21 -05:00
Grisha Kruglov
2198298df5 Obtain searchTerms from previous page in tab's history
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
2021-06-17 18:02:36 -04:00
Elise Richards
1a8ae21250
Define the width/height for sync sign in button on tabs tray (#20080) 2021-06-17 16:49:03 -05:00
bharat0to
6de3062738
For #18581 ETP Standard option is truncated (#18586) 2021-06-17 16:42:08 -05:00
Elise Richards
79af077b2f
Update glean notification emails to new email group (#20070) 2021-06-17 14:48:34 -05:00
Arturo Mejia
c2439914fa For #19881 add telemetry for start on Home. 2021-06-17 13:09:28 -04:00
Jonathan Almeida
aee14d8c19 Close #19950: Fix intermittent failure in SearchDialogControllerTest 2021-06-17 11:37:05 -04:00
Mihai Adrian Carare
9c9e26953f
For #19813: Invalidate tab tray adapter structure on screen rotation. (#20044) 2021-06-17 13:57:50 +03:00
Jonathan Almeida
854da1ac9d Issue #20053: Disabling collection smoke tests temporarily
The changes from #19090 did not fix the issue consistently, and are
causing failures intermittently on-unrelated PRs.

Disabling these tests again until we have another fix for #19090.
2021-06-17 10:25:08 +03:00
Christian Sadilek
b123b50df7 HistoryMetadataMiddleware: Use state ext. functions from A-C 2021-06-16 19:22:56 -07:00
Mozilla L10n Automation Bot
03b797efb7 Import l10n. 2021-06-17 00:28:28 +00:00
mcarare
df2efcf310 For #20024: Visit FAB after synced tabs in a11y traversal.
This helps focus on FAB without going through whole tab lists.
2021-06-16 19:01:24 -04:00
Jonathan Almeida
5be35df969 Revert "For #19739 - Adds start tabsTray with multiSelect support"
This reverts commit d8288f5e89.
2021-06-16 16:57:59 -04:00
Jonathan Almeida
aeb186f79c Revert "For #19739 - Moves argument to initial state init"
This reverts commit f198e110d7.
2021-06-16 16:57:59 -04:00
codrut.topliceanu
f198e110d7 For #19739 - Moves argument to initial state init 2021-06-16 13:16:18 -04:00
codrut.topliceanu
d8288f5e89 For #19739 - Adds start tabsTray with multiSelect support 2021-06-16 13:16:18 -04:00
Mihai Adrian Carare
83a5aa2838
For #20007: Multiselect title is important for a11y just in select mode. (#20008) 2021-06-16 13:13:42 +03:00
mcarare
77023db091 For #19820: Specify usage of labels for a11y services. 2021-06-16 08:49:12 +03:00
Mozilla L10n Automation Bot
e969afaed7 Import l10n. 2021-06-16 00:43:59 +00:00
Elise Richards
c32ae710dd
For #19923: renew telemetry probes (#19924) 2021-06-15 18:08:01 -05:00
Gabriel Luong
c0329f3c26 For #19988 - Part 2: Load tab icon from BrowserIcons cache if needed for the recent tab
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2021-06-15 18:33:20 -04:00
Gabriel Luong
ad91f91eb6 For #19988 - Part 1: Move RecentTabsListFeature into recenttabs package
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2021-06-15 18:33:20 -04:00
AndiAJ
78edf06a7a Text selection tests 2021-06-15 17:07:13 +03:00
Mugurell
a1fa1a5df6 For #19135 - Offer more context for why STATE_HALF_EXPANDED is not used 2021-06-15 10:01:49 +03:00
Mugurell
abeb8b5576 For #19135 - Set different offsets for expanded trays
As in the previous version of tabs tray when tray is expanded while in portrait
it should have a 40dp offset and when the tray is expanded while in landscape
it should have a 0dp offset - effectively making it fullscreen.

These values were set in code, always overriding the xml set value so I
removed that xml declaration.
2021-06-15 10:01:49 +03:00
Mugurell
3cbb67da5c For #19135 - Expand the tabs tray in landscape
Track the current orientation and collapse / expand it the tabs tray depending
on the orientation and the number of opened tabs.
2021-06-15 10:01:49 +03:00
Mugurell
d7544337b8 For #19135 - Refactor the behavior code to support more functionality later
Setup a new TabSheetBehaviorManager with all the dependencies it needs to
set the initial tray's behavior.
This same manager will later be called to update behavior's properties.
2021-06-15 10:01:49 +03:00
Sammy Khamis
950e36c053 changes required for uniffi-ing logins component= 2021-06-14 23:54:29 -07:00
Christian Sadilek
ba19960b7e Issue FNX-22435: Introduce History metadata
Co-authored-by: Grisha Kruglov <gkruglov@mozilla.com>
2021-06-14 16:30:00 -04:00
mcarare
d43acbd03d For #19938: Remove a11y workaround for tab tray new tab button.
Historically, button was introduced in a3dc565c10,
because FAB was not selectable by a11y in previous implementation of tab tray.
2021-06-14 22:34:58 +04:00
Jan-Erik Rediger
d55f55d70c Suppress deprecation warnings for now-deprecated Glean APIs
Glean v39 allows to specify types for event extra keys.
The old API is therefore deprecated.
To avoid to much churn right now and keep the build going let's suppress
the deprecation warnings.
2021-06-14 13:32:46 -04:00
mcarare
2d2be26fbc For #19915: Add telemetry for the toolbar Home screen button. 2021-06-14 19:23:24 +03:00
Mozilla L10n Automation Bot
8bd5ebfabc Import l10n. 2021-06-14 00:25:37 +00:00
Mozilla L10n Automation Bot
cc6bbcdf9c Import l10n. 2021-06-12 00:29:54 +00:00
Elise Richards
e373f507a1
For FNX-22339: UI components for recently added bookmarks (#19953)
* Top level layout with recyclerview for recent bookmarks

* Add layout for recent bookmarked item, including strings and styles.

* Header layout for recently saved bookmarks

* Address review comments

* Include the header for recent bookmarks in the component layout

* Add dark theme colors for button and title styles

* Recent bookmark card title text color for dark mode/light mode
2021-06-11 15:03:58 -05:00
Oana Horvath
6278a2b07d For #19090: Re-enable createFirstCollectionTest, shareCollectionTest, deleteCollectionTest 2021-06-11 15:25:40 +03:00
Oana Horvath
c5962b2502 For #10587: Fix and re-enable old CollectionTest.kt 2021-06-11 15:25:40 +03:00
AndiAJ
51517bea7e For #19585: disables failing restoreTabCrashedReporterTest UI test 2021-06-11 12:20:38 +03:00
Gabriel Luong
9d3cf79051 For #19916 - Add last viewed tab to home screen
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
2021-06-10 16:22:57 -04:00
Sebastian Kaspari
c0531ffa82
Update Android Components to 91.0.20210610143711. (#19946) 2021-06-10 15:36:44 -04:00
Christian Sadilek
0c1e712ca8 Issue #17800: Cleanup and fix request desktop site from home 2021-06-10 12:49:13 -04:00
Arturo Mejia
2f879f8e9d Fix site permissions breaking changes 2021-06-09 16:34:42 -04:00
Sebastian Kaspari
4753a1d494 Complete browser-state migration and remove browser-session dependency.
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
2021-06-09 18:30:21 +02:00
Oana Horvath
1e05e23b23 For #18986: re-enable changeAccessibiltySettings UI test, not failing anymore 2021-06-09 13:52:47 +03:00
Mozilla L10n Automation Bot
c523d28212 Import l10n. 2021-06-09 07:56:14 +00:00
Codrut Topliceanu
c74bf4e8fe
For #19815 - Keeps tabTray FAB from obstructing last tab (#19891)
* For #19815 - Keeps tabTray FAB from obstructing last tab
2021-06-09 10:16:47 +03:00
Gabriel Luong
ace835d1e8 For #19876 - Part 3: Add a FeatureFlag to keep the Home screen button in Nightly 2021-06-08 18:05:14 -04:00
Gabriel Luong
044c9a5b40 For #19876 - Part 2: Add a Home screen button to the browser toolbar 2021-06-08 18:05:14 -04:00
Gabriel Luong
86a9c56782 For #19876 - Part 1: Refactor BrowserToolbarInteractor
- Renames `BrowserInteractor` to `DefaultBrowserTolbarInteractor`
- Renames `BrowserTooolbarViewInteractor` to `BrowserToolbarInteractor`
- Refactors `BrowserToolbarViewInteractor` interface from `BrowserToolbarView.kt` to  `BrowserToolbarInteractor` as `BrowserToolbarInteractor`
2021-06-08 18:05:14 -04:00
Arturo Mejia
268df1906a
Address typos on start on home strings (#19903) 2021-06-08 18:04:54 -04:00
rxumoz
3a4f73be19
For #10300 - Fix Baidu search telemetry (#19127) 2021-06-08 17:59:14 -04:00
Jonathan Almeida
f06e3a6493 Issue #19178: Apply new styling to Synced Tabs list 2021-06-08 20:46:56 +04:00
codrut.topliceanu
5729137ddb For #19738 - Adds tests for SecureTabsTrayBinding.kt 2021-06-08 20:29:37 +04:00
codrut.topliceanu
0572cab97c For #19738 - Secure mode enabled in private tabs tray
Prevents screenshots while tabs tray with private tabs page is open.
2021-06-08 20:29:37 +04:00
Mozilla L10n Automation Bot
3327fc508c Import l10n. 2021-06-08 00:33:38 +00:00
Arturo Mejia
f0bb70e354 For #19789 Start on Home after some amount of time 2021-06-07 16:29:36 -04:00
Mihai Adrian Carare
f9428759db
For #19820 - Add labels for month and year spinners. (#19870)
This follows the guidelines described in
developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/listbox_role
2021-06-07 16:29:01 -04:00
Gabriel Luong
74a96905a3
For #19495 - Add validation for the name on card (#19836)
- We want to ensure that name on card in the credit card is not empty when submitted. Display an appropriate error when the field is invalid.
2021-06-07 15:44:49 -04:00
Oana Horvath
597c8812f4 Changes to #17416, #19686, #19770 UI smoke tests to remove flakiness 2021-06-07 17:20:25 +03:00
Mozilla L10n Automation Bot
6c19473c0e Import l10n. 2021-06-07 00:26:13 +00:00
Christian Sadilek
68a761388a Suppress TooGenericExceptionCaught for NimbusApi.withExperiment 2021-06-06 09:56:16 -04:00
James Hugman
5981a92148 Re-instate catch-all to withExperiment 2021-06-06 09:56:16 -04:00
Mozilla L10n Automation Bot
d53d21956b Import l10n. 2021-06-06 00:51:45 +00:00
Mozilla L10n Automation Bot
e19a428edd Import l10n. 2021-06-05 00:29:39 +00:00
Jonathan Almeida
a64cac6c7f Issue #19792: Add content description for tab tray action button 2021-06-05 02:44:33 +04:00
Roger Yang
2e4635334a
Closes #19090: Show snackbar on adding to bookmarks from tabs tray (#19807) 2021-06-04 14:45:20 -04:00
Jonathan Almeida
811dd3e618 Issue #19809: Change default tab tray view to grid layout 2021-06-04 22:26:22 +04:00
Jonathan Almeida
27280e6683 Issue #19809: Remove Grid layout info banner in tabs tray 2021-06-04 22:26:22 +04:00
codrut.topliceanu
85c438798e For #19191 - Fixes missing multi-select checkmarks 2021-06-04 19:56:10 +04:00
Oana Horvath
f901f7e92f For #18647: Fixed and re-enabled customTrackingProtectionSettingsTest UI test 2021-06-04 15:54:14 +03:00
Jonathan Almeida
bf3f81d271 Issue #19112: Remove old Synced Tabs code 2021-06-04 02:18:37 +04:00
Jonathan Almeida
dc11c334b6 Issue #19112: Remove old tab tray code 2021-06-04 02:18:37 +04:00
Neha Binwal
bf605c02d9
For #19307: Increased contrast ratio of chevron symbol in Collections (For Dark theme) (#19377)
* For #19307: Increased contrast ratio of chevron symbol in Collections (Dark Theme)

- Made a code change in collection_home_list_row.xml which fixes the colour of the chevron symbol in Dark theme

* Replaced android:src with app:srcCompat to pass Lint check
2021-06-03 13:54:55 -05:00
Neha Binwal
69e9e35fff
Increased text contrast ratio of TextViews in 'Share tab' (#18880)
- Changed share_tab_url color to @color/photonLightGrey60
- Changed appName and recent_apps_link_header color to @color/photonDarkGrey10
2021-06-03 13:54:05 -05:00
Mugurell
0455cc3cd4
For #18877 - Support updated PromptRequest AC APIs (#19767)
* For #18877 - Support updated PromptRequest AC APIs

This issue stemming from a race condition is fully resolved in AC by adding
support for having multiple prompts at a time.
Fenix needs just a small change to support the AC refactoring.

* Update Android Components version to 91.0.20210603145049

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
2021-06-03 12:13:43 -04:00
Gabriel Luong
a5110f8c0a
For #19746 - Remove FeatureFlags.nimbusExperiments (#19771) 2021-06-03 11:35:05 -04:00
ZianeA
e4fa71fde7 For #[15083]: Add multi select to recently closed tabs 2021-06-03 05:23:59 +04:00
Mozilla L10n Automation Bot
7d5582a5bf Import l10n. 2021-06-03 00:39:39 +00:00
Elise Richards
6dbe5acc5b
For #19746 - Remove feature flag for the three-dot menu redesign (#19750)
* Remove feature flag for the three-dot menu redesign

* Remove menu feature flag from unit tests
2021-06-02 14:19:00 -05:00
codrut.topliceanu
13f9a35131 For #19571 - Adds gdprForgetMe when stopping Adjust 2021-06-02 19:02:28 +04:00
Mihai Adrian Carare
318aace1eb
For #19419 - Label edit boxes for a11y services. (#19762) 2021-06-02 10:56:30 -04:00
Oana Horvath
e48d285114 No issue: Add more smoke tests coverage 2021-06-02 10:30:59 +03:00
Oana Horvath
f3e3f86388 No issue: Change hardcoded package and app name in tests 2021-06-02 10:30:59 +03:00
Mozilla L10n Automation Bot
63eec5dfec Import l10n. 2021-06-02 00:33:12 +00:00
Mozilla L10n Automation Bot
ea049ca801 Import l10n. 2021-06-01 00:32:28 +00:00
Gabriel Luong
33b2789270
For #19734 - Enable Credit cards autofill for Release (#19735) 2021-05-31 17:40:04 -04:00
Gabriel Luong
172a118a51
For #18711 - Refactor credit card telemetry under the Metrics ping (#19733) 2021-05-31 17:35:47 -04:00
Jonathan Almeida
fc46ab2804 Close #19731: Track metrics before we dismiss the tabs tray 2021-05-31 21:46:13 +04:00
Mihai Adrian Carare
e69bf4e26a
For #19564: Explicitly update switch state for a11y event announcements. (#19589) 2021-05-31 16:50:23 +03:00
Mozilla L10n Automation Bot
e035cba4b1 Import l10n. 2021-05-31 00:29:30 +00:00
Mozilla L10n Automation Bot
5219da71d9 Import l10n. 2021-05-29 01:35:38 +00:00
Gabriel Luong
d30ebf86f9
For #19693 - Display a biometric prompt when a credit card is selected to autofill (#19697)
Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
2021-05-28 20:10:03 -04:00
Gabriel Luong
b1f7b04332
For #19693 - Add new string for the prompt to authenticate to use a stored credit card (#19708) 2021-05-28 19:04:26 -04:00
Grisha Kruglov
daba5595f6 Enable addresses sync for nightly/debug builds 2021-05-28 00:22:32 -07:00
Grisha Kruglov
e891139db9 Minor cleanup of the account settings 2021-05-28 00:22:32 -07:00
Elise Richards
e0b410efdf
For #18711: Telemetry for credit card autofill (#19548) 2021-05-27 23:54:11 -05:00
Mozilla L10n Automation Bot
a2b2cd42d6 Import l10n. 2021-05-28 00:29:28 +00:00
Jonathan Almeida
c50ed5684c
Close #19459: Use Store.waitUntilIdle in intermittent failing test (#19683) 2021-05-27 18:51:00 -04:00
Gabriel Luong
89a1b0016c
For #19492 - Provide the correct CreditCardNumber type to UpdatableCreditCardFields when updating a credit card (#19692)
We were crashing because we were specifying the wrong `CreditCardNumber` type when constructing the `UpdatableCreditCardFields`.
We only had the plaintext card number from the user input, but was placing it off as an encrypted card number, which resulted in the crash.
2021-05-27 18:44:00 -04:00
Christian Sadilek
965a211fc3 Migrate test code to no longer use Nimbus FeatureConfig 2021-05-27 16:09:44 -04:00
Christian Sadilek
9d1e51dfff Fix breaking change in MetricController 2021-05-27 16:09:44 -04:00
Christian Sadilek
3a57188c35 Fix lint/detekt issues 2021-05-27 16:09:44 -04:00
James Hugman
ab678a21ff Add an experiment to demontrate the Feature API
This is not visible in production, but only debug. It shows three variables
being used to change the settings screen (title, icon and title-punctuation).
2021-05-27 16:09:44 -04:00
Oana Horvath
4851bf7545 No issue: cleanup of unused tabs related code in HomeScreenRobot.kt
Deleted SmokeTest#selectTabsButtonVisibilityTest, feature removed
2021-05-27 11:13:56 +03:00
Oana Horvath
60a752f75c No issue: added smoke tests from MediaNotificationTest.kt 2021-05-27 11:13:56 +03:00
Elise Richards
279d59897c
For #18264 - Add biometric prompt to credit card settings (#19505) 2021-05-27 03:45:35 -04:00
Oana Horvath
bca8b74263 No issue: Added custom tab UI smoke test 2021-05-27 10:22:30 +03:00
Jonathan Almeida
758700cbb0 Issue #19647: Navigate to browser from home via Synced Tabs page 2021-05-27 05:21:57 +04:00
Mozilla L10n Automation Bot
b046982744 Import l10n. 2021-05-27 00:48:18 +00:00
Gabriel Luong
338c488fae
For #19680 - Show the card number when editing a credit card (#19681) 2021-05-26 20:22:11 -04:00
Gabriel Luong
c11335fafc
For #18271 - [Saved cards] Display the credit card provider icon and report the correct card type (#19652) 2021-05-26 16:44:05 -04:00
Mugurell
bd8facb025 For #18263 - Allow dynamically toggling credit cards autofill 2021-05-26 19:38:16 +03:00
Ionut Cristian Bedregeanu
ac71b47c61 For #19653 - Address 19643 PR comments
Rename handleAddCreditCard to handleAddCreditCardClicked
Rename onClickAddCreditCard to onAddCreditCardClick
Format layout_add_credit_card.xml
2021-05-26 19:06:37 +03:00
Mugurell
272e631b62
For #19638 - Don't show extracted text UI for name when editing cards (#19673)
This comes to ensure consistency with the behavior for when editing the card
number.
2021-05-26 12:05:21 -04:00
Bedregeanu Ionut
bf25951a62
For #19654 - Add RTL support for the "Add credit card" button from "Saved cards" (#19666)
Co-authored-by: Ionut Cristian Bedregeanu <ionut.bedregeanu@softvision.ro>
2021-05-26 11:58:49 -04:00
Codrut Topliceanu
02079cd567
For #19569 - Decrease the credit card expiry year width to ensure the month is fully visible (#19582) 2021-05-26 11:16:29 -04:00
Mugurell
3fb40e1f40 For #19475 - Introduce a DefaultTabsTrayInteractor
Refactored the TabsTrayFragment to not implement the TabsTrayInteractor which
among other advantages allowed for easier testing.
2021-05-26 15:45:54 +03:00
Mugurell
dc26272381 For #19475 - Cleanup - respect naming scheme in TabsTrayController
In our current MVI implementation the View Interactors are first called in
response to a direct user action and contain methods following the
"onXXHappened" naming scheme and then delegate other Interactors / Controllers
for specific actions.

Controllers contain the business logic for actually updating the app's state
and offer methods following the "handleXXAction" naming scheme.
2021-05-26 15:45:54 +03:00
isabelrios
727d0256e0 Stop depending on JCenter - Screengrab and Falcon 2021-05-26 11:04:58 +02:00
Mozilla L10n Automation Bot
72ac23ddb9 Import l10n. 2021-05-26 00:43:20 +00:00
Sebastian Kaspari
84f4ff0d86 Issue #17819: Update detekt to 1.17.1 2021-05-25 17:19:57 -04:00
Ionut Cristian Bedregeanu
0a226962bb For #18881 - Create a new layout for 'Add credit card' button
Add functionality for 'Add credit card' button

Add unit tests for 'Add credit card' functionality
2021-05-25 20:34:49 +03:00
Mugurell
d02db131f0 For #19620 - Have MenuScreenShotTest screenshot DefaultBrowser setting again
As a regression from #19590 which added a new setting above the existing
"Set as default browser" setting the settingsTest() needed to be updated to
allow clicking and screenshot of what happens after clicking on the
"Set as default browser" setting which can now be pushed offscreen.
2021-05-25 16:04:39 +03:00
Codrut Topliceanu
5f2b3fec38
For #18270 - Adds ellipses+last 4 digits to CC display (#19420)
* For #18270 - Adds ellipses+last 4 digits to CC display
2021-05-25 14:32:17 +03:00
Oana Horvath
0877e4cbb7 For #19415: fixed private browsing button visibility issue 2021-05-25 10:49:13 +03:00
mcarare
0141d96465 For #19554: Add SyncEngine.CreditCards to sync supportedEngines. 2021-05-25 09:44:03 +03:00
Mozilla L10n Automation Bot
d9c34e68c3 Import l10n. 2021-05-25 00:32:09 +00:00
mcarare
9400f58e2a For #17538: Perform autofill storage warm-up after visual completeness. 2021-05-24 23:23:15 +03:00
Oana Horvath
5c026d4e7b For #18603: Fix and re-enable startBrowsingButtonTest 2021-05-24 19:26:37 +03:00
AndiAJ
3fc4848aef Fix settingsPrivacyItemsTest 2021-05-24 14:12:35 +03:00
mcarare
9f81754fab For #19600: Set manage cards preference visible by default. 2021-05-24 13:10:57 +03:00
mcarare
a862824697 For #19600: Change manage cards preference UI dynamically. 2021-05-24 11:09:59 +03:00
mcarare
bcf6b901ee For #19600: Change manage cards preference UI dynamically. 2021-05-24 11:09:59 +03:00
Oana Horvath
9fd7fe3df1 For #15754: Get playback state using MediaSession in MediaNotificationTests 2021-05-24 09:48:49 +03:00
Mozilla L10n Automation Bot
8ffc619d8d Import l10n. 2021-05-24 00:29:05 +00:00
Mozilla L10n Automation Bot
f1c703b29f Import l10n. 2021-05-23 00:30:49 +00:00
Mozilla L10n Automation Bot
a9c76fbe0b Import l10n. 2021-05-22 00:25:29 +00:00
Mugurell
bbc25e430e
For #19590 - Enable credit card autofill in Debug and Nightly (#19601) 2021-05-21 11:37:49 -04:00
Mozilla L10n Automation Bot
2d38ca8913 Import l10n. 2021-05-21 12:03:21 +00:00
Codrut Topliceanu
d83d05670d
For #19570 - Set appropriate theme color for delete card button (#19581) 2021-05-20 19:38:14 -04:00
Sebastian Kaspari
761752e382 AutofillConfiguration: Correctly specify autofill confirm activity. 2021-05-20 16:06:59 +02:00
Mozilla L10n Automation Bot
b98c7b940b Import l10n. 2021-05-20 02:18:05 +00:00
Mihai Adrian Carare
d96415111b
For #19054 - Navigate to the Credit card screen when deleting last card. (#19451) 2021-05-19 12:55:15 -04:00
Tim D. Smith
26cb37b27c
Fix case of item extras in browser_menu_action event (#19487)
* Fix case of item extras in browser_menu_action event

Update the event description to match the values observed in telemetry.

* Line length
2021-05-19 11:12:27 -05:00
Mihai Adrian Carare
11efbaacc4
For #18507 - Prevent screenshots on credit card screens. (#19560) 2021-05-19 12:07:33 -04:00
mcarare
888b45b079 For #8370: Remove extra characters from name mapping. 2021-05-19 14:15:11 +03:00
Mozilla L10n Automation Bot
a5a50d6fcc Import l10n. 2021-05-19 00:32:03 +00:00
Arturo Mejia
52587753a5 Remove feature flag for proton icons re-design #18132 2021-05-18 07:24:22 -04:00
Mozilla L10n Automation Bot
791e3673ee Import l10n. 2021-05-18 00:26:01 +00:00
mcarare
fca8fca446 For #19418: Allow multiple lines title for sync cards preference. 2021-05-17 13:39:39 +03:00
Mozilla L10n Automation Bot
a6de827ac2 Import l10n. 2021-05-17 00:27:21 +00:00
Gabriel Luong
75fc116043
For #18287 - Display a credit card autofill prompt (#19477) 2021-05-13 21:18:18 -04:00
Arturo Mejia
bf42a1786e For issue AC#10231 update proton icons third batch 2021-05-13 21:16:21 -04:00
Priyanka
841f1cd265
created string resource for close (#19500)
Co-authored-by: priyanka0906 <priyanka02amb@reddiffmail.com>
2021-05-13 14:25:33 -05:00
Elise Richards
6459a859b9
For #17537: Add preferences for syncing credit cards and addresses (#19471)
* Add preferences for enable/disable sync for cc and addresses

* Set pref visibility based on feature flags

* Helper function for pin warning preferences and set default values for cc and addresses to false.

* Kdocs for relevant sync functions in account settings

* Default visibility to false for credit cards and addresses in account settings
2021-05-13 14:08:46 -05:00
Jonathan Almeida
ede909e858
Issue #19176: Exit select mode when removing tab (#19486) 2021-05-13 09:31:04 +03:00
Mozilla L10n Automation Bot
8edcaab7ce Import l10n. 2021-05-13 00:32:41 +00:00
mcarare
4dd4e35982 For #19258: Replace default Android back button with a custom icon. 2021-05-12 16:56:49 +03:00
AndiAJ
889cf2e718 For #19468 and #19478 fix intermittent UI tests 2021-05-12 15:18:54 +03:00
Mozilla L10n Automation Bot
726db20390 Import l10n. 2021-05-12 08:56:08 +00:00
Codrut Topliceanu
d08b00717a
For #19091 - Fix Undo of close multiple tabs (#19466)
Fixes the issue where closing multiple selected tabs and then pressing Undo would only restore one of the tabs.
2021-05-12 10:12:03 +03:00
Roger Yang
f13560ae52 Issue #19147: Move set startup metrics off main thread 2021-05-12 06:44:31 +04:00
Jonathan Almeida
f0d352f47e Issue #19002: Correct naming of pager viewholders 2021-05-11 19:40:14 +04:00
Jonathan Almeida
a95a26b2c6 Issue #19002: Use a single BrowserTrayList for normal/private list
We now have a BrowserTrayList.
 - Renamed from `BaseBrowserTrayList`.
 - Removed the abstract `configuration` and used a `lateinit var`
 instead.
 - Removed `NormalBrowserTrayList` and `PrivateBrowserTrayList`.
2021-05-11 19:40:14 +04:00
Jonathan Almeida
bd753d3f94 Issue #19002: Correct browser viewholder naming 2021-05-11 19:40:14 +04:00
Jonathan Almeida
809c82a9f9 Issue #19002: Move TabsTrayViewHolder to browser package 2021-05-11 19:40:14 +04:00
Jonathan Almeida
78af3d80b3 Issue #19002: Remove unused TrayItem interface 2021-05-11 19:40:14 +04:00
Jonathan Almeida
e66983d093 Issue #19002: Use AbstractBinding from lib-state 2021-05-11 19:39:50 +04:00
Mugurell
551031eee3 For #18672 - Renaming a TopSite changes just the title
Previously renaming a TopSite would bind that as a new item and in such update
the entire list. This could potentially leading changes in the list and then
it's ViewPager parent's layout.

This patch switches the code to use the existing TopSitePayload and so do a
partial update of an on-screen TopSite instead of rebind it as a new item.

If a layout is requested while showing <=4 TopSites on the second page, by
having "offscreenPageLimit = 1" the biggest height of ViewPager pages is used
preventing an edgecase where the ViewPager would hide half of the items from
the first page.
2021-05-11 17:33:10 +03:00
kanish671
9e30833506 For #18672 - Rename TopSites even on the second page
Index calculation for notifying changes while renaming a top site in the second
page was being wrongly calculated. Since it is page 2, we would need to take a
mod with the number of top sites per page to get the actual index of the top
site that was being renamed.
2021-05-11 17:33:10 +03:00
Mozilla L10n Automation Bot
db97d85057 Import l10n. 2021-05-11 00:31:17 +00:00
Neha Binwal
c3823b654c
For #19401 - Replace hard-coded hex color values with their respective photon color variable (#19406)
* Replaced #20123A with @color/photonInk80 in values\colors.xml

* Replaced #F9F9FB with @color/photonLightGrey10 in values\colors.xml

* Replaced #E0E0E6 with @color/photonLightGrey30 in values\colors.xml

* Replaced #592ACB with @color/photonViolet70 in values\colors.xml

* Replaced #312A65 with @color/photonInk20 in values\colors.xml

* Replaced #FBFBFE with @color/photonLightGrey05 in values\colors.xml

* Replaced #52525E with @color/photonDarkGrey10 in values\colors.xml

* Replaced #ffffff with @color/photonWhite in values\colors.xml

* Replaced #5B5B66 with @color/photonDarkGrey05 in values\colors.xml

* Replaced #1C1B22 with @color/photonDarkGrey80 in values\colors.xml

* Replaced #737373 with @color/photonGrey50 in values\colors.xml

* Replaced #9059FF with @color/photonViolet50 in values\colors.xml

* Replaced #5B5B66 with @color/photonDarkGrey05 in values-night\colors.xml

* Replaced #3A3944 with @color/photonDarkGrey40 in values-night\colors.xml
2021-05-10 19:26:10 -04:00
Jonathan Almeida
392ace67d6 Issue #19175: Fix SyncTabs list not updating on changes
The main cause for this is that the `LifecycleProvider` needs to be set
to `State.RESUMED` to avoid the account manager's internal
`ObserverRegistry` from putting the UI observers into the paused state.

The rest of the changes is to rely the internal (safe) logic to
correctly sync and then update the tabs list.
2021-05-10 21:37:32 +04:00
mcarare
93c6403882 For #19357: Remove bookmarks experiment and keep star-with-line icon. 2021-05-10 15:38:52 +03:00
Mozilla L10n Automation Bot
f18e771fb3 Import l10n. 2021-05-10 00:43:35 +00:00
Mozilla L10n Automation Bot
34e9b1f284 Import l10n. 2021-05-09 00:35:54 +00:00
William Lachance
f180119774
No issue - Stop generating metrics.md and direct to Glean Dictionary instead (#19411)
Now that the Glean Dictionary (https://dictionary.telemetry.mozilla.org)
has hit production, our guidance is to move away from generating
metrics.md files. The Glean Dictionary is a better solution for this task
for a couple of reasons:

1. The Glean Dictionary contains a complete reference of all metrics
and pings sent by an application (not just those defined in the
application itself, as is the case with the markdown documentation)
2. The Glean Dictionary provides additional context and links beyond
what is provided by the documentation (for example, information on
how to access metric information via BigQuery or GLAM) as well as
annotations provided by data scientists in the course of analyzing data
(see, for example, the commentary section for:
https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/metrics_search_count).

This should also reduce some of the churn/burden on people when
they submit PRs, as there is no longer any need to update metrics.md
as a part of them.
2021-05-07 20:52:01 -04:00
Mozilla L10n Automation Bot
4e2477919b Import l10n. 2021-05-08 00:33:33 +00:00
Neha Binwal
0eaf9f3c12
For #8984: Added color for "Share" menu's "Recently Used" in Dark theme (#18839)
* Added color for "Share" menu's "Recently Used" in Dark theme

- Changed HEX code for inset_dark_theme in values/colors.xml

* Replaced #52525E in values/colors.xml with @color/photonDarkGrey10

* Added color for "Share" menu's "Recently Used" in Dark theme

- Created a separate attribute recentlyUsedSharedMenu to be used by 'recently used' panel of tab share menu
- It specifies colors to be used for Light and Dark theme
2021-05-07 14:48:35 -05:00
Neha Binwal
ccfff640fc
For #18226: Fixed display of tabs for when text size is set to largest (#19046)
- Made website titles clearly visible in Grid view of tab tray
- Made website URLs clearly visible in List view of tab tray
2021-05-07 14:45:09 -05:00
Elise Richards
cf9a84eed5
Move locale restoration on startup to the visual completeness queue to prevent perf impact (#19315) 2021-05-07 14:12:40 -05:00
Dharan Aditya
6cbc35b7d8
Fixed mozilla-mobile#18641: [Bug] Fill link from clipboard overlaps search engines (#18657) 2021-05-07 14:25:41 -04:00
Gabriel Luong
d83c9d1e72
For #18993 - Nimbus: Allow internal tooling to opt into specific branches of an experiment (#19333) 2021-05-07 14:21:03 -04:00
AndiAJ
8db42d6d25 Fix flaky UI Tests #19306 #19160 #19404 #19373 2021-05-07 17:14:23 +03:00
Roger Yang
a9e0557d83
Closes #3728: Add secret menu switch for allowing third party root certificates (#19398) 2021-05-06 21:52:55 -04:00
Arturo Mejia
9bfb31519a For issue #19290 update to proton icons second batch 2021-05-06 10:35:39 -04:00
mcarare
516d52997d For #18266: Validate credit card entry info. 2021-05-06 17:06:33 +03:00
mcarare
3428dd67ed For #18266: Refactor fragment and view to remove duplicate code. 2021-05-06 17:06:33 +03:00
Codrut Topliceanu
277034546f
For #18262 - [Credit cards] Turn the "Sync cards across devices" button into a "Sync cards" toggle (#19207)
* For #18262 - Turns "Sync cards/logins" into toggle
2021-05-06 14:43:27 +03:00
mcarare
32d7b78e94 For #19281: Add border radius for top sites favicons. 2021-05-06 13:56:24 +03:00
kglazko
008c523ed1
For #19055 - Add a ScrollView to the Credit Card Editor Fragment (#19117) 2021-05-05 15:43:09 -04:00
Mozilla L10n Automation Bot
4578621ffe Import l10n. 2021-05-05 15:33:22 +00:00
Roger Yang
74047cdceb
Closes #19147: Move startup metrics to right after Glean initialization (#19252) 2021-05-05 11:11:02 -04:00
codrut.topliceanu
0c74756d39 For #19132 - Fix navigation on disconnect started from tabsTray
- Added checks to popBackStack from the Disconnect Logged-in User Dialog, either back to settings, browserFragment or homeFragment.
2021-05-05 09:55:10 +04:00
Jonathan Almeida
f421f82f2c Close #19259: Pass CoroutineContext to nav interactor constructor 2021-05-04 20:13:10 +04:00
Mozilla L10n Automation Bot
3dfb89d2eb Import l10n. 2021-05-04 00:31:21 +00:00
Roger Yang
79cf3fc765
Closes #18253: Bookmark and History open new tabs in the background (#19275) 2021-05-03 17:27:19 -04:00
Mozilla L10n Automation Bot
bd9d5597fa Import l10n. 2021-05-03 00:28:38 +00:00
Mozilla L10n Automation Bot
2f5937aeb3 Import l10n. 2021-05-02 00:32:00 +00:00
Mozilla L10n Automation Bot
622f7ab4a8 Import l10n. 2021-05-01 00:27:28 +00:00
Sebastian Kaspari
ea47db4a9e Unit tests: Bump max heap size to 3072m. 2021-04-30 16:40:42 +02:00
Mozilla L10n Automation Bot
4036ae92df Import l10n. 2021-04-30 00:30:50 +00:00
Priyanka
05c38d911e
For #19273 - Ensure a new line at the EOF is available in all xml files (#19295) 2021-04-29 15:06:46 -04:00
Elise Richards
5b5e7ebf47
Turn on feature flag for three-dot menu redesign for beta. (#19111) 2021-04-29 11:34:57 -05:00
Sebastian Kaspari
cd4294d314 Issue #19040 - Fix UI test: settingsPrivacyItemsTest 2021-04-29 19:13:33 +04:00
Sebastian Kaspari
5f4a590418 Issue #19040 - Update marketing data setting description 2021-04-29 19:13:33 +04:00
Sebastian Kaspari
70fe7d5886 Issue #10941: Align Nightly version with Gecko/A-C version.
Instead of using a timestamp this will synchronize the Nightly version with the version
of Gecko / A-C. So when using 90.0.20210426143115 then the Nightly version will be
90.0a1 - similar to what Firefox desktop uses.
2021-04-29 09:50:07 +02:00
Mozilla L10n Automation Bot
c9fba71d5f Import l10n. 2021-04-29 00:31:49 +00:00
Roger Yang
59de530a9c
Closes #18253: Remove spaces from Addons telemetry comma-separated list (#19292) 2021-04-28 12:09:27 -04:00
Codrut Topliceanu
8f39592c9c
For #19113 - Change top site corner radius to 8dp (#19262) 2021-04-27 18:42:40 -04:00
Arturo Mejia
21cf0b31a4 For issue #18132 update to proton icons first batch 2021-04-27 15:42:15 -04:00
mcarare
8c0f86bd96 For #19213: Adjust synced tabs to properly show in RTL. 2021-04-27 22:26:34 +04:00
Mugurell
d495d84208 For #11819 - Show the mic in widget only if setting is enabled
If "Show voice search" is disabled under Settings, the mic icon should not be
shown in the search widget.
2021-04-27 17:28:41 +03:00
Mozilla L10n Automation Bot
4ee8f159da Import l10n. 2021-04-27 01:39:26 +00:00
Arturo Mejia
c725493bea Fix openFile breaking changes 2021-04-26 20:24:47 -04:00
William Lachance
8070a326b7
No issue - Properly quote description for ad metric (#19243)
This is pedantic, but strictly something called <provider-name> is considered an HTML tag
unless it's in a code block (backticks). 

See mozilla/glean-dictionary#549 and mozilla/glean-dictionary#497. I'm going to fix this upstream
but figured I might as well file a PR here to fix the underlying issue.
2021-04-26 19:24:23 -04:00
Sebastian Kaspari
7d690219ea Issue #19040: Remove Leanplum (Nightly) 2021-04-26 19:08:10 +02:00
Grisha Kruglov
4e16c46b27 Fix breaking changes introduced by credit card encryption APIs 2021-04-26 10:41:45 +02:00
Sebastian Kaspari
6a1b5875b0 Use new SearchSuggestionProvider flag. 2021-04-26 10:41:45 +02:00
Mozilla L10n Automation Bot
eec64110ae Import l10n. 2021-04-26 00:32:02 +00:00
Mozilla L10n Automation Bot
088d5cc801 Import l10n. 2021-04-25 00:29:11 +00:00
Mozilla L10n Automation Bot
7a4e0cd016 Import l10n. 2021-04-24 00:29:05 +00:00
Mozilla L10n Automation Bot
d1951cc672 Import l10n. 2021-04-23 00:40:41 +00:00
Mihai Adrian Carare
e952513569
For #19065 - Add extension functions to be used with credit cards. (#19187) 2021-04-22 18:22:20 -04:00
Mugurell
0f9f439329 For #18591 - Update tests
Some tests trying to "Add to top sites" may fail because of the sticky navbar
now covering that menu item -> scroll the menu up a little.

Some tests that previously were trying to scroll to the bottom of the menu to
interact with navbar options now don't have to. Them trying to interact with
navbar option with the menu opened as collapsed is a good test for the navbar
stickyness.
2021-04-22 21:09:37 +03:00
Mugurell
dc51cd47b5 For #18591 - Make the navbar sticky in the new menu 2021-04-22 21:09:37 +03:00
Roger Yang
cd37f398f1
Closes #18816: Disable TabsTray FAB on accessibility enabled (#19170) 2021-04-22 12:48:10 -04:00
mcarare
ded686d533 For #19125: Move top site pin net to title. 2021-04-22 18:53:50 +03:00
Gabriel Luong
3b3e4c0243
No issue - Replace local photon colors with ui-colors (#19167) 2021-04-22 10:37:34 -04:00
mcarare
46784ecbfb For #19180: Fix tab counter not entirely visible on RTL layout. 2021-04-22 17:02:01 +03:00
Sebastian Kaspari
cf4847dc17 Remove browser-search references. 2021-04-22 13:18:10 +02:00
mcarare
00744fa9e5 For #18267: Updates preferences visibility depending on creditCardsStore 2021-04-22 10:45:57 +03:00
Mozilla L10n Automation Bot
0bc5c22b63 Import l10n. 2021-04-22 00:30:11 +00:00
Elise Richards
688453f61f
Remove strings marked as deprecated that are no longer being used. (#19060) 2021-04-21 16:02:14 -05:00
Elise Richards
db76b8fe21
For #19114: check state of sync account when navigating from sync sign in menu item (#19118) 2021-04-21 14:13:44 -05:00
mcarare
8f1b3e03f1 For #18608: Also add default browser item in new menu. 2021-04-21 15:54:21 +03:00
Arturo Mejia
acb24396e5 Address WebExtensionBrowserMenuBuilder breaking change 2021-04-21 11:44:37 +02:00
Sebastian Kaspari
a126f0913a Update to Mozilla Android Components 90.0 2021-04-21 11:44:37 +02:00