Roger Yang
d434ff13a5
For #17092 : Dismiss toolbar menu when configuration change occurs ( #17682 )
2021-01-29 15:16:21 -05:00
Jonathan Almeida
66b94ced14
Close #1340 : Add support for WebAuthnFeature
2021-01-29 22:57:49 +04:00
Codrut Topliceanu
e188185b15
For #16828 - Adds telemetry for open in app banner ( #17049 )
...
* For #16828 - Adds telemetry for open in app banner
Specifically: Banner displayed, Dismiss action, Go to Settings action.
2021-01-29 10:14:32 +02:00
Christian Sadilek
45c0ac85ec
Remove SessionManager from BrowserFragment/ToolbarGestureHandler
2021-01-27 16:24:25 -05:00
Sebastian Kaspari
023ddcc131
Refactor ExternalAppBrowserActivity and ExternalAppBrowserFragment to not use Session(Manager).
2021-01-25 13:13:26 -05:00
Jonathan Almeida
65c69c6b9f
Fix breaking APIs in ActivityResultHandler
2021-01-22 16:45:35 -05:00
Jonathan Almeida
d32b3015c4
Use a smaller request code for WebAuthnFeature
...
We can't see the private API that we interact with on the OS, but after
some internal investigation it appears that there might be an upper
limit to the request code we can use.
For now, let's try a value similar to that use in the GVE code to see
our requests are failing because of that.
2021-01-21 11:37:18 -05: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
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
Sebastian Kaspari
051988ecff
Migrate some "selected tab" reads from SessionManager to BrowserStore.
2021-01-15 16:52:59 +01: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
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
Arturo Mejia
00d971e9d3
For #16847 : Allow autoplay to controlled via the toolbar.
2021-01-13 15:51:49 +01:00
Christian Sadilek
cef56bef17
Update Android Components version to 71.0.20210108190105
2021-01-08 16:10:23 -05:00
Arturo Mejia
0aa44c93cd
Closes issue #16945 Refactor TrackingProtectionOverlay to observe session via store.
2021-01-07 17:23:13 -05: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
Roger Yang
afa0454f2b
Closes #16603 : Disable pull down when in fullscreen ( #17314 )
2021-01-05 15:34:44 -05: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
Christian Sadilek
5157a3f50e
Closes #17045 : Crash caused by calling consumeFlow on wrong thread
2020-12-15 13:28:04 -05:00
Christian Sadilek
d8f3127e08
Closes #16946 : Refactor PwaOnboardingObserver to use browser store
2020-12-15 10:15:54 -05:00
Codrut Topliceanu
d0b09b7d69
For #15368 - Adds telemetry for fullscreen, pip ( #16833 )
2020-12-15 14:46:15 +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
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
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
Roger Yang
2ff7ba75c7
Closes #16896 : Integrate new MediaSession API to nightly or debug builds ( #16909 )
2020-12-08 11:04:56 -05:00
Sebastian Kaspari
2cada405d8
Update Android Components to 69.0.20201207103252.
2020-12-07 15:21:08 +01:00
Roger Yang
3c3ddb4f44
For #16133 : Simplify OpenInAppOnboardingObserver condition ( #16851 )
2020-12-04 10:44:36 -05: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
Roger Yang
26051f7c0e
Closes #16603 : Disable pull down refresh when activity is in immersive mode ( #16793 )
2020-12-02 11:40:44 -05: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
MickeyMoz
2c4f0624fd
Update Android Components version to 67.0.20201115143123.
2020-11-16 11:37:03 +01: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
MickeyMoz
dbdb68ac72
Update Android Components version to 66.0.20201111143206.
2020-11-11 10:18:01 -08:00
Christian Sadilek
4abd399002
Closes #16327 : Refactor MenuPresenter to use browser store
2020-11-05 16:45:10 -05:00
ekager
c0e01373e1
No issue: Update stable androidx and material versions
2020-11-04 12:00:32 -08: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
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
ekager
d46fc7b142
For #6313 - Remove unneeded delay in BrowserAnimator
2020-11-02 09:38:15 -08: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
9748c65c71
For #15413 : Use proper url when bookmarking a page.
2020-10-28 16:33:48 +02:00
Christian Sadilek
601aa19176
Closes #11285 : Replace Session[Manager] observers in BaseBrowserFragment
2020-10-27 17:40:58 -04:00