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/main/java/org/mozilla/fenix/components
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
..
history For #4137 - Adds pagination to the history view 5 years ago
metrics No issue: Fixes GleanMetricsService nits & broken UI test (#5539) 5 years ago
toolbar Only use Context.settings() function (not getter) (#5335) 5 years ago
Analytics.kt Only use Context.settings() function (not getter) (#5335) 5 years ago
BackgroundServices.kt For #5552 - Temporary fix for startup crash on es locales 5 years ago
Components.kt For #1744: Adds tests for clipboard 5 years ago
Core.kt Only use Context.settings() function (not getter) (#5335) 5 years ago
FenixSnackbar.kt For 5092 - Show a Snackbar with retry option if sharing to devices fails (#5158) 5 years ago
FindInPageIntegration.kt For #5174 Changed FindInPage height to toolbar height to cover QAB (#5376) 5 years ago
FirebasePush.kt For #3015: Add push support for send tab 5 years ago
InflationAwareFeature.kt Fix #4856 - Propagate LifecycleAwareFeature's onStart() to the inner feature 5 years ago
IntentProcessors.kt For #778 - Rename CustomTabActivity 5 years ago
NotificationManager.kt For #3505: Opening a sent tab crashes Fenix (#3507) 5 years ago
PermissionStorage.kt No issue: Normalize license header comment (#3909) 5 years ago
PrivateShortcutCreateManager.kt For #419: Create launch icon for private browsing (#4948) 5 years ago
Search.kt Only use Context.settings() function (not getter) (#5335) 5 years ago
Services.kt FxA WebChannels integration 5 years ago
StoreProvider.kt No issue: Removes deprecated usage of ViewModelProviders 5 years ago
TabCollectionStorage.kt Closes #3332 - Do not alter text of hosts of tabs in collection 5 years ago
UseCases.kt Use new feature-contextmenu API. 5 years ago