-
-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish on f-droid #27
Comments
Good idea |
This strongly requires having @ortex could you please take care for that? Also while on it, it would be great if |
See #24 (comment) |
Concerning my repo, see my reply there – thanks, that should work. As for F-Droid, the bot will tell once it scans the repo after your opening a request for packaging. It usually looks into would fit nicely next to your build badge 😉 |
Sure. The version on IzzyOnDroid is still 1.0 instead of 0.0.4. What should we do with this?
|
|
Wait for the sync 😃 See what the repo shows as last version online:
I've just updated it manually in the "staging area" (as the auto-updater would not have fetched it this time, see above), sync happens daily around 7 pm UTC (winter time; 6 pm UTC in summer time). This is how it looks in staging currently, which will be what the online site will show after the sync:
And thanks for adding the badge! 😍 |
Seeing the app is now available at F-Droid.org, and the Readme carrying both badges now: I assume you want to keep it available at IzzyOnDroid then? Just asking to make sure it wasn't just an oversight. |
@IzzySoft I'm not familiar with IzzyOnDroid and its user base (and TBH F-Droid too), but IMHO if it gives any benefits to users, then why not to keep it. Unless it's a burden for you of course. |
No problem here as long as the APK does not grow too much 😉 Marked the app for "keep" then, linking here for reference. Thanks! |
Btw, while I'm here:
The permission is clear (needed by the receiver), so I just added it to the app's "green list" (giving this explanation). As for android {
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
} For some background: that BLOB is supposed to be just a binary representation of your app's dependency tree. But as it's encrypted with a public key belonging to Google, only Google can read it – and nobody else can even verify what it really contains. More details can be found e.g. here: Ramping up security: additional APK checks are in place with the IzzyOnDroid repo. Thanks in advance! |
Thanks, I'll handle it in #104 (comment) |
Thanks! The linked issue is closed, too, but I do not see the |
Sorry, I forgot to clarify. That issue is a part of a bigger one, migrating UI to flutter: #94. (There are plans to add support to platforms other than android in future). @Izchomatik is working on that big issue, and all the work is done in a separate branch "flutter". My changes related to permissions were also merged there. flutter branch will be merged into main after migration is fully done. I also was planning to ping you and fdroid guys in the end to ask what other changes are needed on our or your side. For example, location of AndroidManifest is different in flutter branch, probably it'd break packaging. |
Thanks! Looking forward to that then. And yes, be welcome to reach out if you have questions! We at IzzyOnDroid as well as our colleagues at F-Droid will be there to help and assist you. There might be delays, though, depending on our workloads (the F-Droid team is not that large, and the team of IzzyOnDroid even small compared to theirs – and neither of us can be everywhere at the same time 😉). |
add on f-droid
The text was updated successfully, but these errors were encountered: