Commit Graph

2288 Commits (7aa310a6114b7f7b2b62dd85fdd3ff9c5a740270)

Author SHA1 Message Date
Grisha Kruglov 567d0ba9b9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/4046: Always display 'Desktop' bookmarks folder
See https://github.com/mozilla-mobile/fenix/issues/4046 for a detailed discussion of this.

In short, this patch removes code that would conditionally hide desktop bookmarks depending
on the signed-in state of the browser.
5 years ago
Jonathan Almeida 048aba1ff9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9932: Fix navigation icon theme missing from migration UI
Setting the `navigationBarColor` is done in the ThemeManager for the
attached activity. Since the migration UI is separate from that, we did
not get this for free.
5 years ago
Sawyer Blatz c81052bd6d [fenix] For https://github.com/mozilla-mobile/fenix/issues/6940: Fixes top dynamic toolbar behavior (https://github.com/mozilla-mobile/fenix/pull/9900) 5 years ago
Roger Yang d08756b53a [fenix] Close https://github.com/mozilla-mobile/fenix/issues/9960: Launch URI in Fenix if failed to launch in custom tab (https://github.com/mozilla-mobile/fenix/pull/9964) 5 years ago
Christian Sadilek 737e647c83 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8399: Hide keyboard to prevent content resizes
This hides the keyboard after committing a URL in the
Toolbar right before we navigate from the SearchFragment
to the BrowserFragment. If the BrowserFragment is being
displayed before the keyboard is gone an expensive
resize of the engine view (content) is triggered when the
keyboard finally goes away. This is to prevent that.
5 years ago
Michael Comella a4d569db34 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803 - review: Add clarifying comments to onAppInit capture methods. 5 years ago
Michael Comella a3be78d7e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803: hook up frameworkStart metric. 5 years ago
Michael Comella deafedeada [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803: add StartupFrameworkStartMeasurement.
This class controls the central logic around the metrics we want to
record.
5 years ago
Michael Comella 162a93a190 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8803: add Stat and test.
We need to access the data in stat to get the process start time, so we
can calculate the time from process start until application.init for the
frameworkStart probe.
5 years ago
Emily Kager 04af2a59e8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9703 - Exit fullscreen in onPause and onSessionSelected (https://github.com/mozilla-mobile/fenix/pull/10016)
* For https://github.com/mozilla-mobile/fenix/issues/9703 - Call fullScreenChanged in onPause

* For https://github.com/mozilla-mobile/fenix/issues/10015 - Exit full screen if new session selected
5 years ago
ekager 94515941cf [fenix] Use HomeFragment viewLifecycleOwner for BrowserSessionsObserver 5 years ago
Grisha Kruglov 2a4ad0e4eb [fenix] Use HomeFragment's viewLifecycleOwner as the lifecycle for accountManager observer registry
If we just use the HomeFragment itself, we end up with a memory leak since the lifecycle events
that would clean up the registry (e.g. destroy) won't run (if the fragment is retained in the backstack, for example).
5 years ago
Mihai Adrian b510210dce [fenix] For https://github.com/mozilla-mobile/fenix/issues/9987: Set FLAG_SECURE to dialog when flag set in activity. (https://github.com/mozilla-mobile/fenix/pull/9998)
* For https://github.com/mozilla-mobile/fenix/issues/9987: Add extension to secures dialog if parent activity is secured

* For https://github.com/mozilla-mobile/fenix/issues/9987: Set FLAG_SECURE to dialog when flag set in activity
5 years ago
Mihai Eduard Badea 590a65a894 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9951 - Removed the extra empty spaces that were causing the spacing issue 5 years ago
mcarare b5255177fb [fenix] For https://github.com/mozilla-mobile/fenix/issues/9536: Open report issue tab depending on current browsing mode.
Checking if session is private uses the new browser state API.
5 years ago
Sawyer Blatz fba1e732ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/7158: Fixes browser to search animation fade 5 years ago
Jonathan Almeida 154ade7d64 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8422: Add spacing between migration items 5 years ago
ekager 7f3ca10103 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9981 - Make Bookmark Menu UI respond to session selection 5 years ago
mcarare 880722de99 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9984: Update addon before settings visibility check 5 years ago
Sawyer Blatz e33e84bcbc [fenix] For https://github.com/mozilla-mobile/fenix/issues/9857: Create button style (https://github.com/mozilla-mobile/fenix/pull/9858)
* For https://github.com/mozilla-mobile/fenix/issues/9857: Creates text button style

* Adds lint check

* Fixes onboarding cards
5 years ago
Jonathan Almeida 9a162480c2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9409: Add app icon to Leanplum push notifications 5 years ago
Jonathan Almeida 8ea49eb36a [fenix] Remove duplicate FirebasePushService
When we moved push to it's own component the class was supposed to have
been moved but git might have only picked it up as an addition.
5 years ago
Mihai Branescu d2b9f203b4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9420 - relaxed custom engine rules (https://github.com/mozilla-mobile/fenix/pull/9967)
Allow websites that return 404 to be added
Change long query param with one with higher changes of being found
5 years ago
ekager 6b4334b699 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9887 - Respect screenshot setting when resetting window flags in logins 5 years ago
Arturo Mejia bda6aa50f3 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/9930 Do not assume all add-ons have a settings page 5 years ago
Arturo Mejia e5041e2fd8 [fenix] Update Android Components version 5 years ago
Arturo Mejia f38165ad6d [fenix] No issue: Fix add-on translate() breaking change 5 years ago
ekager 3b980dadad [fenix] For https://github.com/mozilla-mobile/fenix/issues/3194 - Pause media while undo snackbar appears 5 years ago
ekager c33ac4edc0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/204 - Remove PWA Feature Flag 5 years ago
Jeff Boek 6308049167 [fenix] Cleans up nav_graph.xml (https://github.com/mozilla-mobile/fenix/pull/9829)
* For https://github.com/mozilla-mobile/fenix/issues/9751 - Cleans up homeFragment directions

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Uses global actions for fragments not owned by homeFragment

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Cleans up SearchFragment directions

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Removes settings action from DeleteBrowsingDataFragment

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Removes browser action from SettingsFragment

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Adds ManagePhoneFeature global action

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Clean up unused deletebrowsingfragment actions

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Cleans Up HistoryFragment actions

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Removes Home -> Search action

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Removes the Bookmark -> Browser action

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Cleans up bookmark fragment actions

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Cleans up actions from ShareController

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Removes defaultBrowserFragment to browserFragment action

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Removes about -> browser action

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Adds global action to TrackingProtectionFragment

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Removes exception -> browser action

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Removes login -> browser action

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Fixes LoginFragment directions

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Removes ExternalAppBrowser directions

* for https://github.com/mozilla-mobile/fenix/issues/9751 - Cleans up actions

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Fixes unit tests

* For https://github.com/mozilla-mobile/fenix/issues/9751 - Addresses nits in PR
5 years ago
Arturo Mejia fa157d252b [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/8520: Improve add-ons UI 5 years ago
ekager 101d815231 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9890 - Do not display full screen snackbar with toolbar padding 5 years ago
ekager cf3f14b795 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9703 - Exit full screen on pause if pip not entered 5 years ago
Sawyer Blatz 92ea1cc5b3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9892: Set dynamicToolbarMaxHeigtht to 0 for PWAs (https://github.com/mozilla-mobile/fenix/pull/9893) 5 years ago
ekager 27adb232c7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9692 - Fix "Install" PWA menu item labeling 5 years ago
ekager 089e2db827 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7208 For https://github.com/mozilla-mobile/fenix/issues/7212 - Update parameterized strings 5 years ago
mcarare fca63c72d7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9698: Use extension to ensure fallback to English and avoid crash 5 years ago
mcarare 79e3a1c328 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9698: Add Context extension to avoid format IllegalArgumentException 5 years ago
mcarare 290141865c [fenix] For https://github.com/mozilla-mobile/fenix/issues/9798: Disable buttons on hiding and enable on showing.
This is triggered on collection expanding or shrinking that is animated.
The animation has android:fillEnabled="true" android:fillAfter="true".
This interferes with set visibility to gone and the click still triggers.
Disabling button avoids changing animation or force clearing it.
5 years ago
Simon Chae fdd629b61f [fenix] Update not yet unavailable add-on string (https://github.com/mozilla-mobile/fenix/pull/9677) 5 years ago
Roger Yang cc81201934 [fenix] Close https://github.com/mozilla-mobile/fenix/issues/9827: Support display cutouts 5 years ago
Christian Sadilek 07b1f84ec6 [fenix] No issue: Re-use existing usecases for addons 5 years ago
ekager b57314cc8e [fenix] For https://github.com/mozilla-mobile/fenix/issues/2818 - Adds Picture-in-Picture feature 5 years ago
Michael Comella b9fe826cef [fenix] No issue: Move Do and OpenClass to utils pkg.
They were both in their packages by themselves, which feels unnecessary.
Unfortunately, a utils pkg is discouraged by kotlin but we don't have a
better place for them right now. Maybe an annotations/ pkg for the
latter?
5 years ago
mcarare c579e388d3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9797: Set min height of dialog edit text to 48dp. 5 years ago
Abhay Agarwal bcd9f52607 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9495: Dismiss the ShareFragment in onPause() 5 years ago
Christian Sadilek 7df242c354 [fenix] No issue: Refactor readerview to use browser-state 5 years ago
Sawyer Blatz 42a823fe24 [fenix] No issue: Add more settings animations (https://github.com/mozilla-mobile/fenix/pull/9750) 5 years ago
Mihai Eduard Badea 68a5b44663 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2768 - Prevent screenshots in private mode
Added a new option in Private browsing menu to allow or prevent screenshots from being taken while in private mode by adding or removing the FLAG_SECURE flag from the home activity's window.

 This method is called whenever the activity is initialized to account for the browsing mode being changed and whenever the setting from the Private browsing menu is changed.

 The setting is by default set to true (screenshots are allowed to be taken)
5 years ago
Mugurell 8fd1b5ef87 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9770 - Disable pull to refresh pending changes 5 years ago
Jeff Boek 4371996382 [fenix] For https://github.com/mozilla-mobile/fenix/issues/220 - Removes feature flag for language picker (https://github.com/mozilla-mobile/fenix/pull/9191)
* For https://github.com/mozilla-mobile/fenix/issues/220 - Removes feature flag for language picker

* For https://github.com/mozilla-mobile/fenix/issues/220 - Updates Android Components
5 years ago
Mihai Adrian 8f1876407b [fenix] For https://github.com/mozilla-mobile/fenix/issues/9687: Refactor onboarding cards to follow app architecture (https://github.com/mozilla-mobile/fenix/pull/9743)
* For https://github.com/mozilla-mobile/fenix/issues/9687: Refactor onboarding cards to follow app architecture

* For https://github.com/mozilla-mobile/fenix/issues/9687: Update unit test to new controller parameters
5 years ago
Arturo Mejia 174af614f4 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/9647 Crash when tapping settings after quickly
enabling/disabling add-on
5 years ago
Michael Droettboom 461853e252 [fenix] Fix errors in top_sites_count metric
We discovered in the Fenix metrics errors query [1] that
top_sites_count had a spike in the number of errors. It
seems to be recording a count of 0, which is an invalid value.

[1] https://sql.telemetry.mozilla.org/queries/67107/source#169983
5 years ago
Mugurell dca4c74a30 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3262 - Enable pull down to refresh in Nightly 5 years ago
MickeyMoz 0487e0ad62 [fenix] Update Android Components version to 38.0.20200403130109. 5 years ago
Michael Comella cb29b33e21 [fenix] No issue: add kdoc to HomeActivity.
We could consider renaming the Activity to make it clearer that it's the
main activity and doesn't just feature the homescreen but I'm concerned
that renaming it will break too many things (e.g. automation that starts
a specific activity). For quick fix, I added this comment.
5 years ago
Sawyer Blatz 9e5e780a9a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/9128 & https://github.com/mozilla-mobile/fenix/issues/9222 & https://github.com/mozilla-mobile/fenix/issues/9499: Refactors snackbar creation and fixes placement (https://github.com/mozilla-mobile/fenix/pull/9628) 5 years ago
Gabriel Luong e754578cef [fenix] For https://github.com/mozilla-mobile/fenix/issues/6174 - Add telemetry for WebExtensions (https://github.com/mozilla-mobile/fenix/pull/8318) 5 years ago
Emily Kager 2ec2ee395b [fenix] For https://github.com/mozilla-mobile/fenix/issues/768: Add first time PWA dialog (https://github.com/mozilla-mobile/fenix/pull/9308)
Co-authored-by: Tiger Oakes <toakes@mozilla.com>
5 years ago
David Walsh a96fa3b790 [fenix] Prevent favicons from flashing when items are selected in History (https://github.com/mozilla-mobile/fenix/pull/9233) 5 years ago
Mihai Adrian 66d28a700c [fenix] For https://github.com/mozilla-mobile/fenix/issues/9336 Check current destination before navigating (https://github.com/mozilla-mobile/fenix/pull/9353)
* For https://github.com/mozilla-mobile/fenix/issues/9336 Check current destination before navigating

* For https://github.com/mozilla-mobile/fenix/issues/9336 Update unit test to check for navigateSafe
5 years ago
ekager 8224f61cb3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9533 - Switch to using enum for Library Item Selected Telemetry 5 years ago
Grisha Kruglov 4b91238222 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9553: Only update account UI state once when creating SettingsFragment 5 years ago
ekager ea9add8d2b [fenix] For https://github.com/mozilla-mobile/fenix/issues/8125 - Send top sites count with metrics ping 5 years ago
mcarare ef2d26efee [fenix] For https://github.com/mozilla-mobile/fenix/issues/9365: Partially reverse menu items order when using top toolbar 5 years ago
mcarare 011b4f7fbd [fenix] For https://github.com/mozilla-mobile/fenix/issues/9365: Update naming to reflect history item 5 years ago
Sawyer Blatz eb99ae1fef [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/9598 & https://github.com/mozilla-mobile/fenix/issues/8697: Fixes force expand crash (https://github.com/mozilla-mobile/fenix/pull/9599) 5 years ago
codrut.topliceanu 7b333febc0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9549 - Scrolling to top sites now includes header. 5 years ago
Mihai Branescu d80763ee11 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9109 - remove the sync error highlight from three-dot menu 5 years ago
Grisha Kruglov 12e3619a2e [fenix] Make sure reconnect item is displayed in HomeMenu in case of account problems
AccountObserver listeners were being triggered correctly, however, during every time
we open HomeFragment, home menu gets re-created, which causes us to re-run the initialization
block. Before this patch, the init block would never touch the account manager.
After this patch, it will query it if account manager has already been initialized.
5 years ago
Grisha Kruglov 8d1befd34c [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9561: Fix initialization order in HomeMenu
`init` blocks are executed before `val` initialization which is declared afterwards
in the class. In this case, we had `quitItem` and `reconnectToSyncItem` as lazy,
but declared after the `init` block which may need them. And so, while this compiles
just fine, in practice we run into an NPE as the `init` block tries to get the lazy's value.

Simply re-ordering initialization fixes the problem.
5 years ago
Arturo Mejia 12237fdca1 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/8520: Polish Add-on manager UIs 5 years ago
Sawyer Blatz 72e91ad94a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/9472: ForceExpand browser toolbar when navigating (https://github.com/mozilla-mobile/fenix/pull/9552) 5 years ago
ValentinTimisica 7d57c791f0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8412: Passes error handling function to 'CustomTabWindowFeature' (https://github.com/mozilla-mobile/fenix/pull/8903)
* For https://github.com/mozilla-mobile/fenix/issues/8412: Passes error handling function to 'CustomTabWindowFeature'

Change required for showing error message when the app can't handle a specific
scheme. Implemented in AC:
https://github.com/mozilla-mobile/android-components/pull/6122

* Upgrade AC version

Co-authored-by: Sawyer Blatz <sdblatz@gmail.com>
5 years ago
Grisha Kruglov 3d7f7cbe5d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9530: Don't crash on failed avatar fetches 5 years ago
Grisha Kruglov 423d7cfdda [fenix] Part 6: Kick-off account manager initialization after visual completeness
In order to hide the time it takes for the account manager to be initialized
(which always involves disk IO, and often network IO), let's kick it off
after "visual completeness".
This makes sure that for most users, by the time they interact with the account
manager-related functionality (e.g. in Settings), it's ready to go.

Also, for signed-in users, this will establish background sync workers.
5 years ago
Grisha Kruglov 1a25bc758e [fenix] Part 5: Refactor HomeMenu<->HomeFragment interaction
This refactor "reverses" relationship between these two classes, allowing
HomeMenu to inform its parent, HomeFragment, of any changes to the menu.

Once that's in place, we start observing account manager changes (once its ready)
for account problems.

This solves two problems:
- initialization of the account manager is no longer necessary to build a home menu
- home menu now starts observing changes to the account manager's state (before it was static)
5 years ago
Grisha Kruglov 13deec03a1 [fenix] Part 4: Make sure 'sync is on' snackbar does not initialize account manager 5 years ago
Grisha Kruglov 71564af97d [fenix] Part 3: Mark accountManager as 'lazy' in Mode.kt
This is enough to cause it to be initialized only if we're going through onboarding.
5 years ago
Grisha Kruglov 1a6e1c0b7f [fenix] Part 2: Do not eagerly initilize account manager within HomeActivity
Instead of always kicking off accountManager's init and telling it to sync right away in
'onResume', we move these tasks to some abstract point later on, whenever account manager
is available.
5 years ago
Grisha Kruglov 4e308faf35 [fenix] Part 1: Add 'accountManagerReady' queue to BackgroundServices
This gives us an ability to perform tasks against 'accountManager' without
causing its immediate initialization.
5 years ago
Grisha Kruglov ccb08070a7 [fenix] Pre: introduce a RunWhenReadyQueue
This replaces the StartupTaskManager we had with a more general class.
New implementation is a thread-safe "gated task executor", which either
runs the task right away if it's marked as 'ready', or queries it to be
executed later on.

This ability to either execute or queue a task will be useful later on in the
commit series.
5 years ago
Sawyer Blatz e488ed1773 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/9132: Update to search animation for top toolbar (https://github.com/mozilla-mobile/fenix/pull/9524)
* let animation in top toolbar mode play nicely.

* remove duplicate methods, make code readable.

* migrate getToolbarNavOptions method to BrowserAnimator, one method to rule them all.

* Update linting

Co-authored-by: ahmedmamdouh13 <ahmedmamdouh13196@gmail.com>
5 years ago
David Walsh af892ba291 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7059 - Allow search engines to scroll 5 years ago
David Walsh 8b88382e82 [fenix] Add top sites heading to home screen 5 years ago
mcarare ceec72715d [fenix] For https://github.com/mozilla-mobile/fenix/issues/9498: Replace navargs with viewModel to remember if scroll to tab 5 years ago
mcarare f75a0e4347 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9496: Vertically align collection name and icons to collection icon 5 years ago
codrut.topliceanu df49c9dd94 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9500 - Revert patch for 8568
The patch for 8568 introduced this regression.
Let's just revert it until we can come up with a better solution.
5 years ago
Sebastian Kaspari de3dda8af1 [fenix] Update to new feature-media API. 5 years ago
Edouard Oger 24b2efdc89 [fenix] Add secret debug menu to override FxA servers 5 years ago
mcarare d2c048aa23 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8764: Use list component for items in collections 5 years ago
mcarare 003fb31dfb [fenix] For https://github.com/mozilla-mobile/fenix/issues/8764: Update collection design, including list elements 5 years ago
mcarare 8a92e18ff8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9252: Add progress bar to saved logins view 5 years ago
mcarare d27f0cf313 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9252: Update views visibility ony when list has finished loading 5 years ago
Arturo Mejia 23c3c286de [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/8017 enable SitePermissionsWifiIntegration 5 years ago
codrut.topliceanu 7ea1b1ec35 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8568 - Refocus URL editText in SearchFragment onResume 5 years ago
Amaan Marfatia 15a8de6f27 [fenix] AboutPageAdapter doesn't use notifyDataSetChanged()
We make the AboutPageAdapter inherit from a ListAdapter so that we don't use notifyDataSetChanged().
5 years ago
mcarare 46e353fd73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8968: Hide keyboard when navigating away from browser 5 years ago
ValentinTimisica 47fd3e26fc [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/9280: Remove tabs fade in animation when pressing on Add new collection 5 years ago
Mugurell 2bd3a7d137 [fenix] Fix https://github.com/mozilla-mobile/fenix/issues/8651 - Add new menu actions for a history item
We'll now also support:
- Copy url
- Share to another FXA device
- Open in new tab
- Open in private tab
5 years ago
mcarare b65982aba1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7356: Scroll to selected tab when pressing tab overview 5 years ago
Mihai Eduard Badea 2b725c6345 [fenix] Replaced name field with search string field 5 years ago
ValentinTimisica 0dd3a735f1 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/4987: Remove close tabs functionality when they are added to a collection 5 years ago
ValentinTimisica 0e678b153f [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/7734: Remove animation for back button 5 years ago
Christian Sadilek 0c9b5ec2a9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9414: Make AMO collection configurable 5 years ago
Grisha Kruglov 31143e7a88 [fenix] Perform storage warm-up after visual completeness 5 years ago
Sebastian Kaspari adb8f436d3 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/5208: Use new tab/collection restore API. 5 years ago
Mihai Branescu 0dac3dd329 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9395 - Trimmed name for custom search engines 5 years ago
Arturo Mejia 45721403f8 [fenix] No issue: Add add-on updater information dialog 5 years ago
Mihai Branescu 25327d400f [fenix] For https://github.com/mozilla-mobile/fenix/issues/8972 Replaced purple colors to match the rest of the app 5 years ago
Mihai Branescu 7ecf93b320 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9207 - changed status bar color in home fragment to match gradient background 5 years ago
Arturo Mejia bbe7a09e13 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/9364 Crash when blocking app permissions and returning to
the app
5 years ago
ekager 5ec37e0c57 [fenix] Add toolbar padding for bookmark snackbar 5 years ago
ekager fb227c15c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9351 - Show snackbars with toolbar padding to work with dynamic toolbar 5 years ago
Arturo Mejia 7543353b57 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/8809 Notification permissions can't be disabled/re-enabled
unless you restart the browser
5 years ago
Arturo Mejia ae917577f1 [fenix] No issue: Remove feature flag for removing one TP exception 5 years ago
mcarare 5c4e1ecfd3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8759 Use activityName instead of packageName as app identification 5 years ago
Arturo Mejia 2cc49442bf [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/9334 Fix Remove of one exception is deleting all 5 years ago
Sawyer Blatz 36d9a00925 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9256: Attempts to fix installation ping not being sent (https://github.com/mozilla-mobile/fenix/pull/9331) 5 years ago
Kate Glazko 56ad058b6a [fenix] For 7077 Simplify Display Url 5 years ago
Mihai Branescu e6db667004 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8653 - changed menu strings 5 years ago
mcarare ce60d6df58 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8899: Set viable anchor for snackbars in both custom and normal tab 5 years ago
ValentinTimisica 5de64fa395 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/9243: Remove tabs fade in animation when pressing on Save to Collection 5 years ago
David Walsh 5a95d8c96a [fenix] For https://github.com/mozilla-mobile/fenix/issues/8652 - Allow sharing multiple bookmarks 5 years ago
David Walsh d55c3483d0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9177, https://github.com/mozilla-mobile/fenix/issues/8248 - Hide empty verified by block when no cert 5 years ago
Severin Rudie a0193296bf [fenix] 8017 advanced autoplay controls. (https://github.com/mozilla-mobile/fenix/pull/8978)
* For https://github.com/mozilla-mobile/fenix/issues/8017: add advanced autoplay controls
5 years ago
Elise Richards 1be0825abe [fenix] For https://github.com/mozilla-mobile/fenix/issues/8592: Relocate device name in account preferences. Deactivate device name field while syncing. (https://github.com/mozilla-mobile/fenix/pull/9255) 5 years ago
Sawyer Blatz 3c3db7d3ba [fenix] For https://github.com/mozilla-mobile/fenix/issues/9136: Send all adjust properties to glean (https://github.com/mozilla-mobile/fenix/pull/9253) 5 years ago
Sawyer Blatz 059c39e273 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9256: Attempts to fix installation ping not being sent (https://github.com/mozilla-mobile/fenix/pull/9254) 5 years ago
Grisha Kruglov b707ec4a38 [fenix] Initialize storage after visual completeness
In order to eat the perceived performance costs, we initialize storage
once we're visually complete. This way, we're reducing chances of user performing
a UI action which will trigger storage init and delay said action.
5 years ago
Grisha Kruglov 51a31a42ba [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/7450: Lazy storage initialization
Make sure that we actually lazily initialize our storage layers.

With this patch applied, storage layers (history, logins, bookmarks) will be initialized when first
accessed. We will no longer block GeckoEngine init, for example, on waiting for the logins storage
to initialize (which needs to access the costly securePrefStorage).
Similarly, BackgroundServices init will no longer require initialized instances of the storage
components - references to their "lazy wrappers" will suffice.

In practice, this change changes when our storage layers are initialized in the following ways.
Currently, we will initialize everything on startup. This includes loading our megazord, as well.

With this change, init path depends on if the user is signed-into FxA or not.

If user is not an FxA user:
- on startup, none of the storage layers are initialized
- history storage will be initialized once, whenever:
  - first non-customTab page is loaded (access to the HistoryDelegate)
  - first interaction with the awesomebar
  - history UI is accessed
- bookmarks storage will be initialized once, whenever:
  - something is bookmarked, or we need to figure out if something's bookmarked
  - bookmarks UI is accessed
- logins storage will be initialized once, whenever:
  - first page is loaded with a login/password fields that can be autofilled
  - (or some other interaction by GV with the autofill/loginStorage delegates)
  - logins UI is accessed
- all of these storages will be initialized if the user logs into FxA and starts syncing data
  - except, if a storage is not chosen to be synced, it will not be initialized

If user is an FxA user:
- on startup, none of the storage layers are initialized
- sometime shortly after startup is complete, when a sync worker runs in the background, all storage
layers that are enabled to sync will be initialized.

This change also means that we delay loading the megazord until first access (as described above).
5 years ago
mcarare 9b0a7baa73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9140: Remove drawable from title in empty state panes 5 years ago
Arturo Mejia 397ce4da6d [fenix] No issue: Add serverConfig param to FxaWebChannelFeature 5 years ago
Arturo Mejia bc61f5151c [fenix] Remove @UseExperimental for usages of the flow api 5 years ago
mcarare 2e157e75fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/9200: Remove star icon from empty state icon in toolbar 5 years ago
mcarare eb3eb5dea2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8814: Change icon asset for top sites menu option 5 years ago
Jonathan Almeida 061af2c380 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7661: Add variant-specific schemas for deep links
In order to target specific variants of Fenix, we're adding schemas that
are specific that app in order to avoid collisions with the other
variants and with other forks of fenix that may have the same schemas.

The current schema for variants:
 - Fenix Nightly: `fenix-nightly://`
 - Fenix Beta: `fenix-beta://`
 - Everything else: `fenix://`
5 years ago
Sawyer Blatz efaf85ca4b [fenix] For https://github.com/mozilla-mobile/fenix/issues/3086: Adds settings animations (https://github.com/mozilla-mobile/fenix/pull/9187) 5 years ago
Christian Sadilek 30ce746bb0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8808 https://github.com/mozilla-mobile/fenix/issues/9139: Add-on should be able to configure how to open options page 5 years ago
Edouard Oger 0ab28e9a0a [fenix] Prepare for a-c a-s upgrade 5 years ago
Sebastian Kaspari 4169924754 [fenix] Use pinned Android Components Nightly version instead of snapshots. 5 years ago
Christian Sadilek 3a22f2e0d3 [fenix] No issue: Remove unneeded logic to adjust TP 5 years ago
Jonathan Almeida ef6c0cb3cc [fenix] Add nightly-only feature flag for WebPush integration 5 years ago
codrut.topliceanu fc2c801048 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8561 - Scroll to topSites on app cold start 5 years ago
Sawyer Blatz 1cc4aeea46 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8773: Fixes issue with snackbar placement on ContextMenu (https://github.com/mozilla-mobile/fenix/pull/8942) 5 years ago
Roger Yang 9484cf0713 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/9104: Pass release channel information to Socorro service (https://github.com/mozilla-mobile/fenix/pull/9130) 5 years ago
Jeff Boek 887c1c0d7a [fenix] No issue - Fixes shadow on top layout 5 years ago
Jeff Boek 81abd0c497 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8949 - Removes old motionlayout code, fixes how shadow is drawn 5 years ago
David Walsh 1ae3202125 [fenix] Show the collections header when there are no collections 5 years ago
ekager f3d6d7f52d [fenix] For https://github.com/mozilla-mobile/fenix/issues/8897 - Don't remove all external sessions on back press 5 years ago
Michael Comella 9d832f24e7 [fenix] No issue: remove unused HotStartPerformanceMonitor.
This monitor for hot start was intended to be used by FNPRMS to measure
hot start. However, hot start was deprioritized so it's now essentially
unused.
5 years ago
Mihai Branescu 7675d3113a [fenix] For https://github.com/mozilla-mobile/fenix/issues/8800 - dismiss all highlights when menu is closed 5 years ago
Severin Rudie fa7f2f9f61 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8800: clear menu highlights on use 5 years ago
mcarare be9502ea79 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8474 Reorganize browser menu items 5 years ago
Arturo Mejia 6a328a7207 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/8908 Notify users when previously unsupported add-ons
become available
5 years ago
ekager 1c4119d25c [fenix] For https://github.com/mozilla-mobile/fenix/issues/7087 - Add SearchView to Logins Fragment 5 years ago
ekager 7bc98a0efc [fenix] For https://github.com/mozilla-mobile/fenix/issues/8296 - Adds user account avatar to Account Preference 5 years ago
Jonathan Almeida cf1971176c [fenix] For https://github.com/mozilla-mobile/fenix/issues/9059: Add WebPush engine integration 5 years ago
ekager 63f1556fbf [fenix] For https://github.com/mozilla-mobile/fenix/issues/8967 - Remove ability to pref login autofilling by itself 5 years ago
mcarare d8cba93d1b [fenix] For https://github.com/mozilla-mobile/fenix/issues/8788 Use Flexbox instead of Grid manager for top sites 5 years ago
Emily Kager 4f04e2ee6c [fenix] For https://github.com/mozilla-mobile/fenix/issues/8423 - Adds delete login confirmation dialog (https://github.com/mozilla-mobile/fenix/pull/9014) 5 years ago
mcarare 6a5c11c87e [fenix] For https://github.com/mozilla-mobile/fenix/issues/8975: Separate title from url with line break when sharing links 5 years ago
Sawyer Blatz 4b14b16d51 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7158: Improves home to search animation (https://github.com/mozilla-mobile/fenix/pull/9008) 5 years ago
Christian Sadilek a2fdbe0576 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/8291: Speculatively create content process in search fragment 5 years ago
Sawyer Blatz 74b3046b65 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7158: Improves browser to search animation (https://github.com/mozilla-mobile/fenix/pull/8961) 5 years ago
Sebastian e6c5de8f73 [fenix] Use new MemoryConsumer.onTrimMemory() API. 5 years ago
Jim Porter f63364c4e2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7847: Improve startup performance of the Fenix wrapper around Glean 5 years ago
Sebastian 2088e60c28 [fenix] Update IntentProcessor implementation to comply with new interface. 5 years ago
Josh Vocal a947993ec5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7554: Add App Services Version to About Page 5 years ago
Gabriel Luong 5963579caf [fenix] For https://github.com/mozilla-mobile/fenix/issues/8593 - Style the add-ons permission dialog to match the Fenix theme 5 years ago
Jonathan Almeida dcd9a15e91 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8950: Unregister observers in the main scope coroutine 5 years ago
mcarare 4bbd3756a6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6607 Update button theming in no tab pane 5 years ago
mcarare d8430ac635 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6607 Update button theming in no tab pane 5 years ago
Sawyer Blatz da20e69455 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5308: Show search shortcuts for search term queries 5 years ago
Jonathan Almeida 3e4cb19f9d [fenix] Log push crashes to CrashReporter 5 years ago
Jonathan Almeida acc3bb4ec6 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/6730: Lazily initialize account manager on new push message 5 years ago
Grisha Kruglov f07442ba4e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/7344: Login storage refactor
The a-c side of this work is in https://github.com/mozilla-mobile/android-components/pull/6128

This switches Fenix to use `SyncableLoginsStorage`, which caches a connection internally
on first access, and doesn't expose any lock/unlock APIs at the public boundary.
5 years ago
Sebastian Kaspari 719b5418d2 [fenix] AwesomeBarView: Pass BrowserStore to SessionSuggestionProvider instead of SessionManager. 5 years ago
Christian Sadilek 332416ae5a [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/7863: Ensure parent process triggers speculative connect 5 years ago
Sawyer Blatz a437a1c6f4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5346 & For https://github.com/mozilla-mobile/fenix/issues/8859: Fixes textSize & animation on TabCounter 5 years ago
Sawyer Blatz 8c317ee75a [fenix] For https://github.com/mozilla-mobile/fenix/issues/5308: Display search shortcuts when going from browser to search 5 years ago
Andrew Gaul f345e3627e [fenix] Do not scroll menu when toolbar is on top
Fixes https://github.com/mozilla-mobile/fenix/issues/8838.
5 years ago
Harshal Lele 2f1f077ead [fenix] fix https://github.com/mozilla-mobile/fenix/issues/8135 - remove getColorFromAttr 5 years ago
Sawyer Blatz 1b81b51626 [fenix] For https://github.com/mozilla-mobile/fenix/issues/167: Adds browser -> home animation 5 years ago
Emily Kager 75bdff2878 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/7603 - Temporarily do not show biometric prompt for OnePlus devices"
This reverts commit bd5dfdafcd6f18ae88e09e1aeea9ab276e1c906a.
5 years ago
Michael Comella d8a97e9d5c [fenix] For https://github.com/mozilla-mobile/fenix/issues/8797: Do not allow nested scrolling on top sites. 5 years ago
mcarare c7c6fd516a [fenix] For https://github.com/mozilla-mobile/fenix/issues/8766: Show collections only when tabs are open or collection exists 5 years ago
Mihai Adrian cfeace6e14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8873 - Update snackbar padding for adding top sites 5 years ago
Arturo Mejia c4ae21c54d [fenix] Show a notification when add-on update requires new permissions 5 years ago
Sawyer Blatz 74a8a9e29d [fenix] For https://github.com/mozilla-mobile/fenix/issues/167: Improves home to browser animation 5 years ago
Michael Comella 3dc6e1d215 [fenix] For https://github.com/mozilla-mobile/fenix/issues/7781: instrument visual completeness for top sites.
Eyeballing my output in *Debug builds on my P2, this adds approximately 115ms
or slightly less from first frame drawn to visually complete time.
5 years ago
Michael Comella 928c8aadf6 [fenix] No issue: make Performance methods private that can be. 5 years ago
ekager 1cbd9f9d7c [fenix] No issue: Fix LeakCanary detected memory leaks
Co-authored-by: Emily Kager <emilykager@gmail.com>
Co-authored-by: Pierre-Yves Ricau <py@squareup.com>
5 years ago
Sebastian Kaspari 3f31aee2e9 [fenix] FennecWebAppIntentProcessor: Handle manifest file not existing. 5 years ago
Sebastian Kaspari fdc85bf82e [fenix] IntentReceiverActivity: Simplify intent handling.
This patch removes the need to process() and then match() on every intent processor.
A successful process() means that we already matched. Doing this in two steps caused
issues when the process() failed but later the simple check in match() returned true.

After this patch lands I intent to remove the match() API from the IntentProcessor
interface in AC:
https://github.com/mozilla-mobile/android-components/issues/6097
5 years ago
mcarare 391198abd7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8773: Set proper anchor and padding for Snackbars on browser screen 5 years ago
mcarare 036e74f0f4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6607 Add button to no tab content pane 5 years ago
David Walsh 7e4c381982 [fenix] Make 'Redirect to Sync' home menu item go directly to the 'Reconnect to Sync' / error screen 5 years ago
David Walsh 6d97114ad9 [fenix] Match account problem styling between HomeMenu and BrowserMenu 5 years ago