revanced-magisk-module icon indicating copy to clipboard operation
revanced-magisk-module copied to clipboard

Check for updates on YT Music, TikTok, Reddit, Twitter, etc

Open MatadorProBr opened this issue 2 years ago • 4 comments

The workflow only checks for updates on the YouTube app, it would be good if it checked for all apps that has BUILD_NAME=true in the build.conf

MatadorProBr avatar Sep 15 '22 18:09 MatadorProBr

I think it would be cool to have a ZIP file that includes all the apps.

Othmane-ElAlami avatar Sep 16 '22 20:09 Othmane-ElAlami

it would be excessive to constantly rebuilding same version of apps because only one of them had its version bumped. i could add options for it but i guess that would bloat the config file so for now youtube and revanced-patches version will be the priority until i can think of a better way.

j-hc avatar Sep 17 '22 10:09 j-hc

it would be excessive to constantly rebuilding same version of apps because only one of them had its version bumped. i could add options for it but i guess that would bloat the config file so for now youtube and revanced-patches version will be the priority until i can think of a better way.

Maybe make it only builds the one that gets the version bumped, update the latest release name, tag and replace the old apk with the new one?

MatadorProBr avatar Sep 17 '22 12:09 MatadorProBr

Maybe make it only builds the one that gets the version bumped, update the latest release name, tag and replace the old apk with the new one?

as of now there isnt a way to edit the tag

j-hc avatar Sep 18 '22 13:09 j-hc

I think the best way would be to have a custom f-droid repository. You can find an example that's hosted on github here: https://github.com/iodeOS/fdroid

Here are the official f-droid instructions: https://f-droid.org/docs/Setup_an_F-Droid_App_Repo/

Should be relatively simple to set up. The link the person would enter in f-droid would be something like this (it would differ based on the username and repo name ofc)

https://raw.githubusercontent.com/iodeOS/fdroid/master/fdroid/repo

You could even have a different branch for beta releases if you really wanted, just replace master with beta in the link.

TheRealGramdalf avatar Nov 07 '22 04:11 TheRealGramdalf

Can't you create separate repos for each app?

miguelglopes avatar Dec 12 '22 01:12 miguelglopes

Can't you create separate repos for each app?

I don't think that is a ideal solution, also a repo can't just create other repos without user interaction or a token

MatadorProBr avatar Dec 12 '22 02:12 MatadorProBr

Would it be possible to create a different release for each individual app? And in that case can we assign multiple 'latest' tag to each release?

Sorry not sure about how github works.

archit9169 avatar May 01 '23 17:05 archit9169