1
0
Fork 0
fenix/app/src/main/java/org/mozilla/fenix/share
Petru Lingurar f7087e46e3 Fix #5067 - Refactor ShareController to use SendTabUseCases
Navigation between app fragments uses ShareTab as arguments. The newly used
SendTabUseCases uses TabData which is not Parcelable.
For minimal changes we'll keep both data classes and ShareController will know
how to map between the two.
Removed the `sessionId` property of ShareTab as it isn't needed anymore.
2019-09-03 12:01:26 -07:00
..
listadapters For #4007 - Refactor AppShareView in standalone Share Views 2019-08-29 18:12:50 -07:00
viewholders For 4007 - Add unit tests for the Share Interactor, Controller and list Adapters 2019-08-29 18:12:50 -07:00
ShareCloseView.kt For #4007 - Refactor AppShareView in standalone Share Views 2019-08-29 18:12:50 -07:00
ShareController.kt Fix #5067 - Refactor ShareController to use SendTabUseCases 2019-09-03 12:01:26 -07:00
ShareFragment.kt Fix #5067 - Refactor ShareController to use SendTabUseCases 2019-09-03 12:01:26 -07:00
ShareInteractor.kt For #4007 - Add ShareController for handling ShareFragment's business logic 2019-08-29 18:12:50 -07:00
ShareToAccountDevicesView.kt For #4007 - ShareFragment will set the contained Views' state 2019-08-29 18:12:50 -07:00
ShareToAppsView.kt For #4007 - ShareFragment will set the contained Views' state 2019-08-29 18:12:50 -07:00