Skip to content

Tags: SysAdminDoc/iOSIconPack

Tags

v1.1.9

Toggle v1.1.9's commit message
Add iter-2/iter-7 research notes

v1.1.8

Toggle v1.1.8's commit message
v1.1.8 — Compare Eras gallery tab, icontool stats, squircle check

v1.1.7

Toggle v1.1.7's commit message
feat: issue triage action; monochrome stubs; fetch_icons color gradin…

…g + cache; bump to v1.1.7

v1.1.6

Toggle v1.1.6's commit message
feat: validate_drawables.py CI check; 112 new component mappings; bum…

…p to v1.1.6

v1.1.5

Toggle v1.1.5's commit message
feat: icon request dashboard, icontool rebuild, bump to v1.1.5

v1.1.4

Toggle v1.1.4's commit message
Release v1.1.4 — add era-switching CLI (set_era.py)

v1.1.2

Toggle v1.1.2's commit message
Make release signing CI-friendly: materialise keystore from base64 se…

…cret

CI tag-push runs were failing with 'Keystore file ... not found for
signing config release' because iosicons.jks is gitignored (and should
be — a signing keystore does not belong in the tree, even a dev one).

Resolution order for the release keystore now:
  1. IOSICONS_KEYSTORE_PATH env var (CI sets this after decoding
     IOSICONS_KEYSTORE_BASE64 secret into $RUNNER_TEMP)
  2. ../iosicons.jks next to the repo root (local contributors)
  3. No keystore → log warning + assembleRelease produces an unsigned
     APK, which lint still allows. Prevents CI from hard-failing when
     a fork clones the repo without setting up secrets first.

Workflow step decodes IOSICONS_KEYSTORE_BASE64 on every run and exports
the path downstream. Secrets IOSICONS_KEYSTORE_BASE64 /
IOSICONS_STORE_PASSWORD / IOSICONS_KEY_ALIAS / IOSICONS_KEY_PASSWORD are
now populated on SysAdminDoc/iOSIconPack.

v2.5.1

Toggle v2.5.1's commit message
Add README badges