Skip to content
Snippets Groups Projects
  1. Mar 04, 2025
  2. Feb 23, 2025
  3. Dec 26, 2024
  4. Nov 18, 2024
  5. Nov 17, 2024
  6. Nov 10, 2024
  7. Nov 06, 2024
  8. Nov 05, 2024
  9. Nov 04, 2024
  10. Nov 03, 2024
  11. Nov 01, 2024
  12. Oct 22, 2024
  13. Oct 04, 2024
  14. Jul 13, 2024
  15. Jun 20, 2024
  16. Jun 19, 2024
  17. Apr 18, 2024
  18. Mar 31, 2024
  19. Mar 29, 2024
  20. Mar 25, 2024
  21. Mar 24, 2024
  22. Mar 21, 2024
  23. Mar 19, 2024
  24. Mar 18, 2024
  25. Mar 11, 2024
  26. Nov 23, 2023
    • Oliver Smith's avatar
      Makefile: install: add sanity checks · 8d2bd817
      Oliver Smith authored
      Prevent the user from installing to the wrong firefox dir, and give a
      userfriendly message if install needs root rights.
      8d2bd817
    • Oliver Smith's avatar
      Makefile: add uninstall target · dd2150f9
      Oliver Smith authored
      Make it easy for users to test versions from a git repository by having
      an easy way to uninstall.
      dd2150f9
    • Oliver Smith's avatar
      editorconfig: fix syntax · 1a53040d
      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/
      1a53040d
    • Oliver Smith's avatar
      Remove legacy code (< FF 115) · 5b333873
      Oliver Smith authored
      mobile-config-firefox does not need to support versions prior to the
      oldest supported FF ESR release (there might be two at the same time).
      The current oldest ESR is 115. Remove related code.
      5b333873
    • Oliver Smith's avatar
      README: link to current FF and FF ESR releases · 1eaf0115
      Oliver Smith authored
      As time of writing, it is 120 and ESR 115.
      1eaf0115
  27. Sep 15, 2023
Loading