1
0
Fork 0
Commit Graph

2780 Commits (c119070e213ac2f835967f045d13bca36db972b9)

Author SHA1 Message Date
Kainalu Hagiwara c119070e21 For #13030 - Use material design animation values for swipe to switch tabs. 2020-08-18 14:59:05 +03:00
Gilbert Gilb's 2743c37b40 Add custom Activity to show libraries licenses.
As Google's library for showing licences isn't open-source, this commit
reimplements its main Activity. This is in prevision to having an OSS
flavor of fenix.

We chose to not introduce dependencies to third-party libraries
such as AboutLibraries for now, and we'll stick to using Google's gradle
plugin for the dependencies extraction.

Fixes #7584

See also #162
2020-08-17 19:18:22 -07:00
ekager 54c24016ba For #13251 - Use bottomSheetCallback in multiselect mode 2020-08-17 11:46:03 -04:00
mcarare 1e223a8a53 For #13761: Add a11y change listener after toolbar is initialised.
Also removed it before reference is removed in onDestroy.
2020-08-17 11:35:35 -04:00
Arturo Mejia 5d14688448 For issue #12796: Ensure Cookie purging is only active in nightly or debug. 2020-08-17 10:03:25 -04:00
Sachin 4b85f3e53b
for #11364 added a resetAfter for onboarding variable inside HomeFragment to avoid random system strictmode violations during UI testing. (#13811) 2020-08-16 22:46:41 -07:00
Tiger Oakes a04b91ee3c
FNX-14513 ⁃ For #12862: Use concept-menu in library (#13332) 2020-08-14 16:44:09 -07:00
Simon Chae 2e61425f2b For #13256: Set add-on settings tab mode based on BrowsingModeManager 2020-08-14 16:30:57 -07:00
Tiger Oakes 57e557fd18
Use AC version of PrivateNotificationService (#12459) 2020-08-14 16:08:41 -07:00
Roger Yang da1579b361
Closes #13459: Pass DefaultLoadUrlUseCase to AppLinksFeature (#13460) 2020-08-14 16:09:36 -04:00
Kainalu Hagiwara 1ad9da09b0 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.
2020-08-14 13:03:08 -07:00
Kainalu Hagiwara b1db1cf976 Add tests for Bookmarks DiffUtil and ViewHolders. 2020-08-14 13:03:08 -07:00
Kainalu Hagiwara 6d8cfe1a50 For #13156, #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.
2020-08-14 13:03:08 -07:00
Tiger Oakes 1fab28f043 Add createInitialSearchFragmentState function 2020-08-14 13:01:24 -07:00
Kainalu Hagiwara afd0af1075
Clear button (#13842)
Co-authored-by: Darren <finchdarren25@gmail.com>
2020-08-14 09:48:46 -07:00
Arturo Mejia 88f01731d7 For issue #13827: "Set as default browser" option disappears from Settings. 2020-08-14 11:56:14 -04:00
Tiger Oakes c7611b529c For #13357: Validate PWA manifest folder 2020-08-14 17:45:33 +02:00
Tiger Oakes fce6b4488e
For #13176: Remove race condition for shortcuts (#13815) 2020-08-14 08:04:21 -07:00
Jonathan Almeida 4ba4b589de For #13293: Show Add To Collections after tabs load 2020-08-14 09:53:18 -04:00
Kainalu Hagiwara d9ffac0c89 For #13405 - Use toolbar location relative to the whole screen instead of window. 2020-08-13 14:08:49 -07:00
codrut.topliceanu f0a045f9b9 For #13390 - Fix for stuck readerMode appearance controls 2020-08-13 15:27:31 +03:00
Shen 0356d86784 For #12976 - Show infinity symbol in the tab counter when the count is greater than 99 2020-08-13 13:33:42 +03:00
Kainalu Hagiwara 2bdcbe5db9 For #11935 - Move BrowserThumbnails to BrowserFragment. 2020-08-12 13:48:47 -07:00
Sawyer Blatz e42a8f5fa2 For #11531: Fixes some issues with default event not firing 2020-08-12 13:24:05 -07:00
Kainalu Hagiwara ba0c0b134b For #13329 - Remove tab history feature flag. 2020-08-12 12:49:28 -07:00
Kainalu Hagiwara a5e9542a6b For #13016 - Only scroll to current page in tab history after the initial layout. 2020-08-12 12:34:48 -07:00
Kainalu Hagiwara 52d4ffdef0 For #13424 - Fix detekt config and warnings. 2020-08-12 09:04:24 -07:00
Mugurell b993b94be1 For #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.
2020-08-12 13:40:58 +03:00
Arturo Mejia c52e4fd9f5 For issue #7620: Add support for external download managers 2020-08-11 14:15:10 -04:00
Kainalu Hagiwara 09473b991d For #12926 - Add back button to menu. 2020-08-11 10:36:55 -07:00
Sebastian Kaspari 77263aad70 Validate deep links. 2020-08-10 15:58:32 +02:00
Jonathan Almeida 9568bdaed8 Update Android Components and fix breaking tests 2020-08-07 19:49:59 -04:00
Kirill Rakhman bee2ae6c83 Closes #8043 Hook up AwesomeBarView.setOnEditSuggestionListener 2020-08-07 19:49:59 -04:00
Matthew Finkel a1b7e61d36 For #13361: Prevent Sentry usage behind isSentryEnabled 2020-08-07 15:33:17 +03:00
Jeff Boek 06ba8a0200 For #13053 - Handles common dismiss interactions 2020-08-06 18:28:31 -07:00
Jeff Boek 682b082100 For #13052 - Bumps feature flag to Nightly builds as well 2020-08-06 18:28:31 -07:00
Jeff Boek 540c1d2ada For #13052 - When opening a new tab pre-open search 2020-08-06 18:28:31 -07:00
Jeff Boek c4d32bd75c For #13325 - Positions toolbar according to user preference 2020-08-06 18:28:31 -07:00
ankur dd5bb94f8c For #13301, #13038: hide overflow menu for all bookmark items in selected mode 2020-08-06 09:51:56 -07:00
Sebastian Kaspari c93a29f89a Simplify build variants to just: debug, nightly, beta and release.
Co-authored-by: Johan Lorenzo <jlorenzo@mozilla.com>
2020-08-06 11:52:10 +02:00
Emily Kager 37b166d033
For #13298 - Make private tabs in tabs tray not long clickable (#13316) 2020-08-05 22:12:03 -04:00
ekager 5d664b979d For #6313 - Removes unused browser animations, improve delayed paint interactions 2020-08-05 20:03:05 -04:00
Tiger Oakes d45af2a717
For #11903: Fix private custom tabs (#13327) 2020-08-05 16:24:47 -07:00
Jeff Boek ccb5b0b641
Wires up controller, store and interactor. (#13324)
* For #13320 - Wires up the search store, controller and interactor for the new search experience

* For #13323 - Navigates to new search experience from the browser when enabled
2020-08-05 18:22:07 -05:00
Jeff Boek 6492773fc7
Progress on new search experience with Toolbar and Awesomebar placeholders (#13314)
* For #13272 - Adds the ToolbarView to the SearchDialogFragment

* For #13273 - Replaces container dependency with context in AwesomebarView

* For #13276 - Hacks together the awesomebar and toolbar in the new search experience
2020-08-05 14:40:43 -05:00
Michael Comella 27c8a77c3f For #4132: remove BrowserPerformanceTestActivity & usages. 2020-08-05 10:15:46 -07:00
Kainalu Hagiwara 30c7b5ea5e For #12831 - Disable SwipeRefreshLayout while swiping a bookmark. 2020-08-05 09:00:43 -07:00
Kainalu Hagiwara 5318d64911 For #12906 - Fix swipe-to-delete bookmark folder. 2020-08-05 08:59:26 -07:00
Hakkı Kaan Çalışkan 27341eaaf4 For #12585: Close tab tray menu on orientation changes 2020-08-05 09:56:08 -04:00
ekager ce8533db3b No issue: Change first paint feature flag to nightly/debug 2020-08-04 18:28:41 -04:00