Commit Graph

3314 Commits (e9c9154b3316e0fe6efc1902ea086e6fff8c0b69)

Author SHA1 Message Date
Mihai Adrian Carare 647117ca54 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13172 - Tab swipe order follows text direction from oldest to newest (https://github.com/mozilla-mobile/fenix/pull/16178) 4 years ago
Rafał Opiłowski 7dab7b2d53 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12971 - Show collection saved snackbar above FAB (https://github.com/mozilla-mobile/fenix/pull/16311) 4 years ago
Mugurell 5311233fae [fenix] For https://github.com/mozilla-mobile/fenix/issues/16339 - Initialize FxaAccountManager with also a CrashReporter (https://github.com/mozilla-mobile/fenix/pull/16340) 4 years ago
Sebastian Kaspari 03343e86ed [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/16256: Introduce build flag for "Mozilla Online" variant.
This patch introduces a build flag that can be used on demand on the command line (`./gradlew -PmozillaOnline [..}`) or
permanently when added to local.properties (`mozillaOnline`).

At runtime `Config.channel.isMozillaOnline` will return `true` if the flag was set at build time.
4 years ago
Michael Comella b495ffee53 [fenix] No issue - review: clarify thread safety of suppressionCount. 4 years ago
Michael Comella 6fed5f3177 [fenix] No issue: make StrictMode suppression count thread safe. 4 years ago
Christian Sadilek ecd79c4d6e [fenix] For https://github.com/mozilla-mobile/fenix/issues/12062: Switch to consumeFlow and add tests 4 years ago
ekager 5991d0996e [fenix] For https://github.com/mozilla-mobile/fenix/issues/4652 - Remove activityViewModels workarounds 4 years ago
MarcLeclair 78850c7e3d [fenix] 15278 detekt rule runblocking (https://github.com/mozilla-mobile/fenix/pull/15942)
* For https://github.com/mozilla-mobile/fenix/issues/15278: added CoroutineManager to count runBlocking calls

* For https://github.com/mozilla-mobile/fenix/issues/15278: Added actual detekt rule for runblocking and its config to the yaml

* For https://github.com/mozilla-mobile/fenix/issues/15278: Added unit test for RunblockingCounter

* For https://github.com/mozilla-mobile/fenix/issues/15278: renamed StrictModeStartupSuppressionCountTest.kt to PerformanceStartupTest.kt and added runBlockingCount test

* Lint fix

* For https://github.com/mozilla-mobile/fenix/issues/15278: made runblocking a Long to prevent overflow

* For https://github.com/mozilla-mobile/fenix/issues/15278: fixed MozRunblocking name, description and moved RunBlockingCounter to perf package

* For https://github.com/mozilla-mobile/fenix/issues/15278:Renamed MozillaRunblockingCheck to MozillaRunBlockingCheck

* For https://github.com/mozilla-mobile/fenix/issues/15278: Added setup for unit test, since it failed without restting counter

* For https://github.com/mozilla-mobile/fenix/issues/15278: Fixed naming for RunBlocking lint check

* For https://github.com/mozilla-mobile/fenix/issues/15278: removed changes made to test to use runBlockingIncrement

* For https://github.com/mozilla-mobile/fenix/issues/15728: added test exclusion for runBlocking check

* For https://github.com/mozilla-mobile/fenix/issues/15278: changed null check and added Synchronized to count setter

* For https://github.com/mozilla-mobile/fenix/issues/15278: fix for nits

* For https://github.com/mozilla-mobile/fenix/issues/15278: added StartupExcessiveResourceUseTest to CODEOWNERS

* For https://github.com/mozilla-mobile/fenix/issues/15278: fixed for nits

* For https://github.com/mozilla-mobile/fenix/issues/15278: Moved increment function to extension function and fixed indentation

* For https://github.com/mozilla-mobile/fenix/issues/15278: Added tests for Atomic Integer extension and nit fix
4 years ago
ekager e564dda990 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6313 - Remove unneeded delay in BrowserAnimator 4 years ago
Roger Yang f60df4a976 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16268 - Allowing multiple task while sharing (https://github.com/mozilla-mobile/fenix/pull/16275) 4 years ago
Jocelyne Abi Haidar 3139337d7f [fenix] For https://github.com/mozilla-mobile/fenix/issues/15931: Sort Downloads from newest to oldest (https://github.com/mozilla-mobile/fenix/pull/15939) 4 years ago
mcarare e682cb55cc [fenix] For https://github.com/mozilla-mobile/fenix/issues/15430: Fix StrictMode death on opening app from widget voice search. 4 years ago
mcarare c66ab231d5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15430: Fix StrictMode death on opening app from widget text search. 4 years ago
Mugurell b85522198c [fenix] For https://github.com/mozilla-mobile/fenix/issues/15963 - Increase touch target for the close button in the tabs tray grid layout
We need to ensure it has at least 48dp while also not appearing too big.
4 years ago
Mugurell 58a22af103 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15757 - Avoid the double spacing issues for grid items in tabs tray
Items should have a 16dp all around padding.
Have them have a 8dp padding that will add to 16 when placed together.
Have the parent have another 8dp that will add to 16 for when items are placed
to the edge of the available screen.
4 years ago
Mugurell 0dd114beb8 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15968 - Show a border for the selected tab in the grid based tabs tray
The border for the grid item will now be updated in the same method that
updates the background for the list item.
4 years ago
Gabriel Luong 949d66da5f [fenix] For https://github.com/mozilla-mobile/fenix/issues/9548 - Ability to rename top sites (https://github.com/mozilla-mobile/fenix/pull/16285)
* Ability to rename top sites, closes https://github.com/mozilla-mobile/fenix/issues/9548

* Highlight the "Remove" top site action as destructive

With more menu items in the top site contextual menu, it makes sense to differentiate

* Added test for the top site renaming action

* Fixed lint check (wildcard imports, blank spaces)

* Applied suggestions from code review

* Apply suggestions from code review

Co-authored-by: Gabriel Luong <gabriel.luong@gmail.com>

* Implemented dialog click listener with manual dismiss/cancel

Co-authored-by: Lorenzo Stanco <lorenzo.stanco@gmail.com>
4 years ago
Codrut Topliceanu 2d083e853a [fenix] For https://github.com/mozilla-mobile/fenix/issues/14637 - Fix sitePermissionsFeature breaking change + AC bump (https://github.com/mozilla-mobile/fenix/pull/16229)
* For https://github.com/mozilla-mobile/fenix/issues/14637 - Compatibility patch for AC - 8554

* Update Android Components version to 65.0.20201029143039

Co-authored-by: Arturo Mejia <arturomejiamarmol@gmail.com>
4 years ago
mcarare 3047ea3601 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16250: Disable remote USB debugging for SDK <23. 4 years ago
Mihai Adrian Carare 5fb5471df1 [fenix] For # 15929: Remove the search widget discoverability experiment. (https://github.com/mozilla-mobile/fenix/pull/16081)
* For https://github.com/mozilla-mobile/fenix/issues/15929: Remove SearchWidgetCFR telemetry.

* For https://github.com/mozilla-mobile/fenix/issues/15929: Remove SearchWidgetCFR and search widget experiment.

* For https://github.com/mozilla-mobile/fenix/issues/15929: Remove unit tests references to search widget experiment.
4 years ago
mcarare 51018be388 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15413: Use proper url when bookmarking a page. 4 years ago
Arturo Mejia df0da31c1f [fenix] Fix AddonsManagementFragment detekt error 4 years ago
Christian Sadilek 79ab29eff2 [fenix] No issue: Fix onConfigurationChange crashes in Debug build 4 years ago
Christian Sadilek 56c98b57b8 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/11285: Replace Session[Manager] observers in BaseBrowserFragment 4 years ago
Grisha Kruglov 268da65b3f [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15816 - Attempt to handle 'allowInPrivate..' pref with detached context 4 years ago
mcarare 047b712ffe [fenix] For https://github.com/mozilla-mobile/fenix/issues/15379: Use proper url when sharing. 4 years ago
ekager 647e73e851 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16199 - Don't pass BrowserToolbarView in onStart when we just need parent 4 years ago
Arturo Mejia d3faecd59c [fenix] Fix add-on translation braking changes 4 years ago
ekager f3d03c5e73 [fenix] For https://github.com/mozilla-mobile/fenix/issues/6313 - Set session ClearColor through Engine DefaultSettings 4 years ago
Jocelyne Abi Haidar 089fe7a9fd [fenix] For https://github.com/mozilla-mobile/fenix/issues/15508: Show error when trying to save empty or invalid bookmark URL (https://github.com/mozilla-mobile/fenix/pull/15674) 4 years ago
Mugurell ebcb172781 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15543 - Adjust the height of the tabs tray depending on the number of tabs (https://github.com/mozilla-mobile/fenix/pull/15749) 4 years ago
ekager 6ff5ec846b [fenix] For https://github.com/mozilla-mobile/fenix/issues/12062 - Feature Flag return to browser (https://github.com/mozilla-mobile/fenix/pull/16099) 4 years ago
ekager f8d0a97210 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16084 - Match elevation of Tab in Collection to header (https://github.com/mozilla-mobile/fenix/pull/16100) 4 years ago
ekager 29a179e8c3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15910 - Adds back automatic toggle, disables slider when enabled (https://github.com/mozilla-mobile/fenix/pull/16070) 4 years ago
mcarare 7f82d5e052 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14619: Show half a tab top offset when scrolling to selected tab. 4 years ago
Mugurell ebcf7ea907 [fenix] For https://github.com/mozilla-mobile/fenix/issues/16054 - Enable pull to refresh webpage in Nightly and Debug (https://github.com/mozilla-mobile/fenix/pull/16060) 4 years ago
Elise Richards 11e73eebfa [fenix] For https://github.com/mozilla-mobile/fenix/issues/15080: Handle default search engine when editing or removing (https://github.com/mozilla-mobile/fenix/pull/15768) 4 years ago
Juan C. Goncalves a3fce6b92d [fenix] For https://github.com/mozilla-mobile/fenix/issues/11397 - Add lint rule for AppCompatResources instead of ContextCompat (https://github.com/mozilla-mobile/fenix/pull/16011) 4 years ago
Sebastian Kaspari 09efe75e27 [fenix] FennecWebAppIntentProcessor: Catch JSONException. 4 years ago
Mihai Adrian Carare 274ab54236 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11631: Move report site issue extension to main menu. (https://github.com/mozilla-mobile/fenix/pull/15884)
* For https://github.com/mozilla-mobile/fenix/issues/11631: Move report site issue extension to main menu.

* For https://github.com/mozilla-mobile/fenix/issues/11631: Update UI test for installing add-on.
4 years ago
Tom Klein 85d7bb0baf [fenix] For https://github.com/mozilla-mobile/fenix/issues/15480 - Update the UI when a collection is renamed 4 years ago
mcarare ff595c7854 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15688: Navigate to home screen with arguments on new tab action. 4 years ago
Sebastian Kaspari 9c7e0ad770 [fenix] Update Android Components, Kotlin, Gradle plugin (https://github.com/mozilla-mobile/fenix/pull/16021)
* Closes https://github.com/mozilla-mobile/fenix/issues/13262: Update AGP to 4

* Update to Mozilla Android Components 63.0.20201019090011.

* Update Kotlin to 1.4.10 and Coroutines to 1.3.9.

* Fix new compiler warnings.

* Fix compilation of lint rules module.

* Pin JNA version.

* Fix new lint errors.

Co-authored-by: Tiger Oakes <toakes@mozilla.com>
4 years ago
Mihai Adrian Carare b931723651 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14744: Also show Fill link from clipboard with search shortcuts. (https://github.com/mozilla-mobile/fenix/pull/15885) 4 years ago
Gabriel Luong d1e5785dad [fenix] For https://github.com/mozilla-mobile/fenix/issues/15796 - Use the device locale for the system locale subtitle (https://github.com/mozilla-mobile/fenix/pull/15975) 4 years ago
Gabriel Luong 36ab249924 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15937 - Remove topFrecentSite feature flag (https://github.com/mozilla-mobile/fenix/pull/15967)
* For https://github.com/mozilla-mobile/fenix/issues/15937 - Remove the topFrecentSite feature flag

* For https://github.com/mozilla-mobile/fenix/issues/15937 - Hide the "Pull to refresh" preference since its visibility is managed by a feature flag
4 years ago
ekager b7cb6aa53c [fenix] For https://github.com/mozilla-mobile/fenix/issues/7345 - Update new shield icons, remove lottie (https://github.com/mozilla-mobile/fenix/pull/15909) 4 years ago
Christian Sadilek 8ec056ffb9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/11286: Add TelemetryMiddleware to remove Session[Manager] observers 4 years ago
Gabriel Luong 96e38a14eb [fenix] For https://github.com/mozilla-mobile/fenix/issues/15796 - show device language under follow device language (https://github.com/mozilla-mobile/fenix/pull/15966) 4 years ago
Jeff Boek 81556c956a [fenix] For https://github.com/mozilla-mobile/fenix/issues/15596 - Removes upgrade faq link from fennec builds (https://github.com/mozilla-mobile/fenix/pull/15643) 4 years ago
Michael Comella aa19f541b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15644: change apply to with in GleanMetricsService.
While the callback receiver is identical in these two methods, they're
semantically different: apply is for initializing the receiver while with
is anything else benefiting from a new `this` receiver.

I didn't change the usage of apply that has a return statement because I
was afraid my change might change behavior.
4 years ago
Michael Comella 910b7f19aa [fenix] For https://github.com/mozilla-mobile/fenix/issues/15644: mock package inspection dependencies in GleanMetricsService.
The new robolectric version changed the behavior such that the app ID
that was returned for our app was `org.mozilla.fenix.debug` instead of
(I guess) `org.mozilla.fenix`. In general, relying on robolectric can be
fragile, such as this case, so it's better to mock. Also, this test
behavior should theoretically have varied between build flavors so
mocking prevents the tests from breaking across flavors.
4 years ago
ekager 74b4866e3d [fenix] Fixes existing lint errors 4 years ago
Gabriel Luong ef60d82caa [fenix] For https://github.com/mozilla-mobile/fenix/issues/15907 - Remove the usage of the TabTrayGridItemDecorator 4 years ago
ekager 9d876a7076 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15347 - Adds telemetry for tabs settings 4 years ago
ekager 9f67b3df9b [fenix] fix detekt errors 4 years ago
Sebastian Kaspari 3368ddce5c [fenix] Use new SearchEngineProvider interface. 4 years ago
ekager 5baed32e13 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15265 - Save cached top sites for metrics ping 4 years ago
ekager 6ee2d5a8dd [fenix] For https://github.com/mozilla-mobile/fenix/issues/12062 - Launch back to browser if we previoulsy had tabs 4 years ago
ekager 3726b8c98b [fenix] For https://github.com/mozilla-mobile/fenix/issues/15853 - Always set fontSizeFactor setting with new text scale 4 years ago
Mihai Adrian Carare 26854525c6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14735: Remove debug logs from release build. (https://github.com/mozilla-mobile/fenix/pull/15747) 4 years ago
Grisha Kruglov 53244870e9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15812: Check for a null context during onScanResult 4 years ago
Shen c63bc04bd2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13168 - Removed the close button from history navigation bar 4 years ago
Michael Comella 88268c18a1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10069 - review: clarify init time for External...Activity. 4 years ago
Michael Comella 6c86641cbc [fenix] For https://github.com/mozilla-mobile/fenix/issues/10069 - review: change extra name to firstFramePreDrawNanos. 4 years ago
sraturi e97a48b48f [fenix] for https://github.com/mozilla-mobile/fenix/issues/10069 added AppLaunchTimeMeasurement.kt to handle logic of startup time for cold, warm, and hot startup types. 4 years ago
ekager bf2e2d545d [fenix] For https://github.com/mozilla-mobile/fenix/issues/14923 - Removes auto size preference toggle 4 years ago
Sijan Rijal 3aaded4868 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15402: Hide ETP pop-up if the toolbar is not visible (https://github.com/mozilla-mobile/fenix/pull/15667)
For https://github.com/mozilla-mobile/fenix/issues/15402: Hide ETP pop-up when top or bottom toolbar is not visible
4 years ago
Sijan Rijal 17fc28304a [fenix] For https://github.com/mozilla-mobile/fenix/issues/15497: Hide and remove the three dot menu from the Desktop Bookmarks folder (https://github.com/mozilla-mobile/fenix/pull/15649)
For https://github.com/mozilla-mobile/fenix/issues/15497: Remove and disable the three dot menu button
4 years ago
Jonathan Almeida 8281e16c83 [fenix] Fix lint warnings and test in site permissions 4 years ago
Arturo Mejia 4f67095c8b [fenix] Add support for local storage permission 4 years ago
Gabriel Luong d7a4925a5a [fenix] For https://github.com/mozilla-mobile/fenix/issues/15115 - Part 8: Add a feature flag for showing the grid view in the tabs setting 4 years ago
Gabriel Luong c95c4de162 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15115 - Part 7: Draw a border around the selected tab 4 years ago
Gabriel Luong ca8cc56e32 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15115 - Part 6: Display the tab's favicon in the grid view 4 years ago
Gabriel Luong 8a4b3d85d4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15115 - Part 5: Don't draw any background when swiping to delete a tab 4 years ago
Gabriel Luong b837358f14 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15115 - Part 4: Formatted TabTrayView.kt 4 years ago
Gabriel Luong d7f46fa9f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15115 - Part 3: Implement a grid view layout for the tabs
Co-authored-by: Abhijit Valluri avalluri2@bloomberg.net
4 years ago
Gabriel Luong 88ce83d0d2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15115 - Part 1: Convert the CloseTabsSettingsFragment to a general TabsSettingsFragment
- Renames CloseTabsSettingsFragment.kt to TabsSettingsFragment.kt
- Renames close_tabs_preferences.xml to tabs_preferences.xml
- Adds preference options for the switching between the Grid and List tab views
4 years ago
Michael Comella d7ea7c3555 [fenix] No issue: fix tests related to inline change.
The difficulty in mocking StrictMode.resetAfter is concerning.
I'm starting to second-guess whether or not making strict mode manager a class
was a good idea.
4 years ago
Michael Comella d23a1b8274 [fenix] No issue: remove inline from StrictModeManager.resetAfter.
I believe this was a premature optimization: it's unclear that it would
actually improve performance and yet  we had to add several weird
workarounds to make it work that broke encapsulation. It's also
possible it would be worse for the APK size because of excessive
inlining.
4 years ago
Jonathan Almeida 848286b7b1 [fenix] Upgrade to Android Component 62.0.20201006190820 with breaking changes 4 years ago
mcarare 4a56121cc4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15711: Also add custom engines to fallback list. 4 years ago
Elise Richards f5ff218d46 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8765: Use shared list widget in collections (https://github.com/mozilla-mobile/fenix/pull/15733)
Co-authored-by: Tiger Oakes <toakes@mozilla.com>
4 years ago
Michael Comella 0934b7fe93 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959 - review: add clarifying comments. 4 years ago
Michael Comella 86a44fb728 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: add marker when StrictMode is suppressed. 4 years ago
Michael Comella 19904397b2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: add MozillaStrictModeSuppression detekt check. 4 years ago
Michael Comella b6609a0747 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: count StrictMode suppressions on startup. 4 years ago
Jocelyne Abi Haidar efc846d57a [fenix] For https://github.com/mozilla-mobile/fenix/issues/15675: Disable Save button when editing saved login until something has been changed
set save button state by calling invalidateOptionsMenu, causing onPrepareOptionsMenu to be called which will enable/disable the save button depending on if changes have been made or not
4 years ago
mcarare 8668f5a0d6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15632: Improve checking open tabs logic to show collection button.
Check now considers selected tab tray mode.
4 years ago
ekager c5a6e86f9b [fenix] For https://github.com/mozilla-mobile/fenix/issues/15600 - Move removal of timed out sessions to immediately after restoration 4 years ago
ekager d9aefd1ce2 [fenix] No issue: Update biometric, core, and recyclerview libraries 4 years ago
mcarare 1add1c7454 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13031: Show size in KB for smaller downloaded files. 4 years ago
Jocelyne cc4d4a14d9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10107: Show Today and Yesterday labels in History (https://github.com/mozilla-mobile/fenix/pull/15415) 4 years ago
Jeff Boek d81eff94bd [fenix] For https://github.com/mozilla-mobile/fenix/issues/15593 - Reverts back to simple UUID creation without Fenix side caching 4 years ago
Jocelyne 635e49092e [fenix] For https://github.com/mozilla-mobile/fenix/issues/15471: Show Delete button in red in multi-select overflow menu (https://github.com/mozilla-mobile/fenix/pull/15576) 4 years ago
Grisha Kruglov a41022554b [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15443: Use fragment's lifecycleScope for AlertDialog actions 4 years ago
Stefan Arentz a0c00cb3b4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15537 - Be more verbose about leanplum identifiers (https://github.com/mozilla-mobile/fenix/pull/15538) 4 years ago
mcarare 192e5dc063 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15535: hasOpenTabs now considers the selected tab mode in tray tab. 4 years ago
Michael Comella af732f0748 [fenix] No issue: elaborate on Components class doc.
This is to clarify a misunderstanding I found in PR review.
4 years ago
Sebastian Kaspari 70dbf0d765 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/12565: Pass metrics to share controller" for debug test failures.
This reverts commit 5de145914e9fc10d3d647e6f2856c2df19dd9156.
4 years ago
Sebastian Kaspari 9b598b33d8 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/12565: Pass bookmark storage to controller" for debug test failures.
This reverts commit 9825a5d2dfb0f6d3c0235fdf0032e510c34bf20a.
4 years ago
Andrew Gaul 43778cf3cb [fenix] Show undo snackbars with padding with static bottom toolbar
This specifically fixes the close tab snackbar.  This commit mirrors
the logic when not using Undo from
e14bf8e791aa56ded47812018f32ee9801a5b4f9.  References https://github.com/mozilla-mobile/fenix/issues/14982.
4 years ago
ekager 1429c5ddaf [fenix] For https://github.com/mozilla-mobile/fenix/issues/15324 - Show tab settings and recently closed items in menu when no tabs 4 years ago
ekager 8caf149ab7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15503 - Change recently closed max to 10 4 years ago
TrianguloY 98f8f3b2ca [fenix] For https://github.com/mozilla-mobile/fenix/issues/13856 - Prevent overscroll in swipe to switch tabs gesture 4 years ago
Tiger Oakes 5a3b5af7d9 [fenix] Extract locale settings initial state 4 years ago
Tiger Oakes be11bfd5b4 [fenix] Add test for initial logins list state 4 years ago
Tiger Oakes e4bdd355d3 [fenix] Add tests for initial collection creation state 4 years ago
Tiger Oakes b55c4af6fb [fenix] For https://github.com/mozilla-mobile/fenix/issues/12565: Pass bookmark storage to controller 4 years ago
Tiger Oakes 966e13c9aa [fenix] For https://github.com/mozilla-mobile/fenix/issues/12565: Pass metrics to share controller 4 years ago
Michael Comella a50cf27648 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: fix startup crash by using arg Context.
The `context` member function returns null in attachBaseContext so we
need to use the Context that's being attached instead.
4 years ago
Michael Comella 53bd004f55 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: remove resetAfter & port tests to StrictModeManager. 4 years ago
Michael Comella 8a9472e540 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: move resetAfter into StrictModeManager.
In a followup PR, we need to add state to strictModeManager (the
number of suppressions). This is much simpler to do when this is defined
as a class rather than an object. However, when this is defined as a
class, `resetAfter` needs access to the strictModeManager. Instead of
passing it in as an argument, it made sense to move this function onto
the strictModeManager instead.

Since folks are used to calling:
```
StrictMode.ThreadPolicy.allowThreadDiskReads().resetAfter
```

We're going to have to add a lint check to prevent them from doing that.
4 years ago
Michael Comella 5f8943f76c [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: change StrictModeManager to class from object.
I originally tried to create this PR leaving this as an object to keep
the change simple but it wasn't worth it - once the object started to
keep state, we'd need to manually reset the state between runs. Also,
the tests were already getting hacky with static mocking so it was
easier to address some of those issues this way too.
4 years ago
Christian Sadilek 76018e2fe0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14034: Add debug preference to override AMO collection in Nightly 4 years ago
Michael Comella 9e86e369b6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: comment about duplication in logic in StrictMode.
I had to drop a commit that addressed the issue because it was too hard
to fix.
4 years ago
Michael Comella 394465e33e [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: add comment to explain why we only resetAfter in certain build modes. 4 years ago
Michael Comella c1aa8d396a [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: use ac StrictMode.resetAfter rather than duplicating functionality. 4 years ago
Michael Comella b2c01e442f [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: rename to attachListenerToDisablePenaltyDeath for clarity. 4 years ago
Michael Comella 1ec45f33a2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: remove unused penaltyDialog parameter.
Additional branching introduces complexity so we should avoid it when
possible. This branch was also unused so it's more likely to have bugs
if we tried to use it after some refactor.
4 years ago
Michael Comella 3b76f2b3fc [fenix] For https://github.com/mozilla-mobile/fenix/issues/13959: always enable detectNonSdkApiUsage.
We don't use penalty death for the VM policy so we theoretically don't
need to disable this check if penalty death is enabled.
4 years ago
Sebastian Kaspari eca2b8ecf4 [fenix] Use "undo" implementation from Android Components.
This is not the super fancy version yet - since we still need to restore into SessionManager and
haven't fully switched to BrowserStore yet. However AC having knowledge about "undo" and whether
it was performed or not, will help us with features like "recently closed tabs". And once we
can improve "undo", Fenix will get all the nice things automatically.

Requires:
https://github.com/mozilla-mobile/android-components/pull/8449
4 years ago
mcarare 9d9d283dc7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15310: Also catch ActivityNotFoundException when sharing to app. 4 years ago
ekager b276e9daca [fenix] No issue: Update AC to 61.0.20200925190057 4 years ago
ekager cf0af49d3b [fenix] For https://github.com/mozilla-mobile/fenix/issues/12383 https://github.com/mozilla-mobile/fenix/issues/15407 https://github.com/mozilla-mobile/fenix/issues/12860 - Switch to using shared view model for session to delete on home 4 years ago
Grisha Kruglov c348e03d0e [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15434: Don't try to display a 'signed in' snackbar in a 'headless' mode 4 years ago
Grisha Kruglov a0189c8080 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15432: Invoke UI updates on main thread in response to account events 4 years ago
Grisha Kruglov 5bb231cc70 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15436: Auto-close tabs during startup on the main thread 4 years ago
mcarare 1d7b1df0e0 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15130: Remove "what's new card" from onboarding screen. 4 years ago
Kate Glazko 739a3520e1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15320: Ensure Mimetype Other PDF Shows PDF Icon 4 years ago
Elise Richards 609857c5f1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14280, https://github.com/mozilla-mobile/fenix/issues/14743: Remove old search fragment (https://github.com/mozilla-mobile/fenix/pull/15169)
* Remove search fragment

* Use new folder to search dialog

* Rebase and lint

* Update tests with search dialog nav directions

* Rename interactor to match naming convention. Remove old controller and point everything to the dialog controller.
4 years ago
Jonathan Almeida 2ab099b37b [fenix] For https://github.com/mozilla-mobile/fenix/issues/15349: Fixes SyncedTabs suggestion not clicking 4 years ago
Grisha Kruglov bc90bd2f31 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15296: Allow excluding bookmark subtrees when editing parent folder
I'm really not a fan of how title overwriting and structure processing are mangled together,
but will leave clearing that up for another day.
4 years ago
Sawyer Blatz 9d49be285c [fenix] For https://github.com/mozilla-mobile/fenix/issues/14243: Pre-land visuals for Close Tabs CFR (https://github.com/mozilla-mobile/fenix/pull/15171) 4 years ago
Grisha Kruglov 661a48a940 [fenix] Update breaking changes in the FxA/Sync integration 4 years ago
Jocelyne 0638e9b3d1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11800: Hide reveal and clear password icons if the password is empty when editing a saved login (https://github.com/mozilla-mobile/fenix/pull/15244)
Co-authored-by: Jocelyne Abi Haidar <jocelyne.abihaidar@gotocme.com>
4 years ago
mcarare deafcc7387 [fenix] https://github.com/mozilla-mobile/fenix/pull/274-android-l10n: Update create account string to avoid partial translations. 4 years ago
person808 2ddd7950b9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15219 - Fix tab tray handle size.
Also use dimens for the tab history handle.
4 years ago
ekager 65db93b8b5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15291 - Limit current CFRs to show max one every 3 days 4 years ago
mcarare 9b953c0255 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15263: Properly update open links in app preference. 4 years ago
ekager 5536851865 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15272 - Remove bottom margin for toolbar on enter fullscreen 4 years ago
ekager 2f7edfe924 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15121 - Ensure tabs removed while on browser select an available parent session 4 years ago
mcarare d6f5f88deb [fenix] For https://github.com/mozilla-mobile/fenix/issues/15268: Use safe navigation to addon details fragments. 4 years ago
Grisha Kruglov 0b56dd58e4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15284: Process root titles when creating new folders
This also simplifies how we do this. We're no longer creating instances of `DesktopFolder` class
nor creating copies of BookmarkNodes just to display root titles correctly for the 'edit folder' UI.
4 years ago
ekager e2f534e533 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15089 - Disable recently closed in multiselect 4 years ago
ekager 231bfe6323 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15112 - Still show recently closed when history empty 4 years ago
Grisha Kruglov 4e486c0b40 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15286: Don't crash when separators are long-touched 4 years ago
ekager 9763d05ef2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13934 - Make TabHistory work on PWA/Custom Tabs 4 years ago
ekager f4406b2265 [fenix] No issue: Fixes strict mode death in debug custom tab 4 years ago
ekager 0fbfbb5516 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14982 - Show snackbars with padding with static bottom toolbar 4 years ago
ekager abe4ccd2ea [fenix] For https://github.com/mozilla-mobile/fenix/issues/14458 - dismiss keyboard on fill link from clipboard 4 years ago
ekager 6b66dbd5cc [fenix] For https://github.com/mozilla-mobile/fenix/issues/15245 - Remove margin for toolbar on toolbar-less PWA 4 years ago
Grisha Kruglov 4f6213a2dd [fenix] For https://github.com/mozilla-mobile/fenix/issues/2792: Display bookmark folders at the top of the bookmarks UI 4 years ago
Grisha Kruglov ec18031057 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15211: Make sure bookmarks are moved to the end of folders 4 years ago
Grisha Kruglov ba242fb3b9 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/15206: Only track 'move' event if bookmark parent was changed 4 years ago
Grisha Kruglov fa8af7dcd2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11502: Make sure to always process root titles for parent folders during edit
This also switches to a simpler bookmarks query API ('getBookmark') which doesn't fetch
children. We don't need 'children' for this dialog, and so don't need to do the extra work.
4 years ago
Grisha Kruglov f79c9733e1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13157: Filter out folder being edited from 'select folder' dialog 4 years ago
Grisha Kruglov 412ae60537 [fenix] Rename 'visitedAddBookmark' arg to a less confusing name 4 years ago
Grisha Kruglov 2e646b696a [fenix] Remove unused nav arg from 'select folder' 4 years ago
Tiger Oakes da57dc840d [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/14131: Move constants to dimens.xml (https://github.com/mozilla-mobile/fenix/pull/14135)
Co-authored-by: Elise Richards <erichards@mozilla.com>
4 years ago
Elise Richards 79f788e577 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13812: add ETP category for redirect trackers (https://github.com/mozilla-mobile/fenix/pull/15139)
* Feature flag for ETP cookie purging

* Strings for new ETP description

* Remove icons from ETP info screeen and add category for redirect trackers

* ETP policy factory tests

* Remove icons from ETP panel and add cross tracking allowed field.

* Remove icons on ETP panel. Add blocked category for redirect trackers to panel.

* Add margins to tracking protection settings
4 years ago
Jeff Boek f9c9099f5d [fenix] For https://github.com/mozilla-mobile/android-components/issues/8429 - Dont initialize MLS if token is null 4 years ago
Jeff Boek c6f46de882 [fenix] Revert "For https://github.com/mozilla-mobile/fenix/issues/12544 - Prevent search engines mixup"
This reverts commit 52f1a904b7039fb69cdd074f63ad059834fb99c1.
4 years ago
Hakkı Kaan Çalışkan 18e1dded25 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13922: Add indicator to synced tabs suggestions in awesomebar 4 years ago
Jonathan Almeida 9824d81afa [fenix] For https://github.com/mozilla-mobile/fenix/issues/14230: Stop redrawing all top sites when one is removed 4 years ago
mcarare 23cbede5e3 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12829: Add create account option on the the sign in screen. 4 years ago
mcarare 3af7750c57 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12829: Update addUnderline extension function to accept parameters. 4 years ago
mcarare a1a9202e1f [fenix] For https://github.com/mozilla-mobile/fenix/issues/15150: Do not show open banner if open in app is ON in settings. 4 years ago
mcarare b2b5b1a22c [fenix] For https://github.com/mozilla-mobile/fenix/issues/13943: Change strict mode penalty to penaltyDeath.
Also, keep dialogPenalty as replacement option for penaltyDeath.
4 years ago
Sören Hentzschel bc6259dc2f [fenix] For https://github.com/mozilla-mobile/fenix/issues/14933 - Fixed private browsing icon color in preferences fragment 4 years ago
Tiger Oakes d29e90717c [fenix] Merge bookmark item and folder view holders 4 years ago
Tiger Oakes a684ab65ca [fenix] Change separator to use its own view holder 4 years ago
Elise Richards a6f71a3581 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15079: handle QR permissions when changed in Android settings (https://github.com/mozilla-mobile/fenix/pull/15097)
* Define intent data for activity

* Search dialog shows permissions for allow and deny camera

* Check camera permissions for fxa pairing

* Check camera permissions for old search

* Tests for pairing sync interactor and controller.

* Cleanup

* Use bool pref for setting. Use interfaces and default implementations for the sync interactor and controller.

* Lint
4 years ago
Sawyer Blatz 1a5a88be4b [fenix] For https://github.com/mozilla-mobile/fenix/issues/14565: Add telemetry for top sites 4 years ago
Arturo Mejia 6e5748123f [fenix] Fix add-ons permissions breaking change 4 years ago
mcarare 4a29c49fb7 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15116: Also do not expand or set bottom toolbar behavior on TWA tabs. 4 years ago
mcarare 2245badc6f [fenix] For https://github.com/mozilla-mobile/fenix/issues/15116: Do not set bottom toolbar behavior on PWA tabs. 4 years ago
mcarare a6a7ce00bc [fenix] For https://github.com/mozilla-mobile/fenix/issues/15116: Do not expand toolbar on PWA tabs. 4 years ago
mcarare 55e2cfe526 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15116: Use safe cast for layout params. 4 years ago
Sebastian Kaspari e90ddb1f38 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/14225: Remove task when finishing ExternalAppBrowserActivity. 4 years ago
Hakkı Kaan Çalışkan 199cdac801 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11245: Integrate Synced Tabs AwesomeBar suggestions
fix pr
4 years ago
Jeff Boek 710da8dd63 [fenix] For https://github.com/mozilla-mobile/fenix/issues/15007 - Puts swipe to delete behind a feature flag (https://github.com/mozilla-mobile/fenix/pull/15009) 4 years ago
codrut.topliceanu 26583d2e05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14546 - Speculative fix for ANR 4 years ago
Gabriel Luong cc0e0a0375 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14145 - Add pinned badge for pinned sites 4 years ago
Mugurell 492d49af18 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14974 - Ensure website bottom elements stay at bottom
engineView.setDynamicToolbarMaxHeight(0) vs
engineView.setDynamicToolbarMaxHeight(toolbarHeight)
ensures webpage's bottom elements are aligned to the bottom of the browser.

We also need to make sure that when the toolbar is static it does not cover the
bottom of the page - something desired when the toolbar was dynamic.
For this the engineView will have a toolbarHeight bottom margin.
4 years ago
codrut.topliceanu f925e12816 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14559 - Persist searchFragment keyboard status 4 years ago
Elise Richards cf23eb072c [fenix] Access shared prefs in fxa pairing (https://github.com/mozilla-mobile/fenix/pull/14997) 4 years ago
Jeff Boek 81afb0b9c2 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14283 - Fixes overlapping search suggestions and hint 4 years ago
ekager 71abc5c450 [fenix] For https://github.com/mozilla-mobile/fenix/issues/2486 - Adds Recently Closed Tabs 4 years ago
ekager 90f9a16f0d [fenix] No issue - Updates AC to 58.0.20200910190642 and fixes imports 4 years ago
Mugurell bea5d9ddce [fenix] For https://github.com/mozilla-mobile/fenix/issues/14902 - Disabling bottom toolbar animation now works (https://github.com/mozilla-mobile/fenix/pull/14927) 4 years ago
Jeff Boek 5d53b9e168 [fenix] For https://github.com/mozilla-mobile/fenix/issues/5745 - Create preference to disable domain autocompletion 4 years ago
Elise Richards 892a22f6f5 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14239: Notification for QR scan when permissions have been denied (https://github.com/mozilla-mobile/fenix/pull/14553)
* Show dialog when permissions are denied

* Add qr permissions dialog to search dialog fragment

* Add qr permissions dialog to the pairing screen

* Show dialog after permissions have been denied

* Reset focus after denying permissions

* Show dialog after permissions denied in search frag and par frag

* Use shared preferences to store camera permission state

* Move dialog creation into the search controller and add tests

* Dialog controller implementation and test

* Route to intent with correct activity. Set focus when dismissing dialog

* Get preferences in old search
4 years ago
Mugurell ee9bd92708 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14903 - Prevent BrowserFragment's view leak 4 years ago
ekager b2a9e73051 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13467 For https://github.com/mozilla-mobile/fenix/issues/14910 - Dismiss dialog on blank URL commit 4 years ago
ekager c3ba6ed946 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14680 - Revert ObserverRegistry changes to WifiConnectionMonitor 4 years ago
Michael Debertol 9b9f049e26 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14212: Pass historyStorage to ToolbarView 4 years ago
Michael Debertol f89a293cd6 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13423: Pass isPrivate flag to ToolbarView 4 years ago
Sören Hentzschel 7f6df6c146 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14194 - avoid leak when opening the "Libraries that we use" screen 4 years ago
Jeff Boek 1e79ff40dc [fenix] For https://github.com/mozilla-mobile/fenix/issues/14543 - Prevents IllegalStateException by not moving to another thread 4 years ago
mcarare fd8dbfe8dc [fenix] For https://github.com/mozilla-mobile/fenix/issues/14540: Fix updating list and item info for a11y services. 4 years ago
Gabriel Luong 12707f2b74 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14529 - Show a dialog when the top sites limit has been reached 4 years ago
ekager be4a268120 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/14895 - Adds paste to context menu ordering preference 4 years ago
codrut.topliceanu d6f52584d9 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13949 - Turn off tip regarding beta/nightly 4 years ago
Mugurell 089a60c195 [fenix] For https://github.com/mozilla-mobile/fenix/issues/10240 - New preferences to control gesture based features
Three new settings and one for which this patch just pre-lands the strings.
The behavior for the "Swipe toolbar up to open tabs" is to be added as part of
a later ticket.
4 years ago
Tiger Oakes ec74c0ef26 [fenix] Extract checkbox selected mask (https://github.com/mozilla-mobile/fenix/pull/14308) 4 years ago
Tiger Oakes 0f4ca53372 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14460: Fix PBM notification tint (https://github.com/mozilla-mobile/fenix/pull/14699) 4 years ago
Tiger Oakes 5b395f9999 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14376: Reverse items with bottom toolbar (https://github.com/mozilla-mobile/fenix/pull/14451) 4 years ago
Tiger Oakes e77e039413 [fenix] Enforce IO thread inside of components (https://github.com/mozilla-mobile/fenix/pull/14704)
* Automatically run PermissionStorage on IO thread

* Run TabCollectionStorage on dedicated scope + IO

* Update findSitePermissionsBy calls
4 years ago
Gabriel Luong e8b910302b [fenix] For https://github.com/mozilla-mobile/fenix/issues/14629 - Enable showing frequently visited sites ON by default (https://github.com/mozilla-mobile/fenix/pull/14630) 4 years ago
Sebastian Kaspari a9c11d6f3b [fenix] Update to new state API and update Mozilla Android Components version.
The EngineSessionState of a tab is now always accessible through tab.engineState.engineSessionState. It will
never get cleared.
4 years ago
mcarare 607cbff174 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9506: Add session observer to check conditions for displaying banner. 4 years ago
mcarare 32d5066e1f [fenix] For https://github.com/mozilla-mobile/fenix/issues/9506: Create show open in app banner preference. 4 years ago
mcarare f9d3e9ab05 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9506: Implement banner custom view based on material design specs. 4 years ago
mcarare e5ccbbb148 [fenix] For https://github.com/mozilla-mobile/fenix/issues/9506: Add possibility to navigate to a preference in settings. 4 years ago
Mugurell c21a0dad3e [fenix] For https://github.com/mozilla-mobile/fenix/issues/10241 - Use VerticalSwipeRefreshLayout for pull to refresh
And so resolve many of the issues found in the platform's SwipeRefreshLayout.
4 years ago
ekager 790a9c8098 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14679 For https://github.com/mozilla-mobile/fenix/issues/14676 - Dismiss MP Migration tip, init in disabled state 4 years ago
ekager 5e11508f7b [fenix] For https://github.com/mozilla-mobile/fenix/issues/14609 - Correct nav from new search experience to browser 4 years ago
mcarare 9ee799f489 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14665: Replace hardcoded label with string resource. 4 years ago
Shane Synan 45cd74ee5e [fenix] For https://github.com/mozilla-mobile/fenix/issues/14642: Use correct 'Close tabs' summary text (https://github.com/mozilla-mobile/fenix/pull/14644)
For "closeTabsAfterOneMonth", use the correct summary string of
"close_tabs_after_one_month" instead of "close_tabs_after_one_week".

This fixes the Settings page "Close tabs" summary showing the wrong
tab duration when "Close tabs" is set to "After one month".

Closes https://github.com/mozilla-mobile/fenix/issues/14642
4 years ago
Dennis Schubert cafcdcb1ac [fenix] Bug 1645844 - Add label to reports sent via the webcompat-reporter. (https://github.com/mozilla-mobile/fenix/pull/14625) 4 years ago
liuche 06a1157ef5 [fenix] Issue https://github.com/mozilla-mobile/fenix/issues/7620 - Remove Nightly flag for external download manager (https://github.com/mozilla-mobile/fenix/pull/14632) 4 years ago
Sören Hentzschel bf51019351 [fenix] For https://github.com/mozilla-mobile/fenix/issues/8343, https://github.com/mozilla-mobile/fenix/issues/9709 - replace "phone" with "device" in translations (https://github.com/mozilla-mobile/fenix/pull/14083) 4 years ago
Arturo Mejia ef41c4e785 [fenix] Pin AC TO 57.0.0 and remove feature flag for view downloads (https://github.com/mozilla-mobile/fenix/pull/14592)
* Update Android Components version to 57.0.0.

* Remove feature flag for "View Downloads".

* Update search enginer list from changes by https://github.com/mozilla-mobile/fenix/issues/13452

Co-authored-by: Chenxia Liu <liuche@mozilla.com>
4 years ago
ekager 793b27980d [fenix] For https://github.com/mozilla-mobile/fenix/issues/13926 - MP migration 4 years ago
Jeff Boek df3d9365ef [fenix] For https://github.com/mozilla-mobile/fenix/issues/14279 - Prevent GeckoView from resizing while searching 4 years ago
ekager b8e2bfebd4 [fenix] For https://github.com/mozilla-mobile/fenix/issues/4118 - Creates setting for auto closing tabs 4 years ago
ekager 0c03651086 [fenix] Closes https://github.com/mozilla-mobile/fenix/issues/14254 - Removes Login select feature flag 4 years ago
Codrut Topliceanu 0c5d1e2527 [fenix] For https://github.com/mozilla-mobile/fenix/issues/11465 - Fix default engine for widget voice search (https://github.com/mozilla-mobile/fenix/pull/14015)
For https://github.com/mozilla-mobile/fenix/issues/11465  - Fix default engine for widget voice search
4 years ago
Tiger Oakes 41c3a580ee [fenix] Simplify media state drawables (https://github.com/mozilla-mobile/fenix/pull/13474) 4 years ago
Kainalu Hagiwara 5cc77fdef1 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13498 - Use custom long press back handling for Huawei devices. (https://github.com/mozilla-mobile/fenix/pull/14387) 4 years ago
Sören Hentzschel 1983d40104 [fenix] for https://github.com/mozilla-mobile/fenix/issues/13329 - removed unused feature flag (https://github.com/mozilla-mobile/fenix/pull/14438) 4 years ago
Michael Debertol 662d7cdddf [fenix] For https://github.com/mozilla-mobile/fenix/issues/14354: Update the search shortcuts icon on state update (https://github.com/mozilla-mobile/fenix/pull/14355) 4 years ago
Gabriel Luong 5e1f5a2364 [fenix] For https://github.com/mozilla-mobile/fenix/issues/13264 - Scroll to the tab above the selected tab in the tabs tray (https://github.com/mozilla-mobile/fenix/pull/14372) 4 years ago
mcarare f282aa4327 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14289: Check if toolbar is initialised before setting flags. 4 years ago
Arturo Mejia 6deca4a4a2 [fenix] Add support for restoring downloads 4 years ago
Tiger Oakes a70bbb7aff [fenix] For https://github.com/mozilla-mobile/fenix/issues/14376: Use concept-menu with tab counter menu (https://github.com/mozilla-mobile/fenix/pull/14374) 4 years ago
Tiger Oakes 64aa8c17bd [fenix] Remove un-needed nullables (https://github.com/mozilla-mobile/fenix/pull/13816) 4 years ago
Jeff Boek a4a8e9ed88 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14318 - Use old API to try to fix startup crash without GPS 4 years ago
Tiger Oakes a87a20d844 [fenix] Split toolbar controller into two classes (https://github.com/mozilla-mobile/fenix/pull/13854) 4 years ago
Tiger Oakes 2bc1749689 [fenix] Remove unneeded tint for ic_link (https://github.com/mozilla-mobile/fenix/pull/14381) 4 years ago
Tiger Oakes c759cea9f2 [fenix] FNX-14583 ⁃ Extract and test preference helpers for Settings (https://github.com/mozilla-mobile/fenix/pull/13402) 4 years ago
Mugurell b6d41cc860 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12980 - Clear icons when deleting browsing data 4 years ago
Mugurell 6a06883e22 [fenix] For https://github.com/mozilla-mobile/fenix/issues/12980 - Unify deleteBrowsingData() and deleteHistoryAndDOMStorages()
The two methods are serving the same purpose, with one calling the other.
This prepares the ground for adding a method to delete icons in only one place
and remove confusion about what that place should be.
4 years ago
Tiger Oakes 55066509af [fenix] Use shared list widget in tab history (https://github.com/mozilla-mobile/fenix/pull/13884) 4 years ago
Tiger Oakes 667e20c13b [fenix] Add tests for collection creation (https://github.com/mozilla-mobile/fenix/pull/13909) 4 years ago
Tiger Oakes 56d4800bb5 [fenix] FNX-14661 ⁃ Delete drawables (https://github.com/mozilla-mobile/fenix/pull/13481)
* Delete unused drawabled

Mostly leftovers from quick action bar

* Remove duplicate drawables using tints
4 years ago
Jeff Boek 3294bf7605 [fenix] No Issue - Add prompt to secret settings 4 years ago
Gabriel Luong 188ba0b421 [fenix] For https://github.com/mozilla-mobile/fenix/issues/14119 - Add a setting to toggle the display of frequently visited top sites (https://github.com/mozilla-mobile/fenix/pull/14183) 4 years ago