github-actions
3d286d946e
Import translations from android-l10n
2024-03-04 00:29:52 +00:00
Alexandru2909
b133b2a157
Bug 1804636 - Allow search terms to be refined in content
2024-02-23 17:02:28 +00:00
github-actions
5344464ed4
Import translations from android-l10n
2024-02-02 01:00:14 +00:00
Cathy Lu
5d6ee304f1
Bug 1875106 - Add shopping api to send placement attribution event
2024-01-26 17:08:42 +00:00
github-actions
5e6cb700c4
Import translations from android-l10n
2024-01-13 00:29:26 +00:00
Cathy Lu
9d9a2992d7
Bug 1858947 - Expose Shopping API reportBackInStock to AC
2023-12-06 18:53:24 +00:00
Cathy Lu
933fffe65f
Bug 1866241 - Expose Shopping status progress field in AC
2023-12-01 16:06:07 +00:00
Olivia Hall
9308778aad
Bug 1862262 - Translations Preferences
...
This bug adds a few options for translations preferences on the engine,
including:
* (Runtime Setting) Option to get/set translations offer popup
* (Runtime Request) Option to get/set translation language preference
* (Session Request) Option to get/set a site's translation preference
2023-11-30 23:00:07 +00:00
Olivia Hall
e842bb5c42
Bug 1844523 - Translate and Restore to Original Engine Support
...
This patch adds engine support for translate and restoring the page after
a translation. `requestTranslate` and `requestTranslationRestore` are
the Gecko engine session functions.
This corresponding actions for these functions are `TranslateAction`,
and `TranslateRestoreAction`. The success and failure correspond to the
actions `TranslateSuccessAction` and `TranslateExceptionAction`.
Sample usage is provided on reference browser. The sample is currently
hardcoded to support Spanish to English page translations until the next
API is introduced.
2023-11-03 21:10:32 +00:00
Cathy Lu
005e9f15fc
Bug 1845835 - Expose shopping ad attribution events in AC
2023-11-02 19:04:16 +00:00
github-actions
d40e474012
Import translations from android-l10n
2023-09-30 00:29:49 +00:00
github-actions
b7d4a73b76
Import translations from android-l10n
2023-09-29 00:32:17 +00:00
Cathy Lu
7d655590f3
Bug 1853309 - Expose Creating Shopping Analysis and Status API
2023-09-20 15:17:46 +00:00
mcarare
063c553913
Bug 1849833 - Replace deprecated compileSdkVersion.
...
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
github-actions
53799de4de
Import translations from android-l10n
2023-09-07 00:31:32 +00:00
owlishDeveloper
2a08983c96
Bug 1840693 - Expose Request Product Recommendations API
2023-08-10 02:39:42 +00:00
owlishDeveloper
1f27d0b055
Bug 1840692 - Expose Request Analysis Fakespot API
2023-08-09 21:29:34 +00:00
MatthewTighe
c87183c8b5
Bug 1843168 - Expose Mockito through test support component
2023-07-24 18:02:09 +00:00
github-actions
5ad818a6ce
Import translations from android-l10n
2023-07-14 01:00:05 +00:00
Ryan VanderMeulen
4ca4af9657
Bug 1838903 - Fix AC formatting issues and update baseline
2023-06-26 17:59:29 +00:00
github-actions
e59ef96066
Import translations from android-l10n
2023-06-16 01:14:05 +00:00
Olivia Hall
0967f5078a
Bug 1829213 - Update Save To PDF Telemetry and checkForPdfViewer Option
...
* Adds `checkForPdfViewer` to determine if page is a PDF Viewer page or not
* Adjusts save_to_pdf_failure to have extras of pdf, non-pdf, or unknown
* Adjusts save_to_pdf_failure to have extras of failure reason
* Adjusts save_to_pdf_tapped to have extras of pdf, non-pdf, or unknown
* Adds save_to_pdf_completed with extras of pdf, non-pdf, or unknown
2023-06-15 21:02:41 +00:00
Olivia Hall
4875874900
Bug 1836778 - Add Support for Printing in GeckoEngineSession
...
This bug adds an option to print the current page's content using the
Android Print Spooler via GeckoView with status on the Engine in AC.
2023-06-15 15:13:35 +00:00
Arturo Mejia
a7997d1829
Bug 1829371 - Expose an API to allow opening in third party app PDF files
2023-05-04 19:22:55 +00:00
github-actions
639a0f0c29
Import translations from android-l10n
2023-04-20 03:44:36 +00:00
Geoff Brown
6561b2de2b
Bug 1825116 - Resolve many black, isort, and file-whitespace lint issues
2023-04-12 14:04:29 +00:00
github-actions
a9ffeb26b8
Import translations from android-l10n
2023-03-19 00:37:54 +00:00
github-actions
8875d45f75
Import translations from android-l10n
2023-03-08 04:16:31 +00:00
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
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
cd1b348c9b
Bug 1802817 - Rename DSL object from lintOptions to lint.
...
DSL object for configuring lint options lintOptions is deprecated.
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
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
Mozilla L10n Automation Bot
89d5f65999
Import l10n.
2023-01-28 00:48:05 +00:00
Mozilla L10n Automation Bot
77fdd602c0
Import l10n.
2023-01-26 01:26:00 +00:00
Alexandru2909
fb35eb4eb7
Bug 1799679 - Preserve search terms for search engine result pages
2023-01-03 07:56:37 +00:00
Mozilla L10n Automation Bot
130360184d
Import l10n.
2022-12-27 01:01:49 +00:00
Mozilla L10n Automation Bot
f1082aeac8
Import l10n.
2022-12-24 00:48:23 +00:00
Mozilla L10n Automation Bot
eb88d37e79
Import l10n.
2022-12-23 17:38:00 +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
Christian Sadilek
4091b14a33
Fix android lint in composite builds
2022-11-21 13:40:53 -05:00
Mihai Adrian Carare
e087b524a6
Bug 1796353 - Build with compileSdkVersion for Android 13 / API 33. ( https://github.com/mozilla-mobile/firefox-android/pull/62 )
...
* Bug 1796353 - Build with compileSdkVersion for Android 13 / API 33.
* Bug 1796353 - Update method signature for View.AccessibilityDelegate.
* Bug 1796353 - Handle AccessibilityNodeInfo.CollectionInfo.obtain deprecation.
* Bug 1796353 - Update method signature for View.OnAttachStateChangeListener.
* Bug 1796353 - Handle getParcelableExtra(String) deprecation.
* Bug 1796353 - Handle getParcelable(String) deprecation.
* Bug 1796353 - Handle getParcelableArrayListExtra(String) deprecation.
* Bug 1796353 - Move URLStringUtils to ktx package.
This is needed to avoid circular dependencies for some needed changes.
* Bug 1796353 - Suppress deprecation for get(String).
* Bug 1796353 - Replace removed method setAppCacheEnabled.
* Bug 1796353 - Handle PackageManager methods deprecations.
* Bug 1796353 - Handle getSerializable(String) deprecation.
* Bug 1796353 - Handle stopForeground deprecation.
* Bug 1796353 - Update method signature for GestureDetector.SimpleOnGestureListener.
* Bug 1796353 - Handle AccessibilityEvent.obtain deprecation.
* Bug 1796353 - Handle getParcelableArrayList(String) deprecation.
* Bug 1796353 - Handle getParcelableArray(String) deprecation.
* Bug 1796353 - Handle getSerializableExtra(String) deprecation.
* Bug 1796353 - Handle readParcelable(classLoader) deprecation.
* Bug 1796353 - Handle FillResponse.Builder setAuthentication deprecation.
* Bug 1796353 - Handle Dataset.Builder setValue deprecation.
* Bug 1796353 - Suppress get(String) deprecation.
We still need to use this method because we do not know the type beforehand.
* Bug 1796353 - Handle onBackPressed() deprecation.
* Bug 1796353 - Suppress queryBroadcastReceivers deprecation.
* Bug 1796353 - Suppress package manager methods deprecation.
* Bug 1796353 - Catch and report exceptions when handling touch event detection.
* Bug 1796353 - Suppress deprecation for getPackageInfo used in tests with SDK 28.
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-16 00:35:40 -05:00
mcarare
ef3c3593c1
[components] No issue: Update AndroidX Annotation to the latest version.
...
Update imports for annotations moved to Companion Object.
2022-10-25 19:19:29 +00:00
mcarare
d39fcba1f7
[components] For https://github.com/mozilla-mobile/android-components/issues/12489 : Add deprecation annotation to overridden method.
...
Also copy deprecation message from deprecated member.
2022-10-18 08:20:59 +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
Mozilla L10n Automation Bot
c264ab19e6
[components] Import l10n.
2022-10-15 00:20:11 +00:00
Mozilla L10n Automation Bot
1b14baec2a
[components] Import l10n.
2022-09-08 00:20:22 +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