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
Grisha Kruglov 5f42a65c2a No issue: improve allowUndo
This patch fixes a few issues:
- it was an extension on a CoroutineScope, but that was quite misleading
since the Main dispatcher would be always used regardless of what dispatcher
the owning CoroutineScope was configured with.
- timing was reliant on exact value of the undocumented Snackbar.LENGTH_LONG duration
- coroutine cancellation relied on cooperation of the 'operation' suspend function,
which we can't depend on

New 'allowUndo' fully controls its timing, doesn't imply a dispatcher to its consumers,
and doesn't rely on cooperation of passed-in suspend blocks for cancellation to work.
5 years ago
..
metrics For #927 - Adds build type to glean to report the channel 5 years ago
toolbar For #2938 - Remove save to collection from PB browsing menu 5 years ago
Analytics.kt Issue #2458: Use correct Socorro product name. 5 years ago
BackgroundServices.kt No issue: increase likelyhood of notification showing up as 'heads-up' 5 years ago
Components.kt Closes #2770: Allow receiving tabs from FxA devices (#2772) 5 years ago
Core.kt For #1286 - Add Automatic Font Sizing Preference 5 years ago
FenixSnackbar.kt No issue: improve allowUndo 5 years ago
FindInPageIntegration.kt For #1710: Create scaffolding for Robolectric tests (#2282) 5 years ago
NotificationManager.kt No issue: increase likelyhood of notification showing up as 'heads-up' 5 years ago
PermissionStorage.kt For #2205 & #1578: Integrates tab collection storage (#2478) 5 years ago
Search.kt For #1710: Create scaffolding for Robolectric tests (#2282) 5 years ago
Services.kt Upgrade to GV 68.0.20190508111321 and fixes for latest A-C 0.52.0 (#2348) 5 years ago
TabCollectionStorage.kt For #1574: Displays previous tab collections when creating 5 years ago
UseCases.kt Use UpdateTrackingProtectionUseCase 5 years ago
Utilities.kt Closes #2770: Allow receiving tabs from FxA devices (#2772) 5 years ago