Commit Graph

3190 Commits

Author SHA1 Message Date
Codrut Topliceanu
79d1c08402
For #16629 - Fix for collection snackbar View button (#16679) 2020-12-03 15:30:00 -05:00
Jonathan Almeida
c99b2157fb Fix breaking changes from FCM SDK update 2020-12-03 11:32:40 -05:00
jhugman
ea9f692007
Nimbus-SDK-119 Get Nimbus server endpoint at build time. (#16682)
This PR builds on [AC##9024][1], and implements setting the Nimbus endpoints from [a secret set at build time][2].

For production use, this requires a secret named `nimbus_url` to be put into CI.

Note: Nimbus is currently behind a feature flag.

If developers wish to use a Nimbus server for local development, you can set the url by adding an entry into local.properties, e.g.:

```
nimbus.remote-settings.url=https://settings.stage.moz4ws.net
```

Without setting server, Nimbus will be able to function, except no experimental definitions will be fetched, and features under experiment will be configured as if not enrolled in the experiment.

[1]: https://github.com/mozilla-mobile/android-components/pull/9024
[2]: https://groups.google.com/a/mozilla.com/g/android-components-team/c/lAGVKQy8aiA/m/rY3uGAwhBAAJ
2020-12-03 16:30:20 +00:00
jhugman
3cd4ff9ac8
Adding menu configuration for A/A experiment and A/B experiment (#16692) 2020-12-03 12:24:46 +00:00
Christian Sadilek
3722033a5c For #16032: Support installing recommended add-ons from AMO 2020-12-02 17:30:48 -05:00
Roger Yang
26051f7c0e
Closes #16603: Disable pull down refresh when activity is in immersive mode (#16793) 2020-12-02 11:40:44 -05:00
Sebastian Kaspari
57ebc0cb99 ExternalAppBrowserActivity: Add additional test cases. 2020-11-30 17:19:17 -05:00
Sebastian Kaspari
788a8309c2 Issue #16435: Open custom tab in Fenix: Force launch outside of and remove current task. 2020-11-30 17:19:17 -05:00
Sebastian Kaspari
776b64f959 Issue #16435: Finish ExternalAppBrowserActivity and remove task if linked tab doesn't exist anymore.
This doesn't fix the underlying issue of #16435, but a symptom we have seen quite often in different
situations: When the ExternalAppBrowserActivity is not linked to a tab anymore then it falls back
to displaying a (partially broken) browser UI. With multiple browser activities at the same time
sooner or later we crash with a "display already acquired" error because both activities try to
render the same tab.
2020-11-30 17:19:17 -05:00
mcarare
0bd3654bc7 For #16759: Prevent crash on showing info banner. 2020-11-30 16:23:21 -05:00
Sebastian Kaspari
055c76b7ba FenixApplication: Remove unused kinto endpoint. 2020-11-30 15:50:38 -05:00
Sebastian Kaspari
d84b8ebdc6 Issue #12731: Log and record breadcrumb when onTrimMemory() gets invoked. 2020-11-30 15:42:29 +01:00
Mihai Adrian Carare
34b4dad614
For #16735 - Do not show grid view CFR if grid view is already selected. (#16740) 2020-11-26 13:09:49 -05:00
ekager
d49d710343 For #16676 - Do not switch mode on last private tab via tab context menu 2020-11-26 10:04:48 -05:00
Codrut Topliceanu
4b56aeb12f
For #16592 - Fix missing collection snackbar for a11y (#16593)
Set null anchor for snackbar when using a11y services
2020-11-24 09:11:27 +02:00
mcarare
f823a5d246 For #16353: Avoid strict mode death on reading onboarding preference. 2020-11-23 13:33:05 +02:00
mcarare
de1fa74ac1 For #16353: Add unit tests for onboarding finishing conditions. 2020-11-23 10:15:37 +02:00
mcarare
089c79f868 For #16353: Finish onboarding on loading a web page, with exceptions. 2020-11-23 10:15:37 +02:00
mcarare
451f60b095 For #16353: Do not finish onboarding on search dialog opening. 2020-11-23 10:15:37 +02:00
ekager
b9737bde95 For #16351 - Add divider lines for search dialog 2020-11-20 12:12:07 -08:00
Sebastian Kaspari
2b759e9d6f Integrate new search code from Android Components into Fenix. 2020-11-20 17:45:45 +01:00
MickeyMoz
2904ca8ac0 Update Android Components version to 68.0.20201120125142. 2020-11-20 15:34:45 +00:00
jhugman
9cdfb6db4a
Nimbus Global Opt Out (#16543) r=gl 2020-11-19 11:17:25 +00:00
ekager
b7fe809ae4 For #16351 - Make homescreen interactive when search dialog is up 2020-11-18 13:53:33 -08:00
mcarare
cf162c69d1 For #15788: Remove nested layouts in search dialog layout. 2020-11-18 11:31:25 -08:00
Jonathan Almeida
cebab81e07
Update Android Components to 67.0.20201117165227 (#16619) 2020-11-17 15:29:54 -05:00
ekager
f520586dcd
For #12062 - Remove feature flag for return to browser (#16622) 2020-11-17 15:28:59 -05:00
Mugurell
ef5846dc3e
For #16614 - Ensure a stable order for the items in tabs tray. (#16618)
Items should follow the following ordering:
- current session open tabs
- collections options - currently the "Select tabs" button
- synced tabs items

This order should also be kept after returning from Multiselect mode.
2020-11-17 13:33:41 -05:00
Bryan Kok
5f9de1e261 Replace @string/tab_tray_menu_item_save with @string/tab_tray_menu_select, Remove "Share all tabs" option from tab tray's private browsing menu 2020-11-17 09:16:55 -08:00
ekager
614471495d
For #15091 - Fixes RecentlyClosedAdapter DiffCallback (#16608) 2020-11-17 10:40:33 -05:00
Christian Sadilek
1d5f74d865 Closes #16153: Intermittent failures of ShareControllerTest.handleShareToApp 2020-11-16 18:50:48 -05:00
mcarare
0d37c8f268 For #16420: Make search bar first view focused by a11y services on open. 2020-11-16 17:30:52 -05:00
Christian Sadilek
88f3f3564e Issue #16587: Make sure tab counter correctly reflects private/normal tab counts 2020-11-16 13:41:51 -08:00
Christian Sadilek
fbbc25b54e Closes #16053: Fix crash when closing private tabs via notification 2020-11-16 13:41:51 -08:00
MickeyMoz
2c4f0624fd Update Android Components version to 67.0.20201115143123. 2020-11-16 11:37:03 +01:00
Jonathan Almeida
78715c3020
For #13477 - Move BiometricPrompt to a separate feature (#16498)
Instead of simply fixing the memory leak for this issue by directly
removing references, it makes more sense to move the whole
BiometricPrompt out of the fragment and into it's own feature to be
re-usable.
2020-11-14 12:20:05 -05:00
Mihai Adrian Carare
85dd2f8313
For #16511 - Change a11y parent of button without breaking the tab list. (#16555) 2020-11-13 22:57:06 -05:00
Michael Comella
e8bf955893 No issue: move StrictModeManager to perf package.
While StrictMode is not exclusively used for performance purposes, it's
primarily used for perf purposes so let's move it to the perf package
and code owner it.
2020-11-13 16:07:59 -08:00
Jocelyne Abi Haidar
88233ef42d For #15725: Set up preferences in onCreatePreferences instead of onResume
set up preferences in onCreatePreferences instead of onResume so that their visibility is determined before the screen appears rather than after
2020-11-13 18:14:02 -05:00
mcarare
d45bdfb0f4 For #16477: Switch to using an extension to update a11y collection info. 2020-11-13 11:17:47 +02:00
mcarare
e2322a18f9 For #16477: Migrate updateAccessibilityCollectionItemInfo to extension. 2020-11-13 11:17:47 +02:00
mcarare
b52f069573 For #16477: Update a11y info to collection item for both grid and list. 2020-11-13 11:17:47 +02:00
Mugurell
c6de8632de
For #16461 - Ensure the proper items order after exiting Multiselect (#16482) 2020-11-13 07:32:45 +02:00
LeoMaldonado
a06b30a73d Fixes Comment on #16563: DefaultToolbarMenu registering for bookmark changes
comment link: https://github.com/mozilla-mobile/fenix/pull/16536#discussion_r522387945
2020-11-12 19:57:36 -08:00
LeoMaldonado
2d8fe7a9ad Closes #16345: Update share icon shape
updating share icon to a filled shape, like default toolbar menu across all app
2020-11-12 19:57:36 -08:00
LeoMaldonado
84eda3d38f For #16345: use same share icon across all app
replace mozac_ic_share for ic_hollow_share on DefaultToolbarMenu
2020-11-12 19:57:36 -08:00
Gabriel Luong
27ee2ba4f6
For #15761 - [Grid View] Enable the grid view and remove its feature flag (#16546)
* For #15761 - Part 1: Turn ON the showGridViewInTabsSettings feature flag

* For #15761 - Part 2: Remove the showGridViewInTabsSettings feature flag and show the Tab view preference category
2020-11-12 21:14:34 -05:00
Gabriel Luong
e9d335cb24
Revert "For #15761 - [Grid View] Enable the grid view and remove its feature flag (#16535)" (#16544)
This reverts commit 7499d33b32.
2020-11-12 17:17:36 -05:00
rxumoz
409041ae3b
For #16451 - Change default top sites to Baidu & JD in China build (#16515)
* Add top sites related strings

* Change default top sites to Baidu & JD in China build
2020-11-12 16:53:50 -05:00
Gabriel Luong
7499d33b32
For #15761 - [Grid View] Enable the grid view and remove its feature flag (#16535) 2020-11-12 15:17:38 -05:00