Commit Graph

4174 Commits (bc36b1ea024333b39a152fb002625e82e43fa4ff)

Author SHA1 Message Date
Sawyer Blatz d63bd0b2e3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12430: Hide the mic when not using Google 4 years ago
Tiger Oakes 4037103a95 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12565: Don't pass contest to SortingStrategy 4 years ago
Aaron Train f0f972a053 [fenix] No issue: Fix recent UI test breakage (https://github.com/mozilla-mobile/fenix/pull/12869) 4 years ago
Tiger Oakes 0d37525151 [fenix] Migrate from Session.toTab to BrowserStore (https://github.com/mozilla-mobile/fenix/pull/12221) 4 years ago
Tiger Oakes 0d5d9631c1 [fenix] Add tests for some classes in home/browser (https://github.com/mozilla-mobile/fenix/pull/12837) 4 years ago
Tiger Oakes d2d30f0e5e [fenix] Test sync adapter (https://github.com/mozilla-mobile/fenix/pull/12810) 4 years ago
Arturo Mejia 9f8851294b [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/11676: Features phone that doesn't a site permission exception shouldn't be shown (https://github.com/mozilla-mobile/fenix/pull/12855)
exception shouldn't be shown
4 years ago
Mozilla L10n Automation Bot 69d6c450c5 [fenix] Import l10n. 4 years ago
Tiger Oakes bf4a7cd969 [fenix] Create ToolbarPosition enum (https://github.com/mozilla-mobile/fenix/pull/12747) 4 years ago
Jonathan Almeida bb3e5bfbf9 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/11333: Set ContentBlocking settings directly on GeckoRuntime
We set the ContentBlockingSettings directly on the GeckoRuntime now to
improve the startup of the engine.

This change has requirements from Android Components and GeckoView, so
we would only see the full perf benefits in Nightly as the changes ride
the train, although we might start to see some of them as we're updating
the GeckoProvider for the `geckoBeta` variant as well.

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
4 years ago
Kainalu Hagiwara 9153350cd2 [fenix] No issue - Fix compilation error caused by removed extension function. 4 years ago
Kainalu Hagiwara d4d68f2b77 [fenix] Fix UI tests.
We need to pass a CoordinatorLayout instead of a SwipeGestureLayout to
FenixSnackbar.make() in BaseBrowserFragment to prevent UI tests from
breaking. We also need to remove a few view IDs from the tab preview.
4 years ago
Kainalu Hagiwara a6a8c4dc08 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3481 - Implement swipe on toolbar to switch tabs. 4 years ago
Mozilla L10n Automation Bot d85e95f6b8 [fenix] Import l10n. 4 years ago
Kainalu Hagiwara 9d3f8a7e0f [fenix] For https://github.com/mozilla-mobile/fenix/issues/1048 - Add ability to view tab history by long-pressing the back or forward button. 4 years ago
Hakkı Kaan Çalışkan 082cddf7d8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12571: Rename 'Shortcuts' to 'Search engines'
Co-Authored-By: Khushraj Rathod <khushrajrathod@gmail.com>
4 years ago
Tiger Oakes 75817b004c [fenix] Use AC RunWhenReadyQueue (https://github.com/mozilla-mobile/fenix/pull/12800) 4 years ago
Tiger Oakes fb7c801b38 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12801 - Extra debug menu trigger, disable if already triggered 4 years ago
Jonathan Almeida 1df7dce5d0 [fenix] Update to Android Components 52.0.20200722023149
Fixes breaking APIs in SyncedTabsFeature and
BookmarksStorageSuggestionProvider
4 years ago
Michael Comella 67d1e5f935 [fenix] No issue: add missing newline. 4 years ago
Michael Comella e84b6e82e8 [fenix] No issue: clean up initVisualCompletenessQueue... method.
A no-op clean up.
4 years ago
Michael Comella 032ca003cd [fenix] No issue: extract initVisualCompletenessQueueAndQueueTasks.
This refactor, done entirely by IDE, is a no-op cleanup.
4 years ago
Michael Comella 1f65ba446e [fenix] No issue: extract startMetricsIfEnabled function.
This refactor, done entirely by IDE, is a no-op clean-up of this file.
4 years ago
Jeff Boek b2d6f5746b [fenix] For https://github.com/mozilla-mobile/fenix/issues/12806 - Adds unit tests to cover `ToolbarView.update()` (https://github.com/mozilla-mobile/fenix/pull/12807) 4 years ago
Jonathan Almeida 758f0b0b96 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12797: Use measured height/width for loading a thumbnail
Using `onNextLayout` has the side-effect of showing the thumbnail with
the tab.id from a recycled view.

The root cause of needing that call is to retrieve the measured
height/width from the view first before requesting. A simpler solution
to avoid the complexity is to retrieve these values from the dimen
resources.

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
4 years ago
Sawyer Blatz a48f1f8591 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12461: Update content description for tabs tray open tab count 4 years ago
Sebastian Kaspari 8de62c28cf [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/7877: Add SearchActionProvider for faster responses that mirror entered text. 4 years ago
Tiger Oakes adbadba250 [fenix] Move settings in components (https://github.com/mozilla-mobile/fenix/pull/12675) 4 years ago
Mihai Eduard Badea 130de798fb [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/12387 - Display tab tray using .show
Replaced the global navigation action used for displaying the tab tray with the .show() function.
4 years ago
mcarare 2320c617b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9722: Refactor onboarding buttons with text.
Add title and description to button text, remove extra Textviews.
4 years ago
Tiger Oakes ef885fe482 [fenix] Add tests for web push integration 4 years ago
mcarare 5ddf809ee8 [fenix] For android-l10n https://github.com/mozilla-mobile/fenix/pull/241: Mark a11y link type as not translatable. 4 years ago
Johan Lorenzo 13e8560acf [fenix] Bug 1652979 - Stop producing fennecNightly, fenixNightly and fenixBeta (https://github.com/mozilla-mobile/fenix/pull/12225) 4 years ago
TejaswiKarasani 00cd8b8f35 [fenix] No issue: verify ETP toolbar shield icon is not displayed if ETP is OFF globally in ETP UI tests (https://github.com/mozilla-mobile/fenix/pull/12623) 4 years ago
Oana Horvath 82a76042d9 [fenix] Fix UI tests from https://github.com/mozilla-mobile/fenix/issues/12752 https://github.com/mozilla-mobile/fenix/issues/12637 https://github.com/mozilla-mobile/fenix/issues/12764 (https://github.com/mozilla-mobile/fenix/pull/12779)
* For https://github.com/mozilla-mobile/fenix/issues/12752 & https://github.com/mozilla-mobile/fenix/issues/12764: Fixes tabs tray behavior in UI tests

* For https://github.com/mozilla-mobile/fenix/issues/12637: fixes goBackTest
4 years ago
Tiger Oakes 3bccc0dd50 [fenix] Pass settings and metrics to CFR 4 years ago
mozilla-l10n-automation-bot 72e6448a1d [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/12766) 4 years ago
Richard Pappalardo 41bb2cb087 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/12752, https://github.com/mozilla-mobile/fenix/issues/12764 - Temp disable openHistoryInNewTabTest intermittent UI test failures (https://github.com/mozilla-mobile/fenix/pull/12754)
* Fixes https://github.com/mozilla-mobile/fenix/issues/12752 - Temp disable intermittent failing test
4 years ago
Kainalu Hagiwara 5a895d6125 [fenix] No issue - Suppress new warnings from detekt update 4 years ago
Sawyer Blatz de6145c967 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12461: Add tab count to tab tray 4 years ago
Tiger Oakes 712dce391d [fenix] For https://github.com/mozilla-mobile/fenix/issues/5499 - Unify CFR drawables and dimens (https://github.com/mozilla-mobile/fenix/pull/12749) 4 years ago
Hakkı Kaan Çalışkan 898defc3a2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12532: Quick fix for radio button alignment (https://github.com/mozilla-mobile/fenix/pull/12691) 4 years ago
Kainalu Hagiwara 3320f82bfb [fenix] For https://github.com/mozilla-mobile/fenix/issues/12551 - Implement swipe to delete for bookmarks. 4 years ago
Kainalu Hagiwara 0671fc50e8 [fenix] Rename tab_tray_background.xml 4 years ago
Michael Comella e85dd6a09c [fenix] No issue: correct position of StartupTimeline; add warning. 4 years ago
Sawyer Blatz 80b4fb0808 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10466: Add search privately to top of list (https://github.com/mozilla-mobile/fenix/pull/12744) 4 years ago
Tiger Oakes 5b7d951590 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/10924 - Cleanup SavedLoginsAuthFragment (https://github.com/mozilla-mobile/fenix/pull/10930) 4 years ago
Kainalu Hagiwara 055620f117 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12730 - Fix ripple for font size setting. 4 years ago
Sawyer Blatz d8ecc2e19c [fenix] For https://github.com/mozilla-mobile/fenix/issues/11851: Close tab tray when last tab closed (https://github.com/mozilla-mobile/fenix/pull/12615) 4 years ago
ekager b8b3d8b367 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10784 - Fixes memory leak in BrowserAnimator 4 years ago
Sawyer Blatz 54a6de9b84 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12735: Fixes issue with tab deletion undo (https://github.com/mozilla-mobile/fenix/pull/12737) 4 years ago
Hakkı Kaan Çalışkan 197a076ef2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12554: Helper class for password reveal on logins 4 years ago
mozilla-l10n-automation-bot 24f19cd763 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/12687) 4 years ago
Christian Sadilek 250c95eb28 [fenix] Update Android Components to 51.0.20200717190031 4 years ago
Tiger Oakes e740819acd [fenix] Fix lint issues (https://github.com/mozilla-mobile/fenix/pull/12683) 4 years ago
Tiger Oakes cb59729010 [fenix] Change enabled lint rules (https://github.com/mozilla-mobile/fenix/pull/12517) 4 years ago
Tiger Oakes 25a5f478ef [fenix] Test migration classes (https://github.com/mozilla-mobile/fenix/pull/12677) 4 years ago
Tiger Oakes a7bbc86f4a [fenix] Add tests for login exceptions (https://github.com/mozilla-mobile/fenix/pull/12681) 4 years ago
Tiger Oakes 5c9876dcff [fenix] Fix failure in handleWhatsNewGetAnswersClicked (https://github.com/mozilla-mobile/fenix/pull/12682) 4 years ago
Mihai Adrian Carare 3823c632ac [fenix] For https://github.com/mozilla-mobile/fenix/issues/7966: Update toolbar content description. (https://github.com/mozilla-mobile/fenix/pull/12667) 4 years ago
Elise Richards 508854ea07 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12532: Align Settings -> Site permissions -> Sub-pages to 72dp keyline (https://github.com/mozilla-mobile/fenix/pull/12680)
Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
4 years ago
Mihai-Eduard Badea 65c98d6c16 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/9949 - Bookmarks/History deletion inconsistencies (https://github.com/mozilla-mobile/fenix/pull/12630)
- Added the undo action for deleting individual history items by creating a new field to the history state containing the id's of the history items that are pending for deletion; This field is used inside the update function from the view to show/hide the items.

 - Added a new check inside the "deleteMulti" method from BookmarkFragment that calls the showRemoveFoldersDialog to prevent the user from being able to delete one or more bookmark folders without being asked for confirmation, as in https://github.com/mozilla-mobile/fenix/issues/8648.

Co-authored-by: Mihai Eduard Badea <mihai.badea@softvision.ro>
4 years ago
Tiger Oakes 549acfa6f1 [fenix] Test session control controller (https://github.com/mozilla-mobile/fenix/pull/12652) 4 years ago
Hakkı Kaan Çalışkan 415bbf6574 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12509: Set height of remove add on button to 36dp 4 years ago
ekager f7f80ad6cb [fenix] Update ContextMenuUseCases to just take a store 4 years ago
ekager 2deadc2e22 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12453 - Sets secure flags on private tab of tabs tray 4 years ago
ekager bc08df1c8f [fenix] For https://github.com/mozilla-mobile/fenix/issues/12364 - Only show PWA prompt the third time a user visits installable site 4 years ago
Tiger Oakes ded7cde177 [fenix] Add tests for adapters in collections (https://github.com/mozilla-mobile/fenix/pull/12649) 4 years ago
Kainalu Hagiwara 46a9bba6e0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12531: Align Settings -> Private browsing to 72dp keyline (https://github.com/mozilla-mobile/fenix/pull/12654)
Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
4 years ago
Elise Richards 5b46f572df [fenix] For https://github.com/mozilla-mobile/fenix/issues/10173: login duplicates and save (https://github.com/mozilla-mobile/fenix/pull/11208)
* Extract controller into it's own class. Implement find dupes and filter based on username.

Create edit login controller. Add text watchers and check for duplicates.

Edit controller test

* Find duplicates and save to store

* Retrieve duplicates from AC and check list on username text changed

Move duplicates logic into the controller

* Add glean pings for delete and edit. Move logic for login manipulation into the datastore.

* Use correct threads in controller. Enable save button when applicable.

Save enabled in datastore.

Move login data to datastore

Rebase with password error states

Update metrics to be more specific for edit

* Create logins controller for AC calls

* Interactor and controller methods for edit login. Add edit view to separate out some layout manipulation.

Inflate view in edit fragment. Double layout showing up.

Edit view

Controller tests

Controller tests passing

Interactor tests

Lint and detekt cleanup

* Remove datastore and use storage controller for all logins calls to password storage.

Addressed comments

Lint
:

Rebase - 1
4 years ago
Tiger Oakes 046682f889 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12457: Add MockK matcher for intents (https://github.com/mozilla-mobile/fenix/pull/12612) 4 years ago
Mugurell ac85ba0945 [fenix] Ensure logins deletion (https://github.com/mozilla-mobile/fenix/pull/12507)
* For https://github.com/mozilla-mobile/fenix/issues/11227 - Cleanup saved logins list when one is selected

Selecting a saved login will open a detail screen for it from where users can
change details or even delete that particular login.
After the change is made the user is brought back to the list of saved logins
where for a brief moment (< 1s) until we get a new response from
passwordsStorage.list() the user can see and even interact with the old list
of items, which may still contain the just deleted one.

To avoid users seeing obsolete logins or even interacting with them (selecting
a previosuly deleted item will result in a crash) we will clean the list of
logins just before the selected login is opened in the detailed view.
When returning for a brief moment the users may see the "loading" UX until
passwordsStorage.list() returns the up-to-date list of logins to display.

* For https://github.com/mozilla-mobile/fenix/issues/11227 - Refactor SavedLoginsView to be closer to MVI

- Interactors should only get passed other Interactors or Controllers as
dependencies to which they should delegate user actions.
- Controllers should hold most of the business logic and get passed all final
dependencies they need to do their job.
4 years ago
Tiger Oakes 2a7e8f7adb [fenix] Add tests for sync, wifi, and push (https://github.com/mozilla-mobile/fenix/pull/12581) 4 years ago
Tiger Oakes fe5b219a89 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12565: Add Locale settings tests & use activity (https://github.com/mozilla-mobile/fenix/pull/12579) 4 years ago
jhugman 773884bdc4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12600 - remove AddonInstalled event when the permission dialog is shown (https://github.com/mozilla-mobile/fenix/pull/12601) r=csadilek,sblatz 4 years ago
Mihai Branescu 582fc2cff7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12201 - forced callbacks to be on the main thread (https://github.com/mozilla-mobile/fenix/pull/12543) 4 years ago
Elise Richards fc847d79e7 [fenix] No issue: Delete unnecessary to-dos (https://github.com/mozilla-mobile/fenix/pull/12603)
Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
4 years ago
Hakkı Kaan Çalışkan ad239ff1ae [fenix] No issue: Move dp's to dimens.xml 4 years ago
Kainalu Hagiwara ce7ba9a2ac [fenix] Update TabTrayViewHolder with A-C thumbnail changes. 4 years ago
Roger Yang be3ce6e2ba [fenix] For https://github.com/mozilla-mobile/fenix/issues/12118: Add isSubframeRequest parameter for app links 4 years ago
Christian Sadilek 4c49410910 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12248: Webcompat reporter not active in Nightly 4 years ago
jhugman 6a7a29fc61 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11704 Add leanplum attributes for tracking protection (https://github.com/mozilla-mobile/fenix/pull/11965) r=sblatz
* For 11657: add LP attribute for tracking protection

* For https://github.com/mozilla-mobile/fenix/issues/11704: added tracking_protection_enabled attribute

* Added docs for the new attributes, linking to data-review to the mma.md

* Rename null to none when no ETP is enabled
4 years ago
Hakkı Kaan Çalışkan ab317dc779 [fenix] No issue: Uncomment forgotten assert 4 years ago
Tiger Oakes 82d1b4380d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/12493: Remove kapt plugin 4 years ago
Hakkı Kaan Çalışkan 8645075a39 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12105: Follow ux mock on Settings --> Accessibility screen 4 years ago
James Hugman 61fe76774f [fenix] Address review comments 4 years ago
James Hugman 800e55e69a [fenix] Remove need to specify component names for new intents 4 years ago
James Hugman 648b389a68 [fenix] Changed home_* style links to urls_* to reflect that the destination is a set of links, rather than where the screen is 4 years ago
James Hugman 8e7c9bf003 [fenix] Add install_search_widget 4 years ago
James Hugman 83ed39ed5c [fenix] Add UI tests for deep links 4 years ago
James Hugman dc588ca0ae [fenix] Add unit tests for deep links 4 years ago
James Hugman bc397268a6 [fenix] Add deep links for settings and home screens 4 years ago
isabelrios 18b3fb95b4 [fenix] cron-job-ui-screenshots (https://github.com/mozilla-mobile/fenix/pull/12423)
Co-authored-by: isabel rios <isabelrios@MacBook-Pro-de-isabel-2.local>
4 years ago
Mugurell 85e05cb841 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12544 - Prevent search engines mixup
Stricter synchronization by always using the same "loadedSearchEngines"
variable.
With "loadedSearchEngines" calling "refreshAsync()" we also get the fallback
engines to contain reddit and youtube (which are programatically added) and
also now we properly remember and display the engines added by user.
4 years ago
Oana Horvath 70e30dcf98 [fenix] Replaces verifyPageContent in UI tests 4 years ago
Tiger Oakes 65402a62dd [fenix] Add tests for StartupReportFullyDrawn (https://github.com/mozilla-mobile/fenix/pull/12560) 4 years ago
Tiger Oakes c1a74cc939 [fenix] Add helper for underlining text (https://github.com/mozilla-mobile/fenix/pull/12520) 4 years ago
Tiger Oakes 2e8da8abe0 [fenix] Fix nav graph and theme tests (https://github.com/mozilla-mobile/fenix/pull/12567) 4 years ago
Tiger Oakes 034a9dae8f [fenix] Update Kotlin dependency (https://github.com/mozilla-mobile/fenix/pull/10806) 4 years ago
mcarare 1efe17c801 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12503: Add unit tests for permissions details view. 4 years ago
mcarare bfd879be4a [fenix] For https://github.com/mozilla-mobile/fenix/issues/12503: Open addon permissions link in app. 4 years ago
Aaron Train d60d77248b [fenix] No issue: Add a couple Tabs Tray UI tests 4 years ago
ekager 772f69c5f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7094 - Adds save login exceptions 4 years ago
Tiger Oakes 09c37671a8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12457 - Add MockK matcher for nav directions (https://github.com/mozilla-mobile/fenix/pull/12262) 4 years ago
Tiger Oakes 431459d181 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12171: Use one-line logo in Nightly (https://github.com/mozilla-mobile/fenix/pull/12555) 4 years ago
Tiger Oakes d9e7a351fa [fenix] Add tests for search (https://github.com/mozilla-mobile/fenix/pull/12437) 4 years ago
Tiger Oakes afd8eafd9f [fenix] Test viewholders in home.sessioncontrol (https://github.com/mozilla-mobile/fenix/pull/12524) 4 years ago
Hakkı Kaan Çalışkan e83a7f3370 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12107: Follow ux mock on Settings --> Account screen 4 years ago
Mozilla L10n Automation Bot 2d97e98f58 [fenix] Import l10n. 4 years ago
ekager 9c0e356950 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11099 For https://github.com/mozilla-mobile/fenix/issues/12189 For https://github.com/mozilla-mobile/fenix/issues/7532 - Clean up bottom navigation bar colors 4 years ago
Sawyer Blatz ca02217039 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10466: Put call & email at top of context list 4 years ago
Hakkı Kaan Çalışkan c332cc631e [fenix] For https://github.com/mozilla-mobile/fenix/issues/12106: Follow ux mock on Settings --> Logins screen 4 years ago
Oana Horvath 0885d0047e [fenix] For https://github.com/mozilla-mobile/fenix/issues/10911: disables flaky createBookmarkFolderTest 4 years ago
Mugurell 66fdc14386 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11875 - Prevent mixup of region / locale based search engines
We have two search engine types:
- one based on MLS reported region,
- one based only on Locale.

There are multiple steps involved in returning the default search engine for
example and though at each step we could verify if a certain operation is
completed we are still exposed to concurrency issues.
Simplest and most effective way to make sure the MLS engines do not mix with
Locale based engines is to use the same type of engines for the entire duration
of the app. At the next cold start we'll verify again which engines to use.

Using the Locale based engines (fallbacks) is expected to only happen once, at
the first run of the application after being installed.
4 years ago
Mozilla L10n Automation Bot 73fbb27808 [fenix] Import l10n. 4 years ago
jhugman de6a9cf93b [fenix] For https://github.com/mozilla-mobile/fenix/issues/11655: add leanplum event for installing an addon (https://github.com/mozilla-mobile/fenix/pull/12136) r=elise
* For https://github.com/mozilla-mobile/fenix/issues/11655: add leanplum event for installing an addon

* Add link to data-review request in PR

* Addressed CI comments
4 years ago
Grisha Kruglov 1278ca374c [fenix] Synced Tabs: make sure to stop 'loading' when we encounter an error 4 years ago
Tiger Oakes 291c3196ee [fenix] Fix Robolectric tests SDK version (https://github.com/mozilla-mobile/fenix/pull/12464) 4 years ago
ekager fade6c7936 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11324 - Adds trash icon to swipe to delete 4 years ago
Michael Comella 03b8068cd2 [fenix] No issue - post: mock profiler object in DefaultTabTrayControllerTest.
Without this line, the tests fail when running the full suite (but not
this test in isolation, for some reason).
4 years ago
Nazım Can Altınova 5a1c31e13f [fenix] Add profiler markers for HomeActivity.load and DefaultTabTrayController.onNewTabTapped 4 years ago
Sawyer Blatz bdcd04cc6a [fenix] Update app/src/main/java/org/mozilla/fenix/HomeActivity.kt
Co-authored-by: Tiger Oakes <contact@tigeroakes.com>
4 years ago
Sawyer Blatz 33ea9d02aa [fenix] No issue: Update AC version 4 years ago
Michael Comella 2a3a343393 [fenix] For perf-frontend-issueshttps://github.com/mozilla-mobile/fenix/issues/44: add local property to autosign release builds. 4 years ago
Mihai Eduard Badea a9c19cbcf5 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/12339 - Collection delete dialog string update
Set the collection delete dialog title text to "Delete %1$s?"
4 years ago
Mozilla L10n Automation Bot 03185f680a [fenix] Import l10n. 4 years ago
Grisha Kruglov d76815b9ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/12433 - Allow synced tabs pull-to-refresh for non-critical account errors 4 years ago
ekager ddf56f9bc6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11303 - Change copy login origin to open in browser 4 years ago
Tiger Oakes e69b1e06f1 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/9832 - Change targetSdkVersion to Android 10 (https://github.com/mozilla-mobile/fenix/pull/11014) 4 years ago
Emily Kager 2eaef29243 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12010: Follow ux mock on Settings --> ETP --> Info screen (https://github.com/mozilla-mobile/fenix/pull/12429)
Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
4 years ago
Sebastian Kaspari f3cfdc5058 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/12311: BrowserToolbarController: Stop SessionFeature and release session from EngineView. 4 years ago
TejaswiKarasani 47e60525ff [fenix] No Issue: Verify the page main menu items UI Test (https://github.com/mozilla-mobile/fenix/pull/12336) 4 years ago
Mozilla L10n Automation Bot 869c91048a [fenix] Import l10n. 4 years ago
David Walsh 940bc85996 [fenix] For 11889 - Fix snackbar for collection creation in browser fragment 4 years ago
mozilla-l10n-automation-bot 1f3c3966fb [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/12404) 4 years ago
Hakkı Kaan Çalışkan cfb8cac9a3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11563: Set ic_close.xml to use full width and height 4 years ago
ekager 16132f2c5d [fenix] For https://github.com/mozilla-mobile/fenix/issues/11431 - Scroll to restored tab in tab tray 4 years ago
Christian Sadilek bcb49d3985 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12353: URL copied to clipboard should not be extension/reader URL 4 years ago
Tiger Oakes 5406f2cafb [fenix] Add tests for exceptions 4 years ago
MickeyMoz d0e3833d3b [fenix] Update Android Components version to 50.0.20200708130551. 4 years ago
isabelrios d1582d892a [fenix] No issue: Update screenshots test (https://github.com/mozilla-mobile/fenix/pull/12348) 4 years ago
Tiger Oakes d8847824a9 [fenix] Add tests for onboarding viewholders (https://github.com/mozilla-mobile/fenix/pull/11522) 4 years ago
Richard Pappalardo 0e434d53ee [fenix] fix: disable intermittent test failure 4 years ago
Tiger Oakes 9d875c7cca [fenix] Add tests for browser helper classes (https://github.com/mozilla-mobile/fenix/pull/12370) 4 years ago
Mozilla L10n Automation Bot fb79db8011 [fenix] Import l10n. 4 years ago
Christian Sadilek bcfd40018f [fenix] Update built-in extensions for new AC/GV API
New API (installBuiltIn/ensureBuiltin) requires
- Gecko IDs and new permissions
- Extension will only be re-installed if it has a new version

This includes a gradle task to automatically generate a
new version in manifest.json for every build so we don't
forget to update the version and end up with changes that
are never applied.
4 years ago
amkcpu c76e88cf61 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/11873 - Add scrollbar in tabs tray 4 years ago
ekager 0bdfec0969 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12312 - Disable settings that navigate while authenticating 4 years ago
Michael Comella 19ec39e352 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12345: catch SecurityException when calling reportFullyDrawn.
That's amazing! I've got the same combination on my luggage.
4 years ago
Tiger Oakes fbb9ab5b5d [fenix] Use A-C version of Resources.getSpanned (https://github.com/mozilla-mobile/fenix/pull/12358) 4 years ago
MickeyMoz 1b69dbff02 [fenix] Update Android Components version to 49.0.20200707131055. 4 years ago
Mihai Eduard Badea 58a456eb33 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/12126 - Tab counter consumeFrom update
Added a direct call to the updateTabCounter method to account for changes made to the BrowserState while the tabCounter view is not visible.
4 years ago
Mozilla L10n Automation Bot dcd1799520 [fenix] Import l10n. 4 years ago
Tiger Oakes a601de7715 [fenix] Extract radio group logic into helper (https://github.com/mozilla-mobile/fenix/pull/11493) 4 years ago
ValentinTimisica f270dde8e7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11763: Fixes unit tests 4 years ago
ValentinTimisica f27c27360a [fenix] For https://github.com/mozilla-mobile/fenix/issues/11763: Shows confirmation dialog when deleting last tab from collection 4 years ago
ValentinTimisica bad18816f2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11889: Changes collection creation confirmation snackbar strings
Also I changed the adding tabs to collection confirmation string from
tabtray to take into account the number of tabs.
Example: 1 tab-"Tab saved!"; multiple tabs-"Tabs saved!"
4 years ago
Tiger Oakes c3391dd74d [fenix] Add method to test fragments in roboletric (https://github.com/mozilla-mobile/fenix/pull/12261) 4 years ago
Hakkı Kaan Çalışkan 61ae2b2fb8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12078: Follow ux mock on Settings --> Language screen 4 years ago
mcarare 7ec8de123a [fenix] For https://github.com/mozilla-mobile/fenix/issues/9775: Increase touch target of elements in add search engine screen 4 years ago
ekager 033886f547 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12263 - Adds end margin to synced tabs header 4 years ago
Hakkı Kaan Çalışkan 18b04212f0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12007: Fix add search engine items using wrap content for height 4 years ago
Hakkı Kaan Çalışkan 0bf3e0d0e4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12016: Follow ux mock on Settings --> Data Collection 4 years ago
Emily Kager b6d1d1bf8e [fenix] For https://github.com/mozilla-mobile/fenix/issues/12086: Follow ux mock on Settings --> Customize screen (https://github.com/mozilla-mobile/fenix/pull/12324)
Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
4 years ago
MickeyMoz 9443af0ffc [fenix] Update Android Components version to 49.0.20200705130154. 4 years ago
mcarare 53508bffea [fenix] For https://github.com/mozilla-mobile/fenix/issues/12125: Handle visibility updates for add to collection button. 4 years ago
Mozilla L10n Automation Bot 3f6d9d67ed [fenix] Import l10n. 4 years ago
ekager 23d60070f1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12316 - Allow text wrap on buttons 4 years ago
Tiger Oakes 3207a9d1a2 [fenix] Switch to any calls 4 years ago
Tiger Oakes f627bb78ec [fenix] Move SearchProviderModel extension to class 4 years ago
Oana Horvath 3192fdc83e [fenix] For https://github.com/mozilla-mobile/fenix/issues/11764: doubles long-press delay UI test 4 years ago
Aaron Train 0a9d823582 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12309: Disable verifyContextSaveImage and verifyContextMixedVariations (https://github.com/mozilla-mobile/fenix/pull/12314) 4 years ago
Mugurell 995bdd89ee [fenix] For https://github.com/mozilla-mobile/fenix/issues/10401 - Hide Shortcuts if just one search engine is installed
Otherwise, the Shortcuts option which allows to choose with what search engines
to search would be redundant.
4 years ago
Sebastian Kaspari c23d8e4fdc [fenix] SearchFragmentStore: Remove Session reference from state and read values from BrowserStore. 4 years ago
Sebastian Kaspari 9b9eb83cfd [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/12171: (fenixProduction) Add vector image for full Nightly logo. (https://github.com/mozilla-mobile/fenix/pull/12254) 4 years ago
isabelrios 0241275d5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/12018 - Sync Int tests fixes (https://github.com/mozilla-mobile/fenix/pull/12252) 4 years ago
Aaron Train a417d6d115 [fenix] No issue: Re-enable Context Menu UI tests (https://github.com/mozilla-mobile/fenix/pull/12250) 4 years ago
Aaron Train cbfb7e2e2f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/8714: Re-enable toggleShowVisitedSitesAndBookmarks (https://github.com/mozilla-mobile/fenix/pull/12251) 4 years ago
isabelrios 7402fb47fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/12224 - Fix UI testAboutFirefoxPreview (https://github.com/mozilla-mobile/fenix/pull/12233) 4 years ago
ekager e4dcad8f00 [fenix] Updates AC to 49.0.20200702190156 and fixes breaking changes 4 years ago
ekager 1041a3ff71 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11320 - Expose login autofill setting to beta dimension 4 years ago
liuche 7f7d733b7e [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/12207 - Update "new nightly" link to point to org.mozilla.fenix (https://github.com/mozilla-mobile/fenix/pull/12209) 4 years ago
Sawyer Blatz c9d0b48560 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/11183: Redirect user to homescreen after widget added"
This reverts commit 4187b343466264e27a6305e1d29cab581aca1b53.
4 years ago
Sawyer Blatz 32a8c99111 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12157: Don't show two search widget dialogs 4 years ago
mozilla-l10n-automation-bot 76702b4ae7 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/12175) 4 years ago
liuche fe121a80fa [fenix] For https://github.com/mozilla-mobile/fenix/issues/12007: Follow ux mock on Settings --> Search screen (https://github.com/mozilla-mobile/fenix/pull/12177)
Co-authored-by: Hakkı Kaan Çalışkan <caliskanhkaan@gmail.com>
4 years ago
Tiger Oakes 057cc0966e [fenix] For https://github.com/mozilla-mobile/fenix/issues/12095: Remove TWA feature flag (https://github.com/mozilla-mobile/fenix/pull/12096) 4 years ago
Mihai Adrian Carare f827336f2e [fenix] For https://github.com/mozilla-mobile/fenix/issues/11996: Open all links from add-on details in Fenix. (https://github.com/mozilla-mobile/fenix/pull/12080)
* For https://github.com/mozilla-mobile/fenix/issues/11996: Open add-on homepage link in Fenix.

* For https://github.com/mozilla-mobile/fenix/issues/11996: Open add-on details links in Fenix.
4 years ago
Johan Lorenzo 29049936d3 [fenix] Bug 1649400 - part 2: Make fennecProduction use the Firefox Nightly b… (https://github.com/mozilla-mobile/fenix/pull/12173)
* Bug 1649400 - part 2: Make fennecProduction use the Firefox Nightly branding

* try nightly

* Revert "try nightly"

This reverts commit d2b288b440eb4739b053bdfa4d1f5a9a2cc1df68.
4 years ago
Sawyer Blatz 81d19555fe [fenix] No issue: Remove feature flag for tips (https://github.com/mozilla-mobile/fenix/pull/12172) 4 years ago
Richard Pappalardo 5ab7edc71c [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/11642 - Re-enable disabled UI-tests (https://github.com/mozilla-mobile/fenix/pull/12142) 4 years ago
liuche bc330a9ad4 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/9946: Update FennecBeta branding (https://github.com/mozilla-mobile/fenix/pull/10066)" to push to Firefox Beta (https://github.com/mozilla-mobile/fenix/pull/11872)
* Revert "For https://github.com/mozilla-mobile/fenix/issues/9946: Update FennecBeta branding (https://github.com/mozilla-mobile/fenix/pull/10066)" to push to Firefox Beta.

This reverts commit 2d2fbef27f00c5da04c3ff2a56e587f9f9f72813.
4 years ago
Johan Lorenzo bb0083c558 [fenix] Bug 1649400 - part 1: ship org.mozilla.fenix as a nightly product (https://github.com/mozilla-mobile/fenix/pull/12127) 4 years ago
Mozilla L10n Automation Bot 94ffc2ca84 [fenix] Import l10n. 4 years ago
Jeff Boek 39b6463f5b [fenix] For https://github.com/mozilla-mobile/fenix/issues/12081 - Properly installs searchengines when MLS completes 4 years ago
Mozilla L10n Automation Bot 574af55820 [fenix] Import l10n. 4 years ago
Tiger Oakes 328e80e03a [fenix] Fix ignored XML lint issues (https://github.com/mozilla-mobile/fenix/pull/12094) 4 years ago
ekager 1949ca714f [fenix] For https://github.com/mozilla-mobile/fenix/issues/11991 - Show tab count during onboarding 4 years ago
Christian Sadilek 9a6e44cf41 [fenix] Configure M3 AMO collection for all builds (https://github.com/mozilla-mobile/fenix/pull/12055) 4 years ago
Tiger Oakes fd387acb18 [fenix] Add tests for StrictModeManager (https://github.com/mozilla-mobile/fenix/pull/12013) 4 years ago
Mozilla L10n Automation Bot 9db2f1752f [fenix] Import l10n. 4 years ago
Mozilla L10n Automation Bot c14051f2fa [fenix] Import l10n. 4 years ago
ekager 79eeeb9af5 [fenix] Update AC to 48.0.20200627130132 and fix breaking changes 4 years ago
Mihai Eduard Badea f380999426 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/11835 - Update text fonts
Updated the fonts and colors for several texts throughout the application.
4 years ago
Tiger Oakes d49982cec9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11903: Enforce private theme in custom tabs 4 years ago
Jeff Boek fc31ff074a [fenix] For https://github.com/mozilla-mobile/fenix/issues/9935 - Use the searchengine deferred 4 years ago
Jeff Boek a5029f1e90 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9935 - Fallback region selection on first load 4 years ago
Michael Comella 8ce6fe330e [fenix] For https://github.com/mozilla-mobile/fenix/issues/8795: remove redundant ConstraintLayout around BrowserToolbar. (https://github.com/mozilla-mobile/fenix/pull/12014)
This is functionally equivalent to the code before this patch but should
be slightly more performant in theory because ConstraintLayout is
expensive to inflate.

The elevation and layoutParams set dynamically appeared to have no effect
with the wrapping view but broke the view when used by itself so I had
to remove them. I also updated a few other unnecessary params.

Theoretically this may have some perf benefits but I didn't see anything
outside noise levels after I took the numbers (but I didn't try very
hard).
4 years ago
Chenxia Liu a564b2a2fc [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/12044 - Bump expiry by 1mo for release 4 years ago
David Walsh 1083b6026a [fenix] For 11468 - Show tab tray after opening links from history and bookmarks 4 years ago
Kate Glazko 90c8995d73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12025: Set Search Shortcuts Off By Default 4 years ago
Jeff Boek a2933321de [fenix] For https://github.com/mozilla-mobile/fenix/issues/11044 - Sets the anchorView of the snackbar to be the new tab fab (https://github.com/mozilla-mobile/fenix/pull/11930) 4 years ago
Jonathan Almeida 8e3fa7dfc7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12002: Show default tab background when thumbnail not available (https://github.com/mozilla-mobile/fenix/pull/12041) 4 years ago
Sachin 10a018b0b2 [fenix] for https://github.com/mozilla-mobile/fenix/issues/11830 added new metric for collecting startup method from all startup phases (https://github.com/mozilla-mobile/fenix/pull/11940)
* for https://github.com/mozilla-mobile/fenix/issues/11830 added new metric for collecting startup method

move all source startup telemetry into its own logic and added an UNKOWN state

* switched back to onNewIntent solution

* renamed the metric
4 years ago
Sawyer Blatz 372c0bd241 [fenix] No issue: update experiments when experiments updated (https://github.com/mozilla-mobile/fenix/pull/12032) 4 years ago
Sawyer Blatz 44ef22425b [fenix] For https://github.com/mozilla-mobile/fenix/issues/11479: Record open tabs count in metrics ping (https://github.com/mozilla-mobile/fenix/pull/12024) 4 years ago
MarcLeclair bbe9e51c11 [fenix] For 11616: removed black flicker with placeholder animation (https://github.com/mozilla-mobile/fenix/pull/11796)
Increasing duration removed second "light" flicker
4 years ago
Jonathan Almeida 850d3fa90f [fenix] Fix breaking API in WebNotificationFeature 4 years ago
Marc Leclair 890963491c [fenix] Added A-C version 48.0.20200626213814 4 years ago
Sawyer Blatz f3b4354e76 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11273: Add tabs tray telemetry (https://github.com/mozilla-mobile/fenix/pull/12036) 4 years ago
Tiger Oakes fe025a6a0d [fenix] Test settings about/advanced (https://github.com/mozilla-mobile/fenix/pull/12023) 4 years ago
mozilla-l10n-automation-bot 2d8996e9d7 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/12022) 4 years ago
Tiger Oakes 7ebf4d11cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/11943: Fix intermittent coroutine failure (https://github.com/mozilla-mobile/fenix/pull/12027) 4 years ago
ekager d19245fb63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11294 - Enable Synced Tabs for all builds 4 years ago
Hakkı Kaan Çalışkan 2fff5a9220 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11641: Update synced tabs view 4 years ago
Gabriel Luong a904ab8de1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12026 - Update default top sites for new users (https://github.com/mozilla-mobile/fenix/pull/12028) 4 years ago
Grisha Kruglov f18c517551 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/11909: Metrics for recording number of recently used PWAs 4 years ago
Elise Richards 71cc2e1612 [fenix] Fix illegal arguments for onboarding keys (https://github.com/mozilla-mobile/fenix/pull/12033) 4 years ago
Tiger Oakes b224fff98f [fenix] Add tests for PhoneFeature (https://github.com/mozilla-mobile/fenix/pull/12021) 4 years ago
MarcLeclair fe4a508fbf [fenix] For https://github.com/mozilla-mobile/fenix/issues/11841: Removed topsite bug on private browsing (https://github.com/mozilla-mobile/fenix/pull/12020) 4 years ago
Gabriel Luong 60ea328837 [fenix] Update Android Components version to 48.0.20200626130049. (https://github.com/mozilla-mobile/fenix/pull/12006)
Co-authored-by: MickeyMoz <sebastian@mozilla.com>
Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
4 years ago
Tiger Oakes d553dcc8f9 [fenix] Add tests for OnSharedPreferenceChangeListener (https://github.com/mozilla-mobile/fenix/pull/12019) 4 years ago
mcarare 19767e58f3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10285: Swap TextView for a LinkTextView to improve links a11y 4 years ago
ValentinTimisica 069326e4ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/11892: Remove dynamic calls to setupNavigationToolbar
This is a speculative fix for 11892 crash.
The side effect is that the back button will be visible in bookmarks root.
4 years ago
Mihai Branescu ef5b875e24 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9425 - SearchFragment now reacts to undo operation for base engines 4 years ago
Mihai Branescu 6e66943b3c [fenix] For https://github.com/mozilla-mobile/fenix/issues/9425 - SearchFragment now reacts to undo operation for custom engines
When you remove a search engine from our list, an undo snackbar that outlives the fragment is shown. If you go back to the search fragment and press undo, now the shortcut list gets updated
4 years ago
Mihai Branescu d151985e05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9425 - Handle undo for custom search engines
On undo, get the template that the user entered for that engine and then
re-add it to the `CustomSearchEngineStore`
4 years ago
Sawyer Blatz a87b90852d [fenix] No issue: Allow us to run experiments on nightly if needed 4 years ago
mcarare 265e43a3ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/10285: Swap TextView for a LinkTextView to improve a11y. 4 years ago
mcarare 00ea11c80f [fenix] For https://github.com/mozilla-mobile/fenix/issues/10285: Add a custom TextView for links with a11y improvements. 4 years ago
mozilla-l10n-automation-bot 3cd4cfe0a1 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/11981) 4 years ago
Kainalu Hagiwara a25959d679 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11677 - Adjust tab counter menu item order. 4 years ago
person808 3e5d1f66cb [fenix] For https://github.com/mozilla-mobile/fenix/issues/2165 - Add swipe to refresh gesture to bookmarks view. 4 years ago
Christian Sadilek 7d50b70b61 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9100: Follow-up to fix memory leak in NotificationSessionObserver
The observer was moved and is now bound to the activity and its
context. If the activity is re-created we leak the observer and
therefore the activity itself.

With this we make sure to stop the observer and also don't use
the activity context to begin with.
4 years ago
ekager 8a4c534741 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11866 - Update back press logic for SearchFragment 4 years ago
Christian Sadilek 5cc0cbb26d [fenix] For https://github.com/mozilla-mobile/fenix/issues/11798: Allow sharing of reader view pages 4 years ago
Sawyer Blatz 9834983edc [fenix] For https://github.com/mozilla-mobile/fenix/issues/9625: Add telemetry for Tracking Protection CFR (https://github.com/mozilla-mobile/fenix/pull/11923) 4 years ago
Oana Horvath feda964fc6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11764: delay single-click duration to avoid long-clicks (https://github.com/mozilla-mobile/fenix/pull/11949) 4 years ago
Elise Richards ad9fa8a2ba [fenix] https://github.com/mozilla-mobile/fenix/issues/10824: Onboarding telemetry (https://github.com/mozilla-mobile/fenix/pull/11867)
* Onboarding events and tracking

* Rename metrics for consistency

* Add reference to PR for the data review

* Add default values to onboarding events
4 years ago
Oana Horvath e54a462293 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/11947: fix and enable closePrivateTabsNotificationTest (https://github.com/mozilla-mobile/fenix/pull/11951) 4 years ago
Sawyer Blatz 13e2e1f90b [fenix] For https://github.com/mozilla-mobile/fenix/issues/11392: Rename Installation ping to FirstSession (https://github.com/mozilla-mobile/fenix/pull/11869) 4 years ago
ekager d86ea35683 [fenix] Remove ThumbnailsUseCases 4 years ago
Tiger Oakes 766c82ba60 [fenix] Update customtabs service 4 years ago
Christian Sadilek 4de31aba98 [fenix] Configure M3 AMO collection for Nightly/Debug 4 years ago
Sawyer Blatz ae9d06bee5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11613: Expand toolbar onUrlChanged 4 years ago
Mihai Branescu 8e9f5516d7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11727 - added content description 4 years ago
Hakkı Kaan Çalışkan ec0086ac5d [fenix] don't animate unnecessarily
Fixes https://github.com/mozilla-mobile/fenix/issues/11672, https://github.com/mozilla-mobile/fenix/issues/11727: Empty default tab text and add padding to infinite character

Fixes https://github.com/mozilla-mobile/fenix/issues/11739: Fix flicker

Update TabCounter.kt

make lint happy

don't animate unnecessarily

don't animate unnecessarily

Fixes https://github.com/mozilla-mobile/fenix/issues/11739: Fix flicker

Update TabCounter.kt

squash commits

don't animate unnecessarily

Fixes https://github.com/mozilla-mobile/fenix/issues/11672, https://github.com/mozilla-mobile/fenix/issues/11727: Empty default tab text and add padding to infinite character

Fixes https://github.com/mozilla-mobile/fenix/issues/11739: Fix flicker

Update TabCounter.kt

make lint happy

don't animate unnecessarily
4 years ago
Hakkı Kaan Çalışkan 931a034205 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/11739: Fix flicker 4 years ago
Hakkı Kaan Çalışkan b346ec3f65 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/11672, https://github.com/mozilla-mobile/fenix/issues/11727: Empty default tab text and add padding to infinite character 4 years ago
Sawyer Blatz 65ca7c9cd1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11183: Redirect user to homescreen after widget added
Co-authored-by:  hakkikaancaliskan <caliskanhkaan@gmail.com>
4 years ago
David Walsh c6a8a6ed28 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11860 - Conditionally show add to collection button on Home screen 4 years ago
mcarare 2f3b1429ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/11562: Align overflow menu button with close buttons. 4 years ago
mcarare f2b6eac8ff [fenix] For https://github.com/mozilla-mobile/fenix/issues/11880: Provide default text color for errors in a TextInputLayout 4 years ago
Sawyer Blatz 0e63e5b22c [fenix] For https://github.com/mozilla-mobile/fenix/issues/11825: Removing the last pretty animation 😞
Goodbye, sweet summer child.
4 years ago
mcarare 37f9964f1c [fenix] For https://github.com/mozilla-mobile/fenix/issues/8080: Dismiss menu when swiping away from its anchor. 4 years ago
mcarare a4b2acd0cd [fenix] For https://github.com/mozilla-mobile/fenix/issues/11901: Use safe call for collection item info. 4 years ago
Mihai Branescu 8a13fbbfb3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9100 - Private browsing notification fixes
Co-authored-by: Seef <Saif Dara>
4 years ago
Mihai Branescu 4f08a54d60 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10467 - removed unused tests and resources related to blue dot notification 4 years ago
Mihai Branescu 985611258a [fenix] For https://github.com/mozilla-mobile/fenix/issues/10467 - blue dot doesn't disappear on menu dismiss 4 years ago
Tiger Oakes 0f66a45d81 [fenix] Add tests for collection creation controller 4 years ago
Jeff Boek 50656a7634 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11406 - Scrolls to selected tab when switching modes 4 years ago
Jeff Boek 59db888d3b [fenix] For https://github.com/mozilla-mobile/fenix/issues/11430 - Gives enough padding to the tab tray give adequate space for the fab 4 years ago
Mozilla L10n Automation Bot 9c7476a560 [fenix] Import l10n. 4 years ago
Tiger Oakes 24f91de0e6 [fenix] Add tests for share sheet 4 years ago
Tiger Oakes de55a36526 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11903: fix custom tab private gradient 4 years ago
ekager b4c1bf21df [fenix] For https://github.com/mozilla-mobile/fenix/issues/8374 - On external session removed, handle back press 4 years ago
Tiger Oakes 0404c234c6 [fenix] Minify XML path 4 years ago
person808 1aaf9108c7 [fenix] Followup for https://github.com/mozilla-mobile/fenix/issues/11442 - Add tab counter menu metrics to home fragment. 4 years ago
mozilla-l10n-automation-bot 4350ff4b25 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/11870) 4 years ago
Tiger Oakes 735c615a77 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8621 - fix intermittent test failures 4 years ago
Jeff Boek 9f4933f8e7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9935 - Adds fallback searchengine provider for long MLS lookups (https://github.com/mozilla-mobile/fenix/pull/11863) 4 years ago
mcarare 8fd1f08985 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11542: Update tabs positions in tab tray reported by screen readers 4 years ago
ekager 34b326f313 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5636 - Unregisters wifiConnectedListener when setting changes, sets default blocked 4 years ago
Jeff Boek 790c291d0d [fenix] For https://github.com/mozilla-mobile/fenix/issues/11261 - Dismisses menu when rotating to landscape (https://github.com/mozilla-mobile/fenix/pull/11845) 4 years ago
Jeff Boek 497d842a06 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11042 - Make it slightly harder to accidently dismiss the tabs tray 4 years ago
Jeff Boek 2f786409d5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11112 - Adds save tabs to collection button to the no collections message 4 years ago
Mihai Branescu 1059f33dca [fenix] For https://github.com/mozilla-mobile/fenix/issues/8278 - added production branding 4 years ago
Mihai Branescu 619e6adeff [fenix] For https://github.com/mozilla-mobile/fenix/issues/8278 - added horizontal wordmark 4 years ago
Mozilla L10n Automation Bot 4a70b669ac [fenix] Import l10n. 4 years ago
Tiger Oakes 9818176c34 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11534 - Don't check lastUsed mode for screenshots (https://github.com/mozilla-mobile/fenix/pull/11827) 4 years ago
ekager fb7ac891b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8649 - Fixes overlapping bookmark sign in button 4 years ago
Jeff Boek 37c5a0d4f1 [fenix] No Issue - Fixes flash when toggling tab tray (https://github.com/mozilla-mobile/fenix/pull/11826) 4 years ago
Tiger Oakes 708ea29d2c [fenix] Add tests for ContextKt (https://github.com/mozilla-mobile/fenix/pull/11824)
Migrated from an old branch by Kate

Co-authored-by: Kate Glazko <katglazko@gmail.com>
4 years ago
Hakkı Kaan Çalışkan adbe9c77fd [fenix] For https://github.com/mozilla-mobile/fenix/issues/8649: No bookmarks here strings are close to the top 4 years ago
ekager 24e8287b10 [fenix] Update A-C version, add synced tabs empty state 4 years ago
mcarare 74f04405db [fenix] For https://github.com/mozilla-mobile/fenix/issues/10049: Provide correct seek bar value to screen readers. 4 years ago
mcarare a02b3af8ce [fenix] For https://github.com/mozilla-mobile/fenix/issues/10551: Increase touch target for link. 4 years ago
ValentinTimisica 574e7436d9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10462: Removes back button from bookmarks and history fragments (https://github.com/mozilla-mobile/fenix/pull/11721) 4 years ago
ekager 96c09a6a4d [fenix] No issue: refactor tabs tray to use interactor/controller, add tests 4 years ago
Mugurell 3eda4d3fc3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9144 - Ignore previous Intent if activity is started from Recents
We'll now clearly differentiate between cold / hot starts of HomeActivity.kt.
This is needed because Android will resend the original Intent which initially
started the Activity whenever it is restarted from the Recents Screen if the
activity is already destroyed at that time. So in the event that the activity
was before started with an Intent to open a webpage for example whenever the
activity is restarted from Recents it will receive the same Intent to open a
webpage even though that Intent has already been consumed.

Activity's onCreate() will only use the intent processors when the activity is
cold started so that we'll only initially act upon Intents configured for
different behaviors inside the app.
If the activity is destroyed while in background and opened from Recents it
will not act upon the original Intent which is now resent by Android.

Activity's onNewIntent() will be called to act upon a new Intent if the
activity is hot started since we are declared as singleTask and it now has the
responsibility to delegate various intent processors to consume that Intent.
4 years ago
Oana Horvath 088ab8e594 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/11797 defaultDesktopBookmarksFoldersTest intermittent failure (https://github.com/mozilla-mobile/fenix/pull/11803) 4 years ago
ValentinTimisica c9fcdb70c5 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/10551: Removes the increased touch target for learn more link 4 years ago
Mihai Eduard Badea 2869a5b3f7 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/10727 - Hide saved logins details
Removed the clearFlags call from the HomeActivity that was causing this issue and removed the now redundant call to update the flag from the redirectToReAuth method
4 years ago
ValentinTimisica c0de686fc6 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/9205: Changes add-ons and 'Open links in apps' icons from menus 4 years ago
Mozilla L10n Automation Bot bec181ad2e [fenix] Import l10n. 4 years ago
Sachin 39ea6233ea [fenix] for https://github.com/mozilla-mobile/fenix/issues/10568 moved awesomebar and toolbar into fragment_search (https://github.com/mozilla-mobile/fenix/pull/11744) 4 years ago
Sachin 028299cf96 [fenix] for https://github.com/mozilla-mobile/fenix/issues/11615 allowed strictMode disk read for violations made by the OS. (https://github.com/mozilla-mobile/fenix/pull/11658) 4 years ago
Mozilla L10n Automation Bot 563b806648 [fenix] Import l10n. 4 years ago
Antti Vainikka aa462e0e39 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/11500: Remove wrong activity title 4 years ago
ValentinTimisica 2d696a5ebc [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/11134: Removes margin to allow collection title to expand 4 years ago
Oana Horvath e3b8be76fe [fenix] For https://github.com/mozilla-mobile/fenix/issues/11642: disables UI test privateModeScreenItemsTest (https://github.com/mozilla-mobile/fenix/pull/11768) 4 years ago
Oana Horvath 1c52b14675 [fenix] No issue: re-enables tests ignoring the verifyPageContent step (https://github.com/mozilla-mobile/fenix/pull/11765) 4 years ago
mcarare 913f9e56dd [fenix] For https://github.com/mozilla-mobile/fenix/issues/11756: Fix bottom toolbar preference reference. 4 years ago
mcarare 19a8cff5a5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11665: Update UI tests. 4 years ago
mcarare 209a7d4ab2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9229: Remember options for delete browsing data. 4 years ago
mcarare 18d51f00d7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11665: Adjust visual design for delete browsing data screens. 4 years ago
mozilla-l10n-automation-bot 10693b9b91 [fenix] Import l10n. (https://github.com/mozilla-mobile/fenix/pull/11752) 4 years ago
MarcLeclair 17d1072e3a [fenix] For https://github.com/mozilla-mobile/fenix/issues/11660: added prefetch for topsites and update in onCreateView() (https://github.com/mozilla-mobile/fenix/pull/11668)
* For https://github.com/mozilla-mobile/fenix/issues/11660:added prefetch for topsites

TopSites will be prefetched with observerOnce (wrapper around observerForever).
Also, the SessionControlView.update() is called right away instead of waiting from consumeFrom
in the HomeFragment.onCreateView() which will allow the UI to render all at once on its first
perform traversal

* Removed the submitList(null) since it retriggered a drawing on lower end device
4 years ago
Emily Kager b7af130eb7 [fenix] Revert "For issue https://github.com/mozilla-mobile/fenix/issues/9949 - Bookmarks/History deletion inconsistencies"
This reverts commit fc8365728f1f9bd02766e5931aa990c91c59c03b.
4 years ago
Aaron Train b99e70fa75 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10642: Comment out verifyPageContent calls (https://github.com/mozilla-mobile/fenix/pull/11748)
fix: expectedText not called warning
4 years ago
ekager 16fd2479bf [fenix] For https://github.com/mozilla-mobile/fenix/issues/11708 - Remove setMargins in CustomTabsIntegration 4 years ago
Jeff Boek ef2b32d073 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11625 - Fixes tab tray staying open when opening from another app (https://github.com/mozilla-mobile/fenix/pull/11740) 4 years ago
mcarare 72561dc4b7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8114: Restore normal UI when a library fragment is detached. 4 years ago
Tiger Oakes 5d852c326c [fenix] Replace PhoneFeature.getPreferenceKey 4 years ago
Tiger Oakes 068d14a923 [fenix] Replace nullable findPreference 4 years ago
Tiger Oakes 4c16bf3f97 [fenix] Replace requireNotNull(findPreference()) 4 years ago
Tiger Oakes 4f18170c93 [fenix] Add requirePreference helper 4 years ago
codrut.topliceanu 1eae8bd522 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11371 - Fix for Dynamic Download Dialog 4 years ago
Oana Horvath 4dd1870598 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11642 & https://github.com/mozilla-mobile/fenix/issues/10642: Disable intermittent tests (https://github.com/mozilla-mobile/fenix/pull/11724)
* for https://github.com/mozilla-mobile/fenix/issues/11642: disables tests crashing

* for https://github.com/mozilla-mobile/fenix/issues/10642: disables frequently failing  tests
4 years ago
Mozilla L10n Automation Bot 05ee67d793 [fenix] Import l10n. 4 years ago
Mihai Eduard Badea 8d8a2f8bf2 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/10764 - Onboarding toggle color
- Removed the theme from the toggle so that the default colors from the themes are used instead
4 years ago
MarcLeclair 5d0877a547 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11666: TopSites layout from Constraint to Linear (https://github.com/mozilla-mobile/fenix/pull/11669) 4 years ago
Hakkı Kaan Çalışkan 98144ef5f4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11456: AddonDetailsFragment should use ConstraintLayout, not RelativeLayout 4 years ago
David Walsh db28b7df4e [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/9949 - Bookmarks/History deletion inconsistencies
- Added the undo action for deleting individual history items by creating a new field to the history state containing the id's of the history items that are pending for deletion; This field is used inside the update function from the view to show/hide the items.

 - Added a new check inside the "deleteMulti" method from BookmarkFragment that calls the showRemoveFoldersDialog to prevent the user from being able to delete one or more bookmark folders without being asked for confirmation, as in https://github.com/mozilla-mobile/fenix/issues/8648.
4 years ago
Tiger Oakes 832b4b0f34 [fenix] Add tests for addon details 4 years ago
Mugurell d0d23fd474 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1871 - BrowserMenu minWidth will be 112dp.
Following user requests and UX recommendations we'll have all menus have a
dynamic width between 112dp and 314dp, automatically wrapping the widest
element.
4 years ago
Mozilla L10n Automation Bot 79410dff99 [fenix] Import l10n. 4 years ago
Hakkı Kaan Çalışkan 6fee51c159 [fenix] Update FxaServer.kt 4 years ago
Hakkı Kaan Çalışkan fcb48ee463 [fenix] Update app/src/main/java/org/mozilla/fenix/components/FxaServer.kt
Co-authored-by: Tiger Oakes <contact@tigeroakes.com>
4 years ago
Hakkı Kaan Çalışkan 0dae637cdb [fenix] remove suppress and unnecessary otherwise = private 4 years ago
Hakkı Kaan Çalışkan cbaf662206 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9782: Clean up unused FeatureFlags
I've currently found out this ones unused.
webPushIntegration removed because looks like all fatal bugs solved as it said from note.
4 years ago
Kainalu Hagiwara 5445002b6e [fenix] For https://github.com/mozilla-mobile/fenix/issues/11651 - Fix top site favicon size and dark theme border color. (https://github.com/mozilla-mobile/fenix/pull/11652) 4 years ago
ekager bd6748a1da [fenix] For https://github.com/mozilla-mobile/fenix/issues/11558 - Fix double click required for tabs tray 4 years ago
Sören Hentzschel 1fed8590ae [fenix] For https://github.com/mozilla-mobile/fenix/issues/9712 - show "AC: " before AC version on "About" screen 4 years ago
Sachin e56cc28342 [fenix] for https://github.com/mozilla-mobile/fenix/issues/11617 added a resetPoliciesAfter ext function for StrictMode, and replaced all existing calls to "resetAfter" with "resetPoliciesAfter" (https://github.com/mozilla-mobile/fenix/pull/11619) 4 years ago
Oana Horvath d133ec9e92 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10909: Fix flaky navigateBookmarksFoldersTest (https://github.com/mozilla-mobile/fenix/pull/11592) 4 years ago
Aaron Train f176dba72f [fenix] No issue: Disable verifyBasicNavigationToolbarFunctionality (https://github.com/mozilla-mobile/fenix/pull/11643) 4 years ago
Mozilla L10n Automation Bot c22b179d02 [fenix] Import l10n. 4 years ago
Tiger Oakes 09cbd9eb9b [fenix] Fix PIP toolbar 4 years ago
Tiger Oakes a6f44cc78b [fenix] Cleanup tests for toolbar controller 4 years ago