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
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
..
addons For #15268: Use safe navigation to addon details fragments. 4 years ago
browser For #13959: move resetAfter into StrictModeManager. 4 years ago
cfr For #15291 - Limit current CFRs to show max one every 3 days 4 years ago
collections Enforce IO thread inside of components (#14704) 4 years ago
components For #13959: move resetAfter into StrictModeManager. 4 years ago
crashes Integrate activity for showing past crashes. 4 years ago
customtabs For #15245 - Remove margin for toolbar on toolbar-less PWA 4 years ago
downloads Add support for restoring downloads 4 years ago
exceptions For #8765: Use shared list widget in exceptions (#14113) 4 years ago
ext For #13959: comment about duplication in logic in StrictMode. 4 years ago
home For #13959: move resetAfter into StrictModeManager. 4 years ago
library For #15296: Allow excluding bookmark subtrees when editing parent folder 4 years ago
media Update to new feature-media API. 4 years ago
migration For #14168: Fix click listener on migration button 4 years ago
onboarding For #13911: Fix resolving color attribute for title and description. 4 years ago
perf for #13479, added a VisualCompletenessQueue.kt class to handle all the functionality related to visual completeness 4 years ago
push Update breaking changes in the FxA/Sync integration 4 years ago
search For #14280, #14743: Remove old search fragment (#15169) 4 years ago
session FNX-14661 ⁃ Delete drawables (#13481) 4 years ago
settings For #14034: Add debug preference to override AMO collection in Nightly 4 years ago
share For #15310: Also catch ActivityNotFoundException when sharing to app. 4 years ago
shortcut For #15291 - Limit current CFRs to show max one every 3 days 4 years ago
sync Closes #14131: Move constants to dimens.xml (#14135) 4 years ago
tabhistory For #13934 - Make TabHistory work on PWA/Custom Tabs 4 years ago
tabtray Use "undo" implementation from Android Components. 4 years ago
theme Fix lint issues (#12683) 4 years ago
trackingprotection For #15291 - Limit current CFRs to show max one every 3 days 4 years ago
utils For #14034: Add debug preference to override AMO collection in Nightly 4 years ago
whatsnew For #13959: move resetAfter into StrictModeManager. 4 years ago
widget For #11051 - added intent check for voice search 4 years ago
wifi For #14680 - Revert ObserverRegistry changes to WifiConnectionMonitor 4 years ago
AppRequestInterceptor.kt For #13424 - Fix detekt config and warnings. 4 years ago
BrowserDirection.kt For #14280, #14743: Remove old search fragment (#15169) 4 years ago
Config.kt Simplify build variants to just: debug, nightly, beta and release. 4 years ago
ExperimentsManager.kt For #9488: Add experimentation support 4 years ago
FeatureFlags.kt For #14280, #14743: Remove old search fragment (#15169) 4 years ago
FenixApplication.kt For #13959: move resetAfter into StrictModeManager. 4 years ago
GlobalDirections.kt For #8157: Redirect about:addons search (#13990) 4 years ago
HomeActivity.kt For #13959: move resetAfter into StrictModeManager. 4 years ago
IntentReceiverActivity.kt For #13959: move resetAfter into StrictModeManager. 4 years ago
NavHostActivity.kt Add method to test fragments in roboletric (#12261) 4 years ago
OnBackLongPressedListener.kt For #1048 - Add ability to view tab history by long-pressing the back or forward button. 4 years ago
StrictModeManager.kt For #13959: move resetAfter into StrictModeManager. 4 years ago