- 30 Aug, 2019 3 commits
-
-
Mugurell authored
`ShareController` defines a contract with all possible `ShareFragment`'s behavior changes and comes with a default implementation - `DefaultShareController`. It is to be delegated by all `ShareFragment`s contained Views' Interactors following any user interactions.
-
Mugurell authored
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.
-
Mugurell authored
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
-
- 03 Aug, 2019 1 commit
-
-
Nikit Bhandari authored
-
- 12 Jul, 2019 2 commits
-
-
Emily Kager authored
-
Tiger Oakes authored
-
- 10 Jul, 2019 1 commit
-
-
Emily Kager authored
-
- 25 Jun, 2019 1 commit
-
-
Tiger Oakes authored
-
- 06 Jun, 2019 1 commit
-
-
Colin Lee authored
-
- 29 May, 2019 1 commit
-
-
Jonathan Almeida authored
-
- 28 May, 2019 2 commits
-
-
Jonathan Almeida authored
-
Jonathan Almeida authored
* For #2886: Fix sending multiple tabs to another device * Update share methods to use new API
-
- 23 May, 2019 3 commits
-
-
Jonathan Almeida authored
-
Jonathan Almeida authored
* Closes #2782: Hide send tab when no devices available * For #2752: Enabled send tab for debug and nightly builds * For #2753: Add Send Tab functionality to UI
-
Jonathan Almeida authored
* Closes #2751: Add custom app share sheet * Closes #2753: Add send tab devices to share sheet * Closes #2752: Add build flag for send tab * Replace Context.share with ShareFragment
-