F-Droid 2.0 (f-droid.org)

788 pointsby daveoc647 hours ago219 comments

comex 3 hours ago

I notice that

    Syncthing-For
    k
is one of the first pieces of text in the first screenshot. With the k on its own line like that. Not usually something I’d comment on, but if you’re showing off a redesign…

katzenq 3 hours ago

That app itself also has some of the most revolting UI I've seen in a modern Android app (Vertical gradient filled buttons with thick gray strokes surrounded by not-quite-Material UI widgets, in a nonsensical custom control they had to go out of their way to make rather than just use a dropdown). Android developers really just don't care.

tripleee 2 hours ago

its not an app you open much. I'd prefer them to spend time on the actual functionality

frereubu an hour ago

Good design is part of the functionality.

tadfisher 3 hours ago

It's annoying and easy to forget, but you have to enable the high-quality line break algorithm per Text component in Compose. Or you have to set two flags (maxLines=1 and overflow=TextOverflow.Ellipsis). I usually end up with a TitleText and BodyText component in my codebases that set these flags internally so I don't have to remember.

erikus an hour ago

I wasn't sure if this was a joke about Android being unintuitive so I was sad to see that enabling high quality line breaks is indeed something you have to configure:

https://developer.android.com/develop/ui/compose/text/style-...

izacus 11 minutes ago

That document literally says that high quality option is the default.

meta-level 2 hours ago

But it's a fork, isn't it?

mayli 2 hours ago

Yeah, even AI could tell this design is not really polished.

Flere-Imsaho an hour ago

Honestly I'd take that over the hostile vomit that is the google playstore. That thing is an offence to my senses...so many colors and animations trying to grab my attention.

warkdarrior 37 minutes ago

"F-Droid 2.0: better than hostile vomit"

silverbluep 6 hours ago

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.

PorciiVorbesc 6 hours ago

>I have been using droid-ify

After 10 years of F-droid, I'm bummed I only found droid-ify a couple of months ago. Sooo much better than F-droid.

TutleCpt 5 hours ago

Check out Neostore too. You'll love it.

arcanemachiner 4 hours ago

There's also Aurora Droid, last time I checked.

PhageGenerator 4 hours ago

I tried Neostore. All the info it shows is pretty cool, but ultimately I felt the expierence suffered from all the extra information shown compared to the simpler UI in Droid-ify.

mayli an hour ago

I run into UI glitches and crashes, and decide to not continue using it.

BaardFigur 4 hours ago

There's also F-Droid Classic. For me Droid-ify never felt quite right + it never worked properly with unattended updates, for me at least.

dizhn 3 hours ago

Me too. But more and more I am using ObtainX now and installing from Github sources. I don't need F-Droid's gatekeeping.

eighthave 3 hours ago

I think it is great that there are multiple clients out there, so people have a choice of user experience. One thing that I think is too often overlooked look is if they have implemented the same security and privacy standards as F-Droid, if that's important to you. For example, last I checked, the third party clients where still using index-v1, which is signed using SHA1. Maybe NeoStore updated to index-v2? And there is also quite a bit of effort put into the client-side to make sure it leaks as little as possible to the servers. There are libraries of the official core pieces for third party clients to use to gain many of these protections: https://f-droid.org/2023/05/02/three-client-libraries.html

epihelix an hour ago

Thank you. Used it to uninstall F-droid and roll back to v1 after trying out this new update (ooof... full-blown material ui is not for me. Those progress bars, oh my eyes!)

The old f-droid client made selecting app updates easy. With both v2 and droid-ify, you have to click through for each app. Not a great interface decision :( Why do updates always dumb interfaces down these days?

1vuio0pswjnm7 11 minutes ago

"F-Droid 2.0 now fetches and installs app updates by default."

Why not download source, (review, edit) and compile on the device, e.g., using Termux

Is "convenience" the rationale for the F-Droid app

Maybe it's the same rationale that drives Linux users toward "binary package managers"

Learning UNIX on BSD instead of Linux may have biased me toward compiling software myself. I know that others may prefer to download and install binaries

But with a project like F-Droid the founding principle seems to be that closed source apps, and Google's Play Store data collection scheme, should be avoided. If that's true, then it makes sense for users to compile their own apps, if they can. Why not encourage and faciltate user review and compilation of app source code

Then, for those users, there's no need for an F-Droid app or efforts to try to hide it

It's too bad app source code generally isn't mirrored publicly like, e.g., BSD or Linux software, using the same public mirrors. (Many are run by universities, not corporations) If there are exceptions, such as F-Droid, the number of mirrors for app source code is relatively small

NoahZuniga 5 minutes ago

Running a malicious build script is just as bad as running a malicious app, so I don´t see why you want that? Also F-droid has fully reproducible builds, so you can be sure you'll get the same binary.

jjice 6 hours ago

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

pritambaral 6 hours ago

Since F-Droid (i.e., the repositories, not the app) builds all apps, a practical solution would be for the repositories (i.e., their signing keys) to be recognized by El Goog. Whether and how much help / obstacle the "maybe we do evil" company puts up for / against this is a different question.

trinsic2 6 hours ago

It seems to me this is a blocker to use if google can restrict sideloading like this. Its not going to end with just get people requiring to register their app with an identity. Wont they be able to put presser on f-droid devs to lock out software they consider a threat to some business model?

wongarsu 5 hours ago

If the issue Google has with sideloading is really just the rampant app piracy (and the malware that comes with cracked apps) that might be something F-Droid can accomodate.

OroPla 4 hours ago

I don't think malware is the problem, as most malware comes directly via Google's ecosystem carried by ads. Just recently I had to uninstall some app from the play store since it tried to distribute malware through scary pop-ups and had it replaced with something from f-droid for someone I know.

autoexec 4 hours ago

> most malware comes directly via Google's ecosystem carried by ads.

Google's own Play Store is filled with outright malware too, no ads needed. The idea that Google has to control what people are allowed to install on their phones isn't really for the protection of anyone except Google.

McDyver 5 hours ago

> sideloading

That newspeak term should just disappeared. It only contributes to the image that downloading and installing an app is something that is outside the "happy path". Installing software of your choice on a device you own shouldn't be demonised

ragequittah 5 hours ago

Surely you see how installing unvetted software on a device that holds your entire life, bank info, photos, etc. probably shouldn't be part of the "happy path" for most people. You shouldn't even install software you haven't fully vetted from the google play store. This should be drilled into non-technical people.

Those of us who want to can easily bypass it. My mom who doesn't know what she's doing and gets a phishing email with a fancy apk attached should probably have a hard time using it.

catlikesshrimp 4 hours ago

Block installs outside of playstore ON/OFF (ON by default) isn't any less secure. "Sideloading" is scaremongering.

g-b-r 4 hours ago

> a device that holds your entire life, bank info, photos, etc

That device was called personal computer for decades, and the world didn't end for the simplicity of installing software on it.

charcircuit 4 hours ago

The world may not of ended but to of people have been hurt by malware ruining their computer, cryptolocking all of their company's files for ransom, stealing all of your login credentials, stealing cryptocurrency, taking secret photos with your webcam, screen recording what you are doing on your computer, etc.

The "personal computer" has a terrible track record.

g-b-r 4 hours ago

That seems to happen on phones too

charcircuit 4 hours ago

It is much rarer since it needs 0 day to do these at the same level as possible on a pc. The play store scanning apps for malware is an important safety mechanism against this. Further more imposter apps like YouTube but with no ads that are Trojans that steal people's accounts.

g-b-r 2 hours ago

Or the accessibility permission, or to some degree the access all files ones; but it's also enough for the app to pilfer the data you trust it with.

The Play Store's scanning is very far from perfect, and the amount of crap that's on it, combined with the trust that people have towards it, and apps' unfettered access to internet, makes malicious software easily more common than on PCs.

Even without considering as malicious the enormous data collection that almost everything on the Play Store does, encouraged by Google

krzyk 4 hours ago

Just like people get robbed, it is as common as that.

It doesn't mean one can't buy nice things because one is afraid of being robbed.

charcircuit 4 hours ago

Except a sane society puts rules in place against robbers and then bans such people from society.

Vrondi 3 hours ago

There have already been laws against scammers and hackers for a long time.

Vrondi 3 hours ago

For many decades, people have been mistakenly putting diesel fuel into their gasoline cars, yet we never outlawed diesel vehicles. You can only do so much to protect people without destroying their rights to their property.

charcircuit an hour ago

Society moved to having it so diesel fuel pump would not fit into gasoline cars.

Society didn't ban doing it, but put up barriers that help the average person from doing something dangerous.

JumpCrisscross 2 hours ago

> That device was called personal computer

To be fair, mobile phones being locked down probably contributed to the mass adoption of e.g. mobile payments and banking.

g-b-r 2 hours ago

Web banking was offered by all banks long before banking apps, and you could of course access it from smartphones

The move to apps made things more difficult, if anything

OroPla 4 hours ago

> a device that holds your entire life, bank info, photos, etc.

I'd see it the other way around and say that a device running an operating system controlled by some company shouldn't hold your entire life, bank info, photos, etc.

krzyk 4 hours ago

That means education for people: don't perform actions that are in emails.

Blocking apps is like blocking buying of knifes because one can hurt themselves.

halostatue 4 hours ago

Because education has worked so well on Windows.

There's not an easy answer, but the non-answer of "people just need to be educated" is trivially dismissed.

Aachen 4 hours ago

I'm not sure the situations are comparable when Windows doesn't have this permission system where the apps are still very limited in what they can access unless you grant specific directory access or access to the contact list or such

wizzwizz4 an hour ago

It does, but approximately nobody uses it, because Microsoft also tried to apply loads of constraints on what kinds of program could exist when they rolled it out, as part of their "all Windows software should also work on Windows Phone and Xbox" campaign.

ragequittah 7 minutes ago

Have you ever tried to educate a 70+ year old person on this kind of stuff? Their eyes gloss over and they don't care. I've told my mother not to install random apps on her phone several times yet she still does it. I could probably send her a phishing e-mail right now that 'looks like' it's from me (so long as my name is in the from: field that's enough) and she'd follow the instructions to install a malicious apk too.

"Everyone should just be smarter/more educated" is what I used to think as well. I now fully understand some people have no desire to be educated in any way and it's a net good for society to not have a large % of devices compromised.

folkrav 4 hours ago

Fully agree. Installing software is installing software, signed or unsigned, app store or not.

rom1v 5 hours ago

They have to use one key per app, otherwise independent app could end up sharing some permissions (IIRC).

aquariusDue 4 hours ago

The Emacs version for Android makes uses of something like this IIRC by signing a version of Termux with the same key and distributing it in the same SourceForge repo such that Emacs on Android can access CLI tooling like git for example.

OutOfHere 6 hours ago

Isn't it possible, however complicated, for users to undo the lockdown to install an app? The required 9 steps are noted at https://keepandroidopen.org/ for devices that use Google Play Services.

Irrespective, people should probably be migrating to a GrapheneOS or similar OS asap once the OS ships with a device.

jjice 5 hours ago

Ah this is good to know. Awful it's required, but glad there is a work around.

Brian_K_White 5 hours ago

no root on graphene, non starter

autoexec 3 hours ago

Honestly not as bad as I feared it would be. Still not great and it's moving us farther from the idea that people who paid for the device should be allowed to install what they want on it, but as it stands it's a workable process. We'll see how quickly it takes Google to make it worse

rurban 5 hours ago

Switch to GrapheneOS or HarmonyOS

tazjin 5 hours ago

Currently, switching to GrapheneOS means giving Google money. Next year's Motorola-based alternative is also likely going to be several price classes above the Pixels you can currently put GrapheneOS on.

microtonal 4 hours ago

Then buy a Pixel second-hand or when they hit rock-bottom prices, which usually happens after 6 months or so. At some point Google is probably not making a lot of profit from the devices anymore and they want to sell it to you for tracking and to sell Google One subscriptions, which are mostly irrelevant if you use GrapheneOS.

g-b-r 4 hours ago

I followed Pixel prices for the last year, and rock-bottom for a 256gb version (the current absolute minimum for a device without an sd, to my eyes) meant 450€.

There are occasional good deals for (unused) older models on eBay, but they're surprisingly rare.

I wonder if Google demands stores to give the old models back, after the release of newer ones; they disappear from every store extremely quickly.

OroPla 4 hours ago

I don't want to pay more than $150 for a phone, though. And installing an alternate OS is a real hassle.

someonebaggy 4 hours ago

If the current $500 pixels are too expensive you're going to hate the $1000 motorolas.

ghetsisharmonia 4 hours ago

Not really, GrapheneOS has a nice web installer that makes all the job for the user.

drnick1 an hour ago

Stretching that budget to about $350 would get you a new Pixel a-series, on sale. It's well worth it.

flexagoon 3 hours ago

There's zero reason to buy a last year phone.

rdsubhas 5 hours ago

Alternative app stores are mandated atleast here in the EU I believe?

someonebaggy 4 hours ago

Yes but the process to enforce it is intentionally so difficult that nobody can do it.

Elfener 3 hours ago

Yes, but the ability to install any software isn't. goggle can still decide to allow only "official" apps in """3rd party""" stores.

burningChrome 5 hours ago

Updates on this have been slowly trickling out and the best I can discern is you will be able to still install apps from stores like F-Droid, but you have to go through a manual "advanced flow" which will most likely make you wait 24 hours before installing it and make you go through other hoops.

In short, google has referred to this as "increased user friction" to try and deter people from doing this. Essentially not making it impossible; just really frustrating for users so they get sick of the process and just install verified apps through them.

The only way I know around this is to install a custom rom like GrapheneOS or Lineage OS since this change targets Because the policy targets the Google Mobile Services (GMS) framework rather than the foundational Android Open Source Project (AOSP).

iamjackg 4 hours ago

Wait, it's not 24 hours per app though, is it? Isn't it 24 hours before the "allow installing apps from .apks" setting turns on once and for all?

izacus 43 minutes ago

Yes, you toggle it once and that's it. It also moves with backups so new devices don't need that step.

krzyk 4 hours ago

If I'm a developer I also need to wait 24hrs to test my app?

creatonez 4 hours ago

It seems google is going to allow an "advanced flow" that is scam resistant by requiring the user to wait 24 hours before they can start installing their own apps. It sucks, but assuming they don't change the plan again, F-Droid should be able to continue working.

reddalo 3 hours ago

> assuming they don't change the plan again

Knowing Google, that's a big assumption

someonebaggy 4 hours ago

The current lockdown plan is that you'll need to wait 24 hours before installing the first unauthorized app, right? So probably exactly the same as it is now except setting up a phone will take 24 hours longer.

drnick1 3 hours ago

There is an entire world of Android phones not controlled by Google, including GrapheneOS, LineageOS, and countless variations in China and other places where Google is effectively banned.

epihelix 39 minutes ago

It looks exactly the same as now. You will have to do Google's 24 hour flow thing, but it's not like that's going to stop anyone who appreciates what F-droid brings to the table.

Muhammad523 3 hours ago

Finally a submission at the top of the page that isnt about AI!

lutoma 3 hours ago

Hah, I had the exact same thought. Hacker News has become so exceedingly uninteresting recently

pkulak 2 hours ago

Eh, I bet the luddite boards were all loom talk at the end too.

haha, I kid. I... kid. :(

jazzabeanie 3 hours ago

But the first comment I read is :'(

temphaaa 5 hours ago

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.

wingmanjd 5 hours ago

KOReader [1] is my favorite reader. Pairs well with my syncthing library of ebooks (I just keep the phone's copy in read-only mode).

[1] https://f-droid.org/en/packages/org.koreader.launcher.fdroid...

ossusermivami 5 hours ago

Koreader interface with syncthing is not that user friendly to non techs, very powerful can do anything but i don't think i would advise that to non techie

fn-mote 4 hours ago

KOReader can update over WiFi as well, right?

OptionX 5 hours ago

To add to this, since the original comment mentioned kindle, you can jailbreak many of the models and install KOReader in them if you want to keep using the hardware.

sporedro 5 hours ago

Just to add, KOReader might not look super use friendly at first, but I highly recommend giving it a try. It’s an amazing reader.

Once your used to it, the controls are a lot better than stock kindle as well imo.

archole 5 hours ago

Episteme is pretty good

https://github.com/Aryan-Raj3112/episteme

tukunjil 3 hours ago

Using readera with network connection disabled. Super app.

brnt 5 hours ago

I actually use MuPDF for epubs, as well as pdfs.

asnelt 3 hours ago

Me too. It seems to be the only one that does not litter the sdcard directory.

AdManusMedici 5 hours ago

It depends.For me it’s not on app For a dedicated device(phablet/tablet) - KoReader. For Smartphone (no longtime reading) - Librera Reader

andrepd 4 hours ago

Honestly I use Lithium with no network permissions. It's not Foss but it's good enough for me.

aaronax 4 hours ago

I run Calibre Content Server on a VM. So my ebook reading is just accessing that in the browser. Works great.

luqtas 3 hours ago

i would say Librera FD, much better on Android than KOR, specially for images

wilsonnb3 an hour ago

Even if you have a FOSS ereader app with good sync, where are you gonna get books to read on it?

The only options are stripping the DRM from kobo books or piracy, last I checked.

antinomicus an hour ago

Try storyteller. It’s an awesome app that does the whispersync thing where you get the audiobook and ebook together, can switch between the two and not lose place, can read both at the same time where the ebook underlines what’s being said. All self hosted though so you need to have a way to…obtain drm free e/audio books.

sfRattan 11 minutes ago

KOReader is good, as others have mentioned.

If you want a cross platform option that's pretty good across Android/iOS/Mac/Windows/Linux, Readest[1] Is another great option. It supports syncing a library of ebooks and is AGPL licensed[2].

[1]: https://readest.com/

[2]: https://github.com/readest/readest

rom1v 6 hours ago

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.

yjftsjthsd-h 6 hours ago

Like https://github.com/Hoverth/fdroidcl ? :)

aorth 6 hours ago

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

pkal 6 hours ago

What do you do for apps that don't have GitHub releases?

asdfqwertzxcv 6 hours ago

You can use it with non-github releases too, but it's super rare when one isn't available. In the case when Obtanium doesn't work, I just use F-Droid.

Aachen 3 hours ago

Super rare? The government seems to release only on an obscure source called Play for some reason. I don't want to play a game, just to ride the transit system. There seem to be a lot of apps that don't release on such an addable source..

asdfqwertzxcv 2 hours ago

I think I’ve encountered 1 or 2 apps that didn’t work on Obtanium so YMMV.

s2l 5 hours ago

The other way is to use fdroid as source within obtainium. The benefit is to maintain app list at one place, so you can export/import to another device, when needed.

fghkjlhb 4 hours ago

https://apps.obtainium.imranr.dev/ has plenty of apps that don't have F-Droid releases. Many of them come from the developers own website.

And if you see anything is missing, you can always add it!

szszrk 6 hours ago

Do you use a lot of apps with that?

I tried it with 3 random apps for a while, but instantly got into issues. Two stopped updating due to Obtanium falling behind how app releases - for instance, developer changed version numbering scheme but Obtanium didn't expect that, so an outdated version was always presented. It wasn't fixed for quite a while.

aorth 5 hours ago

I have 23 currently. It's surprising how fast it happened... I don't have any problems, but I don't pay much attention to it and apps seem to update automatically sometimes and after a manual refresh other times.

Gander5739 5 hours ago

I've found Droid-ify more reliable at doing background updates, though it still only manages it sometimes (possibly due in some way to how I installed the apps). Hopefully Fdroid's app will be better at this.

zeandcode 6 hours ago

Didnt know this! Thanks for sharing !!

lanfeust6 6 hours ago

The update turnover is so fast for certain apps that I switched back to Fdroid.

asdfqwertzxcv 6 hours ago

Same for me. I typically search on F-Droid to find the apps and then add the github to Obtanium.

fghkjlhb 6 hours ago

I tried Obtainium a while back and didn't like it too much, finding apps seemed difficult.

Then I discovered https://apps.obtainium.imranr.dev/ which makes it very easy. I feel like Obtainium should make this more obvious. It would help adoption a lot.

OutOfHere 6 hours ago

Fwiw, that link is documented in the readme at https://github.com/ImranR98/Obtainium so it's not hard for someone to find again. It's also prominent in the Obtainium app UI itself.

fghkjlhb 4 hours ago

I know it is there in Obtainium, but I don't think it's prominent enough and it is easy to miss. I missed it my first time.

yjftsjthsd-h 6 hours ago

I use F-Droid precisely because I don't want that. When https://news.ycombinator.com/item?id=38505229 happened - and when the same thing happens again in the future, because it will - I explicitly want F-Droid doing some basic due diligence on updates before shipping them to me. Cutting out the middleman is the opposite of what I want.

greeniskool 6 hours ago

Counterpoint: I use NewPipe pretty much daily for watching YouTube. One day, YT introduced an API change that broke NewPipe, and so I patiently waited for an update.

A few days passed, and I eventually get a notification from NewPipe prompting for an update. But I can't install it just yet, because of mismatching signatures between the F-Droid and GitHub versions (yes, that's the point, I know...). The F-Droid build took so long to release, that in the meantime, another version of NewPipe came out...

yjftsjthsd-h 6 hours ago

True. And especially for that use, I can imagine that the slow return around is actually a breaking problem. I think there are relatively few apps that need that kind of quick update, and I'm more concerned with malicious authors than that, but it would depend on precisely what you need out of your apps.

deng 5 hours ago

Have you added the NewPipe repo in F-Droid? I get updates this way pretty quickly.

https://newpipe.net/FAQ/tutorials/install-add-fdroid-repo/

yjftsjthsd-h 5 hours ago

Notably, this is still cutting out the middleman and bypassing the extra review that that entails. It's fine as long as you trust everybody involved in publishing the repo, which is probably fine here, but a thing to keep in mind.

amlib 5 hours ago

This issue happens to some extent within liunux distros too. I think specifically for youtube maybe it would be beneficial for a single core library that deals with the API and is shared by every single project that cares to interface with youtube. Rather than dozens of projects trying to chase youtube changes and overburdening repository maintainers, there would only be a single library whose updates would be fast tracked. This also requires there to be no embedding it in anything too, I don't know how feasible this would be on android/f-droid, but it kinda already happens with yt-dlp in linux distros, but yt-dlp isn't a proper library nor does it deals with all youtube endpoints that a proper youtube frontend would require.

It would perhaps be nice if yt-dlp could eject it's youtube api handling into it's own project that is then augmented to handle anything youtube related and turns into THE library for dealing with youtube.. maybe even call it libyt :)

mintplant 4 hours ago

I've never actually had this issue, for whatever reason. In-app updates to NewPipe (and the various forks) install just fine even if I originally downloaded from F-Droid. Not sure how that works exactly.

autoexec 3 hours ago

I ran into the same issue. The good news is that app is the only one I've had to uninstall and reinstall from an apk because fdroid was so insanely slow. I wish they made an effort to keep up with apps where they need to be updated frequently and stop working entirely if they aren't updated. I can't imagine there are too many apps like that

flexagoon 3 hours ago

F-Droid doesn't do any due dilligence on updates aside from blocking proprietary code

lawn 6 hours ago

Same, Obtanium is great.

eighthave 3 hours ago

If you like the Obtanium user experience, I recommend you get involved and help them implement signature verification on F-Droid repos: https://github.com/ImranR98/Obtainium/issues/3348

Lammy 2 hours ago

Haven't yet used it, but I will say that's a great project name

outadoc 6 hours ago

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_Cast2 7 hours ago

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

szszrk 6 hours ago

Try F-Droid basic, it has this for a few weeks.

radicality 32 minutes ago

Right yeah, I saw this announcement, opened my Fdroid app and clicked around very confused on how to get it to update :S

prima-facie 6 hours ago

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.

eighthave 3 hours ago

F-Droid and F-Droid Basic are the same code base, even more so with 2.0. So the automatic updating support is the same for both.

henearkr 3 hours ago

Since this made into HN first page, I've been trying to find the APK of this version 2.0...

Am I missing something stupid?

Lammy 2 hours ago

e: my bad, was on desktop and didn't actually try it on my phone (I use Droid-ify anyway)

luoc 2 hours ago

mhm, that's just loading v1 for me

henearkr an hour ago

Thank you, but this APK is not the v2.0.

hobo123 3 hours ago

Is it not available yet? Fdroid doesn't update, and downloading and re installing leaves me with the usual app.

Still, excited for when it'll be ready.

juiceland 6 hours ago

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.

demo4567 6 hours ago

I do, but then there is aurora store on f-droid for the gplay only apps.

someonebaggy 4 hours ago

Note it doesn't work very well, and Graphene recommends using Graphene's sandboxed Play Store instead.

Aachen 3 hours ago

Aurora works fine for me, and Google's software needn't chug along in a background sandbox no matter if all it can do is install apps, ping back to the mothership what your IP address currently is, and act as a proxy for other apps whose direct internet access you try to deny

mzajc 6 hours ago

Yes, essentially. I do have the Guardian Project repository and I get a handful of applications from the Play Store (via Aurora Store), but everything else comes from F-Droid. If you want even more, you can add the IzzyOnDroid repository[0], but bear in mind that unlike F-Droid, applications are built by developers themselves, and the rules on FOSS-only licensing are less strict.

[0]: https://apt.izzysoft.de/fdroid/

lanfeust6 6 hours ago

does Aurora still work? Last few times I tried, I couldn't install anything.

tukunjil 6 hours ago

Last used yesterday found no problem to install random application.

Wicher 6 hours ago

It did yesterday, for me. Sometimes it doesn't work for a while and the dev needs some time catching up to what Google deliberately or inadvertently or indifferently put in the way of access to the place where apps are published (and they are published there, not because app creators deliberately chose Google out of many app distributors in some healthy competitive market; there is no choice).

The Aurora project accepts donations, if you want to hurry things along some time! And they have a donation button right there in the app listing, try doing that for yourapp in the PlayStore and see who comes knocking in 3...2..1 to make you a non-person.

NoboruWataya 6 hours ago

What do you find is missing? The main apps I need Google Play for are apps that are tied to a specific company or government service (eg, banking apps, or HMRC). For pretty much all basic functions I think F-Droid does the job.

HeatrayEnjoyer 3 hours ago

Store and restaurant apps, discord, streaming apps, most games, payment apps, apps for school, ride-sharing. I tried the "degoogle" way and tossed after two days because that's impossible unless you're willing to adopt a more expensive boomer/millennial lifestyle.

flexagoon 3 hours ago

Aside from payment apps, you can (and probably should) just use the web browser for most of those things

sandreas 6 hours ago

No... I use a combination of Aurora, Obtainium and F-Droid.

Unfortunately there are APP providers actively preventing their apps to work on graphene OS, so i own an extra use@home cheap broken glass iphone for these mandatory but non-graphene apps.

It is a pain and it is getting worse... I'm really tempted to get back to the Apple ecosystem for less shens but currently i cannot do this yet... It just feels wrong but the pain is real. I'm Lösung the fight of investing too mich of my time in things that just should work.

drnick1 6 hours ago

I wouldn't use F-Droid exclusively. Many apps can simply be downloaded from their respective webpages. GrapheneOS also has also its own very basic app store.

rhamzeh 6 hours ago

FDroid offers the guarantee that the apk was built from source, and at least some marginal safety in terms of having passed their security and analytics/ads checkers.

You lose all that if you go directly to source.

fghkjlhb 4 hours ago

Obtainium makes it easy to download apps directly from their webpages. Many of them have ready configurations you can simply add: https://apps.obtainium.imranr.dev/

QuantumNomad_ 6 hours ago

I have a slow, crappy tablet I bought on Temu.

It is not my main device, nor even my secondary device. It’s basically just a device I bought for cheap hoping that maybe I was lucky and it was actually pretty snappy. It’s not snappy :(

I occasionally watch a couple of YouTube videos on it and read a couple of HN posts on it, when my phone is out of battery or when I’m doing a backup of my phone and have left the phone on the table for that.

Anyway, aside from YouTube the other apps I have installed on it myself are all from F-Droid, including the DuckDuckGo browser that I use on it. I also have Signal on it, which I don’t remember if I installed from F-Droid or from Google Play.

My main device that I actually use a lot is an iPhone. And like I said I basically only use the tablet like a couple of hours a week and only to watch a couple of YouTube videos and read a couple HN threads, when I am not able to use my phone for those things.

miloignis 6 hours ago

Most of them, yeah. My main non-F-Droid apps are YT-Music, Google Maps, Duo auth, Bible, and my bank app. Firefox, podcasts, local music player, ebook reader, RSS reader, email client, Matrix client, XMPP client, audiobook player, calendar sync, KeePassDX, SyncThing, Nix terminal, etc are all F-Droid.

silverbluep 6 hours ago

I use droid-ify as frontend; and it's been fine to use f-droid repos for most of my needs. I try to install my apps from there in general. Biggest issue for me is android auto capability usually requires the app to be installed from play store (CoMaps) and my music player app (GoneMAD) has a companion unlocker that is from paid app store.

I need banking and bunch of vendor related apps. I need play store for them; so not full on f-droid repos. But close-ish when it comes to phone functionality.

vrganj 6 hours ago

When I need some category of app - say a note app or an audiobook player - I generally check F-Droid first.

If there's a good enough app on there, I generally stick with that as opposed to trying what Google Play has to offer.

I like having that prefiltering, knowing that the app will be open source, not trying to pull anything shady and not have ads or sell my data. On the Play Store, more often than not, at least one of those is not true.

rurp 6 hours ago

Similar experience for me. I find f-droid a great supplement store but cutting out the default store entirely has felt like more of a commitment than I'm interested in so far.

fghkjlhb 6 hours ago

No I have Obtainium side by side with F-Droid. There are some closed source apps or apps that are not published on F-Droid (like Wireguard) that unfortunately I need. Obtainium is great for that.

Gander5739 5 hours ago

What features does the wireguard app have that alternatives like WG Tunnel or KabelWacht lack?

fghkjlhb 4 hours ago

I didn't know those apps existed.

someonebaggy 4 hours ago

Fossify Clock has the best accidental feature: when your alarm is going off, there's no way to stop it except for unlocking your phone, opening the app, finding the current alarm in the list of alarms, and disabling it.

This means you're definitely awake.

I'm being sarcastic.

tgsovlerkhgsel 3 hours ago

I only use it to install the apps that aren't available on the Play store (e.g. Öffi, an excellent public transit app that gave up on dealing with the Play store after one too many arbitrary removals, Termux, and NewPipe).

The user experience was just too broken for too long to consider it usable (didn't support background updates for about two years after Google made it available, and generally just too much jank and random errors/failures). I might look into it the next time I'm setting up a device, but I think for the majority of apps I'll still go through the Play store - I don't trust F-Droid to be stable/reliable enough yet.

AdmiralAsshat 4 hours ago

I hope the new redesign makes the store easier to navigate on TVs. It's a nightmare trying to install/update apps on F-Droid on either my Nvidia Shield Pro or my Onn 4K TV using the tv remote. The cursor gets lost all the time and it's often impossible to see what option is currently in focus when you click Ok on the remote.

NewJazz 4 hours ago

Have you filed a bug? That's niche enough that i wouldn't necessarily expect the devs to have tested such scenarios.

zephiel7 7 hours ago

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

RicoElectrico 6 hours ago

Repo timestamp expected blah blah... toast coming out of nowhere is such a bad design. Really, the architecture in which you absolutely have to download the multi-MB index is as well.

amiga386 2 hours ago

Great! But why hasn't 2.0 installed automatically on all devices that already have F-Droid?

- go to F-Droid -> Updates. "Congratulations! Your apps are up to date."

- refresh the repositories. "Congratulations! Your apps are up to date."

- search directly for f-droid in apps. "This app was built for an older version of Android and cannot be updated automatically."

*facepalm* never change, F-Droid. You might not be able to automatically update the app because of Android API restrictions, but there's no reason your app can't tell me it knows there's an updated version I could be asked to apply manually, is there?

EDIT: it still says version 1.23.2 is "Suggested" even when 2.0 is installed. Perhaps this is a reason? Nonetheless, there's no setting to choose a different version policy, i.e. install 2.0 because it's newer, even if not "Suggested"

What does "Suggested" even mean? According to https://forum.f-droid.org/t/how-does-f-droid-suggest-a-versi... it's set manually by the person maintaining the metadata, which makes it even more of a facepalm if F-Droid are announcing 2.0 on their homepage but nobody set CurrenVersion=2.0 in their own metadata.

luoc an hour ago

According to the post they only start to roll this out now, gradually...

warkdarrior 31 minutes ago

The beauty of open source is that you can build your own version of F-Droid that works the way you want. See https://github.com/f-droid/fdroidclient

Dwedit an hour ago

Can I finally block those bible apps?

mzajc 6 hours ago

> 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?

NewJazz 6 hours ago

Are you stuck on an older android version?

hexagonwin 4 hours ago

not the person you replied to, but i'm staying on Android 8 and 11 as long as i can.

izacus 3 hours ago

You are heard. But what's your point?

NewJazz 2 hours ago

How much are you willing to fork?

someonebaggy 4 hours ago

I wonder how they got access to the ordinarily Google-locked "session" installer. Did Google open it up because of EU rules? I doubt it.

izacus 3 hours ago

The support for that was added to Android 14 in 2023: https://developer.android.com/about/versions/14/features#req...

F-Droid took until now to use those APIs.

eighthave 3 hours ago

When Google added the "session" installer to AOSP, we thought it would replace F-Droid Privileged Extension (FPE). So we stopped development on it. The answer now is that the "session" installer mostly replaces FPE, but not fully. So we're exploring reviving development: https://gitlab.com/fdroid/privileged-extension/-/work_items/...

aargh_aargh 5 hours ago

502 Bad Gateway

https://web.archive.org/web/20260924152713/https://f-droid.o...

einpoklum 29 minutes ago

1. Nice! :-)

2. Please donate a few EUR/bucks to F-Droid! It's a good place to get Android apps from, and we can't all just mooch off of it. Doesn't have to be a big donation.

3. I am worried that Alpahbet/Google will kill these "unauthorized" apps soon, so that the new version arriving would be kind of bittersweet. Although - maybe I'll just need to switch to LineageOS or something.

kmarc 5 hours ago

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

tukunjil 4 hours ago

Not any super user but about three/four months, I'm using my device without any google account. Also not using any G service apps such as mail/yt/maps and of course play store. Instead of play store I found aurora store very helpful. "Very" because of the anonymous login future. But sometimes the store disturbs. Newly added apps on Play store doesn't appears on aurora. Also many applications fails to be installed without showing any reason. Some shitty apps redirect to the play store app (which I'm unable to disable but uninstalled her! Updates) and just doesn't works anything more then redirecting me. So I'm still not a fan of Aurora. But it's going not bad. But sometimes I should browse other sites to get old/delated from Play store apps. Also for mod/adless version of some apps.

I heard of fdriod but what I think it may only serves feature less, low UI/UX optimized apps. So didn't installed it yet. But something should be available where people can find all Play store apps (as aurora supplies) + premium/adsense deleted modified apps (random website) + Open source apps (fdroid)…… this will make android insane

parisiansam 5 hours ago

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)?

someonebaggy 4 hours ago

In summary of this MR: no, they do not ban AI

amiantos 2 hours ago

lol @ 'ai;dr' to a 2 line PR, anti-ai people really are just bullies now

1970-01-01 4 hours ago

Fitting, as there really are only 2.0 trustworthy app stores for Android.