-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add xposed back #8
Comments
Came here to say the same. Using xposed also catches some crashes that aren't logged to logcat |
Well, ok, sure. Only the GitHub-flavored releases will support it though. JCenter is deprecated, but it's where the Xposed API libraries are maintained. JCenter will eventually shut down, so I have to add them locally so they don't suddenly disappear on me. However, F-Droid does not support building apps with precompiled binaries for security reasons. Thus, I can only support Xposed through GitHub releases. Just remember to use the GitHub releases if you want to use Scoop with Xposed. Also, remember to check for updates every now and again, as people using my GitHub releases won't be able to update the app through F-Droid due to different key signatures. There's a source code link in the app's about section so it should be pretty easy to check if there's a new release. Thanks! |
Thank you! |
An idea to circumvent jcenter: And I just found out: |
@binarynoise Ah I didn't notice he had set up a thing like that. Just our luck though, F-Droid also maintains their own list of repositories they allow, so that wouldn't be possible either :( I did think about adding it as a submodule. However, that's one more thing that F-Droid would have to go through and verify every time, and it makes the Scoop repository more cluttered as well. I figure it wouldn't really be worth it. |
jitpack.io is allowed, so it should be possible to use that to get the xposed api. Alternatively we could create an issue to encourage the xposed maintainer to move to one of the accepted platforms |
Dang, I actually completely forgot about Jitpack there. ...but the builds fail https://jitpack.io/#rovo89/XposedBridge :( Only option now is to open an issue and see if he responds. |
Decided to just add back Xposed using Jcenter for the time being. If this isn't resolved by the time Jcenter officially shuts down, then I'll have to remove Xposed support for F-Droid. |
Please consider adding Xposed part back. It was very much used and works perfectly. I've been using it like that for a very long time now. It eliminates the need for a background service and a permanent notification. Hooking directly into an app's crash handler is a much more elegant approach than constantly monitoring logcat.
The text was updated successfully, but these errors were encountered: