metadata for the Apps available at the IzzyOnDroid repo https://apt.izzysoft.de/fdroid
  • Shell 58.8%
  • PHP 32.6%
  • Python 8.6%
Find a file
2026-05-21 14:26:41 +02:00
.forgejo/issue_template Update: Improve build instructions field description 2026-04-11 15:38:18 +02:00
.well-known adding "handshake" to confirm the website funding.json is legitimized to collect funding for this project 2026-01-27 13:18:40 +01:00
.woodpecker move Woodpecker workflow to .woodpecker/ 2026-03-25 16:47:11 +01:00
config add katastima mirror 2026-03-03 19:08:34 +01:00
hooks post-merge hook: use commit message for AppRemoved reason; replace pocelain with plumbing 2026-03-30 15:06:30 +02:00
metadata add com.uc.caffeine (closes #138) 2026-05-21 14:26:41 +02:00
schemas JSONSchema: make AllowedAPKSigningKeys mandatory 2026-04-19 13:41:41 +02:00
tools updateRemovedAppMeta: include removal reason 2026-03-27 15:27:46 +01:00
.gitignore add fumi.day.literalmemo (closes #103) 2026-03-30 19:01:14 +02:00
LICENSE.txt add license 2026-01-21 10:59:20 +01:00
README.md add post-merge hook script to deal with cleanup on app removal 2026-03-26 23:41:50 +01:00

Contributor Covenant IzzyOnDroid Open Collective

Repo Metadata

This repository contains the metadata for the Apps available at the IzzyOnDroid repo (metadata/*.yml). It further contains:

  • the JSON Schema for validating said metadata (schemas/metadata.json)
  • config data for the repo (config/*)
  • some scripts we use with this repo, e.g. to verify metadata (tools/*)
  • git hook scripts (in hooks/) make use of this. e.g. to ensure committed metadata files are syntactically correct and having all required fields

What this repository does not contain is the *.apk files themselves (repo/ resp. archive/), or the source code of the apps in this repo (build/*).

Contributing to this repo

While we reorgnize our repository related processes to be controlled via this repo (for which the availability of this repo is the first step), we will gradually open it for more activity:

  • making it available so you can see the underlying metadata
  • allowing for PRs to adjust existing metadata (e.g. updating URLs/developer data)
  • allowing for PRs to remove apps
  • allowing for PRs to add new apps

At a later point, we also might introduce ways for more localization/translations.

We ask all contributors to adhere to our Contributor Covenant, as linked at the top of this page. Translation of app metadata however should rather be done in the corresponding app's repository – preferably using Fastlane structures. Helping the apps' developers establishing and maintaining those, also helps improving not only our repository – but also the apps' representation in other places they might be listed at, so doing it that way is like feeding multiple birds with one bread 😉.

Other support options

License

This repository with its all content is licensed as AGPL-3.0-or-later (see the LICENSE.txt), unless explicitly stated otherwise:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.