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 c5330c6880 For 5092 - Show a Snackbar with retry option if sharing to devices fails (#5158)
* For #5092 - Show a Snackbar with retry option if sharing to devices fails

ShareController will contain all the business logic for checking the result
status of the `share to device` operations. When this fails it will show a
snackbar which also offer the possibility to retry the just failed operation.
To allow this even in the event the user has closed the share fragment we'll
use a GlobalScope's coroutine.
Refactored out the TabsSharedCallback from ShareFragment because otherwise we
would have neede to sent through that the just failed operation. After the
refactor the ShareController is solely responsable for showing the right
snackbar and handling the retry actions.

* For #5092 - Refactor ShareControllerTest

* For #5092: Adds color theming of snackbars
5 years ago
..
androidTest No issue: Fixes GleanMetricsService nits & broken UI test (#5539) 5 years ago
debug No issue: Update long-press shortcut strings (#5284) 5 years ago
fenixBeta/res/xml No issue: Update long-press shortcut strings (#5284) 5 years ago
fenixNightly/res No issue: Update long-press shortcut strings (#5284) 5 years ago
fennecProduction Issue #4873: Use manifest placeholder to inject sharedUserId. 5 years ago
geckoBeta/java/org/mozilla/fenix/engine For #4763 - Enable GV logging in debug builds (#5144) 5 years ago
geckoNightly/java/org/mozilla/fenix/engine For #5529: Enable about:config in geckoNightly. 5 years ago
main For 5092 - Show a Snackbar with retry option if sharing to devices fails (#5158) 5 years ago
test For 5092 - Show a Snackbar with retry option if sharing to devices fails (#5158) 5 years ago