The static-file bucket for my apps. It holds the JSON and HTML that my Android apps fetch at runtime over raw.githubusercontent.com — so I can update them without shipping an app update, and host them for free.
Not a project you run — a place things are served from.
| Kind | Count | What it's for |
|---|---|---|
privacy_policy.html / terms_and_conditions.html |
~20 | The privacy policies and terms each app links to (Play Store requires a hosted URL) |
updater.json |
~12 | Version-check payloads read by AndroidAppUpdater — bump the version here to prompt an in-app update |
HouseAdsJson/*.json |
8 | Cross-promotion ad lists read by HouseAds2 and MyHouseAdsAndroid |
| Other JSON | a few | Per-app data (BPL fixtures, Islamic content, plasma donors, etc.) |
Files are grouped into folders per app or per code-name (Alpha/, Aizen/, DeSplash/, BuySellBD/, …).
An app hardcodes a raw URL and fetches it, for example:
https://raw.githubusercontent.com/p32929/SomeHowTosAndTexts/master/HouseAdsJson/house_ads2.json
Editing a file here changes what every installed copy of that app sees, immediately — that's the whole point of keeping them out of the APK.
Contributions are warmly welcomed and greatly appreciated! Whether it's a bug fix, new feature, or improvement, your input helps make this project better for everyone.
Before submitting a pull request, please:
- Create an issue describing the feature or bug fix you'd like to work on
- Wait for discussion and approval to ensure alignment with project goals
- Fork the repository and create your feature branch
- Submit your pull request with a clear description of changes
This approach helps avoid duplicate efforts and ensures smooth collaboration. Thank you for considering contributing!
Sharing this repository with your friends is just one click away from here







