codrut.topliceanu
1eae8bd522
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11371 - Fix for Dynamic Download Dialog
2020-06-18 09:00:55 -04:00
Oana Horvath
4dd1870598
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11642 & https://github.com/mozilla-mobile/fenix/issues/10642 : Disable intermittent tests ( https://github.com/mozilla-mobile/fenix/pull/11724 )
...
* for https://github.com/mozilla-mobile/fenix/issues/11642 : disables tests crashing
* for https://github.com/mozilla-mobile/fenix/issues/10642 : disables frequently failing tests
2020-06-18 11:59:36 +03:00
Mozilla L10n Automation Bot
05ee67d793
[fenix] Import l10n.
2020-06-18 11:18:34 +03:00
Mihai Eduard Badea
8d8a2f8bf2
[fenix] For issue https://github.com/mozilla-mobile/fenix/issues/10764 - Onboarding toggle color
...
- Removed the theme from the toggle so that the default colors from the themes are used instead
2020-06-18 10:16:36 +03:00
MarcLeclair
5d0877a547
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11666 : TopSites layout from Constraint to Linear ( https://github.com/mozilla-mobile/fenix/pull/11669 )
2020-06-17 19:18:14 -04:00
Hakkı Kaan Çalışkan
98144ef5f4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11456 : AddonDetailsFragment should use ConstraintLayout, not RelativeLayout
2020-06-17 15:51:29 -04:00
David Walsh
db28b7df4e
[fenix] For issue https://github.com/mozilla-mobile/fenix/issues/9949 - Bookmarks/History deletion inconsistencies
...
- Added the undo action for deleting individual history items by creating a new field to the history state containing the id's of the history items that are pending for deletion; This field is used inside the update function from the view to show/hide the items.
- Added a new check inside the "deleteMulti" method from BookmarkFragment that calls the showRemoveFoldersDialog to prevent the user from being able to delete one or more bookmark folders without being asked for confirmation, as in https://github.com/mozilla-mobile/fenix/issues/8648 .
2020-06-17 14:42:51 -04:00
Tiger Oakes
832b4b0f34
[fenix] Add tests for addon details
2020-06-17 14:38:50 -04:00
Mugurell
d0d23fd474
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1871 - BrowserMenu minWidth will be 112dp.
...
Following user requests and UX recommendations we'll have all menus have a
dynamic width between 112dp and 314dp, automatically wrapping the widest
element.
2020-06-17 12:17:59 +03:00
Mozilla L10n Automation Bot
79410dff99
[fenix] Import l10n.
2020-06-17 11:10:19 +03:00
Hakkı Kaan Çalışkan
6fee51c159
[fenix] Update FxaServer.kt
2020-06-16 23:30:57 -04:00
Hakkı Kaan Çalışkan
fcb48ee463
[fenix] Update app/src/main/java/org/mozilla/fenix/components/FxaServer.kt
...
Co-authored-by: Tiger Oakes <contact@tigeroakes.com>
2020-06-16 23:30:57 -04:00
Hakkı Kaan Çalışkan
0dae637cdb
[fenix] remove suppress and unnecessary otherwise = private
2020-06-16 23:30:57 -04:00
Hakkı Kaan Çalışkan
cbaf662206
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9782 : Clean up unused FeatureFlags
...
I've currently found out this ones unused.
webPushIntegration removed because looks like all fatal bugs solved as it said from note.
2020-06-16 23:30:57 -04:00
Kainalu Hagiwara
5445002b6e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11651 - Fix top site favicon size and dark theme border color. ( https://github.com/mozilla-mobile/fenix/pull/11652 )
2020-06-16 14:10:15 -07:00
ekager
bd6748a1da
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11558 - Fix double click required for tabs tray
2020-06-16 15:59:38 -04:00
Sören Hentzschel
1fed8590ae
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9712 - show "AC: " before AC version on "About" screen
2020-06-16 15:29:00 -04:00
Sachin
e56cc28342
[fenix] for https://github.com/mozilla-mobile/fenix/issues/11617 added a resetPoliciesAfter ext function for StrictMode, and replaced all existing calls to "resetAfter" with "resetPoliciesAfter" ( https://github.com/mozilla-mobile/fenix/pull/11619 )
2020-06-16 11:12:18 -07:00
Oana Horvath
d133ec9e92
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10909 : Fix flaky navigateBookmarksFoldersTest ( https://github.com/mozilla-mobile/fenix/pull/11592 )
2020-06-16 12:06:47 -04:00
Aaron Train
f176dba72f
[fenix] No issue: Disable verifyBasicNavigationToolbarFunctionality ( https://github.com/mozilla-mobile/fenix/pull/11643 )
2020-06-16 11:40:15 -04:00
Mozilla L10n Automation Bot
c22b179d02
[fenix] Import l10n.
2020-06-16 10:58:13 +03:00
Tiger Oakes
09cbd9eb9b
[fenix] Fix PIP toolbar
2020-06-15 15:34:06 -04:00
Tiger Oakes
a6f44cc78b
[fenix] Cleanup tests for toolbar controller
2020-06-15 15:25:33 -04:00
person808
0c7be5c84c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11442 - Telemetry for tab counter menu.
2020-06-15 11:48:12 -07:00
Mozilla L10n Automation Bot
f0422531cf
[fenix] Import l10n.
2020-06-15 09:53:06 +03:00
Mihai Branescu
1fa45a66ed
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6126 - moved the sessionObserver init to the onCreate
...
This helps because we will always need the observer to be initiated, not only when the `openToBrowser` method gets called. Example: Opening a tab from the tab tray had it's own method for opening the browser, causing this to not be called.
2020-06-15 08:01:32 +03:00
Jonathan Almeida
81929addcc
[fenix] Fix breaking APIs in TabsAdapter and ViewHolder
2020-06-13 16:02:31 -04:00
TejaswiKarasani
b17eb51096
[fenix] For https://github.com/mozilla-mobile/fenix/issues/116 https://github.com/mozilla-mobile/fenix/issues/173 : UI test for verifying the nav toolbar buttons ( https://github.com/mozilla-mobile/fenix/pull/10976 )
2020-06-13 09:51:40 -04:00
Tiger Oakes
1fc734cf87
[fenix] Use updated webapphidetoolbarfeature
2020-06-12 19:21:34 -04:00
Tiger Oakes
0fbed9aa3c
[fenix] Convert flow from AC to livedata
2020-06-12 19:21:34 -04:00
David Walsh
6519e0f48c
[fenix] For 9640 - Focus on last selected tab in tab tray with a11y turned on ( https://github.com/mozilla-mobile/fenix/pull/11487 )
2020-06-12 18:15:13 -05:00
David Walsh
ce2b4b9bfb
[fenix] For 11428 - Focus on home screen address bar when tab tray new tab is tapped ( https://github.com/mozilla-mobile/fenix/pull/11429 )
2020-06-12 17:55:07 -05:00
David Walsh
5cdbaf3631
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11291 - Provide New Tab button when accessibility enabled ( https://github.com/mozilla-mobile/fenix/pull/11441 )
2020-06-12 17:52:06 -05:00
liuche
35282cf328
[fenix] Issue https://github.com/mozilla-mobile/fenix/issues/11112 - Update empty collections string + tests. ( https://github.com/mozilla-mobile/fenix/pull/11538 )
2020-06-12 18:01:38 -04:00
Arturo Mejia
28936e41db
[fenix] No issue: Decrease the frequency for checking for new supported add-ons
2020-06-12 17:19:07 -04:00
ekager
4c2cd374dc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11498 https://github.com/mozilla-mobile/fenix/issues/11499 - preland new synced tabs strings
2020-06-12 16:04:19 -04:00
Tiger Oakes
100e1c7939
[fenix] Add tests for about viewholder
2020-06-12 15:30:50 -04:00
Tiger Oakes
59bab0f4f3
[fenix] Test logins settings
2020-06-12 15:30:50 -04:00
Tiger Oakes
cf3c8c2cf1
[fenix] Add test for SearchStringValidator
2020-06-12 15:29:58 -04:00
Sawyer Blatz
7ea88ebbdc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11380 : Update migration tip text
2020-06-12 15:17:53 -04:00
Gabriel Luong
fe6470f1a5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8312 - Land strings for limiting how many top sites you can add
2020-06-12 15:15:34 -04:00
Sawyer Blatz
8da3260721
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11118 : Add browsing history suggestion in metrics ( https://github.com/mozilla-mobile/fenix/pull/11525 )
2020-06-12 11:40:04 -07:00
Sawyer Blatz
5911d88783
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11269 : Telemetry for new reader mode position ( https://github.com/mozilla-mobile/fenix/pull/11385 )
2020-06-12 11:39:35 -07:00
Sawyer Blatz
82766c2043
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11118 : Add missing telemetry
2020-06-12 10:29:05 -07:00
Elise Richards
05d3366fc0
[fenix] Edit saved login duplicate error.
2020-06-12 12:12:37 -04:00
person808
8b334affec
[fenix] Followup for https://github.com/mozilla-mobile/fenix/issues/11081 - Fix top site colors for light theme.
2020-06-12 12:10:36 -04:00
mcarare
61c0a02ff0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11504 : Rectify action bar button descriptions in bookmarks screen.
2020-06-12 09:33:20 -04:00
mcarare
91f4d17b02
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10281 : Reduce logo margin to compensate top site padding increase.
2020-06-12 09:31:23 -04:00
mcarare
d108bdaee6
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10281 : Change margin with padding to allow flexbox to stretch.
2020-06-12 09:31:23 -04:00
mcarare
09cfd6060d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11497 : Disable pull to refresh in error states.
2020-06-12 14:09:16 +03:00
mozilla-l10n-automation-bot
c6728a0f79
[fenix] Import l10n. ( https://github.com/mozilla-mobile/fenix/pull/11495 )
2020-06-11 17:30:11 -07:00
Jeff Boek
b38684f789
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11342 - Fixes missing space for the FAB
2020-06-11 18:25:57 -04:00
Tiger Oakes
8585123b3e
[fenix] Fix tests in toolbar controller
2020-06-11 18:15:09 -04:00
Sachin
40bc3c363f
[fenix] for https://github.com/mozilla-mobile/fenix/issues/11364 added a exception list for manufacturers violating strict mode policies on startup ( https://github.com/mozilla-mobile/fenix/pull/11407 )
...
for https://github.com/mozilla-mobile/fenix/issues/11364 changed blackList -> exceptionList, added one plus to the list
change magic strings into const Val
2020-06-11 11:50:07 -07:00
person808
f1511fc053
[fenix] For https://github.com/mozilla-mobile/fenix/issues/2165 - Implement pull-to-refresh gesture to sync history.
2020-06-11 10:23:27 -07:00
Mugurell
8d97c9d093
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11177 - Load all share targets in the horizontal share menu
...
This was previously regressed by having the RecyclerViews for "recent" and
"all" items put inside a HorizontalScrollView which would then prevent the
RecyclerViews from actually scrolling, recycling, showing new items.
As a quick solution that would keep the desired behavior the "all" items list
is now a child of a RelativeLayout which will allow it to load all items at
once and so all the share targets will be available to the user but which also
means no recycling.
The RecyclerView for the "recent" items uses a `RECENT_APPS_LIMIT = 6` so this
does not need the same "fix" as all the items would fit the screen without
any issue.
2020-06-11 15:08:36 +03:00
mcarare
10f6480072
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11229 : Update etp strict option title content description.
2020-06-11 10:20:01 +03:00
Sawyer Blatz
c75f07a97f
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11063 : Update telemetry for etp settings
2020-06-10 22:51:21 -04:00
person808
c66685333d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11081 - Add dark theme colors for top sites.
2020-06-10 19:42:34 -07:00
Mozilla L10n Automation Bot
7c48431625
[fenix] Import l10n.
2020-06-10 21:20:10 -04:00
Tiger Oakes
110771d077
[fenix] Remove Mockito
2020-06-10 21:19:50 -04:00
Jeff Boek
2b3db93673
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10374 - Adds quick contextual menu to tab switcher
...
Co-authored-by: person808 <kainaluh808@gmail.com>
2020-06-10 16:50:28 -07:00
Elise Richards
e31e150fd0
[fenix] For 10172: Set edit text listeners ( https://github.com/mozilla-mobile/fenix/pull/11196 )
...
* Set edit text listeners
* Set clearable icons and change with error states
* Clear text buttons show and hide
* Move error checks to afterTextChanged. Refactor. Remove unused color.
2020-06-10 16:52:47 -05:00
Tiger Oakes
d7b772a13f
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/9056 - Start Fenix activity on search in external app ( https://github.com/mozilla-mobile/fenix/pull/10932 )
2020-06-10 10:25:53 -07:00
Tiger Oakes
5b0863076e
[fenix] Add tests for ext package ( https://github.com/mozilla-mobile/fenix/pull/11334 )
2020-06-10 09:14:18 -07:00
Christian Sadilek
4b636243ed
[fenix] Wire up UI to make add-on installation cancelable
2020-06-10 18:52:06 +03:00
ValentinTimisica
649f56299c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11365 : Fixes UI tests for Settings
2020-06-10 11:09:03 +03:00
ValentinTimisica
7fba94f4c5
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11365 : Reorganizes 'SettingsFragment' items
...
Moved all the functionality form 'DefaultBrowserSettingsFragment' to
'SettingsFragment'.
2020-06-10 11:09:03 +03:00
ekager
36ec9969af
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11390 - Removes redundant session observer init for ETP overlay
2020-06-10 08:37:49 +03:00
Sawyer Blatz
89ffe16f6a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8775 : Removes feature flag for dynamic bottom toolbar
2020-06-09 20:58:17 -07:00
ValentinTimisica
1cc88ab7b0
[fenix] For https://github.com/mozilla-mobile/fenix/issues/5148 : Adds tests for OpenSpecificTabIntentProcessor
2020-06-09 22:39:39 -04:00
ValentinTimisica
e543599ba4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/5148 : Switch to the correct tab on media notification clicked
...
Processing the intent in OpenSpecificTabIntentProcessor to be able to switch
to the tab where audio/video is playing
2020-06-09 22:39:39 -04:00
David Walsh
0f280f9dc4
[fenix] For 11271 - Provide useful tab counter message for accessibility
2020-06-09 22:37:46 -04:00
Tiger Oakes
506af0d3e0
[fenix] Add tests for widget
2020-06-09 22:31:12 -04:00
Tiger Oakes
6d6966d952
[fenix] Add tests for tips
2020-06-09 22:30:30 -04:00
Tiger Oakes
234c6ace93
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/8725 - Allow for async execution order
2020-06-09 22:22:47 -04:00
ValentinTimisica
8dc852b11a
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11132 : Replaces wrong icons from menus
2020-06-09 22:19:43 -04:00
ValentinTimisica
33e2e7b81e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11132 : Rearranges home menu items
2020-06-09 22:19:43 -04:00
Jeff Boek
89dc04f338
[fenix] No Issue - Moves from being a tabstray observer to overriding tab use cases
2020-06-09 19:13:08 -07:00
Mozilla L10n Automation Bot
761763d72c
[fenix] Import l10n.
2020-06-09 17:30:35 -07:00
Christian Sadilek
e0dfa09cc3
[fenix] Clear speculative session on engine settings change
2020-06-09 18:55:43 -04:00
ValentinTimisica
7a61321d4e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11201 : Updates 'synced tabs' and account settings 'tabs' strings
2020-06-09 18:05:51 -04:00
Sawyer Blatz
80419a5f1e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11357 : Use AppCompatResources for reader mode icon
2020-06-09 18:04:13 -04:00
Jeff Boek
4210718c0d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11361 - Nulls out tabsFeature in the correct spot
2020-06-09 15:34:00 -04:00
Jeff Boek
ef04ee6315
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11175 - Moves tab tray strings to be translated, fixes description of the fab string
2020-06-09 13:06:02 -04:00
ekager
91fd4f4f58
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8967 - Expose autofill logins setting in nightly
2020-06-09 12:21:48 -04:00
ekager
a7450c3e83
[fenix] For https://github.com/mozilla-mobile/fenix/issues/7911 - Updates ETP shield assets with new size
2020-06-09 11:57:40 -04:00
Mozilla L10n Automation Bot
53d69ba9f2
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10502 - Show snackbar after adding tabs to collection from tab tray
2020-06-09 08:29:06 -07:00
Mozilla L10n Automation Bot
66f2cf978d
[fenix] Import l10n.
2020-06-08 22:43:25 -04:00
Grisha Kruglov
f1ea6dcb5b
[fenix] Pass crashReporter instance to RustLog
2020-06-08 17:38:30 -07:00
Sachin
c5d5a12d0e
[fenix] for https://github.com/mozilla-mobile/fenix/issues/10839 added IO coroutine to check onboarding stat from sharedpref ( https://github.com/mozilla-mobile/fenix/pull/11338 )
...
changed coroutine scope to fragments lifecycle
2020-06-08 15:52:10 -07:00
Jeff Boek
66e0502f9c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11260 - Fixes lifecycle issues with the tabs tray
...
- Also check to make sure the fragment manager is still valid before trying to show the tabs tray
Co-authored-by: Emily Kager <emilykager@gmail.com>
2020-06-08 18:42:46 -04:00
Sawyer Blatz
df5226e0dd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11045 : Add reader mode to urlView
2020-06-08 15:12:03 -07:00
Tiger Oakes
867a1ee86d
[fenix] Simplify PhoneFeature
code ( https://github.com/mozilla-mobile/fenix/pull/10810 )
2020-06-08 13:02:42 -07:00
Sachin
c17dc6a61b
[fenix] for https://github.com/mozilla-mobile/fenix/issues/7225 , Changed strictMode thread penalty to dialog on startup and back to logs after startup is done. ( https://github.com/mozilla-mobile/fenix/pull/10831 )
...
for https://github.com/mozilla-mobile/fenix/issues/7225 , refactored and cleanup the branch.
for https://github.com/mozilla-mobile/fenix/issues/7225 , change strict mode policy only on main process.
for https://github.com/mozilla-mobile/fenix/issues/7225 , setting thread policy inside a seperate thread to keep it from getting overridden in activities.
for https://github.com/mozilla-mobile/fenix/issues/7225 removed Handler().postAtFrontOfQueue as a solution due to unknown side effects. moved the enableStrictMode function to be static so we can reuse it.
for https://github.com/mozilla-mobile/fenix/issues/7225 lint check
for https://github.com/mozilla-mobile/fenix/issues/7225 created strict mode manager and moved enabledStrictMode function inside it.
for https://github.com/mozilla-mobile/fenix/issues/7225 removed penalty death on network
for https://github.com/mozilla-mobile/fenix/issues/7225 added allow disk access on thread for already existing violation
strict mode running in main process to see if it passes the gitlab check, will revert it if it doesnt
allowed diskread for super.onCreate for home activity
added comments for disk violation oncreate homeactivity
added fragment manager inside strictmode manager
allowed disk read for onboarding
allowed disk read for cachedTopSites
2020-06-08 10:45:33 -07:00
Mozilla L10n Automation Bot
3136f37c23
[fenix] Import l10n.
2020-06-07 20:44:39 -04:00
Mozilla L10n Automation Bot
c6723baac6
[fenix] Import l10n.
2020-06-07 12:57:03 -04:00
Mozilla L10n Automation Bot
0f62bebd30
[fenix] Import l10n.
2020-06-05 21:03:20 -04:00
David Walsh
1927fdc339
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11267 - Announce "Your open tabs will be shown here ( https://github.com/mozilla-mobile/fenix/pull/11272 )
2020-06-05 17:27:45 -05:00
mcarare
fcfee8fcc7
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11246 : Align text to viewStart to support RTL layouts.
2020-06-05 14:29:00 -04:00
person808
1626cb3775
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11277 - Set textAlignment to viewStart to fix RTL layout in empty ETP exceptions screen.
2020-06-05 14:27:54 -04:00
person808
c1b3f5bf16
[fenix] For https://github.com/mozilla-mobile/fenix/issues/6180 - Set textAlignment to viewStart to fix RTL layouts.
2020-06-05 14:27:26 -04:00
mcarare
b240e6cd87
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11229 : Update ETP cfr string and behaviour.
2020-06-05 14:18:25 -04:00
mcarare
4050f47e4e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11229 : Update settings ETP copy.
2020-06-05 14:18:25 -04:00
mcarare
ceb56b102d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11229 : Update onboarding ETP copy.
2020-06-05 14:18:25 -04:00
Jeff Boek
2c2cc97b97
[fenix] Remove tab tray feature flag ( https://github.com/mozilla-mobile/fenix/pull/11176 )
...
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Removes feature flag for the new tab tray
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Removes all tab references from homeFragment
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes unit tests
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Gets UI tests to compile and HomeScreenTest to pass
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `deleteMultipleSelectionTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `openHistoryItemInNewPrivateTabTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `openHistoryInPrivateTabTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `openHistoryInNewTabTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes `openNewPrivateTabTest`
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes tabbedBrowsingTests
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes SettingsPrivacyTest
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes TopSitesTest
* For https://github.com/mozilla-mobile/fenix/issues/11171 - Fixes lint errors
* Ignore
2020-06-05 12:59:08 -05:00
Beatriz Rizental
637dc1b617
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10652 : Fix validateBaselinePing test ( https://github.com/mozilla-mobile/fenix/pull/11254 )
...
* Stop ignoring validateBaselinePing test
* Remove spacing between package and imports
* Add functionality to decompress gzipped ping body
2020-06-05 12:48:33 -04:00
mcarare
54b9ccb145
[fenix] For https://github.com/mozilla-mobile/fenix/issues/7752 , https://github.com/mozilla-mobile/fenix/issues/7753 : Adjust touch targets for elements in crash reporter.
2020-06-05 12:04:58 +03:00
mcarare
bba07f2ade
[fenix] No issue: Fix xml indentations.
2020-06-05 12:04:58 +03:00
mcarare
5e34edea45
[fenix] For https://github.com/mozilla-mobile/fenix/issues/7725 : Increase info button touch target while keeping size.
...
Also removed unnecessary touch delegate.
2020-06-05 11:57:17 +03:00
mcarare
8d07c6fbdc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9590 : Increase widget elements touch target while keeping size.
2020-06-05 11:49:35 +03:00
person808
a6dc24bd4e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10525 - Remove tab tray item dividers.
2020-06-04 23:17:16 -07:00
ekager
8f0beee1d1
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/10629 - Update Content Description of Edit Login Menu Item
2020-06-05 08:12:43 +03:00
Jeff Boek
3624b97369
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10989 - Fixes memory leak caused by retaining the TabTrayView and TabsFeature
2020-06-04 23:29:14 -04:00
Mozilla L10n Automation Bot
39ea14ed73
[fenix] Import l10n.
2020-06-04 20:59:50 -04:00
Sawyer Blatz
f4ec25842d
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9488 : Init widgetExperiment after Experimenter init
2020-06-04 16:22:52 -07:00
mcarare
f5e1dc98c8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11230 : Set default to false for allow screenshots in private setting
2020-06-04 18:24:26 -04:00
Dennis Schubert
0b87f96637
[fenix] Bug 1643132 - Add WebCompat Reporter feature.
2020-06-04 18:23:11 -04:00
Dennis Schubert
1f5353f8f2
[fenix] Bug 1643132 - Remove native "Report site issue" functionality.
...
This will be replaced by the WebCompat team's system extension that ships as an android-component.
2020-06-04 18:23:11 -04:00
Chenxia Liu
4e4a09c240
[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/10616 - Update docs for app_opened to reflect cold-start
2020-06-04 14:39:43 -07:00
Sawyer Blatz
3daf6fcef4
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9488 : Add experimentation support
2020-06-04 14:10:22 -07:00
ekager
ac99ab799e
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8374 - Don't recreate ExternalAppBrowserActivity or finishing activities
2020-06-04 16:44:07 -04:00
mcarare
9dd90badbc
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9771 , https://github.com/mozilla-mobile/fenix/issues/9768 : Adjust touch target for buttons in error pages
2020-06-04 20:39:43 +03:00
Sawyer Blatz
469c553398
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11118 : Add toggle states to metrics ping
2020-06-04 10:08:23 -07:00
mcarare
ef4ab6ea93
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11182 : Fix back button text update according to save step.
2020-06-04 11:50:29 -04:00
mcarare
39dde4c64c
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11182 : Set click listener also to icon button.
2020-06-04 11:50:29 -04:00
Gabriel Luong
f114509a37
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8920 - [Telemetry] Send add-on ids in a metrics ping
2020-06-04 08:15:39 -07:00
mcarare
fbb87de5ce
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11182 : Update unit tests to reflect click listener update.
2020-06-03 23:01:44 -04:00
mcarare
acd4673d3b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11182 : Explicitly clone select tabs on updating SaveCollectionStep.
2020-06-03 23:01:44 -04:00
mcarare
d60a85e3b8
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11182 : Set click listener to full layout instead of just icon.
2020-06-03 23:01:44 -04:00
Mozilla L10n Automation Bot
504840944e
[fenix] Import l10n.
2020-06-03 21:37:44 -04:00
person808
86b72dd42b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10193 - Remove page title when sharing links
2020-06-03 15:54:23 -07:00
Tiger Oakes
01faa91808
[fenix] Migrate some SessionManager usage to BrowserStore ( https://github.com/mozilla-mobile/fenix/pull/10789 )
2020-06-03 11:18:44 -07:00
mcarare
47e3a8f737
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11153:Add FLAG_SECURE on pause and clear on resume for private session.
2020-06-03 08:56:16 -04:00
David Walsh
cdf007295b
[fenix] For 11114 - Correct landscape tab tray buttons
2020-06-02 23:09:05 -07:00
David Walsh
49359e95e0
[fenix] Scroll to the top of home when using the tab tray
2020-06-02 23:08:20 -07:00
Jonathan Almeida
abcbb45592
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11154 : Fix button color on migration UI
2020-06-02 18:08:45 -07:00
mcarare
b4d01b50ec
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10434 : Handle cases when proc/$pid/stat is not accessible.
2020-06-02 17:57:39 -07:00
Mozilla L10n Automation Bot
597b96864e
[fenix] Import l10n.
2020-06-02 17:50:39 -07:00
ekager
9190cb6d30
[fenix] For https://github.com/mozilla-mobile/fenix/issues/8759 - Allow recently used in share fragment to scroll
2020-06-02 16:46:08 -04:00
Jeff Boek
c02dd322e2
[fenix] Implement tab tray design improvements and fix close functionality.
2020-06-02 15:03:58 -05:00
Aaron Train
25292cb29b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/10798 : Disable testDownloadPrompt ( https://github.com/mozilla-mobile/fenix/pull/11147 )
2020-06-02 12:40:08 -04:00
mcarare
fff8880961
[fenix] For https://github.com/mozilla-mobile/fenix/issues/11139:Constrain title to start of checkbox and ellipsize.
2020-06-02 12:08:05 -04:00
Tiger Oakes
0551cf1243
[fenix] Fix failing CollectionCreationBottomBarViewTest
2020-06-02 12:07:53 -04:00
Tiger Oakes
4e7ae1f1bd
[fenix] Add tests for some of collection creation
2020-06-02 10:06:17 -04:00
Tiger Oakes
7e714c08e8
[fenix] Close https://github.com/mozilla-mobile/fenix/issues/10571 - Add dark mode for error pages
2020-06-02 09:55:55 -04:00
mcarare
5ed4286edd
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9545 : Split button to allow distinct focus for a11y services.
2020-06-02 09:33:32 -04:00
ValentinTimisica
6713c90c14
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/9696 : Adds Add-ons menu item to the home menu
2020-06-02 09:32:30 -04:00
ValentinTimisica
ac920ffb18
[fenix] Fixes https://github.com/mozilla-mobile/fenix/issues/10113 : Changes login prompt editText cursor color
...
This patch uses `mozacPromptLoginEditTextCursorColor` attribute defined in AC.
Check PR: https://github.com/mozilla-mobile/android-components/pull/7056
2020-06-02 09:29:59 -04:00
mcarare
1eebf4e85b
[fenix] For https://github.com/mozilla-mobile/fenix/issues/9595 : Increase search pill touch target height to container height.
...
Adjust background to fit new dimensions.
2020-06-02 09:27:23 -04:00