Commit Graph

4834 Commits (430e249c225f5663567a2e625339f0b44b796375)
 

Author SHA1 Message Date
Tiger Oakes 1f7bb1af2e [fenix] Use AC version of PrivateNotificationService (https://github.com/mozilla-mobile/fenix/pull/12459) 4 years ago
Roger Yang bdf01c141b [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/13459: Pass DefaultLoadUrlUseCase to AppLinksFeature (https://github.com/mozilla-mobile/fenix/pull/13460) 4 years ago
Kainalu Hagiwara 32d3e0e474 [fenix] Remove selection holder from bookmark viewholder constructors.
Now that we're passing the mode to the viewholders in their bind
methods, there's no real need to pass them into their constructors. This
also allows us to remove the indirection of having the adapter implement
the SelectionHolder interface and have the mode implement it directly.
4 years ago
Kainalu Hagiwara 104f4b0060 [fenix] Add tests for Bookmarks DiffUtil and ViewHolders. 4 years ago
Kainalu Hagiwara cbdee5da2c [fenix] For https://github.com/mozilla-mobile/fenix/issues/13156, https://github.com/mozilla-mobile/fenix/issues/13280 - Use payloads to bind bookmark viewholders.
Change the DiffUtil callback for bookmarks to use the generated equals()
method instead of only checking the title and url fields. This prevents
the BookmarkNode in our state from getting out of sync with the
BookmarkNode the viewholder is bound to.
4 years ago
Tiger Oakes a4ec091210 [fenix] Add test for createInitialSearchFragmentState 4 years ago
Tiger Oakes d79b320182 [fenix] Add createInitialSearchFragmentState function 4 years ago
Tiger Oakes e88886c6cb [fenix] Add test for search dialog controller 4 years ago
Kainalu Hagiwara 4cf84544c1 [fenix] Clear button (https://github.com/mozilla-mobile/fenix/pull/13842)
Co-authored-by: Darren <finchdarren25@gmail.com>
4 years ago
Arturo Mejia abb96c3283 [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/13827: "Set as default browser" option disappears from Settings. 4 years ago
Tiger Oakes a491a5ea39 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13357: Validate PWA manifest folder 4 years ago
Tiger Oakes 1e0ce43f5a [fenix] For https://github.com/mozilla-mobile/fenix/issues/13176: Remove race condition for shortcuts (https://github.com/mozilla-mobile/fenix/pull/13815) 4 years ago
Mickey Moz 10e711982b [fenix] Update Android Components version to 54.0.20200813130057. (https://github.com/mozilla-mobile/fenix/pull/13796) 4 years ago
Jonathan Almeida edc4f0eb32 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13293: Show Add To Collections after tabs load 4 years ago
Mozilla L10n Automation Bot d10ed6733c [fenix] Import l10n. 4 years ago
Kainalu Hagiwara 441da66585 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13405 - Use toolbar location relative to the whole screen instead of window. 4 years ago
Tiger Oakes d9fe2f0cc9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13404: Update Android lint URL 4 years ago
Oana Horvath a389e35352 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/12778: re-arranged the steps in closeTabTest and closePrivateTabTest (https://github.com/mozilla-mobile/fenix/pull/13810) 4 years ago
codrut.topliceanu 742913932a [fenix] For https://github.com/mozilla-mobile/fenix/issues/13390 - Fix for stuck readerMode appearance controls 4 years ago
Shen 573e3b2761 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12976 - Show infinity symbol in the tab counter when the count is greater than 99 4 years ago
Mozilla L10n Automation Bot 9bdbbb2ca5 [fenix] Import l10n. 4 years ago
MickeyMoz bc05628beb [fenix] Update Android Components version to 54.0.20200812130143. 4 years ago
Kainalu Hagiwara ed9b029a99 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11935 - Move BrowserThumbnails to BrowserFragment. 4 years ago
Sawyer Blatz 928c37f8b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11531: Fixes some issues with default event not firing 4 years ago
Kainalu Hagiwara 260849c518 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13329 - Remove tab history feature flag. 4 years ago
Kainalu Hagiwara 63c90afba3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13016 - Only scroll to current page in tab history after the initial layout. 4 years ago
Kainalu Hagiwara e17c4e5f90 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13424 - Fix detekt config and warnings. 4 years ago
Mugurell 38ac83b87a [fenix] For https://github.com/mozilla-mobile/fenix/issues/12857 - Use Collection title when sharing tabs collection
Avoided passing the subject for sharing a collection of tabs in the ShareData
object since ShareData is part of a web standard.
4 years ago
Mozilla L10n Automation Bot a4edbe05f8 [fenix] Import l10n. 4 years ago
Arturo Mejia f4fccae7cb [fenix] For issue https://github.com/mozilla-mobile/fenix/issues/7620: Add support for external download managers 4 years ago
Kainalu Hagiwara b905255e14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13149 - Add end padding to tab history title and url views. 4 years ago
Kainalu Hagiwara 6bdb31ddd8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12926 - Add back button to menu. 4 years ago
Richard Pappalardo 25858d572b [fenix] fix: disable broken tests 4 years ago
Mozilla L10n Automation Bot 69ef575a81 [fenix] Import l10n. 4 years ago
Arturo Mejia 431908533c [fenix] Fix breaking behaviour on BrowsersCacheTest from AC 54.0.20200810074539 4 years ago
MickeyMoz 76c41cceb7 [fenix] Update Android Components version to 54.0.20200810074539. 4 years ago
Sebastian Kaspari 0f7251593e [fenix] Validate deep links. 4 years ago
Mozilla L10n Automation Bot 80a48ee9a7 [fenix] Import l10n. 4 years ago
Jonathan Almeida 9ff6729e7a [fenix] Update Android Components and fix breaking tests 4 years ago
Kirill Rakhman 48f47193a0 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/8043 Hook up AwesomeBarView.setOnEditSuggestionListener 4 years ago
Tiger Oakes 3d046dcfa2 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/13404: Update github checks URL (https://github.com/mozilla-mobile/fenix/pull/13407) 4 years ago
Matthew Finkel 8038199cb0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13361: Prevent Sentry usage behind isSentryEnabled 4 years ago
MickeyMoz 1ba67fe6b1 [fenix] Update Android Components version to 54.0.20200806130142. 4 years ago
Jeff Boek 5b442c99c8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13053 - Handles common dismiss interactions 4 years ago
Jeff Boek 06c70edf54 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13052 - Bumps feature flag to Nightly builds as well 4 years ago
Jeff Boek 4898f0edfc [fenix] For https://github.com/mozilla-mobile/fenix/issues/13052 - When opening a new tab pre-open search 4 years ago
Jeff Boek f4d01f85fe [fenix] For https://github.com/mozilla-mobile/fenix/issues/13325 - Positions toolbar according to user preference 4 years ago
Mozilla L10n Automation Bot 127edf7956 [fenix] Import l10n. 4 years ago
liuche ce565577cc [fenix] Changed name_collection_dialog.xml's EditText's input type from "text… (https://github.com/mozilla-mobile/fenix/pull/13367)
Co-authored-by: Karol Wąsowski <wasowski02@gmail.com>
4 years ago
Matthew Finkel ccdfa79623 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13363: Update pre-push-recommended's flavor 4 years ago