DreVla
89ce37541b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/15348 : Voice search option appears for all search engines
...
Voice search was restricted only for google, with the condition removed
it should appear now for all search engines
2022-12-08 04:58:06 +00:00
mozilla-l10n-automation-bot
1c82d1a269
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28120 )
2022-12-08 00:40:53 +00:00
t-p-white
6653051034
[fenix] For https://github.com/mozilla-mobile/fenix/issues/28114 : Update CFR strings in Private Browsing Mode.
2022-12-07 23:37:31 +00:00
mozilla-l10n-automation-bot
7327b21a62
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28107 )
2022-12-07 09:25:28 +00:00
mozilla-l10n-automation-bot
c18f2ef3c9
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28102 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-12-07 01:18:45 +00:00
Zac McKenney
aed86b9d30
[fenix] Bug 1804107 - Fix for BaseBrowserFragment toolbar getter null crash and invalidating actions when modifying toolbar
2022-12-07 00:46:00 +00:00
Aaron Train
663b50a29a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/28098 - Disable openPocketDiscoverMoreTest
2022-12-06 22:48:49 +00:00
Jonathan Almeida
b4b031b8b6
[fenix] Bug 1799996 - Speculative fix checks CFRPopup.anchor is attached to window
...
We're seeing crashes in the Fenix copy of the `CFRPopup` that are
happening when our activity has already been destroyed, and then we are
trying to add a view to it with the WindowManager.
Our guess from looking at the traces are that the
`BrowserToolbarCFRPresenter` is receiving the `collect call on the main
thread, but further down the event loop. As well as the Runnable in
`CFRPopup#show` that is posting to the end event loop - both of these
calls are putting us in a state where the activity we want has already
been destroyed before we get to the moment where we want to use it.
This is a crash that is difficult to synthesize or write a test for.
As a result, our fix is rather speculative but still straight-forward
and safe to uplift, should it work.
There are three remaining follow-ups to do when fix is confirmed:
1. There is a CFRPopup that was upstreamed which is based on the Fenix
implementation. We should upstream this patch to that component as
well.
2. We should remove this copy of the CFRPopup and use the upstreamed
version to avoid confusion between the two copies.
3. With this change, we are now gracefully failing when our users get
into this state, however our telemtry and onboarding flows are
unaware that the CFR was never shown.
We need to to correct telemetry for `TrackingProtection.tcpCfrShown`
to stop incorrectly reporting false positives and reset our
`shouldShowTotalCookieProtectionCFR` pref to false so that we can
try again at the appropriate time.
Co-authored-by: Christian Sadilek <christian.sadilek@gmail.com>
2022-12-06 22:00:12 +00:00
Roger Yang
067b73eeca
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/27949 : Add Nimbus exposure event for re-engagement notification
2022-12-06 20:36:32 +00:00
priyanka0906
37307db791
[fenix] For https://github.com/mozilla-mobile/fenix/issues/7924 - added an undo snackbar when a pinned site is removed
2022-12-06 19:12:54 +00:00
mozilla-l10n-automation-bot
7848e265c7
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28083 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2022-12-06 14:36:36 +00:00
Alexandru2909
6f8dbbcc3c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/22770 - Use String.toShortUrl from A-C
2022-12-06 13:03:38 +00:00
Alexandru2909
aae93b2bc4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/28010 - Update documentation for browser_search_with_ads and browser_search_ad_clicks
2022-12-06 12:20:55 +00:00
DreVla
2cba38ea4c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27753 - Update search engines immediately after changing system language
2022-12-06 10:33:51 +00:00
DreVla
910948fac0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27753 - Update search engines immediately after changing language
2022-12-06 10:33:51 +00:00
Madalin Valceleanu
f80ed71b1b
[fenix] Fixed link from clipboard open up from same URL on every new tab https://github.com/mozilla-mobile/fenix/issues/15588
2022-12-06 00:31:05 +00:00
Jeff Boek
73918171ba
[fenix] For mozilla-mobile https://github.com/mozilla-mobile/fenix/issues/17904 - Increases tap area on the add shortcut button
2022-12-05 21:49:33 +00:00
joaopmatos
96bdbba7e5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8545 - Change home screen recyclerView height to wrap_content
2022-12-05 21:03:41 +00:00
Perry McManis
c60e1c5158
[fenix] For https://github.com/mozilla-mobile/fenix/issues/28042 - Increase lifetime of customize_home.contile to application
2022-12-05 17:53:41 +00:00
mozilla-l10n-automation-bot
f8208133c7
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28060 )
...
Co-authored-by: Ryan VanderMeulen <rvandermeulen@mozilla.com>
2022-12-05 14:16:35 +00:00
oana.horvath
d3593a435f
[fenix] No issue: RTL nav bar UI tests
2022-12-05 13:06:21 +00:00
oana.horvath
743dc17246
[fenix] No issue: disables openPocketStoryItemTest
2022-12-05 11:25:42 +00:00
mozilla-l10n-automation-bot
8b158fd11d
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28058 )
2022-12-03 14:38:15 +00:00
Zac McKenney
a9631f62ab
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27540 : Add screen size configuration change handling
2022-12-02 23:14:22 +00:00
AndiAJ
f6113dc3fa
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new dismissOnboardingWithPageLoadTest UI test
2022-12-02 09:02:01 +00:00
mozilla-l10n-automation-bot
8c35438c40
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28049 )
2022-12-02 00:31:48 +00:00
Rahul Sainani
092a79a195
[fenix] For mozilla-mobile https://github.com/mozilla-mobile/fenix/issues/26736 - fix username validation error state ( https://github.com/mozilla-mobile/fenix/pull/28017 )
2022-12-01 18:43:38 +01:00
mozilla-l10n-automation-bot
1ee9ecf9e5
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28038 )
2022-12-01 01:02:46 +00:00
mozilla-l10n-automation-bot
fcddd26dc5
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28027 )
2022-11-30 00:43:13 +00:00
Roger Yang
125be804f5
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/28021 : Add ability to opt in to receiving push notifications on Android 13+ devices
2022-11-29 19:51:51 +00:00
mozilla-l10n-automation-bot
60f1ca1148
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28018 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-29 17:27:41 +00:00
Alexandru2909
1878adad69
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26708 - Add search widget preview for nightly
2022-11-29 07:40:30 +00:00
mozilla-l10n-automation-bot
3092983428
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/28007 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-29 02:29:57 +00:00
Charlie Humphreys
826bf1341c
[fenix] update nimbus event for sync sign in
...
https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/sync_auth_sign_in
2022-11-29 01:29:32 +00:00
Charlie Humphreys
6a382554f1
[fenix] update override method response to be nullable
2022-11-29 01:29:32 +00:00
Charlie Humphreys
0d2c16e024
[fenix] remove extra line
2022-11-29 01:29:32 +00:00
Charlie Humphreys
c0014793e4
[fenix] add license headers
2022-11-29 01:29:32 +00:00
Charlie Humphreys
ff740dac17
[fenix] fix tests and linting
2022-11-29 01:29:32 +00:00
Charlie Humphreys
0410b1ade3
[fenix] update for pr feedback and add sync login event
2022-11-29 01:29:32 +00:00
Charlie Humphreys
22bde29410
[fenix] add Experimentation helper
2022-11-29 01:29:32 +00:00
Charlie Humphreys
f80f9c6c02
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/27933 : record app opened event and add nimbus event test suite
2022-11-29 01:29:32 +00:00
Roger Yang
e47e85b2b6
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/27949 : Add engagement notification for inactive users
2022-11-28 20:08:10 +00:00
DreVla
e786d4fd0e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27896 - Match share sheet header style with the rest
...
"Send to device" share sheet header is now styled to match the other headers.
2022-11-28 12:04:26 +00:00
mcarare
355804f2c3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26633 : Add post notifications permission.
2022-11-28 08:37:30 +00:00
mozilla-l10n-automation-bot
526c48269f
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27991 )
2022-11-28 00:42:30 +00:00
mozilla-l10n-automation-bot
ac1507aeca
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27981 )
2022-11-27 00:39:25 +00:00
mozilla-l10n-automation-bot
ac93406e73
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27970 )
2022-11-25 00:40:03 +00:00
AndiAJ
5772ec7d30
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new verifyPocketLearnMoreLinkTest UI test
2022-11-24 19:00:12 +00:00
AndiAJ
9bbdae48f5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new selectStoriesByTopicItemTest UI test
2022-11-24 19:00:12 +00:00
AndiAJ
2167ea3b60
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new openPocketDiscoverMoreTest UI test
2022-11-24 19:00:12 +00:00
AndiAJ
f76dcc4da7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new openPocketStoryItemTest UI test
2022-11-24 19:00:12 +00:00
AndiAJ
099a89e856
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 improve coverage for verifyPocketHomepageStoriesTest UI test
2022-11-24 19:00:12 +00:00
AndiAJ
3bab90379e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new verifyJumpBackInSectionTest UI test
2022-11-24 19:00:12 +00:00
AndiAJ
1fad059be6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 refactor homeScreenItemsTest UI test
2022-11-24 19:00:12 +00:00
James Hugman
1a59288475
[fenix] Use NimbusBuilder from AppServices/AndroidComponents
2022-11-24 15:42:04 +00:00
AndiAJ
c2ceb55559
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27966 disable verifySponsoredShortcutsSponsorsAndPrivacyOptionTest UI test
2022-11-24 14:55:30 +00:00
oana.horvath
c58ebaa552
[fenix] No issue: Adding new start on homepage setting UI test
2022-11-24 12:34:41 +00:00
mozilla-l10n-automation-bot
6345c67fff
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27962 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-24 02:16:08 +00:00
MatthewTighe
034172beeb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27950 : add first week days of use growth data
2022-11-23 19:37:21 +00:00
Arturo Mejia
7add94ef18
[fenix] Disable cookie banner handling by default.
2022-11-23 09:43:15 -05:00
mozilla-l10n-automation-bot
e06af2be16
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27954 )
2022-11-23 00:30:37 +00:00
Jocelyne
2eb5f72a01
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27288 : Remove glean test rule and Android test runner from WallpaperUseCasesTest
2022-11-22 23:16:13 +00:00
PrashantSaroj
a44f8ccd87
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27290 - Refactor DefaultLoadBitmapUseCase to receive orientation and files directory as argument
2022-11-22 19:09:56 +00:00
mozilla-l10n-automation-bot
8c78abe520
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27940 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-22 01:08:18 +00:00
BFadairo
0f596b22d5
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/27854 : Remove unnecessary Theme.getTheme() calls from FirefoxTheme usages
2022-11-22 00:13:35 +00:00
James Hugman
3fd5a29be8
[fenix] Fixup breaking change for application-services 96.0.0
2022-11-21 22:09:29 +00:00
Jonathan Almeida
a47b4b3c74
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/26320 : Make Nimbus first-startup comments clear in FenixApplication
2022-11-21 19:32:14 +00:00
Jonathan Almeida
a9b865b019
[fenix] Bug 1796146 - Update l10n descriptions for Cookie Banner protection
2022-11-21 19:00:39 +00:00
Mugurell
6cf81ea160
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27228 - Resume qr scanning if camera permission is changed
...
If permissions are changed the app process is restarted with the same
happening for the previously running app components.
SearchDialogFragment used for searches will check if qr scanning was in
progress and resume if needed.
PairFragment used for signing-in will start scanning on itself.
Android-Components will avoid resuming the scan functionality if the camera
permission is missing and so allow to request the permission again without the
camera permission related system calls causing issues.
2022-11-21 15:22:24 +00:00
Alexandru2909
3d600f2349
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27885 - Change default browser notification delay to 72 hours
2022-11-21 13:06:44 +00:00
mozilla-l10n-automation-bot
4acd0d586c
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27910 )
2022-11-20 00:35:52 +00:00
mozilla-l10n-automation-bot
98fd8d5140
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27904 )
2022-11-19 00:33:41 +00:00
mozilla-l10n-automation-bot
a977fc1005
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27890 )
2022-11-18 00:36:29 +00:00
James Hugman
b05fb742f2
[fenix] Fixes: https://github.com/mozilla-mobile/fenix/issues/26320 Reorganize Nimbus Startup
2022-11-17 21:00:48 +00:00
Noah Bond
6fb04a0a6a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27852 - Set BrowsingMode to Normal when selecting a wallpaper
2022-11-17 18:25:55 +00:00
oana.horvath
3630be0611
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27704 : Disable search group tests
2022-11-17 14:48:59 +00:00
Mugurell
e536792c09
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27346 - Disable swiping to switch tabs when fullscreen
2022-11-17 06:59:45 +00:00
mozilla-l10n-automation-bot
4b4770949b
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27871 )
2022-11-17 00:35:58 +00:00
mcarare
521596edc2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Re-enable UI media notification tests.
2022-11-16 22:11:43 +00:00
DreVla
b5f9134e62
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27801 - Update header text for the search selector menu
2022-11-16 21:00:20 +00:00
Noah Bond
f86837723b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27457 - Refactor Pocket category colors
2022-11-16 20:13:34 +00:00
Noah Bond
d422da9def
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27457 - Refactor Pocket category colors
2022-11-16 20:13:34 +00:00
mcarare
117a7bbf89
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Temporary disable UI media notification tests.
...
Locally, on some devices, these tests pass.
Also, with devices on which the test fail, on mirroring the tests in real app usage the notification closes on tab close.
2022-11-16 17:30:51 +00:00
mcarare
eef4252b74
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Fix failing 'process make_default_browser deep link for API 23 and below' test.
2022-11-16 17:30:51 +00:00
mcarare
0b50f9b8cb
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Handle PackageManager methods deprecation in UI tests.
2022-11-16 17:30:51 +00:00
mcarare
0b6c41567f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Suppress deprecations in tests.
2022-11-16 17:30:51 +00:00
mcarare
c8db8b852e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Suppress onBackPressed deprecation.
2022-11-16 17:30:51 +00:00
mcarare
8198b1d390
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Remove unnecessary safe call.
2022-11-16 17:30:51 +00:00
mcarare
c34d4a6d0d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Handle PackageManager methods deprecation.
2022-11-16 17:30:51 +00:00
mcarare
9e5c1b48c3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Handle get(String) deprecation.
2022-11-16 17:30:51 +00:00
mcarare
5c0c483290
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Update URLStringUtils package path.
2022-11-16 17:30:51 +00:00
mcarare
130fe0e117
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Remove unnecessary elvis operator.
2022-11-16 17:30:51 +00:00
mcarare
03a6f2b28e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Handle onBackPressed() deprecation.
2022-11-16 17:30:51 +00:00
mcarare
140bfa3e80
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Link only URLs in library descriptions.
...
Linkify.ALL is deprecated.
2022-11-16 17:30:51 +00:00
mcarare
2950ea5521
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Update method signature for GestureDetector.SimpleOnGestureListener
2022-11-16 17:30:51 +00:00
mcarare
49b3fafc45
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Update method signature for AnimatorListenerAdapter.
2022-11-16 17:30:51 +00:00
mcarare
5015a777bf
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Update method signatures for View.OnAttachStateChangeListener
2022-11-16 17:30:51 +00:00
mcarare
6aad64d818
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Handle a11y obtain() methods deprecations.
2022-11-16 17:30:51 +00:00
mcarare
e7e4b3e381
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Update method signature for View.AccessibilityDelegate.
2022-11-16 17:30:51 +00:00
mcarare
60b1200f1f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25808 : Fix smart cast exception.
2022-11-16 17:30:51 +00:00
Mugurell
d85fe35478
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags allowing to differentiate Pocket stories
2022-11-16 10:11:45 +00:00
oana.horvath
b830f79121
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27220 : replaces manually deleting a file with deleting storage programmatically.
2022-11-16 09:05:46 +00:00
Arturo Mejia
a14dd075ef
[fenix] Improve site permissions
2022-11-16 03:28:25 +00:00
rxu
51f8b58ae4
[fenix] Add distribution_id in baseline ping
2022-11-16 02:24:12 +00:00
mozilla-l10n-automation-bot
d6b68d0cb3
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27856 )
2022-11-16 00:34:30 +00:00
Jonathan Almeida
a5f41dd5cd
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/26475 : Remove more feature flags
2022-11-15 22:06:01 +00:00
owlishDeveloper
b782aaaf3e
[fenix] Bug 1796146 - Add UI for the Cookie Banner preferences
2022-11-15 19:42:54 +00:00
kl3jvi
0910634fa0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27575 : Add String.toHexColor extension
2022-11-15 19:11:57 +00:00
Alexander Gramiak
584a65da52
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21414 : Use MenuProvider and MenuHost interface methods
...
onPrepareOptionsMenu was not being called on invalidateOptionsMenu,
which led to the saveButton being left enabled even with invalid
hostnames, usersnames, and passwords.
2022-11-15 15:12:08 +00:00
mcarare
3ffc6a01f8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27538 : Return null for clipboard text longer than MAX_URI_LENGTH.
...
This avoids extra processing of large text that is unlikely to be an URL.
2022-11-15 09:42:56 +00:00
mozilla-l10n-automation-bot
83701a3804
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27835 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-15 01:08:35 +00:00
MatthewTighe
97fe4efc70
[fenix] Remove all unused strings marked moz:removedIn <= 106
2022-11-15 00:32:58 +00:00
Roger Yang
c49d25911e
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/27795 : Add metrics ping to see if user allows notifications
2022-11-15 00:00:31 +00:00
Gabriel Luong
fc0464de97
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26475 - Remove unnecessary features flags
2022-11-14 22:31:55 +00:00
mike a
3072db7d92
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/25809 : tapping on search engine triggers engine selection
2022-11-14 20:47:03 +00:00
mozilla-l10n-automation-bot
a5532c1d08
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27821 )
2022-11-14 00:42:02 +00:00
mozilla-l10n-automation-bot
0de7ee25cf
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27817 )
2022-11-13 00:40:06 +00:00
mozilla-l10n-automation-bot
8577830821
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27811 )
2022-11-12 00:36:43 +00:00
mozilla-l10n-automation-bot
78ee8b2596
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27805 )
2022-11-11 00:40:17 +00:00
Roger Yang
93d877e703
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/27779 : Add telemetry for showing the default browser notification
2022-11-10 19:07:33 +00:00
Mugurell
cdc95724b5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27549 - Collect shim data about the Pocket sponsored stories.
...
With the new telemetry will immediately report when a certain Pocket sponsored
story is shown (visible more than 50%) or clicked by the user.
The reasons for the new ping help easily identify the probe being sent and the
type of shim data.
2022-11-10 14:38:59 +00:00
mozilla-l10n-automation-bot
3eeaf902a7
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27787 )
2022-11-10 00:38:09 +00:00
MatthewTighe
5cb6204e0c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27782 : add first URI load growth data
2022-11-09 22:48:05 +00:00
MatthewTighe
7c3c29ee7f
[fenix] For 27768: add FirstAppOpenForDay growth data
2022-11-09 22:48:05 +00:00
mergify
7504329721
[fenix] update initial_experiments.json based on the current first-run experiments in experimenter
2022-11-09 14:35:59 -05:00
AndiAJ
b87a5a5f77
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27714 fix disabled sponsored shortcut UI tests
2022-11-09 18:40:55 +00:00
Alexander Gramiak
f765d77f71
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27734 : Make tab tray overflow menu background layer2
...
This matches with the toolbar overflow menu.
2022-11-09 18:15:04 +00:00
Alexander Gramiak
1005afcc9b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27715 : Allow FirefoxColors.copy to override some values
...
This helps to reduce theme color duplication, making it easier to see
which parameters differ.
This also brings FirefoxColors closer to the upstream Compose Material
Colors class.
2022-11-09 17:17:48 +00:00
Mugurell
796a5da5ed
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent bookmarks section.
2022-11-09 16:38:04 +00:00
Mugurell
97664b9484
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent visits section.
2022-11-09 16:38:04 +00:00
Mugurell
2d29750161
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the recent tabs section.
2022-11-09 16:38:04 +00:00
Mugurell
5b2a8c1a97
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26826 - Add test tags for the Pocket section
2022-11-09 16:38:04 +00:00
oana.horvath
733e3088b6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 : Re-enabled and added search group UI tests
2022-11-09 16:03:54 +00:00
mozilla-l10n-automation-bot
4cd037915f
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27769 )
...
Co-authored-by: dsmithpadilla <88508950+dsmithpadilla@users.noreply.github.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-09 06:59:31 +00:00
Jonathan Almeida
90e5b9abfe
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/27759 : Add link to storageMaintenance flag
2022-11-09 06:25:42 +00:00
mergify
75a12d89bf
[fenix] update initial_experiments.json based on the current first-run experiments in experimenter
2022-11-09 00:58:38 -05:00
Jonathan Almeida
0c5e0f8233
[fenix] Bug 1798805 - Initialize the FxaPushSupportFeature
...
We added the new `initialize` to explicitly make the call to start the
feature but we never actually used it here after it landed.
2022-11-08 17:45:40 -05:00
Roger Yang
9ec675687a
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/27023 : Add capability to override telemetry URL using local properties
2022-11-08 18:13:52 +00:00
AndiAJ
ddc846eca8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27392 fix flaky verifyAboutFirefoxPreview UI test
2022-11-08 10:03:50 +00:00
Ben Dean-Kawamura
510e4ad58a
[fenix] Updating the code to work with application-services v95.0.0
...
This required updating the code to handle the new app-services error
hierarchy.
2022-11-08 05:00:42 +00:00
mozilla-l10n-automation-bot
d6960d2972
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27749 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-08 01:14:05 +00:00
MatthewTighe
088055743c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27698 : add set as default growth data
2022-11-07 19:04:46 -05:00
Noah Bond
587b7920db
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27746 - Move top sites text outside of backplating
2022-11-07 22:52:45 +00:00
Noah Bond
64d181c5e9
[fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/26606 - Add backplating to Top Sites
2022-11-07 22:52:45 +00:00
Alexander Gramiak
c67c455439
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27511 : Remove duplicate padding update code
...
This padding update is already performed in FenixSnackbar.make when
isDisplayedWithBrowserToolbar is true, and that variable has no other
side-effects, so simply use that code.
2022-11-07 18:47:12 +00:00
mozilla-l10n-automation-bot
9c9c17b959
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27741 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-07 17:55:55 +00:00
mozilla-l10n-automation-bot
c684d58e7e
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27736 )
2022-11-07 00:32:22 +00:00
mozilla-l10n-automation-bot
99520b9e38
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27727 )
2022-11-06 00:40:30 +00:00
mozilla-l10n-automation-bot
e19229aab9
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27717 )
2022-11-05 00:38:51 +00:00
AndiAJ
9588c477db
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26710 fix flaky deleteCookiesTest UI test
2022-11-04 16:36:12 +00:00
Alexandru2909
d23837323d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27252 - Update a11y services label for private browsing myths button
2022-11-04 06:57:56 +00:00
mozilla-l10n-automation-bot
b69b261485
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27701 )
2022-11-04 00:42:32 +00:00
Gabriel Luong
1ec4cf8dad
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27667 - Remove import-ordering from the list of disabled ktlint rules
2022-11-03 23:27:03 +00:00
Noah Bond
dbd7b302d0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27469 - Update no collections button colors when a wallpaper is selected
2022-11-03 22:35:56 +00:00
Noah Bond
251a1e1e97
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27468 - Backplate homepage MessageCard
2022-11-03 22:05:47 +00:00
Alexandru2909
6c3d248341
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27691 - Replace 'Pocket' word in all strings with placeholder
2022-11-03 20:30:37 +00:00
perrymcmanis144
c29a0d7824
[fenix] Update app/metrics.yaml
...
Co-authored-by: Alessio Placitelli <alessio.placitelli@gmail.com>
2022-11-03 15:56:09 -04:00
Perry McManis
75cf880383
[fenix] added search metrics to baseline ping
2022-11-03 15:56:09 -04:00
kycn
4d56ba889d
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/7227 : Re-enable storage maintenance call.
...
Re-enable storage maintenance call by introducing WorkManager worker on A-C side and consuming it from Fenix.
The work request is periodic and the repeat interval is 24h. It requires the device to be idle and not to have
low battery. This feature is available only for Nightly for now.
2022-11-03 19:04:58 +00:00
AndiAJ
d35e32a999
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27220 disable failing manageDownloadsInDownloadsMenuTest UI test
2022-11-03 15:48:12 +00:00
t-p-white
a8e3726dce
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27472 - Added telemetry data points for the Google Play Store review prompts
2022-11-03 14:57:54 +00:00
Jonathan Almeida
2cd60894c7
[fenix] Bug 1795105: Remove usages of ContentState.thumbnail
2022-11-03 13:56:42 +00:00
Alexandru2909
e8ea437ec0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25814 - Hide "Show search engines" toggle from search settings when unified search is enabled
2022-11-03 08:36:25 +00:00
mozilla-l10n-automation-bot
fab1daaba5
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27679 )
2022-11-03 00:36:18 +00:00
Noah Bond
1791dc2ba3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27578 - Add optional color parameters to MessageCard
2022-11-02 22:16:21 +00:00
DreVla
4647e47995
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27635 - New telemetry for Save to PDF failures
2022-11-02 17:19:42 +00:00
AndiAJ
ff2f457832
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new search codes UI tests
2022-11-02 15:02:30 +00:00
oana.horvath
74c551336e
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/27522 : Search groups tests refactoring
2022-11-02 09:33:26 +00:00
Alexandru2909
4daa618db6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25813 - Use specific hint for history, bookmarks and tab unified search
2022-11-02 08:21:19 +00:00
mozilla-l10n-automation-bot
c9bfc15699
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27654 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-11-02 00:58:21 +00:00
Arturo Mejia
900c635754
[fenix] Bug 1796482 - Report save to PDF errors.
2022-11-02 00:10:21 +00:00
Roger Yang
fdaae59999
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/27023 : Add capability to override telemetry URL
2022-11-01 20:26:26 +00:00
Noah Bond
9f534dcc6c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27331 - Add migration for Turning Red wallpaper card colors
2022-11-01 19:55:20 +00:00
Noah Bond
e77c0275ff
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27485 - Replace Button
in CustomizeHomeButtonViewHolder
with TertiaryButton
2022-11-01 19:26:26 +00:00
Noah Bond
4c94b0dc63
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27485 - Add optional overrides for the colors in Button
Composables
2022-11-01 19:26:26 +00:00
Noah Bond
71279545a5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27579 - Fix broken previews for MessageCard
2022-11-01 18:56:58 +00:00
Alexandru2909
82701fd0f0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26911 - Allow users to enable re-supported Fennec extensions
2022-11-01 17:13:24 +00:00
Mugurell
ab2514789b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27627 - Check the TCP CFR status lazily
...
Use lazyFeatureFlagPreference as a quick small way to avoid a race between
initializing the value and the Nimbus initialization based on which the value
should be calculated.
This is the same flow that the other MR experiments use.
2022-11-01 14:13:43 +00:00
DreVla
c9eedb7965
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10344 - Enable tab reordering in beta/release
2022-11-01 12:11:42 +00:00
AndiAJ
41d160e4e8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 remove shortcutButtonTest UI test and unused SearchRobot functions
2022-11-01 11:27:31 +00:00
AndiAJ
ef5a453740
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 refactor shortcutSearchEngineSettingsTest to setDefaultSearchEngineFromShortcut
2022-11-01 11:27:31 +00:00
AndiAJ
e4cb712d11
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new toggleSearchEnginesShortcutListTest UI test
2022-11-01 11:27:31 +00:00
AndiAJ
ee0996a26a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new verifySearchEnginesWithRTLLocale UI test
2022-11-01 11:27:31 +00:00
AndiAJ
1516e79a36
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new changeSearchEnginesBasedOnTextTest UI test
2022-11-01 11:27:31 +00:00
Alexandru2909
ae6bdc265d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25811 - Add header to unified search engine menu
2022-11-01 09:20:29 +00:00
iorgamgabriel
2dca91e984
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27450 Fix Crash from Navigation action/destination org.mozilla.firefox:id/action_savedLoginsAuthFragment_to_loginsListFragment
2022-11-01 07:36:41 +00:00
AndiAJ
6ea094b8e0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26934 fix showDefaultHomeScreen screenshot test
2022-11-01 06:21:35 +00:00
mozilla-l10n-automation-bot
29d9ea6cf3
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27631 )
2022-11-01 00:44:40 +00:00
Harrison Oglesby
eb400a5243
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27459 - Add divider composable ( https://github.com/mozilla-mobile/fenix/pull/27544 )
2022-10-31 12:36:41 -07:00
AndiAJ
6d6059d3d3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new delete all search engines UI test
2022-10-31 10:03:13 +00:00
AndiAJ
61bb27f7fc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new delete default search engine UI test
2022-10-31 10:03:13 +00:00
AndiAJ
ed13e351b0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 new undo delete search engine UI test
2022-10-31 10:03:13 +00:00
mozilla-l10n-automation-bot
a122d8916f
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27618 )
2022-10-31 00:36:41 +00:00
mozilla-l10n-automation-bot
50e42a890b
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27612 )
2022-10-30 00:39:19 +00:00
mozilla-l10n-automation-bot
ae82faadf2
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27606 )
2022-10-29 00:37:13 +00:00
Arturo Mejia
de9e258a4c
[fenix] Bug 1780639 - let Save as PDF ride the trains.
2022-10-28 18:19:36 +00:00
oana.horvath
e85ed0b877
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27522 : New search settings UI tests coverage
2022-10-28 17:43:16 +00:00
iorgamgabriel
5e2d61e5fc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27524 Set as default browser toggle get set to true after user select Fenix as default browser
2022-10-28 07:59:32 +00:00
Gabriel Luong
afa524bba3
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27584 - Replace Button in RecentSyncedTab with SecondaryButton
2022-10-28 07:00:19 +00:00
mozilla-l10n-automation-bot
a99d95f334
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27581 )
2022-10-28 00:39:09 +00:00
Alexander Gramiak
b009e53bba
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27269 : Use parentFile method over substring extraction
...
This fixes gradle tests on Windows, where the file separator is "\"
and not "/".
2022-10-27 22:54:18 +00:00
Roger Yang
d8776a4c8e
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/24613 : Remove history improvement feature flag
2022-10-27 21:30:45 +00:00
Alexander Gramiak
d195ee2f6a
[fenix] Add and update tests for login address view holder
2022-10-27 17:36:28 +00:00
Alexander Gramiak
19d06041ae
[fenix] For https://github.com/mozilla-mobile/fenix/issues/16162 : Simplify site addresses in saved logins view
...
This is what Firefox Desktop does.
2022-10-27 17:36:28 +00:00
t-p-white
b31d24c2fc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27455 - Rename all reference names to AppStore
as appStore
2022-10-27 16:57:38 +00:00
mozilla-l10n-automation-bot
61876cabd2
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27566 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-10-27 15:10:04 +00:00
ohall-m
d4f001108b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27458 : Add AD_ID Permission
...
Added AD_ID Permission to Manifest for Android 13.
2022-10-27 14:43:13 +00:00
mozilla-l10n-automation-bot
3deb274fcf
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27558 )
2022-10-27 02:31:25 +00:00
Noah Bond
9640057475
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26520 - Color homepage cards via wallpaper card colors
2022-10-26 17:41:11 +00:00
mozilla-l10n-automation-bot
8ea9a8dee0
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27553 )
2022-10-26 16:32:14 +00:00
Roger Yang
c61875b081
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11404 - Add 'Open all' options in bookmarks
...
* Add "Open all in new tabs" options in bookmarks
* Add "Open all in private tabs" options in bookmarks
* Add metrics tracking if the usage of "Open all in..." in bookmarks
Co-authored-by: Pg <pg.developper.fr@gmail.com>
2022-10-26 14:17:28 +00:00
mozilla-l10n-automation-bot
5b21190869
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27546 )
2022-10-26 00:37:04 +00:00
mcarare
393d5161df
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27541 : Update AndroidX Annotation to latest version.
...
Add AndroidX Annotation as a direct dependency to app build.gradle.
Update imports for annotations moved to Companion Object.
2022-10-25 19:15:08 +00:00
Timshel
b32ff6be44
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26577 - resetFocus only when camera permission is denied
2022-10-24 18:50:17 +00:00
AndiAJ
9116559849
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new external links UI tests
2022-10-24 14:47:02 +00:00
AndiAJ
8d30046d16
[fenix] For https://github.com/mozilla-mobile/fenix/issues/26286 new web control UI tests
2022-10-24 14:47:02 +00:00
AndiAJ
edf4dbe61c
[fenix] Add external links static asset
2022-10-24 14:47:02 +00:00
AndiAJ
41db8e435b
[fenix] Add HTML controls static asset
2022-10-24 14:47:02 +00:00
mozilla-l10n-automation-bot
eba602012a
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27512 )
2022-10-24 00:31:07 +00:00
mozilla-l10n-automation-bot
aa1202912b
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27498 )
2022-10-22 00:39:02 +00:00
Alexandru2909
e473136c8b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27135 - Correctly report top sites for a11y services
2022-10-21 09:32:55 +00:00
Alexandru2909
c1afe4be80
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9323 - Use android:background to set small search widget microphone icon
2022-10-21 06:41:35 +00:00
mozilla-l10n-automation-bot
a0eb16cc6d
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27488 )
2022-10-21 00:39:17 +00:00
AndiAJ
eb46de1260
[fenix] Add smoke test annotations for blockCookiesStorageAccessTest and allowCookiesStorageAccessTest UI tests
2022-10-20 13:55:53 +00:00
AndiAJ
268eeccce1
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27478 fix for allowCookiesStorageAccessTest UI test
2022-10-20 13:55:53 +00:00
sarah541
3a5ee72817
[fenix] Truncate urls to prevent slowing down of UI
2022-10-20 03:55:56 +00:00
Meiirbek Baimuratov
8d822f9ab1
[fenix] For mozilla-mobile https://github.com/mozilla-mobile/fenix/issues/27282 : delete WallpaperManager
2022-10-20 01:31:08 +00:00
mozilla-l10n-automation-bot
8870a14690
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27474 )
2022-10-20 00:39:13 +00:00
Gregory Mierzwinski
f9995a16af
[fenix] Bug 1791998 - Disable TCP popup when running performance tests. ( https://github.com/mozilla-mobile/fenix/pull/27451 )
...
* Disable TCP popup when running performance tests.
* Run some perf tests.
* Undo testing changes.
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-10-19 22:47:42 +00:00
Alexandru2909
df90212000
[fenix] For https://github.com/mozilla-mobile/fenix/issues/21787 - Update the Pocket stories toggle label and summary from homepage settings
2022-10-19 22:18:44 +00:00
sv-ohorvath
d183ba7114
[fenix] Adds TCP prompt & storage access tests
2022-10-19 15:33:44 +00:00
sv-ohorvath
c13744b862
[fenix] No issue: refactoring for ETP tests
2022-10-19 15:33:44 +00:00
AndiAJ
18296b153a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/25029 and https://github.com/mozilla-mobile/fenix/issues/26087 re-enable useAppWhileTabIsCrashedTest and privateBrowsingUseAppWhileTabIsCrashedTest UI tests
2022-10-19 15:01:45 +00:00
AndiAJ
3cf57466d4
[fenix] No issue: Refactor web page items long clicks
2022-10-19 12:01:35 +00:00
AndiAJ
39d8566832
[fenix] No issue: Refactor web page items clicks and setting text
2022-10-19 12:01:35 +00:00
Noah Bond
d46133d182
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27456 - Migrate Context.isDark() into a top-level extension
2022-10-19 02:08:42 +00:00
mozilla-l10n-automation-bot
44d7d9b835
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27462 )
2022-10-19 00:35:54 +00:00
Roger Yang
d38c32194b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27439 : Remove all unused strings marked moz:removedIn <= 105
2022-10-18 19:51:55 +00:00
Alexandru2909
6dc49a06fa
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27405 - Clean up references to "Sing in to Sync" phrase
2022-10-18 10:06:46 +00:00
mozilla-l10n-automation-bot
f152f7c57f
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27441 )
2022-10-18 00:35:36 +00:00
mozilla-l10n-automation-bot
80429094dd
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27431 )
2022-10-17 00:35:26 +00:00
mozilla-l10n-automation-bot
d7cb54306d
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27424 )
2022-10-16 00:34:27 +00:00
mozilla-l10n-automation-bot
0f7d88b7db
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27419 )
2022-10-15 00:36:14 +00:00
Ryan VanderMeulen
6854f664ae
[fenix] Update Google Play Review dependency to 2.0.0
2022-10-14 13:23:52 +00:00
mozilla-l10n-automation-bot
3483781414
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27404 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-10-14 01:02:21 +00:00
Sammy Khamis
c95b49df11
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27117 - Update copy for the menu from "Sign in to sync" to "Sync and save data"
2022-10-14 00:14:08 +00:00
Noah Bond
8f3ffa2395
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27396 - Add optional text colors to SelectableChip
2022-10-13 23:41:08 +00:00
sv-ohorvath
ec2bd383b3
[fenix] No issue: Adds TCP & jump back in contextual hints UI tests
2022-10-13 15:16:47 +00:00
mozilla-l10n-automation-bot
f1026dd915
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/27391 )
...
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-10-13 01:08:59 +00:00
MatthewTighe
d4329b5a00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/27101 : set dialog to be dismissed when touched outside
2022-10-13 00:42:11 +00:00