z-huang / InnerTune

A Material 3 YouTube Music client for Android
GNU General Public License v3.0
4.61k stars 285 forks source link

Check for updates #1524

Open pdimu opened 2 months ago

pdimu commented 2 months ago

Checklist

Feature description

Involves adding a button inside Settings or About to check for updates and a popup whenever there is a new update

Why do you want this feature?

I may have GitHub notifications for new releases and Obtainium but it can help others to update faster

Additional information

No response

z-huang commented 2 months ago

Actually there is.

Screenshot_20240902-082532

pdimu commented 2 months ago

well i didn't know that

shuvashish76 commented 2 months ago

Currently it connects to api.github.com for checking updates which is enabled by default and no option to disable it.

https://f-droid.org/en/docs/Anti-Features/#Tracking

Checking for updates without the user knowledge or permission isn't allowed on both F-Droid/IzzyOnDroid. Request to disable the update checker or make it opt-in i.e. disabled by default.

z-huang commented 2 months ago

Okay, I wasn't aware of that before. I'll add an option to enable update checking.

shuvashish76 commented 2 months ago

ThankYou :) If you prefer you can use the NewPipe method : https://github.com/TeamNewPipe/NewPipe/discussions/10785#discussioncomment-8950428

shuvashish76 commented 1 month ago

Please keep this issue open so that we don't forget to add this opt-in feature.