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
Michael Comella f19c9920f9 For #13959: move resetAfter into StrictModeManager.
In a followup PR, we need to add state to strictModeManager (the
number of suppressions). This is much simpler to do when this is defined
as a class rather than an object. However, when this is defined as a
class, `resetAfter` needs access to the strictModeManager. Instead of
passing it in as an argument, it made sense to move this function onto
the strictModeManager instead.

Since folks are used to calling:
```
StrictMode.ThreadPolicy.allowThreadDiskReads().resetAfter
```

We're going to have to add a lint check to prevent them from doing that.
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 Use "undo" implementation from Android Components. 4 years ago
BrowserAnimator.kt Remove un-needed nullables (#13816) 4 years ago
BrowserFragment.kt For #13959: move resetAfter into StrictModeManager. 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
InfoBanner.kt For #14243: Pre-land visuals for Close Tabs CFR (#15171) 4 years ago
OpenInAppOnboardingObserver.kt For #14243: Pre-land visuals for Close Tabs CFR (#15171) 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 Closes #14131: Move constants to dimens.xml (#14135) 4 years ago
UriOpenedObserver.kt Add tests for some classes in home/browser (#12837) 4 years ago