2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00
Commit Graph

3489 Commits

Author SHA1 Message Date
Kate Glazko
ae528e5ab2 For #15181: Remove All Downloads From Settings 2021-01-19 14:21:44 -08:00
Christian Sadilek
54da078bd3 Refactor QuickSettingsDialog to use browser store 2021-01-19 17:19:51 -05:00
Arturo Mejia
570383a54d Add dot notification for autoplay blocked content 2021-01-19 15:04:58 -05:00
mcarare
af1af358a3 For #14011: Remove new line character and spaces from string. 2021-01-19 15:41:10 +02:00
Jonathan Almeida
6dfd7ef757 Add experimental WebAuthn support for Nightly only
When testing out WebAuthn support with the privileged API,
we need our app to be signed by an allowed signing key.

We're seeing our tests fail with this error when testing locally:

```
  [FidoApiImpl] updateTransaction is called for stop
  [FidoApiImpl] finishSecurityKeyRequestController should not be called when SecurityKeyRequestController is null.
```

Our theory is that if we try this code on our signed APK, we should see
it work.
2021-01-19 07:54:58 -05:00
Christian Sadilek
d8c5f8887a Refactor OpenSpecificTabIntentProcessor to use browser store 2021-01-18 17:54:47 -05:00
Christian Sadilek
be9b478906 Remove SessionManager from TrackingProtectionPanelDialogFragment 2021-01-18 15:55:42 -05:00
Christian Sadilek
f96fdc34eb Refactor CrashReporterFragment to use browser store 2021-01-18 15:33:57 -05:00
Christian Sadilek
810200f2ab Switch to use case when selecting tab for extensions 2021-01-18 15:12:34 -05:00
Christian Sadilek
c03e6377ae Remove unused NotificationsIntentProcessor 2021-01-18 15:12:34 -05:00
Christian Sadilek
eb4beb252f Remove unused SessionManager reference from RecentlyClosedController 2021-01-18 15:12:34 -05:00
Jonathan Almeida
d3dcf69064 A-C 71.0.20210118134928: Fix breaking API in TabCounterToolbarButton 2021-01-18 13:03:21 -05:00
Sebastian Kaspari
fb64c7c076 SearchDialogController: Pass tab ID instead of Session instance. 2021-01-18 12:57:40 -05:00
MickeyMoz
d945cdc4c8 Update Android Components version to 71.0.20210117143132. 2021-01-18 13:56:48 +01:00
Michael Comella
093470a8b3 For #17447: add intentional delay to cold start up in debug and nightly.
I validated:
- that the log statement appeared in Nightly but not in Beta.
- that the local runtimes of our perftest increased (the median diff is 124ms)
2021-01-17 18:38:12 -08:00
Arturo Mejia
b9bdc288cb For issue: #16846 Add ui for controlling exceptions for auto play 2021-01-15 15:51:31 -05:00
Sebastian Kaspari
0035417616 Add unit tests for FennecWebAppIntentProcessor. 2021-01-15 14:35:16 -05:00
Sebastian Kaspari
051988ecff Migrate some "selected tab" reads from SessionManager to BrowserStore. 2021-01-15 16:52:59 +01:00
Arturo Mejia
a6495347fd For issue #17457: Prevent page refresh when tapping the security icon 2021-01-15 10:18:59 -05:00
codrut.topliceanu
90575e6dd7 For #16238 - Back button now dismisses Suggested Logins
By using PromptFeature's onBackPressed the user can now press back to dismiss the Suggested Logins prompt without inadvertently navigating back
2021-01-15 10:17:05 -05:00
mcarare
edcee71287 For #17400: Select tab opened from collection. 2021-01-15 15:30:48 +02:00
Christian Sadilek
978b555387 Closes #17443: IllegalStateException in startPostponedEnterTransition on HomeFragment 2021-01-14 12:55:00 -05:00
Christian Sadilek
53f77e422b Closes #17441: NPE when invalidating toolbar in response to reader changes 2021-01-13 16:52:52 -05:00
jhugman
7a3524fae5
SDK-158 Use disabled/no-op version of Nimbus object to eliminate unnecessary Rust call (#17372) r=christian 2021-01-13 18:26:06 +00:00
Arturo Mejia
00d971e9d3 For #16847: Allow autoplay to controlled via the toolbar. 2021-01-13 15:51:49 +01:00
Sebastian Kaspari
0761f391fc Update to latest feature-intent and feature-recentlyclosed APIs (and update Android Components). 2021-01-13 15:51:49 +01:00
hakkikaancaliskan
542bc89284 For #12732: Match notification accent color with app theme 2021-01-12 10:31:38 -05:00
Mihai Adrian Carare
3bb074b133
For #13522: Also remove history entries from tab history. (#17392)
* For #13522: Also remove history entries from tab history.

* For #13522: Test that deleting history also removes it from tab history.
2021-01-12 09:13:24 -05:00
mcarare
4e736625bd For #8716: Authentication custom tab now considers browsing mode. 2021-01-11 17:28:10 +02:00
Christian Sadilek
cef56bef17 Update Android Components version to 71.0.20210108190105 2021-01-08 16:10:23 -05:00
Mugurell
484f167714 For #16249 - ClipboardHandler cleans up returned text 2021-01-08 11:14:56 +02:00
mcarare
d110464a91 For #17117: Use proper custom tab session for custom tab toolbar menu. 2021-01-08 09:27:02 +02:00
Arturo Mejia
0aa44c93cd Closes issue #16945 Refactor TrackingProtectionOverlay to observe session via store. 2021-01-07 17:23:13 -05:00
Christian Sadilek
9a53054b28 Use new RestoreUseCase in A-C to handle tab timeouts 2021-01-07 15:50:54 -05:00
Arturo Mejia
743ba6918f Closes issue #16944 Refactor TrackingProtectionPanelDialogFragment to observe session via store. 2021-01-06 12:36:02 -05:00
mcarare
156dee29d8 For #15464: Always dismiss search dialog on url committed. 2021-01-06 08:58:17 +02:00
Hakkı Kaan Çalışkan
e41cc5a414 For #17303: Move ext fun runIfFragmentIsAttached to utils
move to ext
2021-01-05 21:55:45 -08:00
Gabriel Luong
d0fc086fc4
For #16790 - Allow top sites to have an empty name when renamed (#17290) 2021-01-05 16:59:41 -05:00
Roger Yang
afa0454f2b
Closes #16603: Disable pull down when in fullscreen (#17314) 2021-01-05 15:34:44 -05:00
Sebastian Kaspari
1b6cebf4d4 Switch to new SessionStorage / session restore API. 2021-01-05 17:11:57 +01:00
ekager
d5f625c945 For #17177 - Do not show PBM CFR if entering search on home, make sure fragment attached before showing 2021-01-04 20:23:43 -08:00
Roger Yang
7527851cf0
Closes #17298: Turn on new MediaSession feature for all builds (#17302) 2021-01-04 15:12:43 -05:00
MarcLeclair
24bce64e0b
16373 Count the # of inflations done on startup (#16778)
* For #16373: Added performance Inflater to counter # of inflations

This class is quite straight forward. The only thing that I have to point out is the onCreateView method. It usually
calls its super if you don't override it. The problem with that is that the super.onCreateView actually uses
android.view. as a prefix for the XML element it tries to inflate. So if we have an element that isn't part
of that package, it'll crash. As I said in the code, a good example is ImageButton. Calling android.view.ImageButton
will make the app crash. The method is implemented the same way that PhoneLayoutInflater does (Another example
is the AsyncLayoutInflater)

* For #16373: Added test for PerformanceInflater

This test got quite awkward / complicated fast.  I wanted to test the  to make sure we don't break *any* of our layouts
and to do so, I decided to just retrieve all our XML in our /res/layout folder. However, this gets quite a bit outside of a unit test scope.
The point was to get every layouts and get their LayoutID through the resources using the testContext we have. It gets even weirder, since some
of the XML tags have special implementation in android. One of them is the <fragment> tag. That tag actually is inflated by the OS using the Factory2
that the Activity.java implements. In order to get around the fragment issue, we just return a basic FrameLayout since the system LayoutInflater doesn't deal
won't ever get a <fragment> tag to inflate. Another issue was the <merge> tag. In order to inflate those, you need 1) a root view and 2) attach your view to it.
In order to be able to test those layouts file, I had to create an empty FrameLayout and use it as the root view for testing. Again, I know this is beyond the spirit of a unit test but if we use this inflater, I think it should make sure that no layouts are broken by it.

* For #16373: Overrode getSystemService to return PerformanceInflater

This allows PerformanceInflater to be called in every inflation to keep track of the number of inflations we do.

* For #16373: Added UI test for # of inflations

* For #16373: Lint fix

* For #167373: Changed the LayoutInflater cloneInContext to take this instead of inflater

The inflater parameter is set on the first call from the OS from  the Window object. However, the activity itself sets multiple factories on the inflater
during its creation (usually through AppCompatDelegateImpl.java). This means that, once we initially set the inflater with a null check, we pass an inflater
that has no factory initially. However, since we keep a reference to it, when cloneInContext was called, it cloned the inflater with the original inflater
which didn't have any factories set up. This meant that the app would crash on either browserFragment creation or any thing that required appCompat (such as
ImageView and ImageButton). Now, passing itself with a cloneInContext means we keep all the factories initially set by the activity or the fragment.

* For #16373: Fixed code issues for PR. No behavior change

* For #16373: fixed some code nits
2021-01-04 11:00:34 -05:00
mcarare
2d1df018ff For #15061: Fix error text color in SyncedTabsFragment. 2021-01-04 16:42:30 +02:00
Codrut Topliceanu
c0f0c401f3
For #11580 - Tracks text selection context menu usage (#16968)
* For #11580 - Tracks text selection context menu usage

Tracks Copy, Search, Select All and Share items from the text selection context menu. Uses AC's DefaultSelectionActionDelegate to achieve this.

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>
2021-01-04 16:28:01 +02:00
Arturo Mejia
81f208bda1 For issue #13981 Use DEEP_LINK_SCHEME instead of hard-coded fenix 2020-12-23 10:47:57 -05:00
Elise Richards
6dadecacc2
For #15703 and #17133: allow ETP redirect trackers setting to be customized (#17137)
* Remove ETP redirect trackers feature flag. Add category to ETP panel view.

* Add redirect tracker category to ETP custom settings
2020-12-22 11:43:04 -06:00
ekager
d3e1045ab9 For #17165 - Use application context to get notification localized strings 2020-12-22 09:39:30 -08:00
Christian Sadilek
36a6d364a7 For #17086 #17143: Temporarily turn off Nimbus 2020-12-21 10:45:03 -05:00
jhugman
4565d7381b
No bug- protect nimbus init from StrictMode (#17033) r=christian 2020-12-19 15:26:48 +00:00
Christian Sadilek
0b99669753 Closes #16949: Refactor OpenInAppOnboardingObserver to use browser store 2020-12-17 11:25:29 -05:00
Sebastian Kaspari
d2b8decaeb Switch to new feature-tab-collections API. 2020-12-16 15:32:53 -05:00
ekager
30df43d057
For #13321 - Do not hide toolbar when opening multiple bookmarks (#17038) 2020-12-16 12:58:46 -05:00
mcarare
04bd9c61a6 For #16483: Rotate edit arrow when toolbar position is set to bottom. 2020-12-16 16:36:35 +02:00
mcarare
e24ec1c941 For #16068: Update SUMO links. 2020-12-16 14:03:36 +02:00
mcarare
e0c3193162 For #17061: Prevent appBarLayout from leaking. 2020-12-16 13:53:45 +02:00
Christian Sadilek
5157a3f50e Closes #17045: Crash caused by calling consumeFlow on wrong thread 2020-12-15 13:28:04 -05:00
ekager
419f895364 For #16973 - Use controller handled action instead of toolbar focus 2020-12-15 09:33:08 -08:00
Gabriel Luong
846d618c06
For #16941 - [Telemetry] Bookmark Counts (#16942) 2020-12-15 11:30:24 -05:00
Christian Sadilek
d8f3127e08 Closes #16946: Refactor PwaOnboardingObserver to use browser store 2020-12-15 10:15:54 -05:00
Sebastian Kaspari
46813dd89c
Add search current/home region to debug screen. (#17015) 2020-12-15 09:34:17 -05:00
Codrut Topliceanu
d0b09b7d69
For #15368 - Adds telemetry for fullscreen, pip (#16833) 2020-12-15 14:46:15 +02:00
mcarare
01db5160ee For #16827: Add copy url from long press metrics. 2020-12-15 12:14:27 +02:00
mcarare
93b13ac977 For #15369: Add synced tabs usage metrics. 2020-12-15 11:36:47 +02:00
mcarare
d233229ce4 For #15366: Add recently closed tabs metrics from history fragment. 2020-12-15 10:52:11 +02:00
mcarare
2f360eb474 For #15366: Add recently closed tabs metrics. 2020-12-15 10:52:11 +02:00
mcarare
a59195e2ee For #16422: Handle theme for tab history bottom sheet. 2020-12-15 10:44:41 +02:00
Mugurell
574eac4636
For #15367 - DownloadsFragment telemetry (#16728)
Adds a counter for how many times the user does the following action:
- opens the Downloads section inside the app
- tap to open an item from inside Downloads / from the download dialog
- tap to delete one or more downloads at once
2020-12-15 09:14:20 +02:00
Mugurell
d5b33aec43
For #11578 - Add telemetry for how many times we download something (#16730) 2020-12-15 08:39:22 +02:00
Michael Debertol
95860eba49
For #4333: Open the keyboard when a search engine is selected (#14353)
Co-authored-by: Elise Richards <erichards@mozilla.com>
2020-12-14 12:53:59 +02:00
Arturo Mejia
f263b7333a For issue #16847 Show the autoplay icon in the toolbar 2020-12-13 19:03:01 -05:00
ekager
3b0e70a856 For #16937 - Ensure FIP is removed on navigation 2020-12-11 14:51:30 -08:00
Jeff Boek
cf61c10c39
For #15403 - Adds a secret debug info screen in settings (#15540)
Co-authored-by: Elise Richards <erichards@mozilla.com>
2020-12-11 16:13:37 -05:00
ekager
1ca34a2bc9 For #16807 - Make sure there's only one instance of search dialog 2020-12-11 11:47:30 -08:00
Elise Richards
813693f1d3
Remove hidden fab in tabs tray (#16972) 2020-12-11 11:01:04 -05:00
Codrut Topliceanu
556fea5591
For #15636 - Focus a11y collection on snackbar view tap (#16853)
With accessibility enabled, when adding a site to a collection and tapping "View" on the snackbar, we send a request for focus and an `AccessibilityEvent.TYPE_VIEW_FOCUSED` to the specified collection.
2020-12-11 14:32:37 +02:00
jhugman
9a984f10f1
Add withExperiment extension method to Nimbus (#16926) r=christian, sebastian
* Fixes #16925 Add withExperiment extension method to Nimbus
* Don't call Nimbus at all if not enabled by FeatureFlag
2020-12-10 17:34:31 +00:00
Roger Yang
ca605d8a95
Closes #16075: Add distribution_id in telemetry startup metrics (#16821) 2020-12-10 09:36:05 -05:00
Christian Sadilek
f0078097f8 Prepare for A-C Session[Manager] observable deprecation 2020-12-10 14:40:54 +01:00
ekager
dd2615b554
For #16442 - Check if fragment is still attached before updating site permissions rules (#16954) 2020-12-09 18:42:39 -05:00
jhugman
459f1e970f
Fixes #16948: call nimbus.updateExperiments on startup (#16950) r=gl 2020-12-09 20:18:48 +00:00
mcarare
a2ad9f7a27 For #16894: Handle adding voice search button depending on state. 2020-12-09 15:38:28 +02:00
mcarare
0a77f4bccf For #16775: Fallback to light mode drawable when ui mode is not resolved 2020-12-09 14:12:51 +02:00
mcarare
b4a81c2219 For #15640: Remove private resources from RadioButtonPreference. 2020-12-09 14:12:40 +02:00
mcarare
fa08afbc03 For #15640: Remove private resources from TextPercentageSeekBarPref. 2020-12-09 14:12:40 +02:00
ekager
2bb7bea258 For #16668 - Fix keyboard show/hide from search dialog fragment 2020-12-08 13:31:32 -08:00
Kate Glazko
ef01cdcefe For #16541: Download UX Updates 2020-12-08 11:35:23 -08:00
Christian Sadilek
faf765a57d Update IntentProcessors after breaking API change 2020-12-08 14:19:01 -05:00
Emilio Cobos Álvarez
9d5afd501e Add support for EME permission.
This accompanies the changes in mozilla-mobile/android-components#9121.

Closes #1175
2020-12-08 14:19:01 -05:00
Mugurell
f2191bdbb5 For #13427 - Disable the "selected tab" decoration when in Multiselect
Selecting a tab while in Multiselect would add a different decoration to the one
already set for the last tab opened and this would confuse users.
Let's avoid this.
2020-12-08 14:19:01 -05:00
Christian Sadilek
d1345e8f93 Closes #11290: Refactor ToolbarMenu to use browser store 2020-12-08 14:19:01 -05:00
Roger Yang
2ff7ba75c7
Closes #16896: Integrate new MediaSession API to nightly or debug builds (#16909) 2020-12-08 11:04:56 -05:00
Elise Richards
948db6f77b
Reload restored tabs from collection (#16865) 2020-12-07 11:32:27 -06:00
Sebastian Kaspari
2cada405d8 Update Android Components to 69.0.20201207103252. 2020-12-07 15:21:08 +01:00
ekager
e428694a51 For #16397 - Fixes SignOutFragment crash and invisible button 2020-12-04 10:59:22 -08:00
Mugurell
c89a7193f5
For #16248 - Cleanup error pages of inlined code (#16834)
Also streamlined the js code.
The errorPageScripts.js from AC had too much or too little of what we needed.
2020-12-04 18:47:30 +02:00
Roger Yang
3c3ddb4f44
For #16133: Simplify OpenInAppOnboardingObserver condition (#16851) 2020-12-04 10:44:36 -05:00
Philipp Klein
2be3fd05f2
For #15362: Remove swipe to delete for bookmarks (#16646)
Removed now obsolete feature flag and tests.
Removed obsolete swipe refresh state from BookmarkFragmentState
Also adapted tests and remove obsolete ones.
2020-12-04 13:54:45 +02:00
Elise Richards
77f061c362 Closes #8791: Use A-C tab counter and upgrades to A-C 69.0.20201203202830
Upgrades to A-C 69.0.20201203202830 and addresses breaking changes:
- Upgrades androidx workmanager to 2.4.0 in line with A-C.
- RecordingDevicesNotificationFeature was removed
- SearchUseCases accept parent session ID instead of session itself
2020-12-03 17:45:01 -05:00
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
ekager
1ed9ebf622 For #16132 - Rename normal mode menu item, remove telemetry 2020-11-12 09:11:16 -08:00
Gabriel Luong
ebadbdb352
For #14920 - Show a Tabs Tray CFR Banner for grid view tip (#16466) 2020-11-12 11:52:59 -05:00
Codrut Topliceanu
f3edce5f16
For #11376 - Reverse tabs list order (#16245) 2020-11-12 10:58:02 -05:00
Johan Lorenzo
4570f5a14f Revert "Update Android Components version to 66.0.20201111143206."
This reverts commit dbdb68ac72.
2020-11-12 12:48:00 +01:00
Kate Glazko
6c68e79a22 For #14772: Crash in Downloads 2020-11-11 12:17:28 -08:00
Mugurell
a097b135b3 For #16076 - Add new "share_image" telemetry event 2020-11-11 11:12:53 -08:00
MickeyMoz
dbdb68ac72 Update Android Components version to 66.0.20201111143206. 2020-11-11 10:18:01 -08:00
mcarare
c427ebf8d5 For #16416: Remove save to collection button from tab a11y list. 2020-11-11 12:13:35 +02:00
ekager
a8db85fc22 For #16132 - Revise multiselect mode UI 2020-11-10 17:15:19 -08:00
Mugurell
5e58377948
For #16424 - Focus the right item in tabs tray when using Talkback (#16472)
To get the index of the current selected browser tab when using reverse layout
we should also account for items placed below of the browser tabs.
The patch here unifies the logic already used for some calls but not all.
2020-11-10 15:10:50 +02:00
Codrut Topliceanu
6e4393a199
For #15720 - Remove unused telemetry (#15887) 2020-11-09 17:24:46 -05:00
Gabriel Luong
b5c25ccf3b
For #15960 - Enable Grid View in Nightly only (#16462) 2020-11-09 17:09:31 -05:00
Christian Sadilek
0fbc8410a4 Closes #16430: ExternalAppBrowserActivity should not handle incoming intents 2020-11-09 09:29:55 +01:00
Mihai Adrian Carare
c641ed72dc
For #15764 - Update Tabs summary description. (#16428) 2020-11-06 17:30:59 -05:00
Christian Sadilek
96e2123f86
Update Android Components version to 66.0.20201106143126 (#16439) 2020-11-06 17:22:46 -05:00
Christian Sadilek
4abd399002 Closes #16327: Refactor MenuPresenter to use browser store 2020-11-05 16:45:10 -05:00
Arturo Mejia
50d7792330 For issue #15934 fix ConcurrentModificationException
on WifiConnectionMonitor
2020-11-05 14:24:37 -05:00
Michael Comella
afa080c956 For #15279 - review: set LazyMonitored to private. 2020-11-05 07:48:17 -08:00
Michael Comella
090650485f For #15279: remove redundant lazy wrapper from storage APIs.
They're currently lazy { lazy { value } }. Accessing `lazy.value`
directly allows us to make it lazy { value }. This should be more
performant and prevents us from double-counting these components.
2020-11-05 07:48:17 -08:00
Michael Comella
89541a17f7 For #15279: LazyMonitored implement Lazy + update built-in API use.
By having LazyMonitored implement Lazy, we can continue to pass these
values directly into the ac APIs that require Lazy references. For some
reason, implementing `Lazy.value` can replace `operator fun getValue`
required for delegates.
2020-11-05 07:48:17 -08:00
Michael Comella
901c78684c For #15279: replace lazy with lazyMonitored in component groups.
By component groups, I mean I applied this to any class with the
class kdoc, "Component group for...".

There are a few instances of lazy we had to keep using the old API to
avoid having to update constructor arguments.
2020-11-05 07:48:17 -08:00
Michael Comella
f37ace0630 For #15279: add LazyMonitored and tests. 2020-11-05 07:48:17 -08:00
Kate Glazko
0ae268914b For #352: Delete a download 2020-11-04 13:32:24 -08:00
ekager
c0e01373e1 No issue: Update stable androidx and material versions 2020-11-04 12:00:32 -08:00
Mugurell
88bfaaabe7
For #6521 - Remove auto sigin onboarding card (#16315)
With the Fennec -> Fenix migration complete there is no other Mozilla
application that would serve as a custom account provider hence the automatic
signin would not be possible.
Make this more obvious by commenting out the code that would trigger an
onboarding banner for it but keep the code in the app for when #15694 would add
to Fenix the ability to serve as a custom account provider.
2020-11-04 17:23:19 +02:00
Mugurell
172977f698
For #14980 - Effectively disable tabs tray STATE_HALF_EXPANDED (#16052)
STATE_HALF_EXPANDED cannot be disabled while also keeping fitToContents = true
based on which the tabs tray layout is currently set.
To work around this we'll set a a minuscule height for the tab tray when in
this state and then immediately advance to STATE_HIDDEN so to make it
imperceptible to the users.
Since I couldn't write unit tests because of InflateExceptions in Robolectric
I've written UI tests to protect against regressions.
2020-11-04 11:22:46 +02:00
Mihai Adrian Carare
db58022fbb
For #13172 - Tab swipe order follows text direction from oldest to newest (#16178) 2020-11-03 15:48:00 -05:00
Rafał Opiłowski
96fb9f4676
For #12971 - Show collection saved snackbar above FAB (#16311) 2020-11-03 15:45:23 -05:00
Mugurell
34f0c84d46
For #16339 - Initialize FxaAccountManager with also a CrashReporter (#16340) 2020-11-03 14:46:08 +02:00
Sebastian Kaspari
baaa85db80 Closes #16256: Introduce build flag for "Mozilla Online" variant.
This patch introduces a build flag that can be used on demand on the command line (`./gradlew -PmozillaOnline [..}`) or
permanently when added to local.properties (`mozillaOnline`).

At runtime `Config.channel.isMozillaOnline` will return `true` if the flag was set at build time.
2020-11-03 10:34:25 +01:00
Michael Comella
2b621fcb1b No issue - review: clarify thread safety of suppressionCount. 2020-11-02 15:37:04 -08:00
Michael Comella
bff8a0d6a7 No issue: make StrictMode suppression count thread safe. 2020-11-02 15:37:04 -08:00
Christian Sadilek
d7688c8427 For #12062: Switch to consumeFlow and add tests 2020-11-02 14:23:33 -08:00
ekager
bd2c407943 For #4652 - Remove activityViewModels workarounds 2020-11-02 11:30:37 -08:00
MarcLeclair
7b1af41b40
15278 detekt rule runblocking (#15942)
* For #15278: added CoroutineManager to count runBlocking calls

* For #15278: Added actual detekt rule for runblocking and its config to the yaml

* For #15278: Added unit test for RunblockingCounter

* For #15278: renamed StrictModeStartupSuppressionCountTest.kt to PerformanceStartupTest.kt and added runBlockingCount test

* Lint fix

* For #15278: made runblocking a Long to prevent overflow

* For #15278: fixed MozRunblocking name, description and moved RunBlockingCounter to perf package

* For #15278:Renamed MozillaRunblockingCheck to MozillaRunBlockingCheck

* For #15278: Added setup for unit test, since it failed without restting counter

* For #15278: Fixed naming for RunBlocking lint check

* For #15278: removed changes made to test to use runBlockingIncrement

* For #15728: added test exclusion for runBlocking check

* For #15278: changed null check and added Synchronized to count setter

* For #15278: fix for nits

* For #15278: added StartupExcessiveResourceUseTest to CODEOWNERS

* For #15278: fixed for nits

* For #15278: Moved increment function to extension function and fixed indentation

* For #15278: Added tests for Atomic Integer extension and nit fix
2020-11-02 12:49:17 -05:00
ekager
d46fc7b142 For #6313 - Remove unneeded delay in BrowserAnimator 2020-11-02 09:38:15 -08:00
Roger Yang
b65c798450
For #16268 - Allowing multiple task while sharing (#16275) 2020-11-02 11:16:29 -05:00
Jocelyne Abi Haidar
1b204158e5
For #15931: Sort Downloads from newest to oldest (#15939) 2020-11-02 11:06:30 -05:00
mcarare
142d7a418c For #15430: Fix StrictMode death on opening app from widget voice search. 2020-11-02 15:50:12 +02:00
mcarare
5b0bdda974 For #15430: Fix StrictMode death on opening app from widget text search. 2020-11-02 15:50:12 +02:00
Mugurell
a6092c34cc For #15963 - Increase touch target for the close button in the tabs tray grid layout
We need to ensure it has at least 48dp while also not appearing too big.
2020-10-30 18:13:50 -04:00
Mugurell
83bd80c873 For #15757 - Avoid the double spacing issues for grid items in tabs tray
Items should have a 16dp all around padding.
Have them have a 8dp padding that will add to 16 when placed together.
Have the parent have another 8dp that will add to 16 for when items are placed
to the edge of the available screen.
2020-10-30 18:13:50 -04:00
Mugurell
0324baef03 For #15968 - Show a border for the selected tab in the grid based tabs tray
The border for the grid item will now be updated in the same method that
updates the background for the list item.
2020-10-30 18:13:50 -04:00
Gabriel Luong
66210469c0
For #9548 - Ability to rename top sites (#16285)
* Ability to rename top sites, closes #9548

* Highlight the "Remove" top site action as destructive

With more menu items in the top site contextual menu, it makes sense to differentiate

* Added test for the top site renaming action

* Fixed lint check (wildcard imports, blank spaces)

* Applied suggestions from code review

* Apply suggestions from code review

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>

* Implemented dialog click listener with manual dismiss/cancel

Co-authored-by: Lorenzo Stanco <lorenzo.stanco@gmail.com>
2020-10-30 15:08:04 -04:00
Codrut Topliceanu
975a5b76ec
For #14637 - Fix sitePermissionsFeature breaking change + AC bump (#16229)
* For #14637 - Compatibility patch for AC - 8554

* Update Android Components version to 65.0.20201029143039

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
2020-10-29 19:08:31 -04:00
mcarare
3cb2c83980 For #16250: Disable remote USB debugging for SDK <23. 2020-10-29 15:02:02 +01:00
Mihai Adrian Carare
0ee7e1c28d
For # 15929: Remove the search widget discoverability experiment. (#16081)
* For #15929: Remove SearchWidgetCFR telemetry.

* For #15929: Remove SearchWidgetCFR and search widget experiment.

* For #15929: Remove unit tests references to search widget experiment.
2020-10-28 13:46:02 -07:00
mcarare
9748c65c71 For #15413: Use proper url when bookmarking a page. 2020-10-28 16:33:48 +02:00
Arturo Mejia
bb7d821804 Fix AddonsManagementFragment detekt error 2020-10-27 19:23:32 -04:00
Christian Sadilek
c330426bb7 No issue: Fix onConfigurationChange crashes in Debug build 2020-10-27 18:54:07 -04:00
Christian Sadilek
601aa19176 Closes #11285: Replace Session[Manager] observers in BaseBrowserFragment 2020-10-27 17:40:58 -04:00
Grisha Kruglov
655a5cbf54 Closes #15816 - Attempt to handle 'allowInPrivate..' pref with detached context 2020-10-27 16:18:19 -04:00
mcarare
21a67de947 For #15379: Use proper url when sharing. 2020-10-27 14:15:56 -04:00
ekager
9b2162fca2 For #16199 - Don't pass BrowserToolbarView in onStart when we just need parent 2020-10-27 09:13:13 -07:00
Arturo Mejia
0ae0b89d65 Fix add-on translation braking changes 2020-10-27 11:33:18 -04:00
ekager
e15f50712a For #6313 - Set session ClearColor through Engine DefaultSettings 2020-10-22 20:36:04 -07:00
Jocelyne Abi Haidar
f514f6099a
For #15508: Show error when trying to save empty or invalid bookmark URL (#15674) 2020-10-22 17:22:37 -04:00
Mugurell
358ca2c87f
For #15543 - Adjust the height of the tabs tray depending on the number of tabs (#15749) 2020-10-21 19:21:37 -04:00
ekager
aae43b84eb
For #12062 - Feature Flag return to browser (#16099) 2020-10-21 16:29:06 -04:00
ekager
6b8f2001df
For #16084 - Match elevation of Tab in Collection to header (#16100) 2020-10-21 15:47:25 -04:00
ekager
d5cb9c599c
For #15910 - Adds back automatic toggle, disables slider when enabled (#16070) 2020-10-21 12:20:04 -04:00
mcarare
1a10215caf For #14619: Show half a tab top offset when scrolling to selected tab. 2020-10-21 13:31:59 +03:00
Mugurell
57462d612f
For #16054 - Enable pull to refresh webpage in Nightly and Debug (#16060) 2020-10-20 20:41:14 -04:00
Elise Richards
7e3c26914c
For #15080: Handle default search engine when editing or removing (#15768) 2020-10-20 16:00:00 -07:00
Juan C. Goncalves
eb0712d9b4
For #11397 - Add lint rule for AppCompatResources instead of ContextCompat (#16011) 2020-10-20 13:23:43 -07:00
Sebastian Kaspari
0d97862824 FennecWebAppIntentProcessor: Catch JSONException. 2020-10-20 15:46:18 +02:00
Mihai Adrian Carare
b1bc024ff5
For #11631: Move report site issue extension to main menu. (#15884)
* For #11631: Move report site issue extension to main menu.

* For #11631: Update UI test for installing add-on.
2020-10-20 09:34:54 +03:00
Tom Klein
57ba92080f For #15480 - Update the UI when a collection is renamed 2020-10-19 19:32:11 -07:00
mcarare
9274558e2f For #15688: Navigate to home screen with arguments on new tab action. 2020-10-19 17:45:46 -07:00
Sebastian Kaspari
2da24cd91d
Update Android Components, Kotlin, Gradle plugin (#16021)
* Closes #13262: Update AGP to 4

* Update to Mozilla Android Components 63.0.20201019090011.

* Update Kotlin to 1.4.10 and Coroutines to 1.3.9.

* Fix new compiler warnings.

* Fix compilation of lint rules module.

* Pin JNA version.

* Fix new lint errors.

Co-authored-by: Tiger Oakes <toakes@mozilla.com>
2020-10-19 14:07:47 -04:00
Mihai Adrian Carare
3ed49d8802
For #14744: Also show Fill link from clipboard with search shortcuts. (#15885) 2020-10-19 13:58:54 -04:00
Gabriel Luong
d33bd76e40
For #15796 - Use the device locale for the system locale subtitle (#15975) 2020-10-17 09:40:28 -04:00
Gabriel Luong
87ec7a77ae
For #15937 - Remove topFrecentSite feature flag (#15967)
* For #15937 - Remove the topFrecentSite feature flag

* For #15937 - Hide the "Pull to refresh" preference since its visibility is managed by a feature flag
2020-10-16 18:37:27 -07:00
ekager
d208ffe002
For #7345 - Update new shield icons, remove lottie (#15909) 2020-10-16 16:01:38 -07:00
Christian Sadilek
c852301c93 Closes #11286: Add TelemetryMiddleware to remove Session[Manager] observers 2020-10-16 11:05:34 -07:00
Gabriel Luong
412b412d5f
For #15796 - show device language under follow device language (#15966) 2020-10-16 12:47:56 -04:00
Jeff Boek
55515d8f7c
For #15596 - Removes upgrade faq link from fennec builds (#15643) 2020-10-15 15:02:51 -07:00
Michael Comella
4a000ab4f9 For #15644: change apply to with in GleanMetricsService.
While the callback receiver is identical in these two methods, they're
semantically different: apply is for initializing the receiver while with
is anything else benefiting from a new `this` receiver.

I didn't change the usage of apply that has a return statement because I
was afraid my change might change behavior.
2020-10-15 09:53:13 -07:00
Michael Comella
690554b5c6 For #15644: mock package inspection dependencies in GleanMetricsService.
The new robolectric version changed the behavior such that the app ID
that was returned for our app was `org.mozilla.fenix.debug` instead of
(I guess) `org.mozilla.fenix`. In general, relying on robolectric can be
fragile, such as this case, so it's better to mock. Also, this test
behavior should theoretically have varied between build flavors so
mocking prevents the tests from breaking across flavors.
2020-10-15 09:53:13 -07:00
ekager
4d348dd26a Fixes existing lint errors 2020-10-15 09:53:13 -07:00
Gabriel Luong
665a71cbb0 For #15907 - Remove the usage of the TabTrayGridItemDecorator 2020-10-15 10:02:07 -04:00
ekager
508ec8b8ff For #15347 - Adds telemetry for tabs settings 2020-10-14 22:53:31 -04:00
ekager
b6587455f8 fix detekt errors 2020-10-14 18:22:02 -07:00
Sebastian Kaspari
430282c8ec Use new SearchEngineProvider interface. 2020-10-14 18:22:02 -07:00
ekager
e56043c485 For #15265 - Save cached top sites for metrics ping 2020-10-14 15:08:54 -07:00
ekager
cbe293d3e4 For #12062 - Launch back to browser if we previoulsy had tabs 2020-10-14 15:05:20 -07:00
ekager
7931d66c8e For #15853 - Always set fontSizeFactor setting with new text scale 2020-10-13 09:40:43 -07:00
Mihai Adrian Carare
0e2657e262
For #14735: Remove debug logs from release build. (#15747) 2020-10-13 09:17:58 -04:00
Grisha Kruglov
2030580fc8 Closes #15812: Check for a null context during onScanResult 2020-10-09 20:40:03 -07:00
Shen
45e3f7805b For #13168 - Removed the close button from history navigation bar 2020-10-09 20:33:37 -04:00
Michael Comella
4179ab05bb For #10069 - review: clarify init time for External...Activity. 2020-10-09 15:47:55 -07:00
Michael Comella
a1bbd2589e For #10069 - review: change extra name to firstFramePreDrawNanos. 2020-10-09 15:47:55 -07:00
sraturi
8f16f9cb37 for #10069 added AppLaunchTimeMeasurement.kt to handle logic of startup time for cold, warm, and hot startup types. 2020-10-09 15:47:55 -07:00
ekager
881e3d6ccd For #14923 - Removes auto size preference toggle 2020-10-09 15:04:57 -07:00
Sijan Rijal
127d006d66
For #15402: Hide ETP pop-up if the toolbar is not visible (#15667)
For #15402: Hide ETP pop-up when top or bottom toolbar is not visible
2020-10-09 16:22:57 +03:00
Sijan Rijal
70908307fc
For #15497: Hide and remove the three dot menu from the Desktop Bookmarks folder (#15649)
For #15497: Remove and disable the three dot menu button
2020-10-09 14:39:03 +03:00
Jonathan Almeida
666781aa62 Fix lint warnings and test in site permissions 2020-10-08 19:37:56 -04:00
Arturo Mejia
de521192e0 Add support for local storage permission 2020-10-08 19:37:56 -04:00
Gabriel Luong
2dd019c05f For #15115 - Part 8: Add a feature flag for showing the grid view in the tabs setting 2020-10-08 12:50:43 -04:00
Gabriel Luong
af0af7f88a For #15115 - Part 7: Draw a border around the selected tab 2020-10-08 12:50:43 -04:00
Gabriel Luong
5fcc486caa For #15115 - Part 6: Display the tab's favicon in the grid view 2020-10-08 12:50:43 -04:00