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 095870145f For #4007 - Refactor AppShareView in standalone Share Views
In an effort to respect the initial MVI architecture I've broken the
complex `AppShareView` in 3 separate Views
- `ShareCloseView`
- `ShareToAccountDevicesView`
- `ShareToAppsView`
They are standalone Views (extending LayoutContainer) which know nothing about
each other or their parent and so offer their container the possibility to
order or display them in any form later.
According to the lib-state contract they are only responsible to
- inflate themselves in their injected containerView
- render a certain state (to be added in later commits)
- delegate all user interaction to an associated Interactor
5 years ago
..
java/org/mozilla/fenix For #4007 - Refactor AppShareView in standalone Share Views 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