-
Notifications
You must be signed in to change notification settings - Fork 249
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
Adding own repo #166
Comments
Also why does this trigger reload without cache? |
I probably should not piggy back off this issue but since I'm not sure if it's known to be one or not I'll start here. Not so much having an issue with adding repos though I like that idea, but the xposed repo modules download list doesn't appear to update at all. I've been sitting at recently updated modules on the list posted for Nov 30, a whole month and a half! And I'm not sure this began with me installing EdxM pre 4.6.0 (45759) as I installed that on Dec 15. The list was simply not updating in any way even while on stable manager 4.5.7. Maybe addressing this issue of adding repos as well as the issue with the list triggering a repo update from the web instead of using a cache of sorts for faster loading performance can lead to figuring out why the list on my end is stuck since November 30? |
@mario0318 There is nothing to update since November 30, because official Xposed repo login is broken since XDA forum update on December 1. That's exactly why I wanted to add my own repo. And I did :)
Prevent inserting duplicate modules into cache db (my module only):
|
请问怎么添加,有教程吗? |
@1095092984 Logic to manage multiple repos is there, but no UI for it. You have to modify Manager sources or use Xposed hooks. |
@Mikanoshi the official repo login works as far as I can tell. Regarding this issue, imo it would be best to have an official option in the UI to change used repo URL. |
@XspeedPL Seriously? Now you are telling this when it was down for more than a month and was fixed just a week ago.
used repo URLs |
我支持你,最好教教我 |
您可以试试 |
Even though official repo's login is fixed it is still not working like it should. I updated my module there a week ago, still no updates are visible in Manager. I can see on traffic meter that it downloads full xml, I can see in log its URL and that there were no download errors, I can see that module page hangs for a while to parse this new xml, but new versions just do not appear. No idea why, it's just not working. I tried removing cache db and all download cache prefs, still nothing. Alternative link also does not help. But as soon as I add my own repo it works perfectly. |
That repo website is down. 404 for all new uploaded mofules. And that xml file cannot update anymore. We are considiering to build our own repo based on Github like how Maigsk is doing with some bots. However, @MlgmXyysd doesnt seem to have much time in mataining this. The manager still has a lots of bugs to fix... |
I'd like some open source repo that anyone can host on their own server, and an ability to add multiple repos in Manager. |
In case some of you don't know, there is a thread on XDA on this issue: |
I noticed this problem a long time ago and waited for xda to fix it. It now appears that they are not planning to fix it. :( In this regard, I plan to build my own module repo. Unfortunately I am approaching the final exam. Once I have free time, I will start to do it. |
Own hosting? Maybe do it like Magisk and host data on GitHub. |
Yes, I am looking for available server providers.
Unfortunately, I don't have the original xposed repo permission to migrate these data. |
Just having the metadata would be enough, original repo could be used as a backup download location for unmigrated files. |
I can migrate from the current list to the new repo, but I cannot directly assign the owner. If the author is willing to use the new repo, they can use the account in xda to pm me, and I will assign the permissions. Of course, everything has to wait for the new repo to be activated. |
I can see that multiple repos are already supported:
https://github.com/ElderDrivers/EdXposedManager/blob/master/app/src/main/java/org/meowcat/edxposed/manager/util/RepoLoader.java#L88
Adding my own there works, but how partial XMLs should be formatted and why does repo.xposed.info just return a full XML on any partial request?
The text was updated successfully, but these errors were encountered: