sueden.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Eine Community für alle, die sich dem Süden hingezogen fühlen. Wir können alles außer Hochdeutsch.

Serverstatistik:

1,9 Tsd.
aktive Profile

#apk

0 Beiträge0 Beteiligte0 Beiträge heute

To all #Android devs releasing #APK , include this in your ReadMe:

To receive the latest updates fast get Obtainium and our git repo!

#Obtainium is a win-win for devs and users.

* No disruption for devs. No special requirements needed by Play and Fdroid. Just keep compiling and releasing your APKs in your rrepo.
* Meanwhile for users, immediately receive the latest update once it's available. No more waiting for the update to get approval.

Site: obtainium.imranr.dev
Git: github.com/ImranR98/Obtainium

(Nothing wrong with Fdroid or Play.)

obtainium.imranr.devObtainiumObtainium allows you to install and update apps directly from their release pages, and receive notifications when new releases are made available.

Ich suche eine komfortable #Bildeditor #App für kleine, schnelle Anpassungen auf #Android.
Hatte bisher ein #Samsung #Smartphone, also am liebsten etwas ähnliches, wie dort in der #Gallerie #Gallery integriert ist - fancy #KI aber unnötig.

Gewünschte #Funktionen u.a.
- Neigung ausgleichen
- Beim Crop auf den Ausschnitt zoomen
- Zurücksetzen auf Ursprungsversion
- Speichern anstelle des Originals oder als Kopie

Ich hab schon versucht, eine alte #APK der Samsung Gallerie zu installieren >>>

We're starting to implement support for split APKs in #FDroid. #Google wants to gather as much data about its users as possible, so trying to hide info about language, country, device specs was not a design concern for them. It is central for us. We want the official client to leak as little data as possible to any server, be it ours, mirrors, or custom repos. We welcome input:

gitlab.com/fdroid/fdroidclient

GitLabsupport split APKs as first class packages (#2963) · Tickets · F-Droid / Client · GitLab!1508 is the first step for supporting split APKs, specifically...
#Android#APK#privacy

Ich versuche zurzeit wieder, etwas mehr auf meine Ernährung zu achten und tracke dabei auch meine Nahrung, da ich ein besseres Gefühl dafür bekommen will, was ich esse und vor allem welche Mengen es sind. Habe dafür #Energize bei #fdroid runtergeladen und vor kurzem habe ich noch die #foss #App #OpenNutriTracker entdeckt und teste sie nebenbei. Wirkt bisher ganz nett und ist auch sehr angenehm zu bedienen. Habe sie aktuell noch nicht bei #fdroid entdeckt, aber über #Github kann man sich auch die #APK runterladen.

simonoppowa.github.io/OpenNutr

simonoppowa.github.ioOpenNutriTrackerImprove your health, lose weight, or simply maintain a balanced diet

Still on stock Android on the Pixel for now. Does anyone have any insight on #GoogleAdvancedProtection program. I have it enabled just as an extra layer of security but I feel like that are so many good apps that are not in the Play Store. Maybe it's just FOMO or boredom. I think even with GAPP turned off I should still get a message about installing apps from unknown sources and Google Play protections still scan apps. Anyone with more insight is welcome to chime in #android #security #apk #googleplayprotect

@Frau_Mensch bevor jemand fragt, #Molo ist NICHT im #FDroid Store verfügbar, aber als #APK. Außerdem ist die App Angeblich #OpenSource, wobei ich den Code nirgendwo finden konnte.
Und der Absatz dazu auf der Webseite ist etwas irritierend, dort heißt es "Open Source

Transparenz ist uns wichtig. Alle lokalen Infos erreichen dich ohne Vorsortierung durch einen undurchsichtigen Algorithmus. Der Programmcode ist zudem Open Source."
Warum ist ein undurchsichtiger Algo. Gut?🤔Und wo ist der Quellcode?

PCAPdroid is a privacy-friendly app which lets you track and analyze the connections made by the other apps in your device.
It also allows you to export a PCAP dump of the traffic, inspect HTTP, decrypt TLS traffic and much more.

PCAPdroid simulates a VPN in order to capture the network traffic without root. It does not use a remote VPN server, instead data is processed locally on the device.

https://f-droid.org/en/packages/com.emanuelef.remote_capture/

#fdroid #networking #security #apk #privacy
f-droid.orgPCAPdroid | F-Droid - Free and Open Source Android App RepositoryNo-Root Netzwerk Monitor und Traffic Dump Tool für Android Geräte

Interesting bug in #apksigner reported to @fdroidorg: an APK with only a v3.1 signature was only considered valid by v33. <33 error out with "APK Signature Scheme v2 signature 0 indicates the APK is signed using APK Signature Scheme v3 but no such signature was found." >33 error out with "The APK contains a v3.1 signing block without a v3.0 base block". Android uses its own verify code and treats it as valid. gitlab.com/fdroid/fdroidserver

#AndroidSDK #APK

1/2

GitLabapksigner v33.0.x falsely verifies invalid APK which leads to wrong cert extracted for AllowedAPKSigningKeys (#1253) · Tickets · F-Droid / fdroidserver · GitLabWith a specific configuration of fdroidserver and a specifically crafted APK, it is possible to bypass AllowedAPKSigningKeys. I could install the poc-v6.apk in an SDK-34...