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
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
..
androidTest Closes #4926: Add basic UI test for regular/private tabs (#4928) 5 years ago
debug Minify the fenix 5 years ago
fenixNightly/res Rename "nightly" source folder to "fenixNightly". 5 years ago
main For #4007 - Refactor AppShareView in standalone Share Views 5 years ago
test Closes #773 - Add shortcuts to homescreen (#4925) 5 years ago