Commit Graph

6193 Commits (iceraven-1.13.0)

Author SHA1 Message Date
Christian Sadilek b3895e5fde Fix intermittent test failures in TrackingProtectionExceptionsInteractorTest 3 years ago
Christian Sadilek d0c75740b7 Fix intermittent test failures in BookmarkControllerTest 3 years ago
Christian Sadilek f03f7c6071 Closes #20533: Fix intermittent failures of HistoryControllerTest 3 years ago
Sebastian Kaspari 41f21fc0f8 RemoveTabUseCaseWrapperTest: Do not mock lambdas. 3 years ago
Sebastian Kaspari 7859d4d681 DefaultRecentlyClosedControllerTest: Do not mock functions 3 years ago
Sebastian Kaspari 9ffd53ee04 Do not mock lambdas in TrackingProtectionPanelInteractorTest. 3 years ago
Christian Sadilek 2f27797530 Closes #20531: Fix intermittent failures of DefaultBrowserToolbarMenuControllerTest 3 years ago
Michael Comella f7b85a6e95 Closes #20540: always swipe twice to openSettings in ThreeDotMenuMainRobot. 3 years ago
Mozilla L10n Automation Bot a07775f187 Import l10n. 3 years ago
codrut.topliceanu e2af42a497 For #20440 - Forces TopSitePager bind if no. of pages changed 3 years ago
Sebastian Kaspari 1cd04cd05e Render debug info screen with Jetpack Compose. 3 years ago
Christian Sadilek 84fdf62240 Fix init order in TrackingProtectionExceptionsViewTest 3 years ago
Christian Sadilek 00d0ed53e0 Fix race condition in ShareViewModelTest 3 years ago
Christian Sadilek 9320700fd7 Remove unused imports in PwaOnboardingObserverTest.kt 3 years ago
Christian Sadilek 4d8d1b4ea2 Use MainCoroutineRule in PwaOnboardingObserverTest 3 years ago
Sebastian Kaspari 7840aac3ba Update Robolectric and mockk. 3 years ago
Sebastian Kaspari 781813ab50 Remove over-eager protobuf stripping. 3 years ago
Sebastian Kaspari 8d8b6e6d36 Issue #19662: Use Java 11. 3 years ago
Oana Horvath f37abbe4ae For #20297: close tab to avoid saving the same tab to collection 3 years ago
Mozilla L10n Automation Bot 95f0c48dbf Import l10n. 3 years ago
codrut.topliceanu 302ad8ae85 For #20449 - Fixes `Show most visited sites` crash on disable 3 years ago
mcarare a5a4a7f6d9 For #20425: Update AC version 3 years ago
mcarare c094e1a457 For #20425: Do not show recent bookmarks older than 10 days. 3 years ago
Mozilla L10n Automation Bot e60de9df5b Import l10n. 3 years ago
Mozilla L10n Automation Bot 4f7424ce4b Import l10n. 3 years ago
Mozilla L10n Automation Bot 67c9d74432 Import l10n. 3 years ago
Mugurell 52e152300d For #20420 - Re-enable shortcutButtonTest
The issue affecting this was resolved in AC.
3 years ago
Mugurell 2c8c6d29ea For #20402 - Re-enable "in progress media tab"
The crash for when media starts playing in a custom tab is now resolved in AC.
3 years ago
Gabriel Luong 973070ab50 For #20259 - Add HistoryMetadataSuggestionProvider in AwesomeBar 3 years ago
Gabriel Luong 9b22b2baa4 For #20438 - Display a list of history metadata groups 3 years ago
Mozilla L10n Automation Bot ac0f3cc3ad Import l10n. 3 years ago
Michael Comella 30a6e29b25 For #19901: correct spacing in comment on how to run
Co-authored-by: Jonathan Almeida <git@jonalmeida.com>
3 years ago
Michael Comella 6d609bc651 For #19901: integrate Jetback Benchmark (microbenchmark). 3 years ago
Adam Novak 3f1d0cdaf7 File off more Mozilla names to fix #347 3 years ago
Adam Novak 14456b95a0 Hide hopefully nonfunctional data collection menu to fix #336 3 years ago
Adam Novak bc6c472308 Tell UI about backend pref default change to hopefully fix #358 3 years ago
Adam Novak 597fe43c7d Get a valid metrics.yaml to not upset Glean at build time 3 years ago
Adam Novak 6a5079c2ad Set some more telemetry flags to false 3 years ago
Adam Novak 2380d51808 Merge tag 'v90.1.2' into upstream-sync 3 years ago
Christian Sadilek 589f166b29 Issue #16330: Remove remaining usages of Sentry.capture 3 years ago
Mozilla L10n Automation Bot 43aff29816 Import l10n. 3 years ago
codrut.topliceanu 2040af6a5d For #20367 - Fixes removeAllTabs adding to recently closed
`removeAllTabs` will now no longer allow `UndoMiddleware` from recovering the tabs.
3 years ago
Arturo Mejia 87f73c0109 Fix search_add_custom_engine_search_string_example lint warning. 3 years ago
jhugman 097fa68964
Allow branch enrollment and unenrollment in Nimbus secret menu (#20050)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
3 years ago
codrut.topliceanu bc723e0a9b For #15499 - Smoothly updates topSites list on remove
To remove the flash on refresh of the topsites list we have to use submitList, however using this too high up in the hierarchy of our listAdapters within listAdapters will cause children to refresh at once. The solution to this is to use submitList lower. Using it in TopSitesPagerAdapter.kt to update the TopSitesAdapter is the way to go. I've also had to use a dummy item for the "removed" Topsite ( with id = -1) so I can manually diff that before using submitList.
3 years ago
Mozilla L10n Automation Bot 55fc014071 Import l10n. 3 years ago
Mugurell 094413578c For #20420 - Temporarily disable SearchTest#shortcutButtonTest 3 years ago
Sebastian Kaspari 140274c192 Update to Kotlin 1.5.20, Android Gradle plugin 4.2.2 and Gradle 6.7.1. 3 years ago
Sebastian Kaspari 8b5aef7def Update Kotlin to 1.5.10 (and Coroutines to 1.5.0). 3 years ago
Jonathan Almeida 41ba94b951 Issue #20402: Disable LastMediaAccessMiddleware temporarily
The reducer in this middleware assumes the SessionState is always a
TabSessionState which holds the lastMediaAccess. This is true for the
lastAccess long which is a persistent state.

The list of MediaSessionActions however can also come from Custom Tabs
which relies on a CustomTabSessionState.

For now, the temporary fix is to disable this feature by removing the
middleware and no longer adding the last accessed media to the
recent tabs list ("Jump back in") to avoid crashing users while we think
of a real fix.
3 years ago
Mozilla L10n Automation Bot 9ef8515528 Import l10n. 3 years ago
Mozilla L10n Automation Bot fb15f1774c Import l10n. 3 years ago
Roger Yang c4347a9492 Closes #19847: Add telemetry for the default browser notification 3 years ago
Oana Horvath 81849ec6d0 No issue: adds warning comment to beta & release running tests 3 years ago
Roger Yang 049811fabb Issue #20307: Clear sharedViewModel selectedFolder when backing out of bookmark fragment 3 years ago
Roger Yang 80721e2d73 Issue #19989: Add rounded corners to recently tabs' icon 3 years ago
Mugurell 1251894933 For #19933 - Show a media tab item on homescreen for the last tab with media 3 years ago
Roger Yang 68b56ff240 Issue #19846: Make sure default browser notification only happens once 3 years ago
Mozilla L10n Automation Bot 317cbe9c7b Import l10n. 3 years ago
Mugurell f95567912f For #20229 - Use the AC common implementation for ads/search telemetry
Everything should work exactly as before.
3 years ago
mcarare b2a5723bad For #20292: Use tint for home button icon. 3 years ago
mcarare b25f807eea For #17808: Remove deprecated systemUiVisibility and flags. 3 years ago
Mozilla L10n Automation Bot 9b3f312301 Import l10n. 3 years ago
Oana Horvath df960c4187 For #10915: fix tests by removing existing session 3 years ago
Rohan Maity f8599860dd For #1268 Add Unit test for PrivateShortcutCreateManager 3 years ago
Mozilla L10n Automation Bot 7975309952 Import l10n. 3 years ago
Mozilla L10n Automation Bot 41a6234765 Import l10n. 3 years ago
Jonathan Almeida 4b4c86551d Close #20320: Use scope from testDispatcher in RecentBookmarksFeatureTest 3 years ago
Jonathan Almeida b877430bad Close #20267: Filter out network errors from Nimbus 3 years ago
Marc Leclair 298ec5cce1 For #19804: Restore logic to original behavior 3 years ago
Marc Leclair 871cde764e For #19804: checkDefaultBrowser moved to helper function 3 years ago
Marc Leclair db01fab8a9 For 19804:Fixed call order in the 3 years ago
Marc Leclair b8bbdb45bc For #19804: Changed `var isDefaultBrowser` to a function
The change to the function makes it so when the Settings.kt class is initialized, the isDefaultBrowser, which calls the
BrowserCache, won't get called right away. `isDefaultBrowser()` is known to take quite a while on start up on the G5+ (approx
30-40ms).
3 years ago
Michael Comella 79fcbcba83 Closes #20127: fix app_received_intent extras.
Apparently, it had been using the wrong mapping this whole time. I can't
wrap my head around fenix's glean wrapper so I'm not sure if this
resulted in bugs or if my change changes the behavior. However, I don't
think anyone is using this probe so I'm requesting to remove it. If we
don't end up removing it, then we can check for bugs/changes in
behavior. This isn't ideal but I'd rather not spend the time on it if we
don't have to.
3 years ago
Michael Comella 7f4ac14f66 For #20127: remove app_opened_all_startup from metrics.yaml. 3 years ago
Michael Comella be64ee4159 For #20127: remove app_opened_all_startup integration. 3 years ago
Mozilla L10n Automation Bot 273d7ce947 Import l10n. 3 years ago
Mozilla L10n Automation Bot 64038252e6 Import l10n. 3 years ago
Roger Yang 142730faaa Closes #20285: Remove unused GeckoProvider 3 years ago
Elise Richards 9bfe9b0787
For FNX-22339: Recently saved bookmarks (#19835)
* Title and button for home screen recently saved bookmarks section

Create bookmark item view with favicon and title

* View holders and interactors for recently saved bookmarks

Recent bookmark item view holder binding

Create adapter for recent bookmarks. Implement controller methods. Implement view holder bindings for items

Top level adapter for recent bookmarks section

Retrieve list of recent bookmarks on home

View holders and interactors for recently saved bookmarks

Recent bookmark item view holder binding

Create adapter for recent bookmarks. Implement controller methods. Implement view holder bindings for items

Top level adapter for recent bookmarks section

Retrieve list of recent bookmarks on home

Update list on app start and when bookmarks are added

View holders and interactors for recently saved bookmarks

Recent bookmark item view holder binding

Create adapter for recent bookmarks. Implement controller methods. Implement view holder bindings for items

Top level adapter for recent bookmarks section

Retrieve list of recent bookmarks on home

Update list on app start and when bookmarks are added

Make a use case for retrieving and updating the list of recently saved bookmarks

Add adapter items and define header viewholder binding

Use session interactor for header button clicks. Bind in the adapter

* Retrieve list of bookmarks asynchronously on home

Interactor and controller tests

Address review comments

Split up tests for recent bookmarks

Update to new interactors

Dark mode and light mode styles

Refactor bookmarks home stuff

* Add RecentBookmarksFeature to home

Move interactor to SessionControlInteractor

Clean up lint, styles, and dimens.

* Bookmarks use case tests for retrieving recently saved bookmarks. Linting.

* View holder tests

* Match ux to designs for colors, margins, and scrolling

* Clean up clean up

* Tests for the view bound feature

* Controller test

* Clean up: check state of store in feature tests; ellipsize textviews for bookmark item; remove unused attr; format

Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
3 years ago
Mozilla L10n Automation Bot ff9aa36885 Import l10n. 3 years ago
Roger Yang d4af9401d1 Closes #19846: Update default browser notification strings 3 years ago
Roger Yang 6d1a44e259 Closes #19846: Only add default browser notification work if work is not pending 3 years ago
Roger Yang 0133f42a15 Closes #19846: Show Default Browser Notification if browser is not default 3 years ago
codrut.topliceanu 3ae6472e16 For #20257 - Sets min no. of grid columns to 2 in TabsTray 3 years ago
codrut.topliceanu 083d50aafd For #20250 - Adds FLAG_SECURE to TabsTray dialog 3 years ago
codrut.topliceanu d530f5b773 For #17855 - Stops SecureWindowFeature from removing FLAG_SECURE 3 years ago
Mozilla L10n Automation Bot 5e7b422433 Import l10n. 3 years ago
Roger Yang aeedb6b537 Closes #20274: Limit about:config to Nightly and Beta
(cherry picked from commit 702e3e6886)
3 years ago
Grisha Kruglov 946fda55aa Closes #20276: Fall-back to URL parsing for tabs with parents to obtain search terms 3 years ago
Oana Horvath ea3e4c9956 No issue: New UI smoke test for the Language menu 3 years ago
mcarare b43db5f2b6 For #20029: Remove animations when recreating activity on locale change. 3 years ago
codrut.topliceanu 9693507ffb For #19131 - Adds kdoc to TopSitePagerPayload 3 years ago
codrut.topliceanu a7f3d34538 For #19131 - Fixes top sites refresh and interactability 3 years ago
Mozilla L10n Automation Bot 4a0cd8a25a Import l10n. 3 years ago
Roger Yang 702e3e6886 Closes #20274: Limit about:config to Nightly and Beta 3 years ago
Roger Yang e69f3dfbbb Closes #19090: Show snackbar on adding to bookmarks from tabs tray 3 years ago
mcarare 36b50ea8d9 For #17917: Use View binding in onboarding cards. 3 years ago
Christian Sadilek 7c57898c76 Closes #20123: PlacesException when recording history metadata 3 years ago
Jonathan Almeida 4bab66bb21 Move Nimbus strings to static_strings
Goes with 6bb89f346e01edd431056bfcd7472bc3082a39a5
3 years ago
mcarare 0c720ba500 For #20219: Fix constraints in sign-in onboarding card. 3 years ago
mcarare a7a45df8fb For #20154: Override AC fill colors for icons. 3 years ago
Mozilla L10n Automation Bot 0a5be636f9 Import l10n. 3 years ago
Mozilla L10n Automation Bot 0e43a42c1e Import l10n. 3 years ago
Mozilla L10n Automation Bot 4bdd54d065 Import l10n. 3 years ago
codrut.topliceanu ce0773fcdc For #19558 - Adds proper tint to "Report Site Issue" 3 years ago
Oana Horvath d20bebc2a3 For #20000: Re-try swipe on collection items 3 years ago
Mozilla L10n Automation Bot 852034d77a Import l10n. 3 years ago
Codrut Topliceanu af1c00a645
For #20195 - Adds tabsTray allowScreenshotsInPrivateMode check (#20203)
* For #20195 - Adds tabsTray allowScreenshotsInPrivateMode check
3 years ago
mcarare 4101974415 For #20190: Mirror back button in RTL. 3 years ago
mcarare 023e1b4b30 For #20154: Override AC fill colors for icons. 3 years ago
Mozilla L10n Automation Bot cb5468cfe4 Import l10n. 3 years ago
Mozilla L10n Automation Bot 384e8f84df Import l10n. 3 years ago
Mozilla L10n Automation Bot 736789bd2a Import l10n. 3 years ago
Mozilla L10n Automation Bot daa1767317 Import l10n. 3 years ago
Mozilla L10n Automation Bot 5921c631f2 Import l10n. 3 years ago
Oana Horvath c830ed9986 For #20123: Disable historyMetadataFeature flag 3 years ago
github-actions[bot] 6d43c622b4
Sync Strings from master to releases_90.0 (#20168)
* Strings - app/src/main/res/values-ast/strings.xml

* Strings - app/src/main/res/values-be/strings.xml

* Strings - app/src/main/res/values-bg/strings.xml

* Strings - app/src/main/res/values-br/strings.xml

* Strings - app/src/main/res/values-ca/strings.xml

* Strings - app/src/main/res/values-cak/strings.xml

* Strings - app/src/main/res/values-co/strings.xml

* Strings - app/src/main/res/values-cs/strings.xml

* Strings - app/src/main/res/values-cy/strings.xml

* Strings - app/src/main/res/values-de/strings.xml

* Strings - app/src/main/res/values-dsb/strings.xml

* Strings - app/src/main/res/values-el/strings.xml

* Strings - app/src/main/res/values-en-rCA/strings.xml

* Strings - app/src/main/res/values-en-rGB/strings.xml

* Strings - app/src/main/res/values-es/strings.xml

* Strings - app/src/main/res/values-es-rAR/strings.xml

* Strings - app/src/main/res/values-es-rCL/strings.xml

* Strings - app/src/main/res/values-es-rES/strings.xml

* Strings - app/src/main/res/values-es-rMX/strings.xml

* Strings - app/src/main/res/values-fi/strings.xml

* Strings - app/src/main/res/values-fr/strings.xml

* Strings - app/src/main/res/values-fy-rNL/strings.xml

* Strings - app/src/main/res/values-gn/strings.xml

* Strings - app/src/main/res/values-iw/strings.xml

* Strings - app/src/main/res/values-hr/strings.xml

* Strings - app/src/main/res/values-hsb/strings.xml

* Strings - app/src/main/res/values-hu/strings.xml

* Strings - app/src/main/res/values-hy-rAM/strings.xml

* Strings - app/src/main/res/values-ia/strings.xml

* Strings - app/src/main/res/values-in/strings.xml

* Strings - app/src/main/res/values-it/strings.xml

* Strings - app/src/main/res/values-ja/strings.xml

* Strings - app/src/main/res/values-ka/strings.xml

* Strings - app/src/main/res/values-kab/strings.xml

* Strings - app/src/main/res/values-kk/strings.xml

* Strings - app/src/main/res/values-ko/strings.xml

* Strings - app/src/main/res/values-nb-rNO/strings.xml

* Strings - app/src/main/res/values-nl/strings.xml

* Strings - app/src/main/res/values-nn-rNO/strings.xml

* Strings - app/src/main/res/values-pa-rIN/strings.xml

* Strings - app/src/main/res/values-pl/strings.xml

* Strings - app/src/main/res/values-pt-rBR/strings.xml

* Strings - app/src/main/res/values-pt-rPT/strings.xml

* Strings - app/src/main/res/values-ro/strings.xml

* Strings - app/src/main/res/values-ru/strings.xml

* Strings - app/src/main/res/values-sat/strings.xml

* Strings - app/src/main/res/values-sl/strings.xml

* Strings - app/src/main/res/values-sq/strings.xml

* Strings - app/src/main/res/values-sr/strings.xml

* Strings - app/src/main/res/values-su/strings.xml

* Strings - app/src/main/res/values-sv-rSE/strings.xml

* Strings - app/src/main/res/values-tg/strings.xml

* Strings - app/src/main/res/values-th/strings.xml

* Strings - app/src/main/res/values-tr/strings.xml

* Strings - app/src/main/res/values-tt/strings.xml

* Strings - app/src/main/res/values-uk/strings.xml

* Strings - app/src/main/res/values-ur/strings.xml

* Strings - app/src/main/res/values-vi/strings.xml

* Strings - app/src/main/res/values-zh-rCN/strings.xml

* Strings - app/src/main/res/values-zh-rTW/strings.xml

Co-authored-by: runner <runner@762f440114e1>
3 years ago
Mozilla L10n Automation Bot 2c99bb8031 Import l10n. 3 years ago
Travis Long a2984e6863 [SDK-279] Adds a way to switch to the "preview" collection in Nimbus
This adds a toggle/switch to the debug settings menu that causes Nimbus to use the "preview" collection rather than the "main" collection when it initializes.  Since it is only applied during init, it does require a restart in order to take effect.
3 years ago
Gabriel Luong 7aea29d57b For #19951 - Use Proton icon for new home button 3 years ago
Arturo Mejia 29f5567869 For #19922 Fix the default autoplay setting to be block audio only 3 years ago
Mozilla L10n Automation Bot f24072c915 Import l10n. 3 years ago
Mugurell 5d62fe11a6 For #20046 - Show the last accessed tab in Jump back in 3 years ago
Arturo Mejia 34b1e77dbc Improvements to site permissions 3 years ago
jhugman 8b32f7dcda
Add error reporting via sentry to Nimbus caught exceptions (#20049) 3 years ago
Roger Yang cabd004390 Closes #19182: Close Tabs Tray when sharing completes 3 years ago
Roger Yang 74c1cc82fb Closes #19921: Update appcompat and fragment dependencies to 1.3.x 3 years ago
Mozilla L10n Automation Bot 7dbfca2d2e Import l10n. 3 years ago
Arturo Mejia 1d76bc7ca2 For #19922 Update the default autoplay setting to be block audio only 3 years ago
Jonathan Almeida 15df06b294 Issue #20054: Update recent tab on title or icon changes 3 years ago
Arturo Mejia 251bfc7fe9 Improvements to site permissions 3 years ago
Elise Richards 1f48b04713
For FNX-22820: uplift expired telemetry and update glean notification email address (#20074)
* For #19923: renew telemetry probes (#19924)

* Update glean notification emails to new email group (#20070)
3 years ago
codrut.topliceanu 37e2c6ceeb For #19739 - Adds start tabsTray with multiSelect support 3 years ago
codrut.topliceanu 2c538dbb5d For #16330 - Replaces Sentry.capture with submitCaughtException 3 years ago
Mozilla L10n Automation Bot 841265e39d Import l10n. 3 years ago
Mozilla L10n Automation Bot cf0fab08f5 Import l10n. 3 years ago
Mozilla L10n Automation Bot 79229ebdbd Import l10n. 3 years ago
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.
3 years ago
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.
3 years ago
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".
3 years ago
Mugurell 1fc3bb84ca For #19797 - Home menu: go to problems page if account exists but not signed in 3 years ago
Mugurell 3d071dd049 For #19797 - Browser menu: go to problems page if account exists but not signed in 3 years ago
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.
3 years ago
Elise Richards 80de7fd7ba
Define the width/height for homescreen empty collections button (#20082) 3 years ago
Grisha Kruglov 2198298df5 Obtain searchTerms from previous page in tab's history
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
3 years ago
Elise Richards 1a8ae21250
Define the width/height for sync sign in button on tabs tray (#20080) 3 years ago
bharat0to 6de3062738
For #18581 ETP Standard option is truncated (#18586) 3 years ago
Elise Richards 79af077b2f
Update glean notification emails to new email group (#20070) 3 years ago
Arturo Mejia c2439914fa For #19881 add telemetry for start on Home. 3 years ago
Jonathan Almeida aee14d8c19 Close #19950: Fix intermittent failure in SearchDialogControllerTest 3 years ago
Mihai Adrian Carare 9c9e26953f
For #19813: Invalidate tab tray adapter structure on screen rotation. (#20044) 3 years ago
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.
3 years ago
Christian Sadilek b123b50df7 HistoryMetadataMiddleware: Use state ext. functions from A-C 3 years ago
Mozilla L10n Automation Bot 03b797efb7 Import l10n. 3 years ago
mcarare df2efcf310 For #20024: Visit FAB after synced tabs in a11y traversal.
This helps focus on FAB without going through whole tab lists.
3 years ago
Jonathan Almeida 5be35df969 Revert "For #19739 - Adds start tabsTray with multiSelect support"
This reverts commit d8288f5e89.
3 years ago
Jonathan Almeida aeb186f79c Revert "For #19739 - Moves argument to initial state init"
This reverts commit f198e110d7.
3 years ago
codrut.topliceanu f198e110d7 For #19739 - Moves argument to initial state init 3 years ago
codrut.topliceanu d8288f5e89 For #19739 - Adds start tabsTray with multiSelect support 3 years ago
Mihai Adrian Carare 83a5aa2838
For #20007: Multiselect title is important for a11y just in select mode. (#20008) 3 years ago
mcarare 77023db091 For #19820: Specify usage of labels for a11y services. 3 years ago
Mozilla L10n Automation Bot e969afaed7 Import l10n. 3 years ago
Elise Richards c32ae710dd
For #19923: renew telemetry probes (#19924) 3 years ago
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>
3 years ago
Gabriel Luong ad91f91eb6 For #19988 - Part 1: Move RecentTabsListFeature into recenttabs package
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
3 years ago
AndiAJ 78edf06a7a Text selection tests 3 years ago
Mugurell a1fa1a5df6 For #19135 - Offer more context for why STATE_HALF_EXPANDED is not used 3 years ago
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.
3 years ago
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.
3 years ago
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.
3 years ago
Sammy Khamis 950e36c053 changes required for uniffi-ing logins component= 3 years ago
Christian Sadilek ba19960b7e Issue FNX-22435: Introduce History metadata
Co-authored-by: Grisha Kruglov <gkruglov@mozilla.com>
3 years ago
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.
3 years ago
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.
3 years ago
mcarare 2d2be26fbc For #19915: Add telemetry for the toolbar Home screen button. 3 years ago
Mozilla L10n Automation Bot 8bd5ebfabc Import l10n. 3 years ago
Mozilla L10n Automation Bot cc6bbcdf9c Import l10n. 3 years ago
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
3 years ago
Oana Horvath 6278a2b07d For #19090: Re-enable createFirstCollectionTest, shareCollectionTest, deleteCollectionTest 3 years ago
Oana Horvath c5962b2502 For #10587: Fix and re-enable old CollectionTest.kt 3 years ago
AndiAJ 51517bea7e For #19585: disables failing restoreTabCrashedReporterTest UI test 3 years ago
Gabriel Luong 9d3cf79051 For #19916 - Add last viewed tab to home screen
Co-authored-by: Jonathan Almeida <jalmeida@mozilla.com>
3 years ago
Sebastian Kaspari c0531ffa82
Update Android Components to 91.0.20210610143711. (#19946) 3 years ago
runner 3278fbd5b2 Strings - app/src/main/res/values-uk/strings.xml 3 years ago
runner 4420c4a0ae Strings - app/src/main/res/values-tt/strings.xml 3 years ago
runner 5bb1d44de1 Strings - app/src/main/res/values-tg/strings.xml 3 years ago
runner 01c6cf3de0 Strings - app/src/main/res/values-su/strings.xml 3 years ago
runner 8d363385d4 Strings - app/src/main/res/values-sr/strings.xml 3 years ago
runner 995505acee Strings - app/src/main/res/values-sk/strings.xml 3 years ago
runner 4eb766d37f Strings - app/src/main/res/values-kmr/strings.xml 3 years ago
runner 0b6ea997ad Strings - app/src/main/res/values-kk/strings.xml 3 years ago
runner 97642d2d37 Strings - app/src/main/res/values-es-rCL/strings.xml 3 years ago
runner b1c636b737 Strings - app/src/main/res/values-en-rCA/strings.xml 3 years ago
Christian Sadilek 0c1e712ca8 Issue #17800: Cleanup and fix request desktop site from home 3 years ago
Arturo Mejia 2f879f8e9d Fix site permissions breaking changes 3 years ago
Sebastian Kaspari 4753a1d494 Complete browser-state migration and remove browser-session dependency.
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
3 years ago
Oana Horvath 1e05e23b23 For #18986: re-enable changeAccessibiltySettings UI test, not failing anymore 3 years ago
Mozilla L10n Automation Bot c523d28212 Import l10n. 3 years ago
Codrut Topliceanu c74bf4e8fe
For #19815 - Keeps tabTray FAB from obstructing last tab (#19891)
* For #19815 - Keeps tabTray FAB from obstructing last tab
3 years ago