Catima, a Loyalty Card & Ticket Manager for Android
Go to file
2024-10-28 22:05:37 +00:00
.github Bump actions/setup-python from 5.2.0 to 5.3.0 2024-10-28 06:32:46 +00:00
.scripts Fix feature graphic generation failing for languages without title.txt 2024-09-02 23:50:36 +02:00
app Fix text wrapping on add dialog 2024-10-28 22:50:55 +01:00
docs Update README paths 2024-06-28 20:59:58 +02:00
fastlane Update Fastlane changelogs 2024-10-28 22:05:37 +00:00
gradle/wrapper Update Gradle to 8.10.2 2024-09-24 06:24:15 +00:00
.gitignore Make app title translatable 2023-10-11 22:57:29 +02:00
bors.toml
build.gradle.kts Bump com.android.application to 8.7.1 and suppress incorrect new lint warning 2024-10-22 18:39:34 +02:00
build.sh Update AGP to 8.0.0 2023-04-14 20:56:29 +02:00
CHANGELOG.md Update CHANGELOG 2024-10-28 23:05:24 +01:00
CONTRIBUTING.md Clean up contributor guidelines 2023-10-03 22:07:49 +02:00
FUNDING.yml Add PayPal 2022-01-24 22:21:21 +01:00
Gemfile
Gemfile.lock Update fastlane 2024-07-28 13:12:41 +02:00
gradle.properties gradle.properties: Sync with official template 2023-10-08 11:17:59 +05:30
gradlew Update Gradle to 8.9 2024-07-12 06:21:15 +00:00
gradlew.bat Update Gradle to 8.9 2024-07-12 06:21:15 +00:00
LICENSE
lint.xml Disable MissingQuantity due to Weblate bug 2023-04-04 22:57:54 +02:00
logo.svg
PRIVACY.md embed history/privacy policy/license in app (#1346) 2023-08-29 21:57:49 +02:00
SECURITY.md Add security policy 2023-07-16 01:25:53 +02:00
settings.gradle.kts Migrate to Kotlin DSL 2023-10-08 11:17:52 +05:30

Catima

Copylefted libre software (GPLv3+) card management app.

GitHub Version IzzyOnDroid Version Google Play Store Version

Android CI Translation status

Matrix

Get it on IzzyOnDroid Get it on Google Play

Feature graphic

Logo by Rose (TangentFoxy), feature graphic by Ziad OUALHADJ

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 (reproducible with OpenJDK 17). 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.