Catima, a Loyalty Card & Ticket Manager for Android
Go to file
2023-04-19 17:44:53 +02:00
.github Fix CI build 2023-04-14 21:02:53 +02:00
.scripts Really fix 2021-10-26 19:23:39 +02:00
app Move all import unit test strings to their own files 2023-04-17 20:48:27 +02:00
docs Fix reproducible build script 2023-01-16 20:32:42 +01:00
fastlane Translated using Weblate (Portuguese) 2023-04-11 16:54:22 +02:00
gradle/wrapper Update AGP to 8.0.0 2023-04-14 20:56:29 +02:00
.gitignore Update Fastlane 2023-01-29 13:05:11 +01:00
banner.png Compressed Images 2020-10-29 18:30:52 +00:00
bors.toml Delete merged branch 2021-10-14 19:44:36 +02:00
build.gradle Update AGP to 8.0.0 2023-04-14 20:56:29 +02:00
build.sh Update AGP to 8.0.0 2023-04-14 20:56:29 +02:00
CHANGELOG.md Release Catima 2.22.1 2023-04-14 18:38:48 +02:00
CONTRIBUTING.md Move to main 2022-12-06 19:33:04 +01:00
FUNDING.yml Add PayPal 2022-01-24 22:21:21 +01:00
Gemfile Migrate to Fastlane 2020-11-02 18:00:43 +01:00
Gemfile.lock Update fastlane 2023-04-19 17:44:53 +02:00
gradle.properties Update AGP to 8.0.0 2023-04-14 20:56:29 +02:00
gradlew Update gradle wrapper 2020-12-23 19:47:27 -05:00
gradlew.bat Update gradle wrapper 2020-12-23 19:47:27 -05:00
LICENSE Initial commit 2016-01-24 11:13:32 -05:00
lint.xml Disable MissingQuantity due to Weblate bug 2023-04-04 22:57:54 +02:00
logo.svg Implement multi-copy and multi-share 2021-04-18 13:47:51 +02:00
settings.gradle Add limitation for jitpack maven repository 2022-10-18 21:11:50 +02:00

Catima

Copylefted libre software (GPLv3+) card management app.

GitHub Version F-Droid Version IzzyOnDroid Version Google Play Store Version

Android CI Translation status

Get it on F-Droid Get it on IzzyOnDroid Get it on Google Play

Logo

Logo by Rose (TangentFoxy)

Stores your store loyalty and membership cards on your device, instead of having to carry them around.

Supported barcodes:

  • AZTEC
  • CODABAR
  • CODE_39
  • CODE_93
  • CODE_128
  • DATA_MATRIX
  • EAN_8
  • EAN_13
  • ITF
  • PDF_417
  • QR_CODE
  • UPC_A
  • UPC_E

Screenshots

Moving data from other apps

Within the app you can import cards and codes from files, Catima, FidMe, Loyalty Card Keychain, Voucher Vault, and Stocard. For FidMe you need to select the barcode type for each entry afterwards.

Building

Building can either be done through Android Studio (not reproducible!) or the build.sh script in this repository (reproducibly with Java 11, same way F-Droid builds it). This script can also sign the build.

Build without signing:

./build.sh

Build with signing:

KEYSTORE=/path/to/keystore KEYSTORE_ALIAS=catima ./build.sh

Translating

Translation status

Help translate the app to your language from our Hosted Weblate page.

Developer Note

This app is based on the great (but no longer developed) Loyalty Card Keychain by Branden Archer.