- Mar 26, 2025
-
-
Remaining issues: - narrow suggestion window in FF 136 - vertical order and spacing could be better Part-of: !75
-
This deals with #titlebar no longer existing on FF 133+ by increasing tab-width, except when in private-browsing mode. It also adds support for `browser.uidensity` = 2, or in CSS terms uidensity=touch. Part-of: !74
-
- Mar 25, 2025
-
-
Danny Colin authored
Part-of: !73
-
- Mar 04, 2025
-
-
Sertonix authored
-
- Feb 23, 2025
-
-
Peter Mack authored
This change fixes the private browsing indicator on Firefox 133 and 134 and hopefully for many future releases
-
- Dec 26, 2024
-
-
Update URL as we moved to our own instance instead of Gitlab.com
- Nov 18, 2024
-
-
Arnaud Ferraris authored
The lack of this info causes `appstreamcli` to fail validating the file, issuing the `url-homepage-missing` warning.
-
- Nov 17, 2024
-
-
Oliver Smith authored
-
Oliver Smith authored
-
- Nov 10, 2024
-
-
Switching to a better suited color-variable that also works with ESR Tweaked-by:
Oliver Smith <ollieparanoid@postmarketos.org>
-
- Nov 06, 2024
-
-
By using the xdg-desktop-portal file-picker we get a more native file-picker, e.g., on Plasma Mobile Fixes #16.
-
This change hides https:// in the urlbar by default, a change that can be undone. It also clarifies what the difference between defaultPref and pref is. Fixes #14.
-
- Nov 05, 2024
-
-
Peter Mack authored
-
Optionally hide the protections icon and popup. It can be unhidden by adding mcf.showprotectionsicon in about:config and setting it to true.
-
This feature does not exist in Firefox for Android and really clutter the urlbar.
-
- Nov 04, 2024
-
-
Peter Mack authored
This commit adds an option to disable the tab-counter feature: mcf.tabcounter.disable Also, adding an option to also count tabs in the tab menu with mcf.tabcounter.countmenu We also opt to not show the tabcounter in convergent mode at widths over 900px (beyond the Fairphone 5 in landscape mode). Styling: - make sure the enabled tab-counter is never rotated - adding a rounded border to make it look somewhat native Documentation: Mention and document disabling the feature in README.md
-
Peter Mack authored
-
- Nov 03, 2024
-
-
Fix #42 by adding a boolean about:config (mcf.multipletabs) option to reduce tab width. Fix #34 by adding another boolean about:config option (mcf.multipletabs.showclose) to show close buttons on every tab.
-
Looks like original code was added this to keep the "all tabs" button visible. This is not true anymore so we can put a min/max width for tabs. We can also keep maximum width for non-private mode.
-
We are on a mobile device.
-
- Nov 01, 2024
-
-
Peter Mack authored
-
- Oct 22, 2024
-
-
Peter Mack authored
-
- Oct 04, 2024
-
-
Seth Falco authored
-
- Jul 13, 2024
-
-
DrRac27 authored
The next tracking feature where I assume every user wants to opt out. https://support.mozilla.org/en-US/kb/privacy-preserving-attribution
-
- Jun 20, 2024
-
- Jun 19, 2024
-
-
Peter Mack authored
This cuts down the private browsing indicator to a minimum by hiding the text and removing some padding.
-
- Apr 18, 2024
-
-
Peter Mack authored
No longer hard remove Google from Firefox ESR, so it can be picked as default if people want to/have to, e.g., due to ddg being blocked in some regions. https://cast.postmarketos.org/episode/39-Interview-magdesign/ inspired this.
-
- Mar 31, 2024
-
-
Peter Mack authored
popups.css: fix to prevent extension menu flicker on distributions that are not postmarketOS (MR 48)
-
- Mar 29, 2024
-
-
popups.css: Fix various popup menus and installing extensions, including a fix for the overflow menu (MR 47)
-
- Mar 25, 2024
-
-
Peter Mack authored
-
- Mar 24, 2024
- Mar 21, 2024
-
-
Based on user0's work, I've implemented a slightly different fix for this menu: * max-width only, because that's enough to fix the menu * 100% instead of 100vw, as that's less in most cases, but enough. Related: https://codeberg.org/user0/mobile-config-firefox/src/commit/f2381fd45eeef10ffb173a56f8106e6d68b981be/src/userChrome/06_popups.css#L85-L89 Fixes: #65
-
- Mar 19, 2024
-
-
- Mar 18, 2024
-
-
Peter Mack authored
-
- Mar 11, 2024
-
-
Peter M authored
-
- Nov 23, 2023
-
-
Oliver Smith authored
Prevent the user from installing to the wrong firefox dir, and give a userfriendly message if install needs root rights.
-
Oliver Smith authored
Make it easy for users to test versions from a git repository by having an easy way to uninstall.
-
Oliver Smith authored
Fix the pattern not working in neovim's now built-in editorconfig support by removing "**/". This should have matched all paths, but it doesn't work with the built-in parser and by removing it, we apparently match all paths too. This fixes neovim indenting with tabs in the Makefile and shell scripts in this repository. Happy to see that this is a built-in feature now \o/
-