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
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
..
src For #4007 - Refactor AppShareView in standalone Share Views 5 years ago
.gitignore Initializes Android project 6 years ago
build.gradle Closes #773 - Add shortcuts to homescreen (#4925) 5 years ago
lint.xml Fixes #1890 - Remove unused strings (#1891) 5 years ago
metrics.yaml For #4658: Add some private browsing mode telemetry (#4968) 5 years ago
pings.yaml Add pings.yaml metadata 5 years ago
proguard-rules.pro For #4064: Old R8 & keep rules are inhibiting optimizations (#4930) 5 years ago