Skip to content

Repository files navigation

SomeHowTosAndTexts

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.

What's in here

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/, …).

How it's used

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.

Contributing

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:

  1. Create an issue describing the feature or bug fix you'd like to work on
  2. Wait for discussion and approval to ensure alignment with project goals
  3. Fork the repository and create your feature branch
  4. 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!

Share

Sharing this repository with your friends is just one click away from here

facebook twitter tumblr pocket pinterest reddit linkedin whatsapp

About

Static file host for my apps — privacy policies, terms, updater JSONs and house-ads JSON, served over raw GitHub

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages