Submit your Xposed Modules!
To submit your module, please fire an issue with title [submission] packagename, where packagename is the application ID of your module. Then our bot will automatically create a new repository and invite you to be the admin.
- For reverse domain name notation in your application id, please use something you own rather than random domain.
- You are require to set a TXT record for your root domain:
lsposed-modules-repo-verification=your_github_username - If you do not own any domain, you may use
io.github.{username}prefix, you GitHub username or organization username will be fine, please made your organization membership public before creating new submission.
- Title: the package name of your module (for example
com.example.xposedmodule) - Description: the name of your module (for example
Example Xposed Module) - Collaborators: authors of the module
- Release Title: the version name
- Release Content: the changelog
- Release Tag: [version code]-[version name] (if you create the release along with apk assets, bot will automatically update it)
- Home Page: the support link
- SUMMARY: the summary of your module, will be shown in the front page
- README.md: the full description of your module
- Please do not upload your source code here, we don't need your source code
For all meta files available please refer to the example repository
- If your repository is incomplete, it won't be shown
- Update of your repositiory will automatically trigger build and be shown in 5min
- If you want your module's update to be shown, please tag it correctly with the apk. (As long as you submit the release with the apk, bot will automatically update your tag. However, if you edit the release by only changing the apk, bot cannot know your editting and the tag won't be updated. So for the best practice, always submit release with valid apk.
If you want to transfer an existing repo to the modules repo, please fire an issue with title [transfer] packagename and transfer the ownership of your original repo to our orginization.