summaryrefslogtreecommitdiff
path: root/check.py
AgeCommit message (Collapse)Author
2026-03-04icon: Add convert.py for Android Adaptive Iconsxengineering
Android Adaptive Icons allow the OS to display the icon in different variations and styles. For this to work Android requires PNG images with e.g. only the foreground or only the background. The added script can generate these files from main.svg. [1]: https://developer.android.com/develop/ui/views/launch/icon_design_adaptive
2026-01-03Add check.pyxengineering
This is one script which checks the code quality of Python and Dart sources. It can be symlinked as `.git/hooks/pre-commit` to guard commits of questionable quality.