logoalt Hacker News

F-Droid 2.0

394 pointsby daveoc64today at 3:26 PM101 commentsview on HN

Comments

silverblueptoday at 3:52 PM

I have been using droid-ify on GrapheneOS for a few years now; because F-Droid ui is terrible, and the privilege extention has been such a pain to configure and get working without issues on my previous lineageOS phone. Happy to see this major overhaul; and i'm glad the FPE is being phased out.

show 3 replies
jjicetoday at 4:00 PM

What does the future of something like F-Droid look like once Google does their lock down next year?

show 6 replies
rom1vtoday at 4:02 PM

In addition to F-Droid on the device, I'd love an F-Droid "package manager client" on a computer, that allows installing apps on an Android device via adb:

    # update repo lists
    fdr update
    
    # upgrade all apps on the connected device
    fdr upgrade
    
    # search packages
    fdr search vlc  # lists org.videolan.vlc
    
    # install on the device
    fdr install org.mozilla.firefox
    
    # download the apk
    fdr download org.mozilla.firefox
    
    # uninstall
    fdr uninstall org.mozilla.firefox 
Of course, all operations would verify the signatures first.
show 1 reply
temphaaatoday at 5:04 PM

Can someone recommend a good F/OSS ebook reader on F-Droid? The existing ones I have tested have too many knobs and options and are not really user-friendly.... My wife started to get into reading, but I could not get her to get out of the Kindle/Play Books ecosystem because of the user-friendliness and easy synchronisation across devices that Kindle gives.

show 3 replies
aorthtoday at 3:54 PM

Cool! Unfortunately I switched to Obtanium a year or so ago. I get all my apps from GitHub releases straight from the developers now.

show 8 replies
outadoctoday at 3:44 PM

Very cool, the visual redesign was very much needed and I had been using Droid-ify for a while because of this. I'll switch back to the official app, congrats to the contributors!

Scene_Cast2today at 3:42 PM

The official page still downloads 1.23.2. I wonder when this will go live, and if the old app will auto-update.

show 1 reply
parisiansamtoday at 5:15 PM

I wonder if FDroid has a policy against LLM? i was reading one of the MR here https://gitlab.com/fdroid/fdroidclient/-/merge_requests/1729 and they seem to gate on LLM contributions (and vibe coded android app)?

97laostoday at 5:35 PM

Love it new design fdroid basic really smooth in my ancient phone.

juicelandtoday at 3:46 PM

For people who are die-hard F Droid users, do you get all your apps from it? I have tried in the past but it seemed like even when I restricted my use to basics it was missing things I needed to make my phone feel useful. Wonder if it has gotten better.

show 12 replies
prima-facietoday at 4:09 PM

Amazing news! I mainly use the F-droid Basic version which does automatic updating of apps. The regular one needs user confirmation for updates if I remember correctly.

mzajctoday at 3:47 PM

> Also, F-Droid Privileged Extension (FPE) is not currently supported by 2.0. That means even if FPE is installed, F-Droid 2.0 won’t use it. This overhaul focused on full featured support for the Android “session” installer. That lets F-Droid run background updates on any recent Android version without requiring FPE. Like with any of the changes here, we welcome feedback.

This is a shame. Is the privileged extension a large maintenance burden?

show 1 reply
kmarctoday at 4:53 PM

Great visual and usability update.

Even greater HN conversation about all the to-me-unknown alternatives. I used neostore as a replacement, but maybe time to try f-Droid again

Thev00d00today at 5:00 PM

Urgh such a shame to be written by LLM

zephiel7today at 3:40 PM

This is very good to see. Classic F-Droid always seemed to fail at updating repos at least every week or so.

show 1 reply
sharktheonetoday at 5:26 PM

so nice. FDroid always looked a bit dated to me

cf100clunktoday at 3:42 PM

That page uses the term ''repository''' singular. Can additional repos be added in the way Neo Store allows?

show 2 replies
magnattoday at 4:01 PM

And still no popularity rating, download count or any user review system whatsoever.

show 4 replies
renszarvtoday at 3:46 PM

If only they improve the AndroidTV experience a bit

cyberaxtoday at 3:59 PM

Dear F-Droud, please stop redirecting me to the Mandarin version automatically without an option to read the original message. Just because I have a Chinese keyboard layout available.

show 1 reply
imzaditoday at 4:23 PM

I wish they would add ratings or even just comments

Telaneotoday at 4:31 PM

It's nice to see F-Droid going places.

laruss5today at 4:48 PM

[dead]

zb3today at 3:45 PM

> All new code in this effort uses modern Android code standards and designs. This gives us a codebase that is easier to maintain, test, and easier to extend with new features in the future.

No, this increases the overall complexity of the system. Android will hopefully eventually collapse under its own weight.

show 1 reply