owlishDeveloper
83b0e8dc6c
Bug 1806741 - Expose hasRuleForBrowsingContext API
2023-03-08 02:46:16 +00:00
Ryan VanderMeulen
0e5e70291c
Bug 1820233 - Remove unneeded kotlin_stdlib inclusions and re-enable Werror in detekt build.gradle
2023-03-07 00:12:18 +00:00
mcarare
45f919de20
Bug 1802817 - Migrate packagingOptions DSL properties to resources sub-block.
...
exclude, pickFirst methods are deprecated.
2023-03-02 17:13:09 +00:00
mcarare
1f589a2e0b
Bug 1802817 - Set namespace via DSL in gradle build files.
...
See https://developer.android.com/studio/build/configure-app-module#set-namespace
and https://issuetracker.google.com/issues/172361895
2023-03-02 17:13:09 +00:00
mcarare
922b5f6643
Bug 1802817 - Rename AC Dependencies to ComponentsDependencies.
...
This change is needed in order to avoid clashes with Dependencies class introduced
in Gradle from 7.6 version.
2023-03-02 17:13:09 +00:00
Roger Yang
6ddefc77c2
Bug 1809269 - Add bypass load URI delegate in load flags
2023-02-24 02:04:12 +00:00
ohall-m
3d6e24b0a1
Bug 1809919 - Implement ActivityContextDelegate in AC
...
This bug implements the GeckoView.ActivityContextDelegate in AC. The
purpose of this feature is to give GeckoView access to the containing
activity to start a PrintManager (or for potential other uses). Not to
be confused with the runtime delegate of GeckoActivityDelegate, which is
tightly tied to webauthn.
2023-02-15 17:54:07 +00:00
Alexandru2909
ce37b1975b
Bug 1811183 - Handle non-digit step values passed for time input
2023-01-25 16:04:50 +00:00
Mugurell
0f92fcce1e
Bug 1811448 - Expose the GeckoView release channel in EngineVersion utils.
...
This will help conditionally execute code depending on the GeckoView release
channel which may have different functionalities enabled at compile time.
2023-01-25 13:41:27 +00:00
Arturo Mejia
5f496a2b82
Bug 1810743 - Add cookieBannerHandlingDetectOnlyMode as part of the defaultSettings
2023-01-24 23:40:31 +00:00
Arturo Mejia
26116c6a34
Bug 1810743 - Expose detect-only setting in AC
2023-01-24 14:31:01 +00:00
Arturo Mejia
1704f5335c
Bug 1810742 - Address COOKIE_BANNER_MODE_DETECT_ONLY deprecation
2023-01-21 19:25:36 +00:00
Alexandru2909
66775f3c26
Bug 1796766 - Add support for silent web notifications
2023-01-20 09:42:39 +00:00
Cathy Lu
7a27debf84
Bug 1800146 - Set tab's GeckoSession priority based on form data
2023-01-18 21:49:22 +00:00
Arturo Mejia
2ca510191e
Bug 1809921 - Address crash when visit internal sites like about config when cookie banner is ON
2023-01-17 13:40:39 +00:00
Arturo Mejia
2de1ee5e9c
Bug 1806924 - Add the API to allow to persist cookie banner handling exceptions in private
2023-01-04 15:19:45 +00:00
Arturo Mejia
8a5bd1b7b6
Bug 1797568 - Allow to observe the cookie banner events for a given session.
2023-01-04 03:23:30 +00:00
Alexandru2909
fb35eb4eb7
Bug 1799679 - Preserve search terms for search engine result pages
2023-01-03 07:56:37 +00:00
Arturo Mejia
6ddfb8562c
Bug 1806435 - Add CookieBannerHandlingMode.DETECT_ONLY
2022-12-20 17:00:11 +00:00
Christian Sadilek
4fcc97ab8d
Revert "Bug 1799679 - Preserve search terms for search engine result pages"
...
This reverts commit bf984d2d9a1d6db4452393e0b4421e9b808f0bdf.
2022-12-13 12:39:05 -05:00
Alexandru2909
a8dc241789
Bug 1799679 - Preserve search terms for search engine result pages
2022-12-12 19:55:08 +00:00
Arturo Mejia
c93df30bb7
Bug 1803117 - disable by default cookieBannerHandlingModePrivateBrowsing
...
(cherry picked from commit b709ce3c9da302c2302e5e8bdaeeaaebc99ac472)
2022-12-01 23:10:05 +00:00
Arturo Mejia
1e4b530945
Bug 1801648 - Fix autoplay settings are not getting updated in private mode
2022-11-24 12:38:37 +00:00
Arturo Mejia
748e98c608
Bug 1797605 - Add API support for ignoring sites for cookie banner handling ( https://github.com/mozilla-mobile/firefox-android/pull/139 )
2022-11-23 11:31:05 -05:00
Christian Sadilek
4091b14a33
Fix android lint in composite builds
2022-11-21 13:40:53 -05:00
Arturo Mejia
2f2845239a
Improve site permissions APIs
2022-11-15 22:22:16 +00:00
Jonathan Almeida
11592be959
Bug 1799056 - Update onSaveToPdfError to onSaveToPdfException
2022-11-08 17:05:50 +00:00
Arturo Mejia
496f1135fc
Bug 1796482 - Allow for notifying consumers on unsuccessful Save to PDF requests
2022-11-01 20:38:10 +00:00
Mugurell
19cda574d7
Bug 1798359 - Have TCP as the default cookie policy.
2022-11-01 15:27:06 +00:00
owlishDeveloper
8119267052
[components] Bug 1796144 - Add setting for cookie banner handling mode
2022-10-25 23:19:43 +00:00
Gabriel Luong
d9d783b698
[components] Issue https://github.com/mozilla-mobile/android-components/issues/12939 : Address all ktlint issues
2022-10-17 17:07:40 -04:00
Roger Yang
02a1535298
[components] Close https://github.com/mozilla-mobile/android-components/issues/12926 : Use external flag when opening fallback URL
2022-10-11 17:14:31 +00:00
mcarare
6d98cb9623
[components] For https://github.com/mozilla-mobile/android-components/issues/12500 : Update navigation, lifecycle, core and fragment dependencies.
2022-10-11 07:17:12 +00:00
iorgamgabriel
3d77211539
[components] For https://github.com/mozilla-mobile/android-components/issues/12894 Canceling the "Open in app?" should open the page in focus browser.
2022-10-11 05:54:26 +00:00
Alexandru2909
f6757db01e
[components] For https://github.com/mozilla-mobile/android-components/issues/12151 - Fix ktlint issues for GeckoPromptDelegate.kt
2022-09-22 11:37:47 +00:00
Alexandru2909
7c2b2238d3
[components] For https://github.com/mozilla-mobile/android-components/issues/12151 - Add support for empty step value in TimePicker
2022-09-22 11:37:47 +00:00
Alexandru2909
d12b67a0ec
[components] For https://github.com/mozilla-mobile/android-components/issues/12151 - Support step attribute in TimePicker
2022-09-08 14:37:09 +00:00
mcarare
6b1a2d5dcb
[components] For https://github.com/mozilla-mobile/android-components/issues/12381 : Replace VisibleForTesting with @get:VisibleForTesting.
2022-08-31 09:47:47 +00:00
mcarare
97ae5efa57
[components] For https://github.com/mozilla-mobile/android-components/issues/12381 : Remove VisibleForTesting annotation.
...
Values are also accessed from code, not just from tests.
2022-08-31 09:47:47 +00:00
Jonathan Almeida
7bb88450b5
[components] Close https://github.com/mozilla-mobile/android-components/issues/12267 : Add support for Save to PDF in GeckoEngineSession
...
Adds support for Save to PDF from the GeckoSession by plugging the
API into `onExternalResponse` to provide the same flow as a typical
file download experience would be.
Co-authored-by: Olivia Hall <ohall@mozilla.com >
2022-08-15 14:29:34 +00:00
Alexandru2909
7d5e081d3e
[components] For https://github.com/mozilla-mobile/android-components/issues/12562 - Handle onPromptDismiss in ChoicePromptDelegate
2022-08-08 13:23:15 +00:00
indu
0d9645d22c
[components] For https://github.com/mozilla-mobile/android-components/issues/12426 : Display the web content that triggered the app redirect, if the user navigate to the browser through the launcher icon or coming back from the app
...
This fix allows the tab to display the correct web content if the user swipes back or launches the browser from the home screen after the app request url is handled by the corresponding app.
Co-Authored-By: Roger Yang <6579541+rocketsroger@users.noreply.github.com >
2022-07-27 15:26:38 +00:00
Ben Dean-Kawamura
e163f82bc2
[components] Dumping app-services to v93.6.0
2022-07-15 19:31:07 +00:00
Arturo Mejia
c3fdfd183e
[components] Improve the media delegate
2022-07-12 03:30:59 +00:00
Rohan Maity
52ed25654b
[components] For #23684 , Do not cache lastLoadRequestUri for AppIntent InterceptionResponse
2022-06-24 14:25:15 +00:00
Gabriel Luong
4703abfa0f
[components] Issue https://github.com/mozilla-mobile/android-components/issues/12336 - Implement onAddressFetch in GeckoAutocompleteStorageDelegate
2022-06-22 14:25:57 +00:00
Jan-Erik Rediger
706f1eb240
[components] Use patched Glean Gradle plugin to fix Windows build issues
...
The plugin has a single small change:
1c9577144a
2022-06-20 16:21:57 +00:00
Gabriel Luong
16930d4ab3
[components] Issue https://github.com/mozilla-mobile/android-components/issues/12348 - Pass the full name to the Autocomplete.Address.Builder
2022-06-17 15:36:18 +00:00
mcarare
42eea89e8d
[components] For https://github.com/mozilla-mobile/android-components/issues/12233 : Handle ERROR_BAD_HSTS_CERT error.
2022-06-15 06:51:53 +00:00
Jan-Erik Rediger
705c223b8a
[components] Adopt APIs from Glean UniFFI
2022-06-09 18:08:13 +00:00