New app: DeBurrow (dev.debene.gopher)
Required
- The app complies with the inclusion criteria
- The original app author has been notified (and does not oppose the inclusion) — I am the author (Felipe de Bene, @felipedbene)
- All related fdroiddata and RFP issues have been referenced in this merge request — no RFP issue exists for this app
- Builds with
fdroid buildand all pipelines pass - There is an issue tracker and contact info of the author so that we can report bugs and contact the author
Strongly Recommended
- The upstream app source code repo contains the app metadata in a Fastlane folder structure
- Releases are tagged and auto update is enabled
Suggested
- External repos are added as git submodules instead of srclibs — N/A, no external repos
- Enable Reproducible Builds — opted in via
AllowedAPKSigningKeys(signed with my upstream key) - Multiple apks for native code — N/A, no native code (pure Kotlin / Jetpack Compose)
DeBurrow is a native Android client for the Gopher protocol — a ground-up Kotlin/Compose rewrite of the 2010 J2ME client "Pocket Gopher". 100% FOSS (MIT), no trackers, no ads, no proprietary dependencies. The build pins the exact release commit, omits the AGP dependency-info blob, and pins the Gradle distribution by checksum for reproducibility.
Edited by Felipe debene