HexDroid IRC
* [x] The app complies with the [inclusion criteria](https://f-droid.org/wiki/page/Inclusion_Policy) * [x] The app is not already listed in the repo or issue tracker. * [x] The original app author has been notified (and does not oppose the inclusion). * [ ] [Donated](https://f-droid.org/donate/) to support the maintenance of this app in F-Droid. --- ### Link to the source code: https://github.com/boxlabss/HexDroid ### Link to app in another app store: https://play.google.com/store/apps/details?id=com.boxlabs.hexdroid (Note: I have readded this and deleted the original issue due to teething problems with the repo, but now reproducible builds + proper fastlane) ```yaml # Categories (one per line, each starting with a space and a minus), chosen from the # official list: https://f-droid.org/docs/Build_Metadata_Reference/#Categories Categories: Messaging - # the one license that the whole app is available under, use # https://spdx.org/licenses/ short identifiers, must be # floss-compatible FSF and/or OSI approved. License: GPL-3.0-only # You can provide details on how to contact the author. These are optional, but # nice to have. AuthorName: boxlabs AuthorEmail: android@boxlabs.co.uk AuthorWebSite: https://hexdroid.boxlabs.uk/ # A URL for the project's website, and to the source code repository to visit # using a web browser. WebSite is optional. WebSite: https://hexdroid.boxlabs.uk/ SourceCode: https://github.com/boxlabss/hexdroid # A link to the issue tracker where bugs are reported IssueTracker: https://github.com/boxlabss/HexDroid/issues # If available, you can also provide links/IDs for donations. Donate: Bitcoin: LiberaPay: # Name of the application AutoName: HexDroidIRC # Repository details to be used by VCS (Version Control Systems) # git, git-svn, svn, hg or bzr RepoType: git # source code repo URL (HTTPS required) Repo: https://github.com/boxlabss/hexdroid ```
issue