Commit Graph

1203 Commits (3c91c152fbb3d60a6e5a3e0dac91b8222b63722d)
 

Author SHA1 Message Date
Jeff Boek 02bdecb714 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3041 - Fixes the string that gets displayed in the FxA Onboarding card 5 years ago
James Hugman ce4a686423 [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/1570 - Enable app-links feature 5 years ago
Sawyer Blatz dd926e554c [fenix] For https://github.com/mozilla-mobile/fenix/issues/2836: Fixes custom tab close button color 5 years ago
Jeff Boek 01aea08ffc [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Adds completion snackbar 5 years ago
Jeff Boek 761817acfa [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/3037 - Unchecks boxes after deletion 5 years ago
Jeff Boek 99ecf15989 [fenix] For https://github.com/mozilla-mobile/fenix/issues/225 - Fixes crash by moving GeckoView calls t othe main thread 5 years ago
Emily Kager 26652ede97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/3027, For https://github.com/mozilla-mobile/fenix/issues/2858 Pass in Fenix Snackbar for Context Menu Candidate (https://github.com/mozilla-mobile/fenix/pull/3028) 5 years ago
Jonathan Almeida 160c0b77eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/2052: Fix BrowserToolbar overlapping web content 5 years ago
Jeff Boek 71309d11f3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2723 - Cleans up code formatting 5 years ago
Jeff Boek b2f4e4327b [fenix] For https://github.com/mozilla-mobile/fenix/issues/2723 - Creates callbacks to wire up the mode and theme manager together 5 years ago
Jeff Boek 708aa16d1c [fenix] For https://github.com/mozilla-mobile/fenix/issues/2723 - Fixes theme manager 5 years ago
Emily Kager 8fceae18b3 [fenix] Fixes Crash: Pop up to Browser Fragment if exists when coming from Search 5 years ago
Emily Kager 4b1f85bc70 [fenix] No issue: Simplify and speed up shared element transitions 5 years ago
Emily Kager f523d9df59 [fenix] For https://github.com/mozilla-mobile/fenix/issues/1973 - Toggle QR button on deny permissions, fix engineView crashes 5 years ago
Colin Lee 50c466c86b [fenix] For https://github.com/mozilla-mobile/fenix/issues/2893, https://github.com/mozilla-mobile/fenix/issues/2673, https://github.com/mozilla-mobile/fenix/issues/2916, https://github.com/mozilla-mobile/fenix/issues/2314: Fix race condition navigating to browser (https://github.com/mozilla-mobile/fenix/pull/3023)
Since the Navigation library restores the fragment after memory eviction, if we're already on the BrowserFragment and we deep link navigate to the BrowserFragment, we briefly get two of them. This crashes GeckoView.
5 years ago
Emily Kager 095ebee6f0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2990 - Remove library content descriptions from browsing data items (https://github.com/mozilla-mobile/fenix/pull/3017) 5 years ago
Emily Kager 07c032c277 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2230 - Fix theme selection radio button for Android 6 (https://github.com/mozilla-mobile/fenix/pull/3019) 5 years ago
Tiger Oakes 3960fb8f43 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/103 - Pull to refresh (https://github.com/mozilla-mobile/fenix/pull/3020) 5 years ago
Sawyer Blatz 9ccf6fb1e7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2227: Fixes issue with bookmark selection (https://github.com/mozilla-mobile/fenix/pull/3021) 5 years ago
Sawyer Blatz 06b5e1abaf [fenix] For https://github.com/mozilla-mobile/fenix/issues/2931: Show browser snackbar above quick action sheet 5 years ago
Sawyer Blatz 190bbe503e [fenix] For https://github.com/mozilla-mobile/fenix/issues/2327: Fix early return from displayAccountError 5 years ago
Sawyer Blatz 1b6f0f5b1a [fenix] For https://github.com/mozilla-mobile/fenix/issues/1679: Pause media playback when backgrounded 5 years ago
Jeff Boek 1e70a65502 [fenix] For https://github.com/mozilla-mobile/fenix/issues/255 - Moves all deletion operations to the same coroutine 5 years ago
Christian Sadilek 75f98070d2 [fenix] No issue: ClipboardProvider no longer needs to be added/removed based on input 5 years ago
Emily Kager 322aedd4da [fenix] For https://github.com/mozilla-mobile/fenix/issues/3011 - Size EngineView for Custom Tab Fixed Toolbar 5 years ago
Emily Kager 1c75ee039e [fenix] For https://github.com/mozilla-mobile/fenix/issues/3011 - Size EngineView for Custom Tab Fixed Toolbar 5 years ago
Sawyer Blatz 9a301da8bb [fenix] For https://github.com/mozilla-mobile/fenix/issues/2327: Fixes nits 5 years ago
Sawyer Blatz 957e4c5bbe [fenix] For https://github.com/mozilla-mobile/fenix/issues/2327: Adds error state syncing 5 years ago
Emily Kager 99c382f52a [fenix] For https://github.com/mozilla-mobile/fenix/issues/2979 - Prevent double navigation to Create Collection Fragment 5 years ago
Grisha Kruglov dbc2a132be [fenix] 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
Emily Kager a7288fcceb [fenix] For https://github.com/mozilla-mobile/fenix/issues/2980 - Pop to home if no session exists in Browser Fragment 5 years ago
Emily Kager 654d4c2a37 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2938 - Remove save to collection from PB browsing menu 5 years ago
Emily Kager 87ffe440ab [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2186 - Search Fragment search bar margins should be 8dp 5 years ago
Emily Kager ee1df8ac9d [fenix] No issue: Check search engine icon exists before setting drawable 5 years ago
Denys M 490a5b621d [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2254/https://github.com/mozilla-mobile/fenix/issues/2709. Observe browser sessions changes on `HomeFragment`. 5 years ago
Jeff Boek 15d69cff63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2738 - Re-throws exceptions to send better data into the crash reporters 5 years ago
Emily Kager 62859b0df6 [fenix] Refactor new param to startInEditMode 5 years ago
Emily Kager cef7339070 [fenix] Start MotionLayout animation to end while navigating to search fragment 5 years ago
Emily Kager 6f63340e63 [fenix] Init Toolbar in edit mode so we don't see the flash 5 years ago
ekager eb2fbd2c6e [fenix] Adds Shared Transition between Home and Search 5 years ago
Jeff Boek a5e66b4e5d [fenix] For https://github.com/mozilla-mobile/fenix/issues/2419 - Adds a changelog entry 5 years ago
Jeff Boek 36d0eb1ca3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2419 - Adds a deletion state to the history component 5 years ago
Isaak Eriksson 6cf373ba97 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2914: Add Windows pre-push command on README (https://github.com/mozilla-mobile/fenix/pull/2915) 5 years ago
Denys M 3512befa25 [fenix] For https://github.com/mozilla-mobile/fenix/issues/747. Improve `HistoryFragment` readability. 5 years ago
Denys M 324684a1fe [fenix] For https://github.com/mozilla-mobile/fenix/issues/747. Fix coroutines leaks in `HistoryFragment`. 5 years ago
Jonathan Almeida 0d756ce080 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/2968: Specify the activity name in the share item 5 years ago
Grisha Kruglov b3fdb575ea [fenix] No issue: increase likelyhood of notification showing up as 'heads-up' 5 years ago
Grisha Kruglov 15025138d9 [fenix] No issue: sync and refresh device state on foreground 5 years ago
Emily Kager ca2b1a355e [fenix] For https://github.com/mozilla-mobile/fenix/issues/2972 - Call session feature back press before custom tab back press 5 years ago
Jeff Boek 3e36b2ec4a [fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/2920 - Adds missing data review links 5 years ago