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/home
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
..
intent For #14280, #14743: Remove old search fragment (#15169) 4 years ago
sessioncontrol For #15130: Remove "what's new card" from onboarding screen. 4 years ago
tips For #13926 - MP migration 4 years ago
HomeFragment.kt For #13959: move resetAfter into StrictModeManager. 4 years ago
HomeFragmentStore.kt For #12377 - Choice to hide no collections placeholder from homescreen 4 years ago
HomeMenu.kt For #14665: Replace hardcoded label with string resource. 4 years ago
HomeScreenViewModel.kt For #12383 #15407 #12860 - Switch to using shared view model for session to delete on home 4 years ago
ImageViewTopCrop.kt No issue: Normalize license header comment (#3909) 5 years ago
Mode.kt Part 3: Mark accountManager as 'lazy' in Mode.kt 4 years ago
PrivateBrowsingButtonView.kt fix #8135 - remove getColorFromAttr 4 years ago
SharedViewModel.kt Remove tab tray feature flag (#11176) 4 years ago