Add Redly — read-only Reddit client (app.redly.client)
Required
Please ensure that your MR meet following requirements
- The app complies with the inclusion criteria
- The original app author has been notified (and does not oppose the inclusion)
- I am the author.
- All related fdroiddata and RFP issues have been referenced in this merge request
- 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 (summary/description/images/changelog/etc) in a Fastlane or Triple-T folder structure
- Metadata is in
fastlane/metadata/android/en-US/in the upstream repo.
- Metadata is in
- Releases are tagged and auto update is enabled
Suggested
- External repos are added as git submodules instead of srclibs
- No external repos used.
- Enable Reproducible Builds
- No, I don't want this.
- Multiple apks for native code
- No native code, single universal APK (3.7M).
What is Redly?
A fast, minimal, read-only Reddit client for Android. No account required, no API key needed. Fork of kaangiray26/geddit-app with a new brand identity, offline-ready Material Icons, and Turkish/English UI.
Build notes
- Stack: Vue 3 + Vite → Capacitor 5 Android shell
- Node requirement: Prebuild installs Node 20, runs npm install, vite build, and cap sync before Gradle.
- No proprietary dependencies: GMS/Firebase references removed. All Capacitor plugins are MIT-licensed.
- In-app update checker contacts api.github.com but is disabled by default.
Edited by dinler03