Open
Conversation
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
!!! CHECK THE CODE BEFORE PR, IT GIVES ERROR FOR SOME REASON !!!
I created https://charm-cat.github.io as an alternative for APK Mirror/Pure to make downloading APK files easier for everyone.
Charm does not have ads and it is completely free and open source, and also has APK files that is missing from APK Mirror.
Files are being hosted on buzzheavier.com I have contacted with the owner of buzzheavier for the files to not expire and for no ads on the download pages and they allowed it for my project.
I am also planning to upload apk files to sourceforge too.
Downloading APK files from Charm is about 15 seconds faster than APK Mirror on average.
Charm website: https://charm-cat.github.io/
Website repo: https://github.com/charm-cat/charm-cat.github.io
Charm downloader: https://github.com/charm-cat/charm-downloaders
Please check the code for the changes I have made for this pull request since it does not work but the charm downloader does work without a problem.
If I try to use the downloader (with the code from this pr) ReVanced gives "No downloader with name" error.
I fixed this problem on Charm downloader by changing
val packageName = "app.revanced.manager.downloaders"toval packageName = "cat.charm.downloaders"in "build.gradle.kts".I do not understand why this is happening since this change was not necessary for APK Mirror.
See the screenshot of the error: