Project

General

Profile

Actions

F-DroidAndApplications » History » Revision 25

« Previous | Revision 25/48 (diff) | Next »
Denis 'GNUtoo' Carikli, 08/22/2021 01:04 AM
Add information about Wikidata too as we also need to consider that, especially now that we have a "Compatible with" property in Wikidata


F-DroidAndApplications

Background

F-Droid will be removed in Replicant 4.0 0004 because it contains many applications that are not FSDG compliant.

Fixing F-droid

As Replicant cannot guarantee to have enough time to dedicate to create an alternate repository, it was decided to do the following.
  • Someone will need to add some the ability to filter out packages at compile time. This can be done by adding support with a whitelist and a blacklist, for both anti-features and specific applications. That will need to be upstreamed in f-droid.
  • If needed an fsdg-compliant and not-fsdg compliant flags feature/anti-feature will neeed to be added.
  • Once this is done we can add a new package definition for an FSDG compliant F-droid in f-droid data, so it would be built and maintained automatically.
  • Replicant would then include that FSDG compliant f-droid.

The only maintenance burden here would be to work with upstream to make sure that the packages are tagged correctly in f-droid data.

In the meantime...

Without an upstream project, each Replicant user would need do the work of reviewing each application she want to use.

As this is very time consuming and would lead to a lot of work duplication, it's best for Replicant to provide some space to share the result of the reviews.

At the same time the reviews would also be tremendously useful to help fixing f-droid data.

Criteria

Since there are free versions of the Android SDK (see the SDK wiki page for more details), we can assume that all the applications that don't require microG to run build fine under at least one of the FSDG compliant GNU/Linux distributions with one of the SDK mentioned in the SDK wiki page.

It might still be useful to mention if we managed to rebuild them with an FSDG distribution and what we used to do that.

We can then review applications in a similar way than how we review packages for FSDG compliant GNU/Linux distributions.

There is also the Criteria for Android applications that was started to clarify the FSDG requirements for Android applications in general but that also applies to third party repositories in existing FSDG GNU/Linux distributions.

Being reviewed

Application and version Download link Review comments
RepWiFi Version 0.6.2 Being reviewed:
* GPLv3
* Doesn't seem to have any (nonfree) dependency
* Doesn't seem to promote nonfree software or actively push users toward the installation of nonfree software
* TODO: Try to build, though it was probably built as part of Replicant long time ago
Silence Version 0.15.16 Being reviewed:
* GPLv3 (probably GPLv3-only)
* Build systems: Android.mk (has instructions on how to produce a standalone APK), gradle
* Has some dependencies (git submodule):
- libs/com.amulyakhare.textdrawable: MIT
- libs/gradle-witness: MIT
- libs/org.greenrobot.eventbus: Apache 2.0
- libs/org.whispersystems.jobmanager: GPLv3 (build.gradle has "name 'GPLv3'", no mention of GPLv3+ or GPLv3-only)
- libs/org.whispersystems.libpastelog: GPLv3 (build.gradle has "name 'GPLv3'", no mention of GPLv3+ or GPLv3-only)
- libs/org.whispersystems.libsignal: GPLv3 (build.gradle has "name 'GPLv3'", no mention of GPLv3+ or GPLv3-only)
* Doesn't seem to promote nonfree software or actively push users toward the installation of nonfree software
* TODO: Try to build and see if it downloads all the dependencies source code and their dependencies dependencies source code if any

Not compliant

Application upstream anti-features Issues Upstream status
F-Droid None * Its repositories that are configured in by default (and enabled by default as well) have non compliant packages like Yalp, making F-Droid itself non compliant. * There is no automatic way to deduce that it's not FSDG compliant
* Upstream probably would not like having F-droid tagged with anti-features
* No current F-droid anti-features apply to that case
Yalp * NonFreeNet Yalp is a package manager that is setup to download applications from a repository that is not FSDG compliant * There is no automatic way to deduce that it's not FSDG compliant
* NonFreeNet is only about non-Free network service and not the license of the packages in the repository
* No current F-droid anti-features apply to that case
TODO:
  • Look at the emulators
  • Look at the browsers
  • Try to automatically find non compliant applications with a script and upstream the script in Replicant scripts repository or in the f-droid project

TODO

  • Evaluate if we should collaborate or not with the Libreplanet wiki on the List of software that does not respect the Free System Distribution Guidelines page for the list of applications to get rid of. Note that they target mainly GNU/Linux so it might not make sense to collaborate with them as most of the applications are very different.
  • Evalutate if we should collaborate with the Parabola wiki on the Emulator licensing issues page as there are also emulators in F-droid, some of which might be port from software that is also typically packaged in many GNU/Linux distributions.
  • Find time to discuss with F-droid to see if they can fix the issue. Otherwise find time to work on it.

Collaboration with the Free Software Directory (FSD)

The Free software Directory has a list of applications that run on Replicant.

We need to see with them how to handle the collaboration between both projects in the long run:
  • The Free software Directory has a database like structure that works better for categorizing applications than Replicant wiki and it already has applications for GNU/Linux so it makes more sense to add applications there instead of the Replicant wiki.
  • We need to see what criteria the Free software Directory will choose for reviewing the applications. If they are the same than again it would make more sense to add the information in the Free Software Directory because they are more generic (we can also find GNU/Linux applications there).
  • We need to see where to put the technical information on applications reviews. For instance we add tutorials on how to build specific Android applications and details on the exact license of the dependencies and so on in the Replicant wiki for now until we figure if these are details relevant for the Free Software Directory or not. For instance Wikidata (which is another huge database) has statements and can have references, but it cannot hold a howto. So if that information was to be added on Wikidata for instance, they would still need a place to add the howto.

Wikidata

The Free Software Directory (FSD) seems to have way more fields seems to be able to store explanations along with the information. For instance there is a "License note" text form that could have detailed information about the license. It could probably tell which files or which parts are under which license for instance. Wikidata can't do that (it's not meant for text explanations). The Free Software Directory (FSD) also has fields and checkboxes for a lot of information, so Wikidata is probably currently lacking ways to store all that information.

Here's an example for Guix

So it might make more sense to contribute directly to the Free Software Directory (FSD) instead of Wikidata. If you still want to use Wikidata to do query on software, you could for instance:
  • Add an identifier for the Free software directory in Wikidata if that's not already there. This way software in Wikidata will be able to link to their entry in the Free Software directory. This should be relatively easy. You could then probably do queries on the Free Software Directory data somehow if needed.
  • Write an importer to import (some of the) Free Software Directory data in Wikidata. That importer could be improved over time as new properties are added to Wikidata and link to the Free Software Directory as reference as Wikidata needs references anyway. This probably takes some time.

Updated by Denis 'GNUtoo' Carikli over 2 years ago · 25 revisions

Also available in: PDF HTML TXT