I’ve spent a bit of time lately putting together a #WearOS version of the #Catima app.
https://github.com/CatimaLoyalty/Android/pull/3185
This is a feature that has been requested for a while, and a feature that a few other non-free apps that store loyalty cards and barcodes already have.
If you want to try it youself, while the feature is still on a branch:
Download the WearOS APK directly from https://s3.fabiomanganiello.com/fabio/apk/catima-wearos-debug.apk
Build it yourself
git clone https://github.com/blacklight/Catima
cd Catima
git checkout feat/wearos
./gradlew :wear:assembleDebug
# APK available under ./wear/build/outputs/apk/debug/wear-debug.apkAnd of course big thanks to @SylvieLorxu for building Catima!

