96
top 20 comments
sorted by: hot top new old
[-] Rogers@lemmy.ml 28 points 2 years ago* (last edited 2 years ago)

The bot should at least pick from a pool of apps new enough to run on the latest 2 versions of Android. There's a lot of ancient apps that haven't been updated in ages.

[-] d_k_bo@feddit.de 5 points 2 years ago

The bot could just filter out any update that didn't receive an update in the last ~1 year.

[-] 56_@lemmy.ml 9 points 2 years ago* (last edited 2 years ago)

There are many good apps that don't receive/need regular updates anymore. Besides, giving them more attention might encourage new contributions.

Edit: maybe we can make an exception for this though:

[-] CorrodedCranium@leminal.space 27 points 2 years ago

That'd be neat. I feel like that could definitely add to the community growth and engagement.

If I saw an app that I used regularly I'd definitely be willing to enthuse about it and talk about issues I've encountered.

[-] technomad@slrpnk.net 2 points 2 years ago

Could that same bot (or a different bot even) be relegated to doing 'best of' lists or 'featured' based on different metrics like 'most commented'? Just a thought

[-] GravitySpoiled@lemmy.ml 26 points 2 years ago* (last edited 2 years ago)

Random isn't good.

A weekly post asking about the users fav apps or fav new apps. Or updates of apps and what's new in them.

[-] pkill@programming.dev 10 points 2 years ago

Imo random is good if you limit it to stuff compatible with Android 12 or newer, because there is a ton of legacy stuff that might have security or usability issues and any bugs would not be resolved

[-] possiblylinux127@lemmy.zip 7 points 2 years ago* (last edited 2 years ago)

A random selection once a week can reveal interesting apps

[-] GravitySpoiled@lemmy.ml 8 points 2 years ago
[-] possiblylinux127@lemmy.zip 3 points 2 years ago

I made my comment more clear

[-] GravitySpoiled@lemmy.ml 4 points 2 years ago

To me, it's still the same.

Each week there are a lot of updates and new apps on fdroid. And there's even a blog post about it. Maybe that should become more visible

[-] jeena@jemmy.jeena.net 16 points 2 years ago
[-] possiblylinux127@lemmy.zip 2 points 2 years ago

Because it is tedious and would only reveal a handful of apps. It would be nice to get a random app as once in a while it might be something you want to use.

[-] donio@lemmy.world 2 points 2 years ago

Maybe a stickied thread with suggestions and each week pick the highest voted one that hasn't been discussed yet.

[-] catloaf@lemm.ee 7 points 2 years ago

Be the change you want to see in the world

[-] Sunny@slrpnk.net 5 points 2 years ago

This could also be a weekly engagement thing, but from the users? For example, a weekly thread called "This Week's Discovery". And then people can suggest their findings and share experiences.

[-] 56_@lemmy.ml 3 points 2 years ago

Here is a list of apps (taken from the names of metadata/*.yml files on the f-droid gitlab): apps.txt (pastebin)

Choose one at random:

#!/usr/bin/env python
import random
names = open("apps.txt").readlines()
print("https://f-droid.org/en/packages/"+random.choice(names)[:-1]+"/")
[-] Moonrise2473@feddit.it 1 points 2 years ago

Maybe semi automated

Random chooses an all, the human rejects the candidates until something that is generally useful is found

I don't think many would be interested in https://f-droid.org/packages/org.hwyl.sexytopo/ for example

Or a icon pack like https://f-droid.org/packages/org.xphnx.ameixamonochrome/

[-] possiblylinux127@lemmy.zip -1 points 2 years ago

Honestly I think random is the best answer

[-] TootSweet@lemmy.world 0 points 2 years ago

Honestly, great idea.

this post was submitted on 31 Mar 2024
96 points (88.1% liked)

F-Droid

10804 readers
79 users here now

F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and keep track of updates on your device.

Website | GitLab | Mastodon

Matrix space | forum | IRC

founded 5 years ago
MODERATORS