Post AuNOQFs6YmT4SqVlnU by tasket@infosec.exchange
(DIR) More posts by tasket@infosec.exchange
(DIR) Post #AuNJoNiMYJNty3diu8 by strypey@mastodon.nzoss.nz
2025-05-23T05:00:08Z
0 likes, 0 repeats
Is the Free Software Directory sharing data with the F-Droid app list and vice-versa? Helping both stay up-to-date. How about WikiData entries for software under free licenses?It strikes me there could be directory sites similar to the F-Droid one for libre Android, specializing in other OS. Or software across all OS platforms for particular use cases (multimedia, office use, etc). All of which could have 2-way data-sharing with both FSD and WD.#FSD #FreeSoftwareDirectory #FDroid #OpenData
(DIR) Post #AuNOQFs6YmT4SqVlnU by tasket@infosec.exchange
2025-05-23T05:41:14Z
0 likes, 0 repeats
@strypey You could 'at' them..
(DIR) Post #AuNr5s2QMOlRQOyE8u by fdroidorg@floss.social
2025-05-23T11:13:24Z
1 likes, 0 repeats
@strypey We might strive for the same future, but we don't agree in all ways to get there: https://directory.fsf.org/wiki?title=Conversations.im&type=revision&diff=89511&oldid=83973
(DIR) Post #AuNrmUE8lTxy1oltCq by Suiseiseki@freesoftwareextremist.com
2025-05-23T11:21:23.343795Z
0 likes, 0 repeats
@fdroidorg @strypey As stated in the revision; "Remove mention of the f-droid client as it probably depends on nonfree software (the Android SDK) and its repository contain software (like yalp) that use third party repositories with nonfree software."Please stop using google's proprietary SDK and use a free SDK instead and the directory will be able to consider listing and recommending f-droid.
(DIR) Post #AuOTW7iSUNY5pvZpvE by cosmin@social.linux.pizza
2025-05-23T18:10:20Z
0 likes, 0 repeats
@Suiseiseki Debian has an "android-sdk" package - that's supposed to be free, isn't it?Is it different from google's?@fdroidorg @strypey
(DIR) Post #AuOTW8X9Ru6AN9IJw8 by Suiseiseki@freesoftwareextremist.com
2025-05-23T18:24:09.834646Z
0 likes, 0 repeats
@cosmin @fdroidorg @strypey Debian maintains an Android SDK package which appears to be free, but it isn't complete and doesn't correspond with google's version; https://qa.debian.org/developer.php?email=android-tools-devel%40lists.alioth.debian.orgIt is listed to install google's proprietary SDK in the build server instructions; https://f-droid.org/docs/Installing_the_Server_and_Repo_Tools/Google releases SDK binaries under a proprietary license that says; "3.4 You may not use the SDK for any purpose not expressly permitted by the License Agreement. Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK."; https://developer.android.com/studio/termsThis may seem odd, considering that they also release the sources to the SDK under a free license that seems mostly complete (but it seems the spyware and malware injection code is missing - for example google played services stuff, which means there are slight differences).The SDK sources are massive and are very difficult to get to compile, but some people manage to get them to compile after many hours of work and release a free SDK, which can be used to compile Android software.But, it appears that a lot of Android software depends on proprietary stuff in the google SDK (either accidentally or intentionally), meaning that it fails to compile without modifications under a free SDK - which is quite inconvenient.F-droid could start a drive to get stuff compiling with a free SDK, but instead they've gone the easier route (a faster road that leads to the wrong place) and is using google's proprietary SDK.