You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/main/java/org/mozilla/fenix/browser
Jonathan Almeida f3b870d356 For #11918: Take a screenshot when clicking the tab tray
We looked into taking a screenshot right before leaving the
BrowserFragment, however this call will always fail since it's
non-blocking (we never want it to be blocking too), and we will never
receive a screenshot when a session is detached from an EngineView
before the callback is complete.

In Fenix, we can nicely evade this by taking a screenshot when click
the tabs tray icon, which is where you would want to see the most
up-to-date thumbnail of the tab and also does not leave the
BrowserFragment as well.
4 years ago
..
browsingmode Move settings in components (#12675) 4 years ago
readermode For #13390 - Fix for stuck readerMode appearance controls 4 years ago
BaseBrowserFragment.kt For #11918: Take a screenshot when clicking the tab tray 4 years ago
BrowserAnimator.kt For #13424 - Fix detekt config and warnings. 4 years ago
BrowserFragment.kt For #11918: Take a screenshot when clicking the tab tray 4 years ago
CustomTabContextMenuCandidate.kt Fix license on remaining files 4 years ago
FenixSnackbarDelegate.kt Add tests for browser helper classes (#12370) 4 years ago
SwipeGestureLayout.kt For #3481 - Implement swipe on toolbar to switch tabs. 4 years ago
TabPreview.kt No issue - Fix compilation error caused by removed extension function. 4 years ago
TelemetrySessionObserver.kt For #6558 - cleanup + added unit tests 4 years ago
ToolbarGestureHandler.kt For #13030 - Use material design animation values for swipe to switch tabs. 4 years ago
UriOpenedObserver.kt Add tests for some classes in home/browser (#12837) 4 years ago