Awesome Android Apps

AAA

Hi all,

for 2 years, sporadically, I’ve been adding awesome FOSS apps with the following:

Rules

  • Open Sourced
  • Free of charge (on F-Droid and source code repository releases)
  • Free as in Freedom
  • Ad-free
  • Installed and tested by me or by contributor
  • Privacy-friendly aware
  • Easy to use
  • Still in development or polished experience
  • Does not lack features compared to proprietary app
  • Does not need an account (the only exceptions are self-hosted) apps)
  • Has dark theme

…tested by my and then later by contributors. I think many of you will appreciate this simple README.md repo, and I would love some help with it.

🏔️ Codeberg version

I hope you will find it useful! 🤩

    • trolske@feddit.de
      link
      fedilink
      arrow-up
      2
      ·
      29 days ago

      Github accepts the details HTML tag as part of Markdown. You could use that to put there a description and it would only be visible if you expand it.

      • Psyhackological@lemmy.mlOP
        link
        fedilink
        arrow-up
        2
        ·
        29 days ago

        Yeah, I know that, but maybe it’s my personal preference that I try to use pure MarkDown when HTML is unclean with a mix of it. You probably meant something like here:

        <details open="open">
          <summary>Table of Contents</summary>
          <ol>
            <li><a href="#installing">Installing</a></li>
            <li><a href="#shortcuts">Shortcuts</a></li>
            <li><a href="#features">Features</a></li>
            <li><a href="#dependencies">Dependencies</a></li>
            <li><a href="#usage">Usage</a></li>
            <li><a href="#building">Building</a></li>
            <li><a href="#translating">Translating</a></li>
            <li><a href="#supported-languages">Supported Languages</a></li>
            <li><a href="#license">License</a></li>
          </ol>
        </details>
        
        • trolske@feddit.de
          link
          fedilink
          arrow-up
          2
          ·
          29 days ago

          Yeah, that’s exactly what I meant. But I get that you want to avoid HTML if possible.
          If you find a pure markdown alternative, let me know, I was looking at options a while back for a repo and settled on the HTML tag.

          • Psyhackological@lemmy.mlOP
            link
            fedilink
            arrow-up
            2
            ·
            29 days ago

            I was thinking about it but it generates many lines when MarkDown is simple.

            There is no alternative as far I know due to MarkDown renderer.

            Same for setting size for images or centering something.