friimaind / pi-hole-droid

Pi-hole Droid is an unofficial app that connects to your Pi-hole to show charts and statistics.
Apache License 2.0
125 stars 16 forks source link

F-Droid #20

Closed Preisschild closed 5 years ago

Preisschild commented 6 years ago

Hey, can you please publish pi-hole-droid also to f-droid.net? A lot of people dont like to use GoogleApps and have no playstore.

Rudloff commented 6 years ago

There is a ticket for this here: https://gitlab.com/fdroid/rfp/issues/48

Preisschild commented 6 years ago

@Rudloff the ticker is already a year old and it seems that no process has been made.

Rudloff commented 6 years ago

F-Droid is seriously understaffed right now and we have a huge list of apps waiting to be packaged. But I will have a look at this one.

theel0ja commented 5 years ago

maybe @IzzySoft could add it to his repository.

Oh nevermind, it's already there!

https://android.izzysoft.de/repo/apk/friimaind.piholedroid

IzzySoft commented 5 years ago

:smiley: for more than a year actually (InRepoSince: 2017-04-25) :smiley:

Looks like before it can be listed in the official repo, someone needs to solve #21 here. It was opened by Pierre half a year ago and not even responded to; seems this crew is as understaffed as ours, or more …

Preisschild commented 5 years ago

Last commit one and a half year ago, so maybe this here is discontinued

IzzySoft commented 5 years ago

That might explain the missing responses.

Rudloff commented 5 years ago

Now that https://github.com/friimaind/pi-hole-droid/pull/21 is merged, we just need to wait for a new release :slightly_smiling_face:

IzzySoft commented 5 years ago

@friimaind could you please tag a new release? That's all F-Droid needs to get the stuck packaging request (stuck for almost a year now) done. Thanks!

friimaind commented 5 years ago

Done! https://github.com/friimaind/pi-hole-droid/releases/tag/1.0.5

Sorry guys but this project is unmaintained but I will be glad to help you as much as I can. I'm really busy at work and I've got a daughter recently so maybe in the future, who knows :)

Apologize again for the delay

IzzySoft commented 5 years ago

Thanks @friimaind! I've updated the issue on our end and asked Rudloff to give it another try.

Rudloff commented 5 years ago

This can be closed.

theel0ja commented 5 years ago

https://f-droid.org/en/packages/friimaind.piholedroid/

IzzySoft commented 4 years ago

@friimaind could you please update the readme to point to the official repo? It still points to mine, where it now gets a 404. Thanks!

@Rudloff could you please take a look why 1.0.5 is not detected?

AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.0.4
CurrentVersionCode: 10004

Last tag here is 1.0.5.

friimaind commented 4 years ago

@friimaind could you please update the readme to point to the official repo? It still points to mine, where it now gets a 404. Thanks!

Sure, done!

Thank you

Rudloff commented 4 years ago

@Rudloff could you please take a look why 1.0.5 is not detected?

Probably because the version code is dynamic: https://github.com/friimaind/pi-hole-droid/blob/8815af196cac64ce98c662f8f8110b4e58df1453/platforms/android/build.gradle#L168

IzzySoft commented 4 years ago

Aw, yeah. That won't work then.

@friimaind we need static numbers there. Or an alternative check method (like a specific file which looks like

versionCode: 55
versionName: 1.2.3

and matches the corresponding tag.