bilde2910 / Hauk

Open-source realtime location sharing
Apache License 2.0
583 stars 58 forks source link

Outdated for android 13 #198

Closed nixbits closed 11 months ago

nixbits commented 11 months ago

Today I tried to install via google play. It was not available for the current android release. The message was that, the current 1.6.1 Hauk version was made for an older android version.

licaon-kter commented 11 months ago

And there was no "more info" button? If you pressed that button there was no "install anyway"?

licaon-kter commented 11 months ago

/close as duplicate #191

Maybe fixed by #193

Still available in F-Droid ;)

nixbits commented 11 months ago

And there was no "more info" button? If you pressed that button there was no "install anyway"?

Nothing. I had to install it from a usb pen.

rustyduffer commented 11 months ago

This problem is also causing me huge issues! I have been using Hauk to help coordinate charity volunteers and now many of them are unable to use the app :(

licaon-kter commented 11 months ago

@rustyduffer are the steps written above unhelpful?

rustyduffer commented 11 months ago

@licaon-kter oh I didn't see that!

Hmm so it only works if you install it from F-Droid?

That's good, but the people I work with are not tech-savvy and trying to get them to use a different app store will not be possible I fear :(

bilde2910 commented 11 months ago

If all goes well, I'll be pushing an update by the end of the weekend. My plan for updating it during the weekdays after work was foiled due to some unexpected things that came up. But this weekend I have no plans scheduled.

-------- Original Message -------- On Aug 11, 2023, 22:43, rustyduffer wrote:

@.***(https://github.com/licaon-kter) oh I didn't see that!

Hmm so it only works if you install it from F-Droid?

That's good, but the people I work with are not tech-savvy and trying to get them to use a different app store will not be possible I fear :(

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

rustyduffer commented 11 months ago

You're the best! You're doing great work providing self-hosted ungoogled geolocation software

licaon-kter commented 11 months ago

Hmm so it only works if you install it from F-Droid?

I don't know your friends issue exactly, while It was not available for the current android release. is a symptom we see for APKs installed from elsewhere, I never saw a picture of such a message when one tries to install from Play.

rustyduffer commented 11 months ago

@licaon-kter at least five people reported the same issue today when I was talking them through how to install Hauk.

One of them sent me a Google Play screenshot which showed the error "This app isn't available because it was made for an older version of Android"

I'm on a custom ROM and also using F-Droid so I can't replicate the problem. But 5+ people all reported the same issue today so I highly doubt it's just user error

licaon-kter commented 11 months ago

@rustyduffer I didn't say "user error", just trying to find a way for them to fix it

Also, there's no bad time to start using F-Droid :)

bilde2910 commented 11 months ago

I've just uploaded a new APK that targets Android 13. The APK has also been provided to Google Play for review. I believe F-Droid will automatically build the APK at some point (I can't recall exactly how the F-Droid publishing process works right now).

One unfortunate change is that incompatibilities with assets (specifically the use of references to colors in image assets) has caused the app to no longer support Android 6. As of now, Android 7 is the lowest supported Android version. Hopefully I'll be able to find some workaround for this that allows me to target Android 6 again in the future.

The release is also available on the releases page for manual installation.

licaon-kter commented 11 months ago

F-Droid will pickup and build, yes.

I guess the recipe needs to update to use Java17, will update asap.

bilde2910 commented 11 months ago

v1.6.2 should now be available on Google Play. I can confirm that I am able to install it from there on an Android 13 device.

licaon-kter commented 11 months ago

Done https://gitlab.com/fdroid/fdroiddata/-/commit/1f92cb10f6c2072b7df9abb48f10e5564f748b16 so will be built next cycle