Geoff Brown
ceba494263
Bug 1881094 - 8. remove some eslint exclusions for firefox-android, using mach lint --fix r=android-reviewers,frontend-codestyle-reviewers,webcompat-reviewers,denschub,Gijs,gl
...
This eliminates some eslint errors on firefox-android code by running 'mach lint --linter=eslint --fix'.
The eslint --fix only addresses a few simple issues, but this allows us to remove some lint exclusions.
Differential Revision: https://phabricator.services.mozilla.com/D210107
2024-05-14 13:59:26 +00:00
mcarare
1070e28db0
Bug 1893120 - Run AC Robolectric tests on SDK 34 and adapt tests. r=android-reviewers,webcompat-reviewers,twisniewski,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D209640
2024-05-14 13:00:48 +00:00
acseh
3f4b08c594
Backed out changeset 9976b7730dbd (bug 1893120) for causing lint failures CLOSED TREE
2024-05-14 12:57:36 +03:00
mcarare
4a11afeae1
Bug 1893120 - Run AC Robolectric tests on SDK 34 and adapt tests. r=android-reviewers,webcompat-reviewers,twisniewski,avirvara
...
Differential Revision: https://phabricator.services.mozilla.com/D209640
2024-05-14 08:02:38 +00:00
Geoff Brown
a7e1483b01
Bug 1881094 - 4. remove and revise prettier exclusions for firefox-android r=android-reviewers,frontend-codestyle-reviewers,gl,webcompat-reviewers,twisniewski
...
- remove the firefox-android exclusions from .prettierignore
- add a few specific exclusions to .prettierignore for files with existing errors
- add a few specific entries to Generated.txt and ThirdPartyPaths.txt
- add `initial_experiments.json` to the list of generated files: these are updated from Nimbus
- run `mach lint --fix --linter=eslint -- mobile/android` to generate all the formatting changes
Differential Revision: https://phabricator.services.mozilla.com/D206915
2024-05-07 20:24:38 +00:00
Mozilla Releng Treescript
239b26ccb5
no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
2024-04-10 00:29:46 +00:00
mcarare
766537080c
Bug 1870050 - Remove improper usage of VisibleForTesting annotation
2024-02-05 09:19:07 +00:00
github-actions
71356474b3
Import translations from android-l10n
2024-02-03 00:26:38 +00:00
William Durand
40c8b21971
Bug 1867295 - Introduce a new installBuiltInWebExtension method
2023-11-30 20:41:42 +00:00
github-actions
486f6bcf0a
Import translations from android-l10n
2023-11-08 00:26:58 +00:00
Luca Greco
20a4d95115
Bug 1860130 - Fix getSerializedDoc message reply in readerview-background.js
2023-10-31 13:02:39 +00:00
Jeff Boek
177b6b1c4a
Bug 1856731 - Moves showing reader mode from the content / background script to the Feature. ( https://github.com/mozilla-mobile/firefox-android/pull/3922 )
...
Bug 1856708 - Fixes ReaderView to use new storage.session APIs
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-10-17 01:26:35 +00:00
mcarare
063c553913
Bug 1849833 - Replace deprecated compileSdkVersion.
...
This is replaced by defaultConfig compileSdk.
2023-09-11 06:36:20 +00:00
mcarare
235c47209f
Bug 1849833 - Replace deprecated kotlinOptions method.
2023-09-11 06:36:20 +00:00
mcarare
5a7b24763d
Bug 1849833 - Replace qualified name with import.
2023-09-11 06:36:20 +00:00
github-actions
4336dc3b52
Import translations from android-l10n
2023-08-16 02:42:30 +00:00
Luca Greco
24444e0a78
Bug 1826245 - Convert ReaderView (readerview@mozac.org) built-in extension to event pages.
2023-08-14 13:12:21 +00:00
mike a
90cc12c255
Bug 1815637 - cherry picking 548379d, the original rtl commit
2023-08-04 04:32:44 +00:00
MatthewTighe
c87183c8b5
Bug 1843168 - Expose Mockito through test support component
2023-07-24 18:02:09 +00:00
Arturo Mejia
8b238ff494
Reverts "Bug 1815637 - Add rtl support."
2023-07-13 17:55:12 +00:00
jackyzy823
4540592440
Bug 1820404 - Keep ReaderView position state between active and inactive
2023-06-16 17:32:27 +00:00
mike a
0f6ee09218
Bug 1815637 - Add rtl support
2023-05-09 18:41:08 +00:00
github-actions
639a0f0c29
Import translations from android-l10n
2023-04-20 03:44:36 +00:00
Geoff Brown
4b36c91e06
Bug 1825116 - Add license notice where missing ( https://github.com/mozilla-mobile/firefox-android/pull/1637 )
...
* Bug 1825116 - Add license notice where missing
* Bug 1825116 - Revert changes to strings.xml
* Bug 1825116 - Restore ic_cc*.xml
2023-04-19 21:08:15 +00:00
Geoff Brown
6561b2de2b
Bug 1825116 - Resolve many black, isort, and file-whitespace lint issues
2023-04-12 14:04:29 +00:00
mcarare
278fa80cc2
Bug 1824717 - Remove unnecessary AndroidJUnit4 runner.
2023-04-05 12:44:13 +00:00
William Durand
f6eeab7e9f
Bug 1824341 - Use browser_specific_settings instead of applications in built-in manifests
2023-03-27 14:23:55 +00:00
github-actions
8b45c49747
Import translations from android-l10n
2023-03-09 20:35:59 -05:00
github-actions
e33d341c5a
Import translations from android-l10n
2023-03-07 01:06:53 +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
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
github-actions
24d0333c19
Import translations from android-l10n
2023-02-26 00:33:35 +00:00
ryg-git
62c3317864
Bug 1811751 - reading time disappears on page refresh
...
bug fix for reading time disappearance on refresh, for articles in language other than english.
fix related to fenix repository issue 22634.
2023-02-16 16:33:20 -05:00
Mozilla L10n Automation Bot
bd17ff7972
Import l10n.
2023-01-30 01:38:45 +00:00
Mozilla L10n Automation Bot
b7fc6713e0
Import l10n.
2023-01-29 01:28:35 +00:00
Mozilla L10n Automation Bot
89d5f65999
Import l10n.
2023-01-28 00:48:05 +00:00
Mozilla L10n Automation Bot
2269ea9ce0
Import l10n.
2023-01-27 03:14:03 +00:00
Alexandru2909
ca42e2942b
Bug 1798672 - Autosize reader mode controls text
2023-01-26 21:08:51 +00:00
Mozilla L10n Automation Bot
03ff98e03c
Import l10n.
2023-01-24 00:54:18 +00:00
Mozilla L10n Automation Bot
039605fd83
Import l10n.
2023-01-23 00:43:58 +00:00
Mozilla L10n Automation Bot
44067eb38a
Import l10n.
2023-01-22 22:27:02 +00:00
Mozilla L10n Automation Bot
6aa374ec4f
Import l10n.
2023-01-02 01:31:50 +00:00
Mozilla L10n Automation Bot
bec0bb4839
Import l10n.
2022-12-28 02:15:09 +00:00
Mozilla L10n Automation Bot
130360184d
Import l10n.
2022-12-27 01:01:49 +00:00
Mozilla L10n Automation Bot
eb88d37e79
Import l10n.
2022-12-23 17:38:00 +00:00
Christian Sadilek
4091b14a33
Fix android lint in composite builds
2022-11-21 13:40:53 -05:00
Alexander Gramiak
bcc43f0530
Bug 1799230 - Use Non-Transitive R Classes
...
According to Android documentation: "This leads to faster builds and
the corresponding benefits of compilation avoidance."
2022-11-17 18:23:01 +00:00
Alexander Gramiak
2e99c03f8c
[components] Update Readability to 0.4.2
2022-10-25 22:51:16 +00:00
mcarare
4ad330adbc
[components] For https://github.com/mozilla-mobile/android-components/issues/12489 : Upgrade kotlin, coroutines, compose compiler to latest versions.
...
Upgrade kotlin to 1.7.20, coroutines to 1.6.4 and compose compiler to 1.3.2.
Replace deprecated Xopt-in with op-in.
Replace deprecated Xjvm-default=enable with Xjvm-default=all.
Remove useIR property that is now default true.
2022-10-18 08:20:59 +00:00