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
Mugurell 16eba61b25 For #4007 - ShareFragment will set the contained Views' state
ShareFragment which acts as a container would contain all business logic needed
for populating it's Views.
Data initialization should be done only once since the app state has no reason
to change after the ShareFragment is created and is done as soon as possible,
in onAttach().
Because of the expected short lifespan of this fragment, given the fact that
the state has no reason to change and we handle orientation changes ourselves
to keep things simple I didn't use a ViewModel to persist the state.
5 years ago
..
java/org/mozilla/fenix For #4007 - ShareFragment will set the contained Views' state 5 years ago
res For #4007 - Refactor AppShareView in standalone Share Views 5 years ago
AndroidManifest.xml For #2053: Add persistent notification to close all private browsing tabs (#4913) 5 years ago
ic_launcher-web.png For #1970: Fixes Firefox Preview icon for older devices (#2005) 5 years ago